/* COLORS */
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  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: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: var(--blue);
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

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

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

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: #d63384;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

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

::-webkit-file-upload-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; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* FONTS FAMILY */
@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url("../fonts/BalooBhaijaan2-Bold.woff2") format("woff2"), url("../fonts/BalooBhaijaan2-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url("../fonts/BalooBhaijaan2-ExtraBold.woff2") format("woff2"), url("../fonts/BalooBhaijaan2-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url("../fonts/BalooBhaijaan2-Medium.woff2") format("woff2"), url("../fonts/BalooBhaijaan2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url("../fonts/BalooBhaijaan2-SemiBold.woff2") format("woff2"), url("../fonts/BalooBhaijaan2-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url("../fonts/BalooBhaijaan2-Regular.woff2") format("woff2"), url("../fonts/BalooBhaijaan2-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Baloo 2';
  src: url("../fonts/Baloo2-Regular.woff2") format("woff2"), url("../fonts/Baloo2-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

.h-100p {
  height: 100%; }

.ps-r {
  position: relative; }

.bg-pink {
  background-color: var(--pink); }

.bg-yellow {
  background-color: var(--yellow); }

.bg-blue {
  background-color: var(--blue); }

.bg-white {
  background-color: var(--white); }

.bg-black {
  background-color: black; }

.fsz-18 {
  font-size: 1rem; }
  @media (min-width: 992px) {
    .fsz-18 {
      font-size: 1.125rem; } }

.fsz-14 {
  font-size: 0.875rem; }

.fsz-22 {
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    .fsz-22 {
      font-size: 1.375rem; } }

.fsz-20 {
  font-size: 1.25rem; }

.fw-500 {
  font-weight: 500; }

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

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

.tdn {
  text-decoration: none; }

.color-white {
  color: var(--white); }

.color-pink {
  color: var(--pink); }

.list-inline li {
  display: inline-block; }

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

:root {
  --purple: #8010bf;
  --white: #fff;
  --pink: #e53e51;
  --blue: #3cb4e5;
  --black: #000;
  --grey: #f5f5f5;
  --yellow: #ffe816;
  --header-hight: 100px; }

html,
body {
  overflow-x: hidden; }

body {
  direction: ltr;
  background: var(--grey);
  color: var(--black);
  font-family: "Baloo 2";
  margin-top: var(--header-hight); }

body.ar {
  font-family: "Baloo Bhaijaan 2"; }

html {
  font-size: 16px;
  /* accessibility base font sizes */ }
  @media (min-width: 1200px) and (max-width: 1400px) {
    html {
      font-size: 12px; } }
  @media (max-width: 1200px) {
    html {
      font-size: 12px; } }
  @media (max-width: 992px) {
    html {
      font-size: 16px; } }

:focus,
button:focus {
  outline: none; }

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

input {
  border: 0 solid transparent;
  outline: none;
  background: var(--white); }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type="number"] {
    -moz-appearance: textfield; }

input::-ms-clear {
  display: none; }

.h1 {
  font-size: 2.5rem;
  margin: 0; }
  @media (min-width: 992px) {
    .h1 {
      font-size: 5rem;
      letter-spacing: -0.03em; } }

.overflow-hidden {
  overflow: hidden; }

.h3 {
  font-size: 2.125rem; }
  @media (min-width: 992px) {
    .h3 {
      font-size: 2.125rem; } }

.h2 {
  font-size: 2.125rem; }
  @media (min-width: 992px) {
    .h2 {
      font-size: 3.125rem; } }

.h4 {
  font-size: 1.375rem; }
  @media (min-width: 992px) {
    .h4 {
      font-size: 1.375rem; } }

.round-icon {
  border-radius: 100%;
  background: var(--blue);
  width: 65.5px;
  height: 65.5px;
  text-align: center;
  display: grid;
  place-items: center; }

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  @media (min-width: 992px) {
    .section {
      padding-top: 100px;
      padding-bottom: 100px; } }

.form-input {
  position: relative; }
  .form-input__input, .form-input__textarea {
    border-radius: 51px;
    width: 100%;
    padding: 18px;
    border: none;
    resize: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: var(--white); }
    .form-input__input--icon, .form-input__textarea--icon {
      padding: 18px 70px 18px 18px; }
    .form-input__input::-webkit-input-placeholder, .form-input__textarea::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #00000040;
      opacity: 1;
      /* Firefox */ }
    .form-input__input::-moz-placeholder, .form-input__textarea::-moz-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #00000040;
      opacity: 1;
      /* Firefox */ }
    .form-input__input:-ms-input-placeholder, .form-input__textarea:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #00000040;
      opacity: 1;
      /* Firefox */ }
    .form-input__input::-ms-input-placeholder, .form-input__textarea::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #00000040;
      opacity: 1;
      /* Firefox */ }
    .form-input__input::placeholder, .form-input__textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #00000040;
      opacity: 1;
      /* Firefox */ }
    .form-input__input:-ms-input-placeholder, .form-input__textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #00000040; }
    .form-input__input::-ms-input-placeholder, .form-input__textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #00000040; }
  .form-input__textarea {
    border-radius: 21px;
    min-height: 150px; }
  .form-input__icon {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 48px;
    height: 48px; }
    @media (min-width: 992px) {
      .form-input__icon {
        right: 8px;
        top: 6px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .form-input__icon {
        right: 4px;
        top: 3px; } }

.white-logo {
  display: none; }

.dynamic_div {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999; }
  .dynamic_div img.right_image {
    display: block;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .dynamic_div img.right_image {
        margin-top: 0; } }

.control_dynamic_div {
  position: absolute;
  z-index: 999999;
  width: 100%;
  background-color: #fff;
  text-align: center; }
  .control_dynamic_div ul li {
    list-style-type: none;
    display: inline-block;
    width: 32%; }
  .control_dynamic_div ul li:first-child {
    text-align: left; }
  .control_dynamic_div ul li:last-child img {
    width: auto;
    cursor: pointer; }

.center_text {
  text-align: center; }

.margin-top-20 {
  margin-top: 20px !important; }

.toggle-banner {
  background: var(--white);
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0; }
  @media (max-width: 991.98px) {
    .toggle-banner .container {
      padding-left: 15px;
      padding-right: 15px; } }
  .toggle-banner__title {
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .toggle-banner__title {
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        left: 0; } }
    @media (max-width: 767.98px) {
      .toggle-banner__title {
        width: 100px; } }
  .toggle-banner__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 42px; }
    @media (max-width: 991.98px) {
      .toggle-banner__logos {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin: 0 auto; } }
    .toggle-banner__logos img {
      margin: 0 18px; }
  @media (max-width: 991.98px) {
    .toggle-banner__arrow-wrap {
      position: absolute;
      right: 0;
      z-index: 99; } }
  .toggle-banner__arrow {
    border-radius: 100px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    background: #000;
    position: relative;
    margin-right: 180px;
    cursor: pointer; }
    @media (max-width: 1399.98px) {
      .toggle-banner__arrow {
        margin-right: 123px; } }
    @media (max-width: 991.98px) {
      .toggle-banner__arrow {
        margin-right: 0; } }
  .toggle-banner__moving-arrow {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: up-down 1.8s ease-in-out infinite;
            animation: up-down 1.8s ease-in-out infinite; }
  .toggle-banner__mobile-con {
    text-align: right; }
  .toggle-banner__container {
    margin-top: 50px;
    display: none; }
  .toggle-banner__header {
    position: relative; }
  .toggle-banner__close {
    border-radius: 100px;
    width: 36px;
    height: 36px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    z-index: 99; }
    @media (max-width: 991.98px) {
      .toggle-banner__close {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%;
        right: auto; } }
  .toggle-banner .opacity-element {
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    position: relative; }
    @media (max-width: 991.98px) {
      .toggle-banner .opacity-element {
        width: 90%; } }
    @media (max-width: 767.98px) {
      .toggle-banner .opacity-element {
        width: 100%; } }
  .toggle-banner.opened {
    padding-bottom: 0; }
    .toggle-banner.opened .opacity-element {
      opacity: 0; }
    .toggle-banner.opened .toggle-banner__close {
      opacity: 1; }

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(5px);
            transform: translate(-50%, -50%) translateY(5px); }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0); } }

@keyframes up-down {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(5px);
            transform: translate(-50%, -50%) translateY(5px); }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0); } }

.btn {
  background: var(--black);
  border-radius: 24px;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  padding: 18px 21px 14px;
  border: none;
  outline: none;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer; }
  @media (min-width: 992px) {
    .btn {
      font-size: 1rem; }
      .btn:hover {
        background: var(--blue); } }
  .btn--black {
    background: var(--black); }
    .btn--black:hover {
      background: var(--white);
      color: var(--black); }
  .btn--animated {
    background: var(--pink);
    position: relative;
    overflow: hidden; }
    .btn--animated span {
      position: relative;
      z-index: 1; }
    .btn--animated em {
      content: attr(data-content);
      background-color: var(--black);
      position: absolute;
      left: calc(-100% - 58px);
      border-radius: 24px;
      padding: 18px 75px 14px 21px;
      top: 0;
      width: calc(100% + 48px);
      height: 100%;
      white-space: nowrap;
      -webkit-transition: left 0.5s ease-in;
      transition: left 0.5s ease-in; }
      .btn--animated em::before {
        width: 48px;
        background-color: var(--yellow);
        height: 48px;
        position: absolute;
        right: 0;
        content: "";
        border-radius: 100%;
        top: 0;
        z-index: 1; }
    .btn--animated:hover {
      background: var(--pink); }
    .btn--animated:hover em {
      left: 0; }

.footer {
  margin-top: 80px; }
  @media (min-width: 992px) {
    .footer {
      margin-top: 0; } }
  .footer__top {
    background: #191919;
    padding: 30px 0; }
    @media (min-width: 992px) {
      .footer__top {
        padding: 37px 0; } }
    .footer__top a {
      color: var(--white);
      font-size: 1.125rem;
      margin-bottom: 0;
      text-decoration: none; }
      @media (max-width: 767px) {
        .footer__top a {
          font-size: 1.25rem; } }
    .footer__top li {
      margin-right: 20px;
      margin-top: 15px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .footer__top li {
          margin-top: 23px;
          margin-bottom: 7px; }
          .footer__top li img {
            width: 24px; } }
      .footer__top li:last-child {
        margin-right: 0; }
  .footer__logo {
    margin-top: 15px; }
  .footer__bottom {
    padding: 30px 0 120px;
    background: var(--pink); }
    @media (min-width: 992px) {
      .footer__bottom {
        padding: 26px 0; } }
    @media (max-width: 767px) {
      .footer__bottom {
        padding: 20px 0 150px; } }
    .footer__bottom a::after {
      margin: 0 10px;
      content: "|"; }
    .footer__bottom li:last-child a:after {
      display: none; }
    .footer__bottom a,
    .footer__bottom p {
      font-size: 0.875rem;
      color: var(--white);
      text-decoration: none;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .footer__bottom a,
        .footer__bottom p {
          font-size: 0.75rem; } }
    .footer__bottom ul {
      padding: 0 0 25px 0; }
      @media (min-width: 992px) {
        .footer__bottom ul {
          padding: 0; } }
      @media (max-width: 767px) {
        .footer__bottom ul {
          text-align: center; } }
  .footer__mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.header {
  min-height: var(--header-hight);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: top 0.3s;
  transition: top 0.3s; }
  .header__link {
    font-size: 1rem;
    margin-right: 40px;
    color: var(--black);
    text-decoration: none; }
    .header__link:hover, .header__link.active {
      color: var(--pink); }
  .header--up {
    top: calc(var(--header-hight) * -1); }

.mobile-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  overflow: auto;
  position: fixed;
  display: none;
  grid-template-rows: auto 1fr auto;
  text-align: center;
  padding: 0 20px 120px; }
  .mobile-nav__logo {
    padding: 40px 0;
    display: inline-block; }
  .mobile-nav__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mobile-nav .btn {
    font-size: 1.4375rem;
    border-radius: 30px;
    padding: 18px 30px 14px;
    background: var(--blue); }
  .mobile-nav__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mobile-nav__footer {
    text-align: left;
    padding: 20px 0; }
    .mobile-nav__footer a {
      font-size: 1.5rem;
      color: var(--black);
      text-decoration: none; }
  .mobile-nav__nav {
    margin-top: 20px; }
    .mobile-nav__nav a {
      font-size: 2rem;
      margin-right: 0; }
    .mobile-nav__nav li {
      margin-bottom: 20px; }
  .mobile-nav__social a {
    margin-top: 20px;
    margin-right: 20px; }

.hamburger {
  position: fixed;
  bottom: 20px;
  width: 80%;
  left: 10%;
  pointer-events: none; }
  .hamburger::after {
    background: var(--grey);
    width: 150%;
    left: -25%;
    content: "";
    position: absolute;
    height: 60px;
    bottom: -20px;
    z-index: -1; }
  .hamburger a {
    pointer-events: auto; }
  .hamburger__icon {
    pointer-events: auto;
    -webkit-box-shadow: 0px 0px 10px #00000060;
            box-shadow: 0px 0px 10px #00000060;
    cursor: pointer;
    background: var(--pink);
    width: 80px;
    height: 80px; }
    .hamburger__icon svg {
      width: 40px; }
    .hamburger__icon #Union_12 {
      visibility: hidden; }

.switch {
  position: relative;
  width: 170px;
  height: 50px;
  overflow: hidden; }
  .switch__light, .switch__dark {
    width: 170px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    border-radius: 100px;
    position: absolute;
    left: 0; }
  .switch__light {
    background: #E5E5E5;
    padding: 17px 70px 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000; }
  .switch__dark {
    background: #262626;
    color: #fff;
    padding: 17px 20px 15px 70px;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .switch__icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--yellow);
    border-radius: 100%;
    display: grid;
    position: absolute;
    place-items: center;
    left: 120px;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .switch #Union_12 {
    opacity: 0; }
  .switch--active .switch__icon {
    left: 0; }
  .switch--active .switch__light {
    opacity: 0; }
  .switch--active #Union_11 {
    opacity: 0; }
  .switch--active #Union_12 {
    opacity: 1; }

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
      padding: 0 30px; } }

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

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

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

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

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5); }

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; } }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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; } }

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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; }

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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; } }

@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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; } }

@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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; } }

@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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; } }

@media (min-width: 1400px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/**
 * Swiper 7.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 13, 2021
 */
:root {
  --swiper-theme-color: #E53E51
; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px
; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media (min-width: 992px) {
  .swiper-pagination-1 .swiper-pagination-bullet {
    background: #000;
    border: 1px solid #fff; } }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  border: none;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

@media (min-width: 992px) {
  .swiper-pagination-1 .swiper-pagination-bullet-active {
    background: #fff; } }

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* Vendors */
/* rtl:begin:ignore */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-arrow {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 9px;
  height: 6px; }

/* rtl:end:ignore */
/* Components - Project specific */
.app-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .app-icons__icon {
    background: var(--blue);
    width: 153px;
    border-radius: 40px;
    padding: 10px 15px;
    margin: 0 7.5px;
    display: none; }
    @media (min-width: 992px) {
      .app-icons__icon {
        display: block; } }

.ios-device .ios {
  display: block !important; }

.android-device .android {
  display: block !important; }

.phone-frame {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1; }

    @media (min-width: 1200px) and (max-width: 1400px) {
      .phone-frame::after {
        border-radius: 60px; } }
    @media (max-width: 767px) {
      .phone-frame::after {
        border-radius: 40px; } }
  @media (max-width: 767px) {
    .phone-frame {
      max-width: 190px;
      margin: 0 auto; } }
 
  .phone-frame__app {
    position: absolute;
    border-radius: 40px;
    overflow: hidden;
    left: 5px;
    top: 5px;
    height: 687px;
    z-index: -1;
    width: calc(100% - 15px);
    height: calc(100% - 15px); }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .phone-frame__app {
        border-radius: 30px;
        height: calc(100% - 13px); } }
    @media (max-width: 767px) {
      .phone-frame__app {
        border-radius: 20px;
        width: calc(100% - 10px);
        height: calc(100% - 10px); } }
    .phone-frame__app--animated img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
    .phone-frame__app img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .phone-frame:hover .phone-frame__app--animated img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.cards.active .phone-frame__app--animated img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

@media (min-width: 992px) {
  .app-details {
    padding: 0; } }

.app-details__mobile * {
  display: none; }

.app-details__mobile .h2 {
  display: block;
  margin-top: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .app-details__mobile .h2 {
      margin-bottom: 130px;
      margin-top: 60px; } }

.app-details__app {
  position: relative;
  padding-top: 20px;
  max-width: 500px;
  margin: 0 auto;
  max-width: 330px; }
  @media (min-width: 992px) {
    .app-details__app {
      max-width: 500px; } }
  .app-details__app::after {
    background: var(--yellow);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 992px) {
    .app-details__app {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: none;
      padding-top: 0; }
      .app-details__app::after {
        display: none; } }

@media (max-width: 994px) {
  .app-details .col-12:empty {
    display: none; } }

.app-details .phone-frame {
  max-width: 190px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .app-details .phone-frame {
      position: relative;
      right: 0;
      top: 0;
      opacity: 0;
      max-width: none; } }
  @media (max-width: 767px) {
    .app-details .phone-frame {
      margin-top: -130px;
      margin-bottom: 100px; } }

.app-details__svg {
  display: none; }
  @media (min-width: 992px) {
    .app-details__svg {
      height: 100%;
      opacity: 0;
      display: block;
      right: 130px;
      position: absolute; } }

.app-details__copy {
  padding: 20px;
  text-align: center; }
  .app-details__copy .h2 {
    display: none; }
  @media (min-width: 992px) {
    .app-details__copy {
      text-align: left; }
      .app-details__copy .h2 {
        display: block; } }
  @media (max-width: 767px) {
    .app-details__copy {
      padding: 0; } }

@media (min-width: 992px) {
  .app-details__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.app-details .btn {
  margin-top: 40px; }

.app-details--right .app-details__svg {
  left: 135px; }

.app-details--right .app-details__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right; }
  .app-details--right .app-details__app:after {
    background-color: var(--blue); }
  @media (max-width: 767px) {
    .app-details--right .app-details__app {
      display: block; } }

.app-details--right .app-details__copy {
  text-align: center; }
  @media (min-width: 992px) {
    .app-details--right .app-details__copy {
      text-align: right; } }

.app-details--right .phone-frame {
  right: auto;
  left: 0; }

.app-details--right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.app-details .row {
  min-height: 100vh; }
  @media (max-width: 994px) {
    .app-details .row {
      min-height: 1100px; } }

.details-icons {
  float: left;
  width: calc(100% + 30px);
  float: left;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .details-icons {
      width: 100%;
      margin-left: 0; } }
  .details-icons__icon {
    background: var(--white);
    border-radius: 20px;
    padding: 15px 10px;
    margin: 7.5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    width: calc(33% - 15px);
    float: left; }
    @media (min-width: 992px) {
      .details-icons__icon {
        padding: 20px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .details-icons__icon {
        padding: 10px; } }
  .details-icons__img {
    height: 60px;
    display: grid;
    place-items: center; }
    @media (min-width: 992px) {
      .details-icons__img {
        height: 90px; } }
  .details-icons__copy {
    text-align: center;
    display: block;
    font-size: 0.5rem;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .details-icons__copy {
        font-size: 0.875rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .details-icons__copy {
        font-size: 0.75rem; } }

.mobile-swiper .swiper-pagination {
  top: 560px;
  bottom: auto; }

.bank-offer-image {
  z-index: 1; }

.features {
  min-height: 1300px;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .features {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .features {
      padding-top: 0; } }
  .features__svg {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1; }
    .features__svg svg {
      width: 3700px; }
    .features__svg #Path_1-2-1 {
      opacity: 0; }
  .features__svg.d-block.d-lg-none {
    width: 90%;
    top: -260px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .features__row {
    margin-top: 0; }
    @media (min-width: 992px) {
      .features__row {
        margin-top: 80px; } }
  .features__icon {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    background: var(--black);
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    text-decoration: none; }
    .features__icon:hover {
      background: var(--blue);
      width: 184px;
      height: 184px; }

.cards {
  opacity: 0; }
  .cards__cont {
    position: relative;
    max-width: 250px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .cards__cont {
        max-width: none; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .cards__cont {
        max-width: 250px; } }
    @media (max-width: 767px) {
      .cards__cont {
        margin-top: 60px; } }
  .cards__info {
    position: absolute;
    left: 40px;
    top: 45px;
    border-radius: 10px;
    width: calc(100% - 80px);
    z-index: 4;
    background: var(--white);
    text-align: center;
    pointer-events: none;
    padding: 20px; }
    @media (max-width: 767px) {
      .cards__info {
        left: 50px;
        width: calc(100% - 100px);
        padding: 12px; }
        .cards__info img {
          width: 15px; } }
    .cards__info p {
      margin-bottom: 0;
      margin-top: 20px;
      line-height: 1;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .cards__info p {
          font-size: 1rem;
          line-height: 1.125rem;
          margin-top: 5px; } }
  .cards__images {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 250px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .cards__images {
        max-width: none; } }
    @media (max-width: 767px) {
      .cards__images {
        margin-top: 60px; } }
  .cards__copy {
    max-width: 356px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .cards__copy {
        margin-bottom: 60px; } }
    .cards__copy .btn {
      margin-top: 30px; }
    .cards__copy span {
      text-transform: uppercase; }
    @media (min-width: 992px) {
      .cards__copy {
        margin-bottom: 0; } }
    .cards__copy .h3 {
      margin-top: 10px; }
  .cards__img {
    z-index: 3;
    position: absolute;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-radius: 10px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .cards__img {
        width: 170px; } }
    @media (min-width: 992px) {
      .cards__img {
        border-radius: 15px; } }
    .cards__img--2 {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
          -ms-transform: translate(-50%, -50%) scale(0.8);
              transform: translate(-50%, -50%) scale(0.8); }
  .cards:hover .cards__img, .cards.active .cards__img {
    left: 10%;
    width: 150px;
    -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.2);
            box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.2); }
    @media (min-width: 992px) {
      .cards:hover .cards__img, .cards.active .cards__img {
        width: auto; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .cards:hover .cards__img, .cards.active .cards__img {
        width: 170px; } }
    @media (max-width: 767px) {
      .cards:hover .cards__img, .cards.active .cards__img {
        left: 11%;
        width: 133px; } }
  .cards:hover .cards__img--2, .cards.active .cards__img--2 {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    left: 90%;
    right: 0;
    width: 150px; }
    @media (min-width: 992px) {
      .cards:hover .cards__img--2, .cards.active .cards__img--2 {
        width: auto; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .cards:hover .cards__img--2, .cards.active .cards__img--2 {
        width: 170px; } }
    @media (max-width: 767px) {
      .cards:hover .cards__img--2, .cards.active .cards__img--2 {
        left: 89%;
        width: 133px; } }
  .cards--2 .cards__img {
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6); }
  .cards--2:hover .cards__img, .cards--2.active .cards__img {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); }

.banking {
  min-height: auto; }
  @media (min-width: 992px) {
    .banking {
      display: grid;
      place-items: center;
      min-height: 100vh; }
      .banking .mobile-swiper {
        height: 420px;
        position: relative; }
      .banking .mobile-swiper-slide {
        max-width: 320px;
        width: 100%;
        position: absolute;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        bottom: 0;
        -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
                transform-origin: bottom; }
        .banking .mobile-swiper-slide--first {
          -webkit-transform: rotate(-15deg);
              -ms-transform: rotate(-15deg);
                  transform: rotate(-15deg); }
        .banking .mobile-swiper-slide--last {
          -webkit-transform: rotate(15deg);
              -ms-transform: rotate(15deg);
                  transform: rotate(15deg); }
        .banking .mobile-swiper-slide--active {
          max-width: 420px;
          pointer-events: none; }
          .banking .mobile-swiper-slide--active .banking__copy {
            opacity: 1;
            margin-top: 250px; }
            .banking .mobile-swiper-slide--active .banking__copy .btn {
              pointer-events: auto; } }
        @media (min-width: 992px) and (min-width: 1200px) and (max-width: 1400px) {
          .banking .mobile-swiper-slide--active .banking__copy {
            margin-top: 220px; } }
  @media (min-width: 992px) {
          .banking .mobile-swiper-slide--active img {
            top: 120px; }
      .banking__placeholder {
        color: var(--white); }
        .banking__placeholder--first {
          max-width: 320px;
          width: 80%;
          float: right; }
        .banking__placeholder--active {
          max-width: 420px;
          width: 100%; }
        .banking__placeholder--last {
          max-width: 320px;
          width: 80%; } }
  @media (min-width: 992px) {
    .banking {
      background: var(--black); } }
  .banking .h1 {
    opacity: 1;
    color: var(--black);
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .banking .h1 {
        opacity: 0;
        color: var(--white);
        margin-bottom: 100px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .banking .h1 {
        margin-bottom: 50px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .banking .h1 {
        margin-bottom: 50px; } }
  .banking__copy {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 35px;
    padding: 0 35px;
    width: 100%; }
    @media (min-width: 992px) {
      .banking__copy {
        opacity: 0; }
        .banking__copy .btn {
          pointer-events: none; } }
  .banking__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 992px) {
      .banking__container {
        aspect-ratio: 1; } }
  .banking__grid {
    border-radius: 20px;
    text-align: center;
    position: relative;
    opacity: 1; }
    .banking__grid img {
      height: 80px;
      margin: 45px 0; }
      @media (min-width: 992px) {
        .banking__grid img {
          height: auto;
          margin: 0;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          position: absolute;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; } }
      @media (max-width: 767px) {
        .banking__grid img {
          margin-bottom: 30px; } }
    .banking__grid p {
      font-size: 1.5rem;
      line-height: 1; }
      @media (min-width: 992px) {
        .banking__grid p {
          font-size: 2.125rem; } }
      @media (max-width: 767px) {
        .banking__grid p {
          line-height: 1.75rem; } }
  .banking .swiper {
    padding-bottom: 50px; }
    @media (min-width: 992px) {
      .banking .swiper {
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .banking .swiper {
        padding-bottom: 0;
        width: calc(100% + 60px);
        margin-left: -30px; } }
  .banking .swiper-wrapper {
    padding: 0; }
    @media (min-width: 992px) {
      .banking .swiper-wrapper {
        padding: 100px 0 0; } }
  .banking .swiper-slide {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .banking .swiper-slide-active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .banking .swiper-slide-active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .banking .swiper-slide-prev {
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right; }
    .banking .swiper-slide-next {
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left; }

.home-spotlight {
  overflow: hidden; }
  .home-spotlight .swiper-slide {
    height: auto; }
  .home-spotlight .swiper {
    padding-bottom: 120px; }
    @media (min-width: 992px) {
      .home-spotlight .swiper {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .home-spotlight .swiper {
        padding-bottom: 60px; } }

.spotlight {
  background: var(--grey); }
  .spotlight__slider {
    width: 100%; }
  .spotlight .height-100 {
    min-height: calc(100vh - var(--header-hight)); }
  @media (min-width: 992px) {
    .spotlight {
      background: var(--white); } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .spotlight .app-icons {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }
  .spotlight__swiper {
    text-align: center;
    padding-bottom: 100px; }
  .spotlight__desc {
    margin: 20px auto 40px;
    max-width: 400px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .spotlight__desc {
        margin: 10px auto 10px; } }
  .spotlight__copy {
    padding: 0 15px; }
    @media (min-width: 992px) {
      .spotlight__copy {
        padding: 0 50px; } }
    .spotlight__copy .h1 {
      margin-top: 40px; }
      @media (min-width: 992px) {
        .spotlight__copy .h1 {
          margin-top: 0; } }
  .spotlight__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: 100%;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .spotlight__col .row {
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      background: var(--black); }
  .spotlight__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .spotlight__app::after {
      background: var(--pink);
      border-radius: 100%;
      content: "";
      width: 90%;
      padding-bottom: 90%;
      position: absolute; }
    @media (min-width: 992px) {
      .spotlight__app {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        background: var(--pink);
        height: calc(100vh - var(--header-hight)); } }
    .spotlight__app img {
      width: 80%;
      -o-object-fit: contain;
         object-fit: contain;
      position: relative;
      z-index: 1; }
      @media (min-width: 992px) {
        .spotlight__app img {
          margin-left: -10%;
          height: 70%;
          -o-object-fit: contain;
             object-fit: contain;
          width: auto; } }
  .spotlight__svg {
    position: absolute;
    pointer-events: none; }
  .spotlight__svg-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .spotlight__svg-col {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .spotlight__svg-col {
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5); } }
  .spotlight__icon {
    position: absolute;
    z-index: 1;
    top: 223px; }
    .spotlight__icon svg {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .spotlight__icon span {
      position: absolute;
      top: -40px;
      color: var(--white);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      white-space: nowrap; }
    .spotlight__icon--eye, .spotlight__icon--eye-text {
      opacity: 1; }
    .spotlight__icon--blink, .spotlight__icon--blink-text {
      opacity: 0; }
    .spotlight__icon--next, .spotlight__icon--next-text {
      opacity: 0; }
    .spotlight__icon--static:hover .spotlight__icon--eye,
    .spotlight__icon--static:hover .spotlight__icon--eye-text {
      opacity: 0; }
    .spotlight__icon--static:hover .spotlight__icon--blink,
    .spotlight__icon--static:hover .spotlight__icon--blink-text {
      opacity: 1; }
    .spotlight__icon--scrolled:hover .spotlight__icon--next-text {
      opacity: 0; }
    .spotlight__icon--scrolled:hover .spotlight__icon--blink-text {
      opacity: 1; }
    .spotlight__icon--scrolled span {
      color: var(--black); }
    .spotlight__icon--scrolled .spotlight__icon--eye,
    .spotlight__icon--scrolled .spotlight__icon--eye-text {
      opacity: 0; }
    .spotlight__icon--scrolled .spotlight__icon--blink,
    .spotlight__icon--scrolled .spotlight__icon--blink-text {
      opacity: 0; }
    .spotlight__icon--scrolled .spotlight__icon--next {
      -webkit-transform: translate(-50%, -50%) rotate(270deg);
          -ms-transform: translate(-50%, -50%) rotate(270deg);
              transform: translate(-50%, -50%) rotate(270deg); }
    .spotlight__icon--scrolled .spotlight__icon--next,
    .spotlight__icon--scrolled .spotlight__icon--next-text {
      opacity: 1; }
  .spotlight .app-icons__icon {
    display: none; }
    .spotlight .app-icons__icon a {
      color: var(--white);
      font-size: 1.125rem;
      text-decoration: none; }
    @media (min-width: 992px) {
      .spotlight .app-icons__icon {
        display: block; } }
    .spotlight .app-icons__icon.link-cta {
      display: block; }
      @media (min-width: 992px) {
        .spotlight .app-icons__icon.link-cta {
          display: none; } }

.faq {
  position: relative; }
  .faq .category {
    opacity: 0; }
  .faq__media {
    background: var(--black);
    border-radius: 30px 0 0 30px;
    display: grid;
    place-items: center;
    height: 100%;
    padding: 80px 0; }
    .faq__media .phone-frame {
      opacity: 0; }
  .faq__video {
    cursor: pointer;
    display: none;
    position: relative; }
    .faq__video:after {
      pointer-events: none;
      width: 63px;
      content: "";
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      height: 63px;
      background: url(../images/icons/play.svg); }
  .faq__iframe {
    width: 100%;
    display: none; }
    .faq__iframe iframe {
      width: 100% !important;
      height: 400px !important; }
  .faq__image--dynamic {
    display: none; }
  .faq .video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 20; }
    .faq .video-overlay__container {
      max-width: 60%;
      max-height: 60%;
      position: relative;
      z-index: 22; }
      .faq .video-overlay__container video {
        width: 100%;
        height: 100%; }
    .faq .video-overlay__close {
      position: absolute;
      top: 20px;
      right: 20px;
      background: url("../images/icons/ovrlay-close.svg") center no-repeat;
      width: 41px;
      height: 41px;
      cursor: pointer;
      z-index: 99; }
  .faq .h2 {
    opacity: 0; }
  .faq__content {
    padding: 20px;
    border-radius: 20px;
    background: var(--white);
    margin-top: 40px; }
    @media (min-width: 992px) {
      .faq__content {
        padding: 80px;
        height: 100%;
        margin-top: 0;
        border-radius: 0 30px 30px 0; } }
  .faq__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 0; }
  .faq .accordion__inner {
    opacity: 0; }

.accordion__media {
  display: none; }

.accordion__inner {
  background: var(--grey);
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 50px 20px 40px;
  display: none;
  cursor: pointer; }
  .accordion__inner:hover {
    background: var(--black);
    color: var(--white); }
    .accordion__inner:hover path {
      fill: var(--white); }
  .accordion__inner--active {
    background: var(--pink) !important;
    color: var(--white) !important; }
    .accordion__inner--active a {
      color: var(--white); }
    .accordion__inner--active svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .accordion__inner--active path {
      fill: var(--white); }

.accordion__content {
  display: none;
  margin-top: 30px; }
  .accordion__content img,
  .accordion__content iframe,
  .accordion__content video {
    width: 100%; }
    @media (min-width: 992px) {
      .accordion__content img,
      .accordion__content iframe,
      .accordion__content video {
        max-width: 295px;
        margin-right: 30px;
        max-height: 200px;
        width: auto; } }

.accordion__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .accordion__copy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.accordion__toggle {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0;
  cursor: pointer; }

.accordion__icon {
  position: absolute;
  right: 25px;
  top: 15px; }

.accordion .swiper-slide {
  opacity: 0; }

.category .swiper {
  padding-bottom: 30px;
  margin: 20px 0 50px;
  width: 100%; }
  @media (min-width: 992px) {
    .category .swiper {
      margin: 50px 0; } }
  .category .swiper::after {
    background: #00000030;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    position: absolute; }

.category .swiper-slide {
  width: auto;
  font-size: 18px;
  padding: 0 15px; }
  .category .swiper-slide a {
    color: var(--black);
    opacity: 0.5;
    text-decoration: none; }
  .category .swiper-slide .active {
    opacity: 1;
    color: var(--pink);
    font-weight: 500;
    position: relative; }
    .category .swiper-slide .active::after {
      background: var(--pink);
      width: 100%;
      height: 3px;
      bottom: -25px;
      left: 0;
      content: "";
      width: 100%;
      position: absolute;
      border-radius: 3px; }

.faq--inner .faq__content {
  border-radius: 20px; }
  @media (min-width: 992px) {
    .faq--inner .faq__content {
      border-radius: 30px; } }

.faq--inner .faq__cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.faq--inner .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.faq--inner .h2 {
  text-align: center; }

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

.faq-result {
  text-align: center;
  padding-bottom: 0;
  display: none; }

.faq-list {
  position: absolute;
  top: 165px;
  z-index: 2;
  width: 100%;
  border-radius: 20px;
  background: var(--white);
  -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16); }
  @media (min-width: 992px) {
    .faq-list {
      top: 215px; } }
  .faq-list__option {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: left;
    cursor: pointer; }
    .faq-list__option:first-child {
      padding-top: 35px; }
    .faq-list__option:nth-child(n + 5) {
      display: none; }

@media (min-width: 992px) {
  .get-started {
    padding-bottom: 150px; } }

.get-started__copy {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .get-started__copy {
      margin-top: 0; } }

.get-started__cont {
  background: var(--blue);
  border-radius: 40px;
  max-width: 1000px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  z-index: 2;
  opacity: 0;
  margin: 0 auto;
  text-align: center;
  width: 90%; }
  @media (min-width: 992px) {
    .get-started__cont {
      text-align: left;
      margin: 0 auto;
      padding: 100px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .get-started__cont {
      max-width: 850px;
      padding: 60px 100px; } }
  @media (max-width: 767px) {
    .get-started__cont {
      width: calc(100% - 60px); } }

.get-started .h1 {
  margin-bottom: 50px;
  opacity: 0;
  padding: 0 25px; }

.get-started .app-icons__icon {
  background-color: var(--white); }

.get-started__circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom; }

.get-started .animated-svg {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 1; }
  .get-started .animated-svg--mob {
    top: 130px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: -1; }
    .get-started .animated-svg--mob svg {
      height: 80px; }

.animated-svg {
  position: absolute; }
  .animated-svg svg {
    margin-left: -50px;
    height: 225px; }

/* rtl:begin:ignore */
.animated-grid {
  height: 0;
  padding-bottom: 50%;
  position: relative; }
  .animated-grid__cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    width: 100%;
    height: 100%; }
  .animated-grid__grid {
    position: relative; }
    .animated-grid__grid img,
    .animated-grid__grid svg {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      max-width: 100%;
      max-height: 80%;
      -o-object-fit: cover;
         object-fit: cover; }
  .animated-grid__svg {
    width: 100%; }
  .animated-grid__grid--3 svg {
    width: 100%; }
  .animated-grid__grid--3:hover #Path_31 {
    -webkit-transform: matrix(0.966, 0.259, -0.259, 0.966, -615.586, -180.617) !important;
        -ms-transform: matrix(0.966, 0.259, -0.259, 0.966, -615.586, -180.617) !important;
            transform: matrix(0.966, 0.259, -0.259, 0.966, -615.586, -180.617) !important; }
  .animated-grid__grid--3:hover #Path_32 {
    -webkit-transform: matrix(0.966, -0.259, 0.259, 0.966, -654.905, 212.546) !important;
        -ms-transform: matrix(0.966, -0.259, 0.259, 0.966, -654.905, 212.546) !important;
            transform: matrix(0.966, -0.259, 0.259, 0.966, -654.905, 212.546) !important; }
  .animated-grid__grid--1:hover img {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
        -ms-transform: translate(-50%, -50%) rotate(15deg);
            transform: translate(-50%, -50%) rotate(15deg); }
  .animated-grid__grid--2:hover img {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg) scale(0.9);
        -ms-transform: translate(-50%, -50%) rotate(-15deg) scale(0.9);
            transform: translate(-50%, -50%) rotate(-15deg) scale(0.9); }
  .animated-grid__grid--4:hover img {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }
  .animated-grid__grid--5 {
    position: relative; }
    .animated-grid__grid--5:after {
      background: var(--black);
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      content: ""; }
    .animated-grid__grid--5 img {
      z-index: 1; }
    .animated-grid__grid--5:hover img {
      -webkit-transform: translate(-50%, -50%) rotate(30deg);
          -ms-transform: translate(-50%, -50%) rotate(30deg);
              transform: translate(-50%, -50%) rotate(30deg); }
  .animated-grid__items {
    position: absolute;
    height: 90%;
    overflow: hidden;
    top: 5%; }
  .animated-grid__grid--6 svg {
    width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 100%; }
  .animated-grid__grid--6 span {
    height: 25%;
    width: 120%;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-13%);
        -ms-transform: translate(-13%);
            transform: translate(-13%); }
  .animated-grid__grid--6 span:nth-child(2n) {
    -webkit-transform: translate(-4%);
        -ms-transform: translate(-4%);
            transform: translate(-4%); }
  .animated-grid__grid--6:hover span {
    -webkit-transform: translate(-4%);
        -ms-transform: translate(-4%);
            transform: translate(-4%); }
  .animated-grid__grid--6:hover span:nth-child(2n) {
    -webkit-transform: translate(-13%);
        -ms-transform: translate(-13%);
            transform: translate(-13%); }

/* rtl:end:ignore */
.inner-banner {
  text-align: center;
  position: relative; }
  .inner-banner--svg {
    margin-bottom: 150px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .inner-banner--svg {
        margin-bottom: 100px; } }
  .inner-banner__copy {
    position: relative; }
  .inner-banner .form-input {
    margin-top: 60px;
    min-width: 350px; }
  .inner-banner__cont {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 440px; }
    @media (min-width: 992px) {
      .inner-banner__cont {
        min-height: 535px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .inner-banner__cont {
        min-height: 400px; } }
    .inner-banner__cont p {
      max-width: 650px;
      max-width: 800px;
      width: 60%;
      margin: 30px auto 30px;
      min-width: 320px; }
  .inner-banner__svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 600px !important;
    height: 600px !important; }
    @media (min-width: 992px) {
      .inner-banner__svg {
        width: 1324.123px !important;
        height: 1324.121px !important; } }
  .inner-banner .animated-svg {
    z-index: -1;
    bottom: -150px; }
    .inner-banner .animated-svg svg {
      height: 240px; }
      @media (min-width: 992px) {
        .inner-banner .animated-svg svg {
          height: 473px; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .inner-banner .animated-svg svg {
          height: 350px; } }

.benefit-intro {
  position: relative; }
  @media (min-width: 992px) {
    .benefit-intro {
      padding-bottom: 190px;
      margin-bottom: 60px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .benefit-intro {
      padding-bottom: 100px;
      margin-bottom: 60px; } }
  .benefit-intro__copy {
    max-width: 470px;
    text-align: center;
    margin-top: 80px; }
    @media (min-width: 992px) {
      .benefit-intro__copy {
        text-align: left;
        padding: 0;
        margin-top: 70px; } }
    .benefit-intro__copy .app-icons__icon:hover {
      background: var(--black); }
    .benefit-intro__copy .options__span {
      display: none; }
  .benefit-intro .animated-svg {
    z-index: -1;
    top: 30%; }
    @media (min-width: 992px) {
      .benefit-intro .animated-svg {
        bottom: 0;
        top: auto; } }
    .benefit-intro .animated-svg svg {
      height: 240px; }
      @media (min-width: 992px) {
        .benefit-intro .animated-svg svg {
          height: 473px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .benefit-intro .animated-svg svg {
          height: 300px; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .benefit-intro .animated-svg svg {
          height: 350px; } }

.benefit-features {
  margin: 100px 0; }
  @media (min-width: 992px) {
    .benefit-features {
      background-color: var(--white);
      margin: 0; } }
  .benefit-features .app-details__col {
    display: block;
    background-color: var(--white);
    border-radius: 20px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .benefit-features .app-details__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
        background-color: transparent; } }
  .benefit-features .app-details__app {
    display: none; }
    .benefit-features .app-details__app.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .benefit-features .app-details__tab {
    display: none; }
  .benefit-features .app-details__copy {
    padding: 0 30px;
    text-align: center; }
    .benefit-features .app-details__copy .phone-frame {
      margin-bottom: 40px;
      margin-top: 0; }
    @media (min-width: 992px) {
      .benefit-features .app-details__copy {
        background-color: transparent;
        max-width: 510px;
        text-align: left;
        padding: 0; } }
  .benefit-features .app-details__svg {
    margin-top: 0; }

.styled-ol {
  padding-left: 20px;
  list-style-position: inside; }
  @media (min-width: 992px) {
    .styled-ol {
      list-style-position: outside; } }
  .styled-ol li {
    margin-bottom: 20px; }
  .styled-ol li::marker {
    color: var(--pink); }

.form {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .form {
      margin-bottom: 60px; } }
  .form .char-text {
    font-size: 11px;
    color: #000;
    opacity: 0.4;
    position: absolute;
    right: 20px;
    pointer-events: none;
    bottom: 5px; }
  .form__cont--thank {
    text-align: center; }
  @media (min-width: 992px) {
    .form__cont {
      max-width: 800px;
      margin: 0 auto;
      height: 800px;
      background: var(--white);
      padding: 20px 90px 0;
      text-align: center;
      border-radius: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .form__cont--thank {
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .form .h2 {
    max-width: 420px;
    margin: 0 auto; }
  .form__copy {
    max-width: 540px;
    margin: 0 auto 40px;
    text-align: center; }
    .form__copy p {
      margin-top: 20px; }
  .form .field-validation-error {
    color: var(--pink);
    font-size: 12px;
    width: 100%;
    display: inline-block;
    text-align: center; }
  .form .field-section {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .form .field-section {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        float: left; }
        .form .field-section:last-of-type {
          width: calc(100% - 20px); } }
    .form .field-section:last-of-type {
      position: relative; }
  .form .form-input__input,
  .form .form-input__textarea {
    padding: 13px 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form .form-input__input span,
    .form .form-input__textarea span {
      color: var(--pink);
      display: none;
      font-size: 12px; }
    @media (min-width: 992px) {
      .form .form-input__input,
      .form .form-input__textarea {
        background: #EFEFEF; } }
  .form .input-validation-error {
    background: var(--pink);
    color: var(--white); }
    .form .input-validation-error::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .form .input-validation-error::-moz-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .form .input-validation-error:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .form .input-validation-error::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .form .input-validation-error::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .form .input-validation-error:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ffffff; }
    .form .input-validation-error::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #ffffff; }
  .form .btn {
    display: block;
    margin: 0 auto; }

.options {
  padding-bottom: 0; }
  .options .swiper-slide {
    height: auto; }
  .options .features__svg {
    top: 300px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .options__option {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .options__option {
        margin-bottom: 150px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .options__option {
        margin-bottom: 100px; } }
  .options .swiper-wrapper {
    padding-bottom: 60px; }
  @media (min-width: 992px) {
    .options .swiper-pagination {
      width: auto; } }
  .options__span {
    display: inline-block;
    margin-bottom: 40px;
    color: var(--pink);
    font-size: 12px;
    margin-top: 40px; }
    @media (min-width: 992px) {
      .options__span {
        font-size: 14px;
        margin-top: 0; } }
  .options .btn {
    margin-top: 20px; }
  .options .cards {
    opacity: 1; }
    @media (min-width: 992px) {
      .options .cards__images {
        margin: 0; } }
  .options__copy {
    text-align: center;
    padding: 0 0; }
    @media (min-width: 992px) {
      .options__copy {
        text-align: left;
        padding: 0; } }
    .options__copy .h2 {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .options__copy .h2 {
          margin-bottom: 40px; } }
  .options__bg {
    background: var(--black);
    position: absolute;
    right: 0px;
    top: 100px;
    width: 1000%;
    border-radius: 30px;
    height: calc(100% - 100px);
    max-height: 310px; }
    @media (min-width: 992px) {
      .options__bg {
        height: calc(100% - 50px);
        right: 20%;
        max-height: 510px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .options__bg {
        height: calc(100% - 120px);
        right: 10%; } }
  .options__pink-bg {
    background: var(--pink); }
  .options__bg--right {
    left: 0;
    background: url(../images/map-bg.png) repeat 0 0; }
    @media (min-width: 992px) {
      .options__bg--right {
        left: 10%; } }
  .options .details-icons {
    margin-top: 40px;
    width: 100%;
    margin-left: 0; }
  .options .details-icons__img {
    height: 50px; }
  @media (min-width: 992px) {
    .options .flex-lg-row-reverse .options__copy {
      text-align: right; } }

.content .animated-svg svg {
  margin-left: -100px; }

.content__cont {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 30px;
  position: relative;
  margin-top: 110px;
  z-index: 1;
  text-align: center; }
  @media (min-width: 992px) {
    .content__cont {
      text-align: left;
      margin-top: 145px;
      padding: 80px 120px; } }

.content .h4,
.content .h2,
.content p,
.content ul {
  margin-bottom: 1.375rem; }

.content .animated-svg svg {
  height: 240px; }
  @media (min-width: 992px) {
    .content .animated-svg svg {
      height: 473px; } }

.help {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 80px; }
  @media (min-width: 992px) {
    .help {
      padding-top: 110px; } }
  .help p {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px; }
    @media (min-width: 992px) {
      .help p {
        margin-top: 40px; } }
  .help .container {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    margin-bottom: -80px; }
    @media (min-width: 992px) {
      .help .container {
        margin-bottom: 0; } }
  .help__svg {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 10px;
    width: 120%;
    min-width: 600px;
    min-height: 600px;
    height: auto; }
    @media (min-width: 992px) {
      .help__svg {
        width: auto;
        height: auto; } }
  .help__svg-inner, .help__svg-inner-2 {
    position: absolute;
    right: 40px;
    top: -120px; }
  .help__svg-inner-2 {
    left: 40px; }

.not-found {
  text-align: center;
  display: grid;
  place-items: center; }
  .not-found.height-100 {
    min-height: calc(100vh - var(--header-hight)); }
  @media (min-width: 992px) {
    .not-found {
      padding-bottom: 60px; } }
  .not-found a {
    color: var(--black); }
  .not-found__circle {
    margin-bottom: 40px; }
  @media (min-width: 992px) {
    .not-found .row {
      width: 100%; } }
  .not-found__circle {
    width: 38px;
    height: 38px; }
    @media (min-width: 992px) {
      .not-found__circle {
        width: 82px;
        height: 82px; } }
  .not-found__svg-inner, .not-found__svg-inner-2 {
    position: absolute;
    height: 170px;
    right: 0; }
    @media (min-width: 992px) {
      .not-found__svg-inner, .not-found__svg-inner-2 {
        height: 372px; } }
  .not-found__svg-inner-2 {
    left: 0; }
  .not-found__col {
    position: relative;
    height: 170px; }
    @media (min-width: 992px) {
      .not-found__col {
        height: 372px; } }

.brand .h2 {
  margin-bottom: 30px; }

.brand .app-icons {
  margin-top: 30px; }

.brand .app-icons__icon:hover {
  background-color: var(--black); }

.brand #Ellipse_511 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.brand #Ellipse_511:hover {
  r: 228; }

.brand__svg {
  position: absolute;
  right: 80px;
  top: 0;
  height: 100%; }
  @media (min-width: 992px) {
    .brand__svg {
      right: 50px; } }

.brand__col {
  position: relative;
  padding-bottom: 50%; }

.brand__copy {
  text-align: center;
  margin-top: 60px; }
  @media (min-width: 992px) {
    .brand__copy {
      text-align: left;
      margin-top: 0; } }

.team {
  position: relative;
  padding-top: 200px;
  margin-top: 0; }
  @media (min-width: 992px) {
    .team {
      padding-top: 270px;
      margin-top: 60px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .team {
      padding-top: 100px; } }
  .team__copy {
    padding: 50px 30px;
    margin-top: 40px;
    background: var(--white);
    border-radius: 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .team__copy {
        padding: 60px 90px;
        text-align: left; } }
  .team__member {
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .team__member {
        margin-right: 20px;
        width: auto; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .team__member {
        width: 450px; } }
  .team__title {
    margin-top: 60px;
    font-size: 2.5rem; }
  .team__designation {
    font-size: 1.125rem; }
  .team .features__svg {
    top: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 22%; }
    @media (min-width: 992px) {
      .team .features__svg {
        left: 60%; } }
    .team .features__svg svg {
      width: auto;
      height: 500px; }
      @media (min-width: 992px) {
        .team .features__svg svg {
          height: 770px; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .team .features__svg svg {
          height: 500px; } }

.different {
  background: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  text-align: center;
  padding: 50px 0; }
  .different .h1 {
    color: var(--white);
    margin-bottom: 50px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .different .h1 {
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      .different .h1 {
        margin-bottom: 100px;
        padding: 0; } }
  @media (min-width: 992px) {
    .different {
      min-height: 100vh; } }
  .different .swiper {
    width: calc(100% + 60px);
    margin-left: -30px; }
  .different .swiper-wrapper {
    padding-bottom: 50px; }
  .different .swiper-slide {
    height: auto; }
  .different .different__grid {
    height: 100%;
    padding: 30px;
    border-radius: 20px; }
    .different .different__grid p {
      margin-bottom: 0;
      font-size: 1.375rem; }
  .different .different__img {
    height: 175px;
    display: grid;
    place-items: center; }
  .different--inner {
    background: transparent;
    padding: 60px 0; }
    @media (min-width: 992px) {
      .different--inner {
        background: var(--black);
        margin-bottom: 100px;
        padding: 0; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .different--inner {
        padding: 60px 0; } }
    .different--inner .h1 {
      margin-bottom: 20px;
      color: var(--black); }
      @media (min-width: 992px) {
        .different--inner .h1 {
          color: var(--white); } }
    .different--inner .different__desc {
      font-size: 1.125rem;
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .different--inner .different__desc {
          color: var(--white);
          margin-bottom: 80px; } }
    .different--inner .different__grid {
      max-width: 490px;
      margin: 0 auto;
      margin-bottom: 40px;
      height: auto; }
      @media (min-width: 992px) {
        .different--inner .different__grid {
          margin-bottom: 0;
          height: 100%; } }
      .different--inner .different__grid h3 {
        font-size: 2.5625rem; }
      .different--inner .different__grid p {
        max-width: 385px;
        margin: 0 auto;
        font-weight: 500;
        line-height: 1.2; }
    .different--inner .different__copy {
      min-height: 160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.identity {
  text-align: center; }
  .identity__hidden {
    display: none; }
  .identity__cta {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .identity__cta {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .identity {
      background-color: var(--white);
      text-align: left; } }
  .identity__row {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 992px) {
      .identity__row {
        min-height: calc(100vh - var(--header-hight)); } }
  .identity__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    place-items: center;
    margin-top: 50px; }
    @media (min-width: 992px) {
      .identity__col {
        margin-top: 0; } }
  .identity__pattern {
    max-width: calc(100% + 60px);
    margin-left: -30px; }
    @media (min-width: 992px) {
      .identity__pattern {
        position: absolute;
        left: 0;
        top: -100px;
        height: calc(100% + 200px);
        max-width: none;
        width: auto;
        margin-left: 0; } }
  .identity__pattern2 {
    width: 80%; }
    @media (min-width: 992px) {
      .identity__pattern2 {
        position: absolute;
        left: -60px;
        top: 70px;
        height: calc(60% + 200px);
        max-width: none;
        width: auto;
        margin-left: 0; } }
  .identity .right-col-bg {
    border-radius: 50%; }
    @media (min-width: 992px) {
      .identity .right-col-bg {
        background: #e53e51;
        border-radius: initial; } }

/*rtl:begin:ignore*/
.ar .brand__svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.ar .spotlight__icon--next {
  -webkit-transform: translate(50%, -50%) rotate(270deg);
      -ms-transform: translate(50%, -50%) rotate(270deg);
          transform: translate(50%, -50%) rotate(270deg); }

.ar .animated-grid__grid--6 span {
  -webkit-transform: translate(13%);
      -ms-transform: translate(13%);
          transform: translate(13%); }

.ar .animated-grid__grid--6 span:nth-child(2n) {
  -webkit-transform: translate(4%);
      -ms-transform: translate(4%);
          transform: translate(4%); }

.ar .animated-grid__grid--6:hover span {
  -webkit-transform: translate(4%);
      -ms-transform: translate(4%);
          transform: translate(4%); }

.ar .animated-grid__grid--6:hover span:nth-child(2n) {
  -webkit-transform: translate(13%);
      -ms-transform: translate(13%);
          transform: translate(13%); }

.ar .animated-svg {
  left: -50px; }

.ar .get-started .animated-svg--mob {
  right: auto; }

.ar .team .features__svg {
  right: 70%; }
  @media (min-width: 992px) {
    .ar .team .features__svg {
      right: 42%; } }

.ar .content .animated-svg svg {
  margin-right: 0;
  margin-left: -100px; }

/*rtl:end:ignore*/
.rewards-banner-section {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .rewards-banner-section {
      padding: 168px 0 128px;
      background: url(../images/rewards-banner-bg.png) no-repeat center 400px; } }

.rewards-banner__title {
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.75rem; }
  @media (min-width: 992px) {
    .rewards-banner__title {
      color: black; } }

.rewards-banner__desc {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media (min-width: 992px) {
    .rewards-banner__desc {
      color: black; } }

@media (max-width: 991.98px) {
  .rewards-banner__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 991.98px) {
  .rewards-banner__content {
    text-align: center;
    margin-top: 32px; } }

.filter-tabs-section .app-details__copy {
  padding: 0;
  text-align: start; }

.filter-tabs-section .category .swiper {
  margin: 0 0 32px; }

.filter-tabs-section .swiper-android .swiper-slide,
.filter-tabs-section .category .swiper-slide {
  padding: 0 15px 0 0; }

.filter-tabs-section .filter-tab-pane ol {
  list-style: disc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

.filter-tabs-section .filter-tab-pane li {
  margin-bottom: 12px; }

.filter-tabs-section .tab-pane-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 32px; }

.filter-tabs-section .tab-pane-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 32px; }
  @media (max-width: 767.98px) {
    .filter-tabs-section .tab-pane-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 20px; } }
  @media (max-width: 455px) {
    .filter-tabs-section .tab-pane-content {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px; } }
  @media (max-width: 991.98px) {
    .filter-tabs-section .tab-pane-content__btn {
      text-align: center; } }

.filter-tabs-section .tab-pane-items {
  border-radius: 24px;
  background: #f5f5f5;
  padding: 32px 0;
  text-align: center;
  width: 166px;
  margin: 0 16px 16px 0; }
  @media (max-width: 767.98px) {
    .filter-tabs-section .tab-pane-items {
      padding: 20px; } }
  @media (max-width: 455px) {
    .filter-tabs-section .tab-pane-items {
      margin: 10px auto; } }

.filter-tabs-section .tab-pane-items-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 28px; }

.filter-tabs-category {
  max-width: 624px;
  margin: 128px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px; }
  .filter-tabs-category::-webkit-scrollbar {
    width: 0;
    height: 0; }
  @media (max-width: 767.98px) {
    .filter-tabs-category {
      max-width: 100%;
      overflow-y: hidden;
      overflow-x: scroll;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin: 64px auto; } }
  .filter-tabs-category a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.5;
    padding-bottom: 5px; }
  .filter-tabs-category .active a {
    opacity: 1;
    color: #e53e51;
    border-bottom: 4px solid #e53e51; }

.filter-tabs-items {
  margin: 0 15px; }

.filter-tabs-content {
  background-color: white;
  border-radius: 32px;
  padding: 128px;
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .filter-tabs-content {
      padding: 32px 24px 24px;
      margin-bottom: 128px; } }
  @media (max-width: 991.98px) {
    .filter-tabs-content__rewards-title {
      display: none; } }

.offer-page-section .app-details__svg {
  height: 100vh; }
  @media (max-width: 992px) {
    .offer-page-section .app-details__svg {
      height: 100%; } }

@media (min-width: 992px) {
  .offer-page-section .app-details--right .app-details__copy {
    text-align: start; } }

.offer-page-section .app-details__copy .h2 {
  display: block; }
  @media (max-width: 992px) {
    .offer-page-section .app-details__copy .h2 {
      margin: 32px 0; } }

.offer-page-section .app-details__copy {
  padding: 0; }

.offer-page-section .bank-offer-image {
  position: relative;
  z-index: 1; }

@media (min-width: 1200px) and (max-width: 1400px) {
  .offer-page-section .bank-offer-image {
    max-width: 400px;
    max-height: 500px; } }

@media (max-width: 992px) {
  .offer-page-section .app-details .row {
    min-height: auto; }
  .offer-page-section .app-details--right .app-details__svg {
    left: 0; }
  .offer-page-section .app-details__svg {
    display: block;
    position: relative; }
  .offer-page-section .bank-offer-image {
    width: 258px;
    height: 268px;
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 50%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    background-position: top center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
  .offer-page-section .app-details__app {
    position: relative;
    margin-top: 60px; }
    .offer-page-section .app-details__app::after {
      display: none; } }

.offer-page-section .category .swiper {
  margin: 0 0 32px; }

.offer-page-section .swiper-android .swiper-slide,
.offer-page-section .category .swiper-slide {
  padding: 0 15px 0 0; }

.offer-page-section .filter-tab-pane ol {
  list-style: disc;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: start; }

.offer-page-section .filter-tab-pane li {
  margin-bottom: 12px; }

.offer-page-section .tab-pane-title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 32px; }

.offer-page-section .tab-pane-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 32px; }

.offer-page-section .tab-pane-items {
  border-radius: 24px;
  background: #f5f5f5;
  padding: 32px 0;
  text-align: center;
  width: 166px;
  margin-right: 16px; }

.offer-page-section .tab-pane-items-title {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 28px; }

.offer-page-section .offer-page-title {
  margin-bottom: 32px; }

.media-page-section__banner-title {
  color: white; }

.media-page a {
  text-decoration: none; }

.media-page__items {
  min-height: 548px;
  height: calc(100% - 24px);
  cursor: pointer;
  margin-bottom: 24px;
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  color: black;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in; }
  .media-page__items:hover {
    background: black;
    color: white; }
    .media-page__items:hover .media-page__play-btn {
      width: 72px;
      height: 72px;
      opacity: 1; }
    .media-page__items:hover a {
      color: white; }

.media-page__media {
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative; }
  .media-page__media img {
    width: 100%; }

.media-page__play-btn {
  width: 48px;
  height: 48px;
  border-radius: 200px;
  opacity: 0.8;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in; }

.media-page__wrapper {
  font-style: normal;
  line-height: normal;
  font-weight: 400; }

.media-page__desc {
  margin: 24px 0;
  font-size: 16px;
  line-height: 24px; }

.media-page__title {
  font-size: 22px;
  font-weight: 500; }

.media-page__date {
  font-size: 14px; }

.media-page__read-more a {
  color: black;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in; }

.media-page__pagination {
  margin-top: 128px;
  text-align: center; }
  .media-page__pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .media-page__pagination li {
    opacity: 0.5;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 72px;
    height: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 256px; }
  .media-page__pagination .active {
    background: #e53e51;
    color: #fff;
    opacity: 1; }

.video-overlay-section {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  padding: 100px 64px;
  overflow-y: scroll;
  color: black; }
  @media (max-width: 767px) {
    .video-overlay-section {
      padding: 50px 10px; }
      .video-overlay-section .article__banner-desc {
        color: black; }
      .video-overlay-section .article__popular-media {
        color: black; } }
  .video-overlay-section::-webkit-scrollbar {
    width: 0.5em; }
  .video-overlay-section::-webkit-scrollbar-thumb {
    background-color: transparent; }
  .video-overlay-section a {
    text-decoration: none; }

.video-overlay-close-btn {
  text-align: end;
  margin-bottom: 24px;
  cursor: pointer; }

.video-overlay {
  border-radius: 24px;
  background: #f5f5f5;
  height: 923px;
  padding: 64px 0 77px;
  overflow-y: scroll; }
  .video-overlay::-webkit-scrollbar {
    width: 0.5em; }
  .video-overlay::-webkit-scrollbar-thumb {
    background-color: transparent; }
  .video-overlay__title {
    font-size: 80px;
    font-weight: 500;
    line-height: 92px;
    text-align: center; }
  .video-overlay__date {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 64px;
    text-align: center; }

.overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out; }

.modal {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out; }

.article {
  color: #000; }
  .article a {
    text-decoration: none; }
  .article__wrapper {
    max-width: 624px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 65px;
    margin: 60px auto 128px;
    text-align: center; }
  .article__title {
    font-size: 80px;
    font-weight: 500;
    line-height: 92px; }
  .article__date {
    font-size: 14px;
    line-height: normal; }
  .article__btn {
    margin-top: 32px; }
    .article__btn .article-btn {
      padding: 8px 24px;
      border-radius: 64px;
      background: #ffe816;
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      display: inline; }
      .article__btn .article-btn svg {
        margin-right: 12px; }
  .article__banner-desc {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 64px 0 256px; }
    @media (max-width: 991.98px) {
      .article__banner-desc {
        margin: 64px 0; } }
  .article__popular-media {
    color: #000;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px; }
    .article__popular-media img {
      width: 100%; }
  .article__popular-media-title {
    margin-bottom: 32px;
    text-align: center; }

#readspeaker-icon {
  position: fixed;
  right: 0;
  top: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  text-decoration: none; }
  #readspeaker-icon svg {
    background: #263743;
    width: 44px;
    padding: 9px; }
    #readspeaker-icon svg path {
      fill: var(--white); }
  #readspeaker-icon span {
    opacity: 0;
    pointer-events: none;
    background: #263743;
    color: var(--white);
    padding: 9px 20px;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: block;
    border-right: 1px solid; }
  #readspeaker-icon:hover span {
    opacity: 1; }
	
	/* Cookie Section */
	
.cookies-overlay {
	display: none !important;
  padding: 30px 0;
  width: 100%;
  background-color: #efefef;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999 !important;
  border-top: solid 4px #d50032;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideup;
          animation-name: slideup;
  display: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  
  
#rejectAll {
	
background-color: #d50032;

}
  @media (max-width: 991.98px) {
    .cookies-overlay {
      padding: 30px 30px; } }
  .cookies-overlay__close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer; }
  @media (max-width: 1199.98px) {
    .cookies-overlay__brand {
      margin-bottom: 20px; } }
  .cookies-overlay.show {
    display: block !important; }



/*# sourceMappingURL=style.css.map */
