@charset "UTF-8";
/*
Theme Name: DoxAI
Author: Lakeba
Author URI: https://lakeba.com
Theme URI: https://doxai.co
Version: 1.1.118
Stable tag: 1.1.118
Requires at least: 6.4.3
Tested up to: 6.4.3
Requires PHP: 7.4
*/

@font-face {
  font-family: 'SF Pro';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro/SF-Pro.ttf');
}

@font-face {
  font-family: 'SF Pro Display';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Display/SF-Pro-Display-Thin.otf');
  font-weight: 300;
}

@font-face {
  font-family: 'SF Pro Display';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Display/SF-Pro-Display-Regular.OTF');
  font-weight: 400;
}

@font-face {
  font-family: 'SF Pro Display';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Display/SF-Pro-Display-Medium.OTF');
  font-weight: 500;
}

@font-face {
  font-family: 'SF Pro Display';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Display/SF-Pro-Display-Semi-Bold.otf');
  font-weight: 600;
}

@font-face {
  font-family: 'SF Pro Display';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Display/SF-Pro-Display-Bold.OTF');
  font-weight: 800;
}

@font-face {
  font-family: 'SF Pro Text';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Text/SF-Pro-Text-Thin.otf');
  font-weight: 300;
}

@font-face {
  font-family: 'SF Pro Text';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Text/SF-Pro-Text-Light.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'SF Pro Text';
  font-display: swap;
  src: url('./assets/fonts/SF-Pro-Text/SF-Pro-Text-Bold.otf');
  font-weight: 700;
}

@font-face {
  font-family: 'Instrument Serif';
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url('./assets/fonts/InstrumentSerif/InstrumentSerif-Regular.ttf');
}

@font-face {
  font-family: 'Instrument Serif';
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  src: url('./assets/fonts/InstrumentSerif/InstrumentSerif-Italic.ttf');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul,
li {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'SF Pro';
  margin: 0;
  overflow-x: hidden;
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 9999 px);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  width: 320px;
  width: var(--toastify-toast-width);
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.Toastify__toast-container--top-left {
  left: 1em;
  top: 1em;
}
.Toastify__toast-container--top-center {
  left: 50%;
  top: 1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  right: 1em;
  top: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-right {
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    left: auto;
    right: 0;
  }
}
.Toastify__toast {
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  display: flex;
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  justify-content: space-between;
  margin-bottom: 1rem;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin: auto 0;
  padding: 6px;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  display: flex;
  flex-shrink: 0;
  margin-inline-end: 10px;
  width: 20px;
}
.Toastify--animate {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.Toastify--animate-icon {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  background: #3498db;
  background: var(--toastify-color-info);
  color: #fff;
  color: var(--toastify-text-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  background: #07bc0c;
  background: var(--toastify-color-success);
  color: #fff;
  color: var(--toastify-text-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  background: #f1c40f;
  background: var(--toastify-color-warning);
  color: #fff;
  color: var(--toastify-text-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  background: #e74c3c;
  background: var(--toastify-color-error);
  color: #fff;
  color: var(--toastify-text-color-error);
}
.Toastify__progress-bar-theme--light {
  background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
  background: hsla(0, 0%, 100%, 0.7);
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  align-self: flex-start;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  outline: none;
  padding: 0;
  transition: 0.3s ease;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
  opacity: 1;
}
@-webkit-keyframes Toastify__trackProgress {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes Toastify__trackProgress {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  bottom: 0;
  height: 5px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.Toastify__progress-bar--animated {
  -webkit-animation: Toastify__trackProgress linear 1 forwards;
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.Toastify__progress-bar--rtl {
  left: auto;
  right: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.Toastify__spinner {
  -webkit-animation: Toastify__spin 0.65s linear infinite;
  animation: Toastify__spin 0.65s linear infinite;
  border: 2px solid #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-radius: 100%;
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  box-sizing: border-box;
  height: 20px;
  width: 20px;
}
@-webkit-keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
  -webkit-animation-name: Toastify__bounceInLeft;
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
  -webkit-animation-name: Toastify__bounceInRight;
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  -webkit-animation-name: Toastify__bounceInDown;
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  -webkit-animation-name: Toastify__bounceInUp;
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
  -webkit-animation-name: Toastify__bounceOutLeft;
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
  -webkit-animation-name: Toastify__bounceOutRight;
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  -webkit-animation-name: Toastify__bounceOutUp;
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  -webkit-animation-name: Toastify__bounceOutDown;
  animation-name: Toastify__bounceOutDown;
}
@-webkit-keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  -webkit-animation-name: Toastify__zoomIn;
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  -webkit-animation-name: Toastify__zoomOut;
  animation-name: Toastify__zoomOut;
}
@-webkit-keyframes Toastify__flipIn {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipIn {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes Toastify__flipOut {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes Toastify__flipOut {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.Toastify__flip-enter {
  -webkit-animation-name: Toastify__flipIn;
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  -webkit-animation-name: Toastify__flipOut;
  animation-name: Toastify__flipOut;
}
@-webkit-keyframes Toastify__slideInRight {
  0% {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInRight {
  0% {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideInLeft {
  0% {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideInUp {
  0% {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideInDown {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes Toastify__slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes Toastify__slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes Toastify__slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
  -webkit-animation-name: Toastify__slideInLeft;
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
  -webkit-animation-name: Toastify__slideInRight;
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  -webkit-animation-name: Toastify__slideInDown;
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
  -webkit-animation-name: Toastify__slideOutLeft;
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
  -webkit-animation-name: Toastify__slideOutRight;
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  -webkit-animation-name: Toastify__slideOutUp;
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
  animation-name: Toastify__slideOutDown;
}
@-webkit-keyframes Toastify__spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes Toastify__spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.flex {
  display: flex !important;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.justify-start {
  display: flex;
  justify-content: start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: end;
}
.header-wrapper .header-menu-section,
.justify-space-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  align-items: start;
  display: flex;
}
.align-center,
.header-wrapper .logo-img,
.header-wrapper .menu-btn {
  align-items: center;
  display: flex;
}
.header-wrapper .logo-left {
  width: 36px;
  display: none;
}
.align-end {
  align-items: end;
  display: flex;
}
.align-content-center,
.center-content {
  align-items: center;
  display: flex;
  justify-content: center;
}
.center-content {
  height: 100%;
  width: 100%;
}
.empty-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  width: 100%;
}
.no-padding {
  padding: 0 !important;
}
.display-none {
  display: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.flex-column-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.cursor-pointer,
.header-wrapper .menu {
  cursor: pointer !important;
}
.header-wrapper .menu-desktop {
  position: relative;
}
.header-wrapper .menu-desktop .menu-products p,
.header-wrapper .menu-desktop .menu-medias p {
  position: relative;
}

.header-wrapper .menu-desktop .menu-products p.active-menu::after,
.header-wrapper .menu-desktop .menu-medias p.active-menu::after {
  border-color: #fff;
}
.header-wrapper .menu-desktop .menu-products p::after,
.header-wrapper .menu-desktop .menu-medias p::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #9899a5;
  border-right: 2px solid #9899a5;
  transform: rotate(135deg);
  right: -2px;
  position: absolute;
  top: 20px;
}
.header-wrapper .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.header-wrapper .sub-menu a:not(:last-child) .menu {
  padding-bottom: 0;
}

.header-wrapper .menu-medias + .sub-menu {
  display: none;
  left: 352px;
}
.header-wrapper .sub-menu:hover,
.header-wrapper .menu-medias:hover + .sub-menu {
  display: block;
}
.header-wrapper .sub-menu .menu:hover {
  color: #000;
}
a {
  color: #316ab6;
  text-decoration: none !important;
}
a:not(.button):not(.wp-element-button):not([href='#']):hover {
  text-decoration: underline;
}
.flex-grow,
.header-wrapper .logo-img {
  flex-grow: 1 !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-label {
  color: #6e7492 !important;
}
.cursor {
  cursor: pointer;
}
.f5 {
  font-size: 5px !important;
}
.f6 {
  font-size: 6px !important;
}
.f7 {
  font-size: 7px !important;
}
.f8 {
  font-size: 8px !important;
}
.f9 {
  font-size: 9px !important;
}
.f10 {
  font-size: 10px !important;
}
.f11 {
  font-size: 11px !important;
}
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}
.f19 {
  font-size: 19px !important;
}
.f20 {
  font-size: 20px !important;
}
.f21 {
  font-size: 21px !important;
}
.f22 {
  font-size: 22px !important;
}
.f23 {
  font-size: 23px !important;
}
.f24 {
  font-size: 24px !important;
}
.f25 {
  font-size: 25px !important;
}
.f26 {
  font-size: 26px !important;
}
.f27 {
  font-size: 27px !important;
}
.f28 {
  font-size: 28px !important;
}
.f29 {
  font-size: 29px !important;
}
.f30 {
  font-size: 30px !important;
}
.f31 {
  font-size: 31px !important;
}
.f32 {
  font-size: 32px !important;
}
.f33 {
  font-size: 33px !important;
}
.f34 {
  font-size: 34px !important;
}
.f35 {
  font-size: 35px !important;
}
.f36 {
  font-size: 36px !important;
}
.f37 {
  font-size: 37px !important;
}
.f38 {
  font-size: 38px !important;
}
.f39 {
  font-size: 39px !important;
}
.f40 {
  font-size: 40px !important;
}
.f41 {
  font-size: 41px !important;
}
.f42 {
  font-size: 42px !important;
}
.f43 {
  font-size: 43px !important;
}
.f44 {
  font-size: 44px !important;
}
.f45 {
  font-size: 45px !important;
}
.f46 {
  font-size: 46px !important;
}
.f47 {
  font-size: 47px !important;
}
.f48 {
  font-size: 48px !important;
}
.f49 {
  font-size: 49px !important;
}
.f50 {
  font-size: 50px !important;
}
.f51 {
  font-size: 51px !important;
}
.f52 {
  font-size: 52px !important;
}
.f53 {
  font-size: 53px !important;
}
.f54 {
  font-size: 54px !important;
}
.f55 {
  font-size: 55px !important;
}
.f56 {
  font-size: 56px !important;
}
.f57 {
  font-size: 57px !important;
}
.f58 {
  font-size: 58px !important;
}
.f59 {
  font-size: 59px !important;
}
.f60 {
  font-size: 60px !important;
}
.f61 {
  font-size: 61px !important;
}
.f62 {
  font-size: 62px !important;
}
.f63 {
  font-size: 63px !important;
}
.f64 {
  font-size: 64px !important;
}
.f65 {
  font-size: 65px !important;
}
.f66 {
  font-size: 66px !important;
}
.f67 {
  font-size: 67px !important;
}
.f68 {
  font-size: 68px !important;
}
.f69 {
  font-size: 69px !important;
}
.f70 {
  font-size: 70px !important;
}
.f71 {
  font-size: 71px !important;
}
.f72 {
  font-size: 72px !important;
}
.f73 {
  font-size: 73px !important;
}
.f74 {
  font-size: 74px !important;
}
.f75 {
  font-size: 75px !important;
}
.f76 {
  font-size: 76px !important;
}
.f77 {
  font-size: 77px !important;
}
.f78 {
  font-size: 78px !important;
}
.f79 {
  font-size: 79px !important;
}
.f80 {
  font-size: 80px !important;
}
.f81 {
  font-size: 81px !important;
}
.f82 {
  font-size: 82px !important;
}
.f83 {
  font-size: 83px !important;
}
.f84 {
  font-size: 84px !important;
}
.f85 {
  font-size: 85px !important;
}
.f86 {
  font-size: 86px !important;
}
.f87 {
  font-size: 87px !important;
}
.f88 {
  font-size: 88px !important;
}
.f89 {
  font-size: 89px !important;
}
.f90 {
  font-size: 90px !important;
}
.f91 {
  font-size: 91px !important;
}
.f92 {
  font-size: 92px !important;
}
.f93 {
  font-size: 93px !important;
}
.f94 {
  font-size: 94px !important;
}
.f95 {
  font-size: 95px !important;
}
.f96 {
  font-size: 96px !important;
}
.f97 {
  font-size: 97px !important;
}
.f98 {
  font-size: 98px !important;
}
.f99 {
  font-size: 99px !important;
}
.f100 {
  font-size: 100px !important;
}
.fw-2 {
  font-weight: 200 !important;
}
.fw-3 {
  font-weight: 300 !important;
}
.fw-4 {
  font-weight: 400 !important;
}
.fw-5 {
  font-weight: 500 !important;
}
.fw-6 {
  font-weight: 600 !important;
}
.fw-7 {
  font-weight: 700 !important;
}
.fw-8 {
  font-weight: 800 !important;
}
.m-1 {
  margin: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.m-3 {
  margin: 12px !important;
}
.m-4 {
  margin: 16px !important;
}
.m-5 {
  margin: 20px !important;
}
.m-6 {
  margin: 24px !important;
}
.m-7 {
  margin: 28px !important;
}
.m-8 {
  margin: 32px !important;
}
.m-9 {
  margin: 36px !important;
}
.m-10 {
  margin: 40px !important;
}
.m-11 {
  margin: 44px !important;
}
.m-12 {
  margin: 48px !important;
}
.m-13 {
  margin: 52px !important;
}
.m-14 {
  margin: 56px !important;
}
.m-15 {
  margin: 60px !important;
}
.m-16 {
  margin: 64px !important;
}
.m-17 {
  margin: 68px !important;
}
.m-18 {
  margin: 72px !important;
}
.m-19 {
  margin: 76px !important;
}
.m-20 {
  margin: 80px !important;
}
.m-21 {
  margin: 84px !important;
}
.m-22 {
  margin: 88px !important;
}
.m-23 {
  margin: 92px !important;
}
.m-24 {
  margin: 96px !important;
}
.m-25 {
  margin: 100px !important;
}
.m-26 {
  margin: 104px !important;
}
.m-27 {
  margin: 108px !important;
}
.m-28 {
  margin: 112px !important;
}
.m-29 {
  margin: 116px !important;
}
.m-30 {
  margin: 120px !important;
}
.m-31 {
  margin: 124px !important;
}
.m-32 {
  margin: 128px !important;
}
.m-33 {
  margin: 132px !important;
}
.m-34 {
  margin: 136px !important;
}
.m-35 {
  margin: 140px !important;
}
.m-36 {
  margin: 144px !important;
}
.m-37 {
  margin: 148px !important;
}
.m-38 {
  margin: 152px !important;
}
.m-39 {
  margin: 156px !important;
}
.m-40 {
  margin: 160px !important;
}
.m-41 {
  margin: 164px !important;
}
.m-42 {
  margin: 168px !important;
}
.m-43 {
  margin: 172px !important;
}
.m-44 {
  margin: 176px !important;
}
.m-45 {
  margin: 180px !important;
}
.m-46 {
  margin: 184px !important;
}
.m-47 {
  margin: 188px !important;
}
.m-48 {
  margin: 192px !important;
}
.m-49 {
  margin: 196px !important;
}
.m-50 {
  margin: 200px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mt-3 {
  margin-top: 12px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mt-5 {
  margin-top: 20px !important;
}
.mt-6 {
  margin-top: 24px !important;
}
.mt-7 {
  margin-top: 28px !important;
}
.mt-8 {
  margin-top: 32px !important;
}
.mt-9 {
  margin-top: 36px !important;
}
.mt-10 {
  margin-top: 40px !important;
}
.mt-11 {
  margin-top: 44px !important;
}
.mt-12 {
  margin-top: 48px !important;
}
.mt-13 {
  margin-top: 52px !important;
}
.mt-14 {
  margin-top: 56px !important;
}
.mt-15 {
  margin-top: 60px !important;
}
.mt-16 {
  margin-top: 64px !important;
}
.mt-17 {
  margin-top: 68px !important;
}
.mt-18 {
  margin-top: 72px !important;
}
.mt-19 {
  margin-top: 76px !important;
}
.mt-20 {
  margin-top: 80px !important;
}
.mt-21 {
  margin-top: 84px !important;
}
.mt-22 {
  margin-top: 88px !important;
}
.mt-23 {
  margin-top: 92px !important;
}
.mt-24 {
  margin-top: 96px !important;
}
.mt-25 {
  margin-top: 100px !important;
}
.mt-26 {
  margin-top: 104px !important;
}
.mt-27 {
  margin-top: 108px !important;
}
.mt-28 {
  margin-top: 112px !important;
}
.mt-29 {
  margin-top: 116px !important;
}
.mt-30 {
  margin-top: 120px !important;
}
.mt-31 {
  margin-top: 124px !important;
}
.mt-32 {
  margin-top: 128px !important;
}
.mt-33 {
  margin-top: 132px !important;
}
.mt-34 {
  margin-top: 136px !important;
}
.mt-35 {
  margin-top: 140px !important;
}
.mt-36 {
  margin-top: 144px !important;
}
.mt-37 {
  margin-top: 148px !important;
}
.mt-38 {
  margin-top: 152px !important;
}
.mt-39 {
  margin-top: 156px !important;
}
.mt-40 {
  margin-top: 160px !important;
}
.mt-41 {
  margin-top: 164px !important;
}
.mt-42 {
  margin-top: 168px !important;
}
.mt-43 {
  margin-top: 172px !important;
}
.mt-44 {
  margin-top: 176px !important;
}
.mt-45 {
  margin-top: 180px !important;
}
.mt-46 {
  margin-top: 184px !important;
}
.mt-47 {
  margin-top: 188px !important;
}
.mt-48 {
  margin-top: 192px !important;
}
.mt-49 {
  margin-top: 196px !important;
}
.mt-50 {
  margin-top: 200px !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.ml-3 {
  margin-left: 12px !important;
}
.ml-4 {
  margin-left: 16px !important;
}
.ml-5 {
  margin-left: 20px !important;
}
.ml-6 {
  margin-left: 24px !important;
}
.ml-7 {
  margin-left: 28px !important;
}
.ml-8 {
  margin-left: 32px !important;
}
.ml-9 {
  margin-left: 36px !important;
}
.ml-10 {
  margin-left: 40px !important;
}
.ml-11 {
  margin-left: 44px !important;
}
.ml-12 {
  margin-left: 48px !important;
}
.ml-13 {
  margin-left: 52px !important;
}
.ml-14 {
  margin-left: 56px !important;
}
.ml-15 {
  margin-left: 60px !important;
}
.ml-16 {
  margin-left: 64px !important;
}
.ml-17 {
  margin-left: 68px !important;
}
.ml-18 {
  margin-left: 72px !important;
}
.ml-19 {
  margin-left: 76px !important;
}
.ml-20 {
  margin-left: 80px !important;
}
.ml-21 {
  margin-left: 84px !important;
}
.ml-22 {
  margin-left: 88px !important;
}
.ml-23 {
  margin-left: 92px !important;
}
.ml-24 {
  margin-left: 96px !important;
}
.ml-25 {
  margin-left: 100px !important;
}
.ml-26 {
  margin-left: 104px !important;
}
.ml-27 {
  margin-left: 108px !important;
}
.ml-28 {
  margin-left: 112px !important;
}
.ml-29 {
  margin-left: 116px !important;
}
.ml-30 {
  margin-left: 120px !important;
}
.ml-31 {
  margin-left: 124px !important;
}
.ml-32 {
  margin-left: 128px !important;
}
.ml-33 {
  margin-left: 132px !important;
}
.ml-34 {
  margin-left: 136px !important;
}
.ml-35 {
  margin-left: 140px !important;
}
.ml-36 {
  margin-left: 144px !important;
}
.ml-37 {
  margin-left: 148px !important;
}
.ml-38 {
  margin-left: 152px !important;
}
.ml-39 {
  margin-left: 156px !important;
}
.ml-40 {
  margin-left: 160px !important;
}
.ml-41 {
  margin-left: 164px !important;
}
.ml-42 {
  margin-left: 168px !important;
}
.ml-43 {
  margin-left: 172px !important;
}
.ml-44 {
  margin-left: 176px !important;
}
.ml-45 {
  margin-left: 180px !important;
}
.ml-46 {
  margin-left: 184px !important;
}
.ml-47 {
  margin-left: 188px !important;
}
.ml-48 {
  margin-left: 192px !important;
}
.ml-49 {
  margin-left: 196px !important;
}
.ml-50 {
  margin-left: 200px !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mr-3 {
  margin-right: 12px !important;
}
.mr-4 {
  margin-right: 16px !important;
}
.mr-5 {
  margin-right: 20px !important;
}
.mr-6 {
  margin-right: 24px !important;
}
.mr-7 {
  margin-right: 28px !important;
}
.mr-8 {
  margin-right: 32px !important;
}
.mr-9 {
  margin-right: 36px !important;
}
.mr-10 {
  margin-right: 40px !important;
}
.mr-11 {
  margin-right: 44px !important;
}
.mr-12 {
  margin-right: 48px !important;
}
.mr-13 {
  margin-right: 52px !important;
}
.mr-14 {
  margin-right: 56px !important;
}
.mr-15 {
  margin-right: 60px !important;
}
.mr-16 {
  margin-right: 64px !important;
}
.mr-17 {
  margin-right: 68px !important;
}
.mr-18 {
  margin-right: 72px !important;
}
.mr-19 {
  margin-right: 76px !important;
}
.mr-20 {
  margin-right: 80px !important;
}
.mr-21 {
  margin-right: 84px !important;
}
.mr-22 {
  margin-right: 88px !important;
}
.mr-23 {
  margin-right: 92px !important;
}
.mr-24 {
  margin-right: 96px !important;
}
.mr-25 {
  margin-right: 100px !important;
}
.mr-26 {
  margin-right: 104px !important;
}
.mr-27 {
  margin-right: 108px !important;
}
.mr-28 {
  margin-right: 112px !important;
}
.mr-29 {
  margin-right: 116px !important;
}
.mr-30 {
  margin-right: 120px !important;
}
.mr-31 {
  margin-right: 124px !important;
}
.mr-32 {
  margin-right: 128px !important;
}
.mr-33 {
  margin-right: 132px !important;
}
.mr-34 {
  margin-right: 136px !important;
}
.mr-35 {
  margin-right: 140px !important;
}
.mr-36 {
  margin-right: 144px !important;
}
.mr-37 {
  margin-right: 148px !important;
}
.mr-38 {
  margin-right: 152px !important;
}
.mr-39 {
  margin-right: 156px !important;
}
.mr-40 {
  margin-right: 160px !important;
}
.mr-41 {
  margin-right: 164px !important;
}
.mr-42 {
  margin-right: 168px !important;
}
.mr-43 {
  margin-right: 172px !important;
}
.mr-44 {
  margin-right: 176px !important;
}
.mr-45 {
  margin-right: 180px !important;
}
.mr-46 {
  margin-right: 184px !important;
}
.mr-47 {
  margin-right: 188px !important;
}
.mr-48 {
  margin-right: 192px !important;
}
.mr-49 {
  margin-right: 196px !important;
}
.mr-50 {
  margin-right: 200px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}
.mb-5 {
  margin-bottom: 20px !important;
}
.mb-6 {
  margin-bottom: 24px !important;
}
.mb-7 {
  margin-bottom: 28px !important;
}
.mb-8 {
  margin-bottom: 32px !important;
}
.mb-9 {
  margin-bottom: 36px !important;
}
.mb-10 {
  margin-bottom: 40px !important;
}
.mb-11 {
  margin-bottom: 44px !important;
}
.mb-12 {
  margin-bottom: 48px !important;
}
.mb-13 {
  margin-bottom: 52px !important;
}
.mb-14 {
  margin-bottom: 56px !important;
}
.mb-15 {
  margin-bottom: 60px !important;
}
.mb-16 {
  margin-bottom: 64px !important;
}
.mb-17 {
  margin-bottom: 68px !important;
}
.mb-18 {
  margin-bottom: 72px !important;
}
.mb-19 {
  margin-bottom: 76px !important;
}
.mb-20 {
  margin-bottom: 80px !important;
}
.mb-21 {
  margin-bottom: 84px !important;
}
.mb-22 {
  margin-bottom: 88px !important;
}
.mb-23 {
  margin-bottom: 92px !important;
}
.mb-24 {
  margin-bottom: 96px !important;
}
.mb-25 {
  margin-bottom: 100px !important;
}
.mb-26 {
  margin-bottom: 104px !important;
}
.mb-27 {
  margin-bottom: 108px !important;
}
.mb-28 {
  margin-bottom: 112px !important;
}
.mb-29 {
  margin-bottom: 116px !important;
}
.mb-30 {
  margin-bottom: 120px !important;
}
.mb-31 {
  margin-bottom: 124px !important;
}
.mb-32 {
  margin-bottom: 128px !important;
}
.mb-33 {
  margin-bottom: 132px !important;
}
.mb-34 {
  margin-bottom: 136px !important;
}
.mb-35 {
  margin-bottom: 140px !important;
}
.mb-36 {
  margin-bottom: 144px !important;
}
.mb-37 {
  margin-bottom: 148px !important;
}
.mb-38 {
  margin-bottom: 152px !important;
}
.mb-39 {
  margin-bottom: 156px !important;
}
.mb-40 {
  margin-bottom: 160px !important;
}
.mb-41 {
  margin-bottom: 164px !important;
}
.mb-42 {
  margin-bottom: 168px !important;
}
.mb-43 {
  margin-bottom: 172px !important;
}
.mb-44 {
  margin-bottom: 176px !important;
}
.mb-45 {
  margin-bottom: 180px !important;
}
.mb-46 {
  margin-bottom: 184px !important;
}
.mb-47 {
  margin-bottom: 188px !important;
}
.mb-48 {
  margin-bottom: 192px !important;
}
.mb-49 {
  margin-bottom: 196px !important;
}
.mb-50 {
  margin-bottom: 200px !important;
}
.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-7 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-9 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mx-11 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.mx-12 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.mx-13 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}
.mx-14 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.mx-15 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.mx-16 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.mx-17 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}
.mx-18 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.mx-19 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}
.mx-20 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.mx-21 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}
.mx-22 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}
.mx-23 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}
.mx-24 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}
.mx-25 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.mx-26 {
  margin-left: 104px !important;
  margin-right: 104px !important;
}
.mx-27 {
  margin-left: 108px !important;
  margin-right: 108px !important;
}
.mx-28 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}
.mx-29 {
  margin-left: 116px !important;
  margin-right: 116px !important;
}
.mx-30 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}
.mx-31 {
  margin-left: 124px !important;
  margin-right: 124px !important;
}
.mx-32 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}
.mx-33 {
  margin-left: 132px !important;
  margin-right: 132px !important;
}
.mx-34 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}
.mx-35 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}
.mx-36 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}
.mx-37 {
  margin-left: 148px !important;
  margin-right: 148px !important;
}
.mx-38 {
  margin-left: 152px !important;
  margin-right: 152px !important;
}
.mx-39 {
  margin-left: 156px !important;
  margin-right: 156px !important;
}
.mx-40 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}
.mx-41 {
  margin-left: 164px !important;
  margin-right: 164px !important;
}
.mx-42 {
  margin-left: 168px !important;
  margin-right: 168px !important;
}
.mx-43 {
  margin-left: 172px !important;
  margin-right: 172px !important;
}
.mx-44 {
  margin-left: 176px !important;
  margin-right: 176px !important;
}
.mx-45 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}
.mx-46 {
  margin-left: 184px !important;
  margin-right: 184px !important;
}
.mx-47 {
  margin-left: 188px !important;
  margin-right: 188px !important;
}
.mx-48 {
  margin-left: 192px !important;
  margin-right: 192px !important;
}
.mx-49 {
  margin-left: 196px !important;
  margin-right: 196px !important;
}
.mx-50 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.my-1 {
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}
.my-2 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.my-3 {
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}
.my-4 {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}
.my-5 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.my-6 {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}
.my-7 {
  margin-bottom: 28px !important;
  margin-top: 28px !important;
}
.my-8 {
  margin-bottom: 32px !important;
  margin-top: 32px !important;
}
.my-9 {
  margin-bottom: 36px !important;
  margin-top: 36px !important;
}
.my-10 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.my-11 {
  margin-bottom: 44px !important;
  margin-top: 44px !important;
}
.my-12 {
  margin-bottom: 48px !important;
  margin-top: 48px !important;
}
.my-13 {
  margin-bottom: 52px !important;
  margin-top: 52px !important;
}
.my-14 {
  margin-bottom: 56px !important;
  margin-top: 56px !important;
}
.my-15 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.my-16 {
  margin-bottom: 64px !important;
  margin-top: 64px !important;
}
.my-17 {
  margin-bottom: 68px !important;
  margin-top: 68px !important;
}
.my-18 {
  margin-bottom: 72px !important;
  margin-top: 72px !important;
}
.my-19 {
  margin-bottom: 76px !important;
  margin-top: 76px !important;
}
.my-20 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.my-21 {
  margin-bottom: 84px !important;
  margin-top: 84px !important;
}
.my-22 {
  margin-bottom: 88px !important;
  margin-top: 88px !important;
}
.my-23 {
  margin-bottom: 92px !important;
  margin-top: 92px !important;
}
.my-24 {
  margin-bottom: 96px !important;
  margin-top: 96px !important;
}
.my-25 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.my-26 {
  margin-bottom: 104px !important;
  margin-top: 104px !important;
}
.my-27 {
  margin-bottom: 108px !important;
  margin-top: 108px !important;
}
.my-28 {
  margin-bottom: 112px !important;
  margin-top: 112px !important;
}
.my-29 {
  margin-bottom: 116px !important;
  margin-top: 116px !important;
}
.my-30 {
  margin-bottom: 120px !important;
  margin-top: 120px !important;
}
.my-31 {
  margin-bottom: 124px !important;
  margin-top: 124px !important;
}
.my-32 {
  margin-bottom: 128px !important;
  margin-top: 128px !important;
}
.my-33 {
  margin-bottom: 132px !important;
  margin-top: 132px !important;
}
.my-34 {
  margin-bottom: 136px !important;
  margin-top: 136px !important;
}
.my-35 {
  margin-bottom: 140px !important;
  margin-top: 140px !important;
}
.my-36 {
  margin-bottom: 144px !important;
  margin-top: 144px !important;
}
.my-37 {
  margin-bottom: 148px !important;
  margin-top: 148px !important;
}
.my-38 {
  margin-bottom: 152px !important;
  margin-top: 152px !important;
}
.my-39 {
  margin-bottom: 156px !important;
  margin-top: 156px !important;
}
.my-40 {
  margin-bottom: 160px !important;
  margin-top: 160px !important;
}
.my-41 {
  margin-bottom: 164px !important;
  margin-top: 164px !important;
}
.my-42 {
  margin-bottom: 168px !important;
  margin-top: 168px !important;
}
.my-43 {
  margin-bottom: 172px !important;
  margin-top: 172px !important;
}
.my-44 {
  margin-bottom: 176px !important;
  margin-top: 176px !important;
}
.my-45 {
  margin-bottom: 180px !important;
  margin-top: 180px !important;
}
.my-46 {
  margin-bottom: 184px !important;
  margin-top: 184px !important;
}
.my-47 {
  margin-bottom: 188px !important;
  margin-top: 188px !important;
}
.my-48 {
  margin-bottom: 192px !important;
  margin-top: 192px !important;
}
.my-49 {
  margin-bottom: 196px !important;
  margin-top: 196px !important;
}
.my-50 {
  margin-bottom: 200px !important;
  margin-top: 200px !important;
}
.p-1 {
  padding: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.p-3 {
  padding: 12px !important;
}
.p-4 {
  padding: 16px !important;
}
.p-5 {
  padding: 20px !important;
}
.p-6 {
  padding: 24px !important;
}
.p-7 {
  padding: 28px !important;
}
.p-8 {
  padding: 32px !important;
}
.p-9 {
  padding: 36px !important;
}
.p-10 {
  padding: 40px !important;
}
.p-11 {
  padding: 44px !important;
}
.p-12 {
  padding: 48px !important;
}
.p-13 {
  padding: 52px !important;
}
.p-14 {
  padding: 56px !important;
}
.p-15 {
  padding: 60px !important;
}
.p-16 {
  padding: 64px !important;
}
.p-17 {
  padding: 68px !important;
}
.p-18 {
  padding: 72px !important;
}
.p-19 {
  padding: 76px !important;
}
.p-20 {
  padding: 80px !important;
}
.p-21 {
  padding: 84px !important;
}
.p-22 {
  padding: 88px !important;
}
.p-23 {
  padding: 92px !important;
}
.p-24 {
  padding: 96px !important;
}
.p-25 {
  padding: 100px !important;
}
.p-26 {
  padding: 104px !important;
}
.p-27 {
  padding: 108px !important;
}
.p-28 {
  padding: 112px !important;
}
.p-29 {
  padding: 116px !important;
}
.p-30 {
  padding: 120px !important;
}
.p-31 {
  padding: 124px !important;
}
.p-32 {
  padding: 128px !important;
}
.p-33 {
  padding: 132px !important;
}
.p-34 {
  padding: 136px !important;
}
.p-35 {
  padding: 140px !important;
}
.p-36 {
  padding: 144px !important;
}
.p-37 {
  padding: 148px !important;
}
.p-38 {
  padding: 152px !important;
}
.p-39 {
  padding: 156px !important;
}
.p-40 {
  padding: 160px !important;
}
.p-41 {
  padding: 164px !important;
}
.p-42 {
  padding: 168px !important;
}
.p-43 {
  padding: 172px !important;
}
.p-44 {
  padding: 176px !important;
}
.p-45 {
  padding: 180px !important;
}
.p-46 {
  padding: 184px !important;
}
.p-47 {
  padding: 188px !important;
}
.p-48 {
  padding: 192px !important;
}
.p-49 {
  padding: 196px !important;
}
.p-50 {
  padding: 200px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.pt-4 {
  padding-top: 16px !important;
}
.pt-5 {
  padding-top: 20px !important;
}
.pt-6 {
  padding-top: 24px !important;
}
.pt-7 {
  padding-top: 28px !important;
}
.pt-8 {
  padding-top: 32px !important;
}
.pt-9 {
  padding-top: 36px !important;
}
.pt-10 {
  padding-top: 40px !important;
}
.pt-11 {
  padding-top: 44px !important;
}
.pt-12 {
  padding-top: 48px !important;
}
.pt-13 {
  padding-top: 52px !important;
}
.pt-14 {
  padding-top: 56px !important;
}
.pt-15 {
  padding-top: 60px !important;
}
.pt-16 {
  padding-top: 64px !important;
}
.pt-17 {
  padding-top: 68px !important;
}
.pt-18 {
  padding-top: 72px !important;
}
.pt-19 {
  padding-top: 76px !important;
}
.pt-20 {
  padding-top: 80px !important;
}
.pt-21 {
  padding-top: 84px !important;
}
.pt-22 {
  padding-top: 88px !important;
}
.pt-23 {
  padding-top: 92px !important;
}
.pt-24 {
  padding-top: 96px !important;
}
.pt-25 {
  padding-top: 100px !important;
}
.pt-26 {
  padding-top: 104px !important;
}
.pt-27 {
  padding-top: 108px !important;
}
.pt-28 {
  padding-top: 112px !important;
}
.pt-29 {
  padding-top: 116px !important;
}
.pt-30 {
  padding-top: 120px !important;
}
.pt-31 {
  padding-top: 124px !important;
}
.pt-32 {
  padding-top: 128px !important;
}
.pt-33 {
  padding-top: 132px !important;
}
.pt-34 {
  padding-top: 136px !important;
}
.pt-35 {
  padding-top: 140px !important;
}
.pt-36 {
  padding-top: 144px !important;
}
.pt-37 {
  padding-top: 148px !important;
}
.pt-38 {
  padding-top: 152px !important;
}
.pt-39 {
  padding-top: 156px !important;
}
.pt-40 {
  padding-top: 160px !important;
}
.pt-41 {
  padding-top: 164px !important;
}
.pt-42 {
  padding-top: 168px !important;
}
.pt-43 {
  padding-top: 172px !important;
}
.pt-44 {
  padding-top: 176px !important;
}
.pt-45 {
  padding-top: 180px !important;
}
.pt-46 {
  padding-top: 184px !important;
}
.pt-47 {
  padding-top: 188px !important;
}
.pt-48 {
  padding-top: 192px !important;
}
.pt-49 {
  padding-top: 196px !important;
}
.pt-50 {
  padding-top: 200px !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 12px !important;
}
.pl-4 {
  padding-left: 16px !important;
}
.pl-5 {
  padding-left: 20px !important;
}
.pl-6 {
  padding-left: 24px !important;
}
.pl-7 {
  padding-left: 28px !important;
}
.pl-8 {
  padding-left: 32px !important;
}
.pl-9 {
  padding-left: 36px !important;
}
.pl-10 {
  padding-left: 40px !important;
}
.pl-11 {
  padding-left: 44px !important;
}
.pl-12 {
  padding-left: 48px !important;
}
.pl-13 {
  padding-left: 52px !important;
}
.pl-14 {
  padding-left: 56px !important;
}
.pl-15 {
  padding-left: 60px !important;
}
.pl-16 {
  padding-left: 64px !important;
}
.pl-17 {
  padding-left: 68px !important;
}
.pl-18 {
  padding-left: 72px !important;
}
.pl-19 {
  padding-left: 76px !important;
}
.pl-20 {
  padding-left: 80px !important;
}
.pl-21 {
  padding-left: 84px !important;
}
.pl-22 {
  padding-left: 88px !important;
}
.pl-23 {
  padding-left: 92px !important;
}
.pl-24 {
  padding-left: 96px !important;
}
.pl-25 {
  padding-left: 100px !important;
}
.pl-26 {
  padding-left: 104px !important;
}
.pl-27 {
  padding-left: 108px !important;
}
.pl-28 {
  padding-left: 112px !important;
}
.pl-29 {
  padding-left: 116px !important;
}
.pl-30 {
  padding-left: 120px !important;
}
.pl-31 {
  padding-left: 124px !important;
}
.pl-32 {
  padding-left: 128px !important;
}
.pl-33 {
  padding-left: 132px !important;
}
.pl-34 {
  padding-left: 136px !important;
}
.pl-35 {
  padding-left: 140px !important;
}
.pl-36 {
  padding-left: 144px !important;
}
.pl-37 {
  padding-left: 148px !important;
}
.pl-38 {
  padding-left: 152px !important;
}
.pl-39 {
  padding-left: 156px !important;
}
.pl-40 {
  padding-left: 160px !important;
}
.pl-41 {
  padding-left: 164px !important;
}
.pl-42 {
  padding-left: 168px !important;
}
.pl-43 {
  padding-left: 172px !important;
}
.pl-44 {
  padding-left: 176px !important;
}
.pl-45 {
  padding-left: 180px !important;
}
.pl-46 {
  padding-left: 184px !important;
}
.pl-47 {
  padding-left: 188px !important;
}
.pl-48 {
  padding-left: 192px !important;
}
.pl-49 {
  padding-left: 196px !important;
}
.pl-50 {
  padding-left: 200px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-3 {
  padding-right: 12px !important;
}
.pr-4 {
  padding-right: 16px !important;
}
.pr-5 {
  padding-right: 20px !important;
}
.pr-6 {
  padding-right: 24px !important;
}
.pr-7 {
  padding-right: 28px !important;
}
.pr-8 {
  padding-right: 32px !important;
}
.pr-9 {
  padding-right: 36px !important;
}
.pr-10 {
  padding-right: 40px !important;
}
.pr-11 {
  padding-right: 44px !important;
}
.pr-12 {
  padding-right: 48px !important;
}
.pr-13 {
  padding-right: 52px !important;
}
.pr-14 {
  padding-right: 56px !important;
}
.pr-15 {
  padding-right: 60px !important;
}
.pr-16 {
  padding-right: 64px !important;
}
.pr-17 {
  padding-right: 68px !important;
}
.pr-18 {
  padding-right: 72px !important;
}
.pr-19 {
  padding-right: 76px !important;
}
.pr-20 {
  padding-right: 80px !important;
}
.pr-21 {
  padding-right: 84px !important;
}
.pr-22 {
  padding-right: 88px !important;
}
.pr-23 {
  padding-right: 92px !important;
}
.pr-24 {
  padding-right: 96px !important;
}
.pr-25 {
  padding-right: 100px !important;
}
.pr-26 {
  padding-right: 104px !important;
}
.pr-27 {
  padding-right: 108px !important;
}
.pr-28 {
  padding-right: 112px !important;
}
.pr-29 {
  padding-right: 116px !important;
}
.pr-30 {
  padding-right: 120px !important;
}
.pr-31 {
  padding-right: 124px !important;
}
.pr-32 {
  padding-right: 128px !important;
}
.pr-33 {
  padding-right: 132px !important;
}
.pr-34 {
  padding-right: 136px !important;
}
.pr-35 {
  padding-right: 140px !important;
}
.pr-36 {
  padding-right: 144px !important;
}
.pr-37 {
  padding-right: 148px !important;
}
.pr-38 {
  padding-right: 152px !important;
}
.pr-39 {
  padding-right: 156px !important;
}
.pr-40 {
  padding-right: 160px !important;
}
.pr-41 {
  padding-right: 164px !important;
}
.pr-42 {
  padding-right: 168px !important;
}
.pr-43 {
  padding-right: 172px !important;
}
.pr-44 {
  padding-right: 176px !important;
}
.pr-45 {
  padding-right: 180px !important;
}
.pr-46 {
  padding-right: 184px !important;
}
.pr-47 {
  padding-right: 188px !important;
}
.pr-48 {
  padding-right: 192px !important;
}
.pr-49 {
  padding-right: 196px !important;
}
.pr-50 {
  padding-right: 200px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 12px !important;
}
.pb-4 {
  padding-bottom: 16px !important;
}
.pb-5 {
  padding-bottom: 20px !important;
}
.pb-6 {
  padding-bottom: 24px !important;
}
.pb-7 {
  padding-bottom: 28px !important;
}
.pb-8 {
  padding-bottom: 32px !important;
}
.pb-9 {
  padding-bottom: 36px !important;
}
.pb-10 {
  padding-bottom: 40px !important;
}
.pb-11 {
  padding-bottom: 44px !important;
}
.pb-12 {
  padding-bottom: 48px !important;
}
.pb-13 {
  padding-bottom: 52px !important;
}
.pb-14 {
  padding-bottom: 56px !important;
}
.pb-15 {
  padding-bottom: 60px !important;
}
.pb-16 {
  padding-bottom: 64px !important;
}
.pb-17 {
  padding-bottom: 68px !important;
}
.pb-18 {
  padding-bottom: 72px !important;
}
.pb-19 {
  padding-bottom: 76px !important;
}
.pb-20 {
  padding-bottom: 80px !important;
}
.pb-21 {
  padding-bottom: 84px !important;
}
.pb-22 {
  padding-bottom: 88px !important;
}
.pb-23 {
  padding-bottom: 92px !important;
}
.pb-24 {
  padding-bottom: 96px !important;
}
.pb-25 {
  padding-bottom: 100px !important;
}
.pb-26 {
  padding-bottom: 104px !important;
}
.pb-27 {
  padding-bottom: 108px !important;
}
.pb-28 {
  padding-bottom: 112px !important;
}
.pb-29 {
  padding-bottom: 116px !important;
}
.pb-30 {
  padding-bottom: 120px !important;
}
.pb-31 {
  padding-bottom: 124px !important;
}
.pb-32 {
  padding-bottom: 128px !important;
}
.pb-33 {
  padding-bottom: 132px !important;
}
.pb-34 {
  padding-bottom: 136px !important;
}
.pb-35 {
  padding-bottom: 140px !important;
}
.pb-36 {
  padding-bottom: 144px !important;
}
.pb-37 {
  padding-bottom: 148px !important;
}
.pb-38 {
  padding-bottom: 152px !important;
}
.pb-39 {
  padding-bottom: 156px !important;
}
.pb-40 {
  padding-bottom: 160px !important;
}
.pb-41 {
  padding-bottom: 164px !important;
}
.pb-42 {
  padding-bottom: 168px !important;
}
.pb-43 {
  padding-bottom: 172px !important;
}
.pb-44 {
  padding-bottom: 176px !important;
}
.pb-45 {
  padding-bottom: 180px !important;
}
.pb-46 {
  padding-bottom: 184px !important;
}
.pb-47 {
  padding-bottom: 188px !important;
}
.pb-48 {
  padding-bottom: 192px !important;
}
.pb-49 {
  padding-bottom: 196px !important;
}
.pb-50 {
  padding-bottom: 200px !important;
}
.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-7 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-9 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-11 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.px-12 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.px-13 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
.px-14 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.px-15 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.px-16 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.px-17 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}
.px-18 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.px-19 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}
.px-20 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.px-21 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}
.px-22 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}
.px-23 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}
.px-24 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.px-25 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.px-26 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}
.px-27 {
  padding-left: 108px !important;
  padding-right: 108px !important;
}
.px-28 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}
.px-29 {
  padding-left: 116px !important;
  padding-right: 116px !important;
}
.px-30 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.px-31 {
  padding-left: 124px !important;
  padding-right: 124px !important;
}
.px-32 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}
.px-33 {
  padding-left: 132px !important;
  padding-right: 132px !important;
}
.px-34 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}
.px-35 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
.px-36 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}
.px-37 {
  padding-left: 148px !important;
  padding-right: 148px !important;
}
.px-38 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}
.px-39 {
  padding-left: 156px !important;
  padding-right: 156px !important;
}
.px-40 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.px-41 {
  padding-left: 164px !important;
  padding-right: 164px !important;
}
.px-42 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}
.px-43 {
  padding-left: 172px !important;
  padding-right: 172px !important;
}
.px-44 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}
.px-45 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}
.px-46 {
  padding-left: 184px !important;
  padding-right: 184px !important;
}
.px-47 {
  padding-left: 188px !important;
  padding-right: 188px !important;
}
.px-48 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}
.px-49 {
  padding-left: 196px !important;
  padding-right: 196px !important;
}
.px-50 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.py-1 {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.py-2 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.py-3 {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.py-4 {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}
.py-5 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.py-6 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.py-7 {
  padding-bottom: 28px !important;
  padding-top: 28px !important;
}
.py-8 {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}
.py-9 {
  padding-bottom: 36px !important;
  padding-top: 36px !important;
}
.py-10 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.py-11 {
  padding-bottom: 44px !important;
  padding-top: 44px !important;
}
.py-12 {
  padding-bottom: 48px !important;
  padding-top: 48px !important;
}
.py-13 {
  padding-bottom: 52px !important;
  padding-top: 52px !important;
}
.py-14 {
  padding-bottom: 56px !important;
  padding-top: 56px !important;
}
.py-15 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.py-16 {
  padding-bottom: 64px !important;
  padding-top: 64px !important;
}
.py-17 {
  padding-bottom: 68px !important;
  padding-top: 68px !important;
}
.py-18 {
  padding-bottom: 72px !important;
  padding-top: 72px !important;
}
.py-19 {
  padding-bottom: 76px !important;
  padding-top: 76px !important;
}
.py-20 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.py-21 {
  padding-bottom: 84px !important;
  padding-top: 84px !important;
}
.py-22 {
  padding-bottom: 88px !important;
  padding-top: 88px !important;
}
.py-23 {
  padding-bottom: 92px !important;
  padding-top: 92px !important;
}
.py-24 {
  padding-bottom: 96px !important;
  padding-top: 96px !important;
}
.py-25 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.py-26 {
  padding-bottom: 104px !important;
  padding-top: 104px !important;
}
.py-27 {
  padding-bottom: 108px !important;
  padding-top: 108px !important;
}
.py-28 {
  padding-bottom: 112px !important;
  padding-top: 112px !important;
}
.py-29 {
  padding-bottom: 116px !important;
  padding-top: 116px !important;
}
.py-30 {
  padding-bottom: 120px !important;
  padding-top: 120px !important;
}
.py-31 {
  padding-bottom: 124px !important;
  padding-top: 124px !important;
}
.py-32 {
  padding-bottom: 128px !important;
  padding-top: 128px !important;
}
.py-33 {
  padding-bottom: 132px !important;
  padding-top: 132px !important;
}
.py-34 {
  padding-bottom: 136px !important;
  padding-top: 136px !important;
}
.py-35 {
  padding-bottom: 140px !important;
  padding-top: 140px !important;
}
.py-36 {
  padding-bottom: 144px !important;
  padding-top: 144px !important;
}
.py-37 {
  padding-bottom: 148px !important;
  padding-top: 148px !important;
}
.py-38 {
  padding-bottom: 152px !important;
  padding-top: 152px !important;
}
.py-39 {
  padding-bottom: 156px !important;
  padding-top: 156px !important;
}
.py-40 {
  padding-bottom: 160px !important;
  padding-top: 160px !important;
}
.py-41 {
  padding-bottom: 164px !important;
  padding-top: 164px !important;
}
.py-42 {
  padding-bottom: 168px !important;
  padding-top: 168px !important;
}
.py-43 {
  padding-bottom: 172px !important;
  padding-top: 172px !important;
}
.py-44 {
  padding-bottom: 176px !important;
  padding-top: 176px !important;
}
.py-45 {
  padding-bottom: 180px !important;
  padding-top: 180px !important;
}
.py-46 {
  padding-bottom: 184px !important;
  padding-top: 184px !important;
}
.py-47 {
  padding-bottom: 188px !important;
  padding-top: 188px !important;
}
.py-48 {
  padding-bottom: 192px !important;
  padding-top: 192px !important;
}
.py-49 {
  padding-bottom: 196px !important;
  padding-top: 196px !important;
}
.py-50 {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}
.poppins-thin {
  font-weight: 100 !important;
}
.poppins-extra-light,
.poppins-thin {
  font-family: Poppins, sans-serif !important;
}
.poppins-extra-light {
  font-weight: 200 !important;
}
.poppins-light {
  font-weight: 300 !important;
}
.poppins-light,
.poppins-regular {
  font-family: Poppins, sans-serif !important;
}
.poppins-regular {
  font-weight: 400 !important;
}
.header-wrapper .menu-inactive-btn,
.poppins-semi-bold {
  font-family: Poppins, sans-serif !important;
  font-weight: 600 !important;
}
.poppins-bold {
  font-weight: 700 !important;
}
.poppins-bold,
.poppins-extra-bold {
  font-family: Poppins, sans-serif !important;
}
.poppins-extra-bold {
  font-weight: 900 !important;
}
.lato-thin {
  font-weight: 100 !important;
}
.lato-light,
.lato-thin {
  font-family: Lato, sans-serif !important;
}
.lato-light {
  font-weight: 300 !important;
}
.lato-regular {
  font-weight: 400 !important;
}
.lato-bold,
.lato-regular {
  font-family: Lato, sans-serif !important;
}
.lato-bold {
  font-weight: 700 !important;
}
.lato-extra-bold {
  font-family: Lato, sans-serif !important;
  font-weight: 900 !important;
}
.inter-light {
  font-weight: 300 !important;
}
.inter-light,
.inter-regular {
  font-family: Inter, sans-serif !important;
}
.inter-regular {
  font-weight: 400 !important;
}
.inter-semi-bold {
  font-weight: 600 !important;
}
.inter-bold,
.inter-semi-bold {
  font-family: Inter, sans-serif !important;
}
.inter-bold {
  font-weight: 700 !important;
}
.inter-extra-bold {
  font-family: Inter, sans-serif !important;
  font-weight: 900 !important;
}
.bebas-neue {
  font-family: Bebas Neue, sans-serif !important;
}
.MuiButtonBase-root.MuiButton-root {
  height: 50px;
  padding: 19px 32px !important;
  text-transform: none !important;
}
.MuiButtonBase-root.MuiButton-root .MuiCircularProgress-root {
  color: #fff;
  font-size: 12px !important;
  height: 20px !important;
  margin-right: 10px;
  width: 20px !important;
}
.MuiButtonBase-root.btn-primary {
  background-color: #316ab6;
  color: #fff;
}
.MuiButtonBase-root.btn-primary:hover {
  background-color: #316ab6;
}
.MuiButtonBase-root.btn-primary:disabled {
  color: #fff;
}
.MuiButtonBase-root.Mui-disabled.btn-primary {
  color: #393e55;
  opacity: 0.6;
}
.MuiButtonBase-root.btn-secondary {
  background-color: #2a2f48;
  color: #9899a5;
}
.MuiButtonBase-root.btn-secondary:hover {
  background-color: #2a2f48;
}
.MuiButtonBase-root.btn-secondary .MuiCircularProgress-root {
  color: #9899a5;
  font-size: 12px !important;
  height: 20px !important;
  margin-right: 10px;
  width: 20px !important;
}
.MuiButtonBase-root.Mui-disabled.btn-secondary {
  color: #006ceb;
}
.MuiButtonBase-root.btn-primary-outlined {
  background-color: initial;
  border: 1px solid #161935;
  color: #161935;
}
.MuiButtonBase-root.btn-primary-outlined:hover {
  background-color: #2a2f48;
}
.MuiButtonBase-root.btn-primary-outlined .MuiCircularProgress-root {
  color: #161935;
  font-size: 12px !important;
  height: 20px !important;
  margin-right: 10px;
  width: 20px !important;
}
.MuiButtonBase-root.Mui-disabled.btn-primary-outlined {
  color: #161935;
  opacity: 0.6;
}
.MuiButtonBase-root.btn-small {
  cursor: pointer;
  font-weight: 400;
  height: 42px;
  padding: 12px 18px !important;
}
.MuiButtonBase-root.btn-extra-small {
  font-size: 12px;
  font-weight: 400;
  height: 0 !important;
  padding: 15px !important;
}
.MuiFormControl-root input,
.MuiFormControl-root select {
  border-radius: 6px !important;
  color: #161935 !important;
}
.MuiFormControl-root input::-webkit-input-placeholder,
.MuiFormControl-root select::-webkit-input-placeholder {
  color: #9899a5 !important;
}
.MuiFormControl-root input::placeholder,
.MuiFormControl-root select::placeholder {
  color: #9899a5 !important;
}
.MuiFormControl-root .MuiOutlinedInput-root {
  border-radius: 6px !important;
}
.MuiFormControl-root .MuiSelect-selectMenu {
  background-color: #393e55 !important;
  color: #161935 !important;
}
.MuiFormControl-root .MuiSelect-selectMenu::-webkit-input-placeholder {
  color: #9899a5 !important;
}
.MuiFormControl-root .MuiSelect-selectMenu::placeholder {
  color: #9899a5 !important;
}
.MuiFormControl-root .MuiSelect-icon {
  color: #161935 !important;
}
.MuiOutlinedInput-input,
.MuiOutlinedInput-multiline,
.MuiSelect-outlined,
.form-control {
  background-color: #393e55 !important;
  border: 1px solid #393e55 !important;
  border-radius: 6px !important;
  font-family: Lato, sans-serif !important;
  font-weight: 400 !important;
  padding: 14px 12px !important;
}
.MuiFormControl-root input,
.MuiFormControl-root select {
  background-color: #393e55 !important;
  border: 1px solid #393e55 !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.outer-label {
  margin-bottom: 10px !important;
  margin-top: 8px !important;
}
.MuiPaper-rounded {
  border-radius: 10px !important;
}
.header-wrapper {
  display: flex;
  padding: 10px;
  z-index: 9;
}

.header-wrapper .menu {
  color: #9899a5;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
}
.header-wrapper .menu:hover,
.header-wrapper .menu-products:hover,
.header-wrapper .menu-medias:hover {
  color: #fff;
}
.header-wrapper .menu-products:hover .menu::after,
.header-wrapper .menu-medias:hover .menu::after
{
  border-color: #fff;
}
.single-blog .header-wrapper .menu-products:hover .menu::after,
.single-blog .header-wrapper .menu-medias:hover .menu::after,
.author .header-wrapper .menu-products:hover .menu::after,
.author .header-wrapper .menu-medias:hover .menu::after
{
  border-color: #000;
}
.single-post .header-wrapper .menu:hover,
.single-blog.blog-template-blog-feature-announcement .header-wrapper .menu:hover,
.author .header-wrapper .menu:hover,
.post-type-archive-product .header-wrapper .menu:hover
{
  color: #000;
}
.header-wrapper a {
  text-decoration: none !important;
}
@media (max-width: 1200px) {
  .header-wrapper a.mr-34 {
    margin-right: 40px !important;
  }
}
.home .header-wrapper .menu {
  padding: 16px 14px;
}

.header-wrapper .menu-inactive-btn {
  border: none !important;
  color: #9899a5 !important;
  padding: 20px;
  text-transform: none !important;
}
.header-wrapper .menu-active-btn {
  background-color: #fff !important;
  border: none !important;
  color: #000 !important;
  padding: 20px;
  text-transform: none !important;
}
.header-wrapper .popper-overlay {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(616px, 5px, 0);
  transform: translate3d(616px, 5px, 0);
  will-change: transform;
  z-index: 2000 !important;
  z-index: 2;
}

.header-wrapper .products-menu {
  display: none;
  background-color: #fefeff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
}
.header-wrapper .products-menu.show {
  display: block;
}

body.admin-bar .header-wrapper .products-menu {
  top: 102px;
}
.header-wrapper .submenu {
  border-radius: 10px;
  padding: 20px 0;
}
.header-wrapper .submenu .menu-list {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 0 25px 0 0;
  position: relative;
}
.header-wrapper .submenu .menu-list div:before {
  bottom: 15px;
  content: '';
  left: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.header-wrapper .submenu .menu-list .menu-container {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 20px;
}
.header-wrapper .submenu .menu-list img {
  height: 30px;
}
.header-wrapper .submenu .menu-list .title {
  color: #000;
}
.header-wrapper .submenu .menu-list .description {
  color: #28292b;
}
.header-wrapper .menu-icon {
  color: #fff !important;
  margin-top: -5px;
}

.single-post .header-wrapper .menu-icon,
.single-blog.blog-template-blog-feature-announcement .header-wrapper .menu-icon {
  color: #393e55 !important;
}
.header-wrapper .active-menu {
  font-family: 'SF Pro';
}
.header-wrapper .active-menu,
.login {
  color: #fff !important;
}
.single-blog .header-wrapper .active-menu,
.single-blog .login,
.author .header-wrapper .active-menu,
.author .login {
  color: #000 !important;
}
.header-wrapper .sub-menu .active-menu {
  color: #000 !important;
  font-weight: 800 !important;
}

.login {
  border: 2px solid #fff !important;
  font-family: 'SF Pro' !important;
  font-size: 14px;
  text-transform: none !important;
}


.single-post .login,
.single-blog.blog-template-blog-feature-announcement .login,
.author .login,
.post-type-archive-product .header-wrapper .active-menu, 
.post-type-archive-product .login {
  color: #393e55 !important;
  border: 1px solid #393e55 !important;
}
.signup {
  font-family: 'SF Pro' !important;
  background-color: #fff !important;
  color: #000 !important;
}
.single-blog .signup {
  background-color: #184BFF !important;
  color: #fff !important;
}
@media only screen and (max-width: 600px) {
  .signup {
    background-color: #184BFF !important;
    color: #fff !important;
  }
}

.mobile-menu-login,
.signup {
  border: 1px solid #316ab6 !important;
  font-family: 'SF Pro Text';
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: none !important;
}
.mobile-menu-login {
  color: #316ab6 !important;
}
.btn-width {
  display: flex;
  width: 100% !important;
}
.mobile-menu-list .MuiDrawer-paper {
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  max-height: 100vh;
  min-height: 450px;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.mobile-menu-list.open .MuiDrawer-paper {
  transform: translateX(0);
}
body.admin-bar .mobile-menu-list.open .MuiDrawer-paper {
  top: 40px;
}
.mobile-menu-list .mobile-logo-img {
  width: 120px;
}
.mobile-menu-list .mobile-close-icon {
  color: #393e55 !important;
  cursor: pointer;
  font-size: 35px;
}
.mobile-menu-list .mobile-menu-list-container {
  padding: 20px;
}
.mobile-menu-list .mobile-products-menu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.mobile-menu-list .product-submenu-wrapper {
  display: flex;
  flex-direction: column;
  margin: 8px 0 0;
  white-space: normal;
  width: 100%;
}
.mobile-menu-list .product-submenu-wrapper .product-submenu-container {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.mobile-menu-list .product-submenu-wrapper .product-submenu-container .title {
  color: #6c748d;
  font-size: 14px;
  font-weight: 500;
}
.mobile-menu-list .mobile-menu-item-list {
  padding: 5px;
}
.mobile-menu-list .mobile-menu-item-list .mobile-menu {
  color: #393e55 !important;
  font-family: 'SF Pro';
  font-size: 18px;
  font-weight: 600 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.mobile-menu-list .mobile-products-menu .mobile-menu::after {
  content: url('../doxai/assets/images/icons/chevron-down.svg');
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.mobile-menu-list .mobile-divider {
  border-bottom: 1px solid #c1c6d4;
  margin: 5px 0;
}

/* @media only screen and (max-width: 1230px) {
  .header-container .desktop-menu-wrapper {
    margin: auto 15px;
  }
} */

@media only screen and (min-width: 1024px) {
  .section-mobile {
    display: none;
  }
  .section-desktop {
    display: flex;
  }
}
@media only screen and (min-width: 960px) {
  .menu-list div:before {
    border-right: 1px solid #ebedf2;
  }
  .submenu :nth-child(3n) .menu-list div:before {
    border-right: none;
  }
  .submenu :nth-last-child(-n + 2) .menu-list .menu-container {
    border-bottom: none;
  }
}
@media only screen and (max-width: 960px) {
  .menu-list div:before {
    border-right: 1px solid #ebedf2;
  }
  .submenu :nth-child(2n) .menu-list div:before {
    border-right: none;
  }
  .submenu :nth-last-child(-n + 1) .menu-list .menu-container {
    border-bottom: none;
  }
}
@media only screen and (max-width: 600px) {
  .menu-list div:before {
    border-right: none;
  }

  .page-template-page-coba-event #services {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .section-mobile {
    display: block;
  }
  .section-desktop {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .header-wrapper {
    padding: 20px;
  }
  .header-wrapper ul,
  .header-wrapper ul li {
    color: #000 !important;
  }
  .header-wrapper img {
    width: 100px;
  }
  .header-wrapper .menu {
    color: #000 !important;
    display: flex;
    flex-direction: column;
    padding: 10px !important;
    width: 100%;
  }
  .header-wrapper .menu-btn-link {
    display: flex;
    width: 100% !important;
  }
  .header-wrapper .popper-wrapper {
    left: 10px !important;
    position: absolute;
    right: 10px !important;
    top: 60px !important;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    will-change: transform;
  }
  .header-wrapper .submenu .menu-list {
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .menu {
    padding: 20px 5px !important;
  }
}

.page-banner {
  margin-top: -80px;
}

/* .page-banner {
  margin-top: -60px;
}

@media only screen and (max-width: 768px) {
  .page-banner {
    margin-top: -83px;
  }
} */

.main-content-wrapper {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main-content-wrapper .main-content-container {
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url('../doxai/assets/images/home-hero-bg.png');
  background-color: #000;
  position: relative;
}
/* .main-content-wrapper .main-content-container {
  background-repeat: repeat, no-repeat;
  background-position: center, center bottom;
  background-size: auto, cover !important;
  background-image: url('../doxai/assets/images/hero-snow.gif'), url('../doxai/assets/images/home-hero-star.webp');
  background-color: #000;
  position: relative;
  min-height: 1024px;
}
@media only screen and (max-width: 1024px) {
  .main-content-wrapper .main-content-container {
    min-height: 800px;
    background-image: url('../doxai/assets/images/hero-snow.gif'), url('../doxai/assets/images/home-hero-star.webp');
  }
}
@media only screen and (max-width: 768px) {
  .main-content-wrapper .main-content-container {
    min-height: 702px;
    background-image: url('../doxai/assets/images/hero-snow.gif'), url('../doxai/assets/images/home-hero-star.webp');
  }
}
@media only screen and (max-width: 430px) {
  .main-content-wrapper .main-content-container {
    min-height: 575px;
  }
}

@media (min-width: 1024px) {
  .main-content-wrapper .main-content-container .hero-landscape-snow {
    width: 100%;
    bottom: -60px;
    position: relative;
  }
} */
.main-content-wrapper .main-content-container .title {
  color: #fff;
  /* font-size: calc(64 / 1920 * 100vw);
    line-height: calc(80 / 1920 * 100vw); */
  font-weight: 700;
  text-align: center;
}
/* .main-content-wrapper .main-content-container .partners {
  max-width: 100%;
  margin: 0 auto;
} */
.main-content-wrapper .main-content-container .partners {
  max-width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.main-content-wrapper .main-content-container .partners .owl-item {
  display: flex;
  justify-content: center;
  /* width: 150px !important; */
}
/* @media (max-width: 768px) {
  .main-content-wrapper .main-content-container .partners .owl-item {
    width: initial !important;
  }
} */
.main-content-wrapper .main-content-container .partners img {
  align-self: center;
  justify-self: center;
}
/* .main-content-wrapper .main-content-container .partnered-title {
  color: #fff;
  font-family: 'SF Pro';
  font-weight: 400 !important;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 30px;
} */
.main-content-wrapper .main-content-container .partnered-title {
  color: #fff;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  font-size: calc(18 / 1920 * 100vw);
  line-height: calc(24 / 1920 * 100vw);
  text-align: center;
  margin-bottom: calc(30 / 1920 * 100vw);
}
.main-content-wrapper .main-content-container .partnered-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 500px;
  margin: 100px 0 260px;
  width: 100%;
}
.main-content-wrapper .main-content-container .partner-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
}
/* .main-content-wrapper .main-content-container .wrapper-partner-slide {
  max-width: 1900px;
  margin: 0 auto;
} */
.main-content-wrapper .main-content-container .partner-container .title {
  color: #fff;
  font-family: 'SF Pro Display';
  font-weight: 700 !important;
  font-size: calc(64 / 1920 * 100vw);
  line-height: calc(80 / 1920 * 100vw);
  padding-top: calc(60 / 1920 * 100vw);
  padding-bottom: calc(150 / 1920 * 100vw);
  max-width: 1010px;
  margin: 0 auto;
}
/* .main-content-wrapper .main-content-container .partner-container .title {
  color: #fff;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  font-size: 72px;
  line-height: 1;
  padding-top: 96px;
  padding-bottom: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.main-content-wrapper .main-content-container .partner-container .sub-title {
  font-family: 'SF Pro';
  padding-bottom: 40px;
  text-align: center;
  color: white;
  font-size: 24px;
}

@media (max-width: 768px) {
  .main-content-wrapper .main-content-container .partner-container .sub-title {
    font-size: 12px;
  }
} */
.main-content-wrapper .main-content-container .partner-container .bg-image {
  display: flex;
  width: 150px;
}
.main-content-wrapper .main-section-mobile {
  display: flex;
  margin-bottom: 20px;
  padding: 0 32px;
}
.main-content-wrapper .main-content-container .partners .bg-image {
  display: flex;
  width: 150px;
}
/* .main-content-wrapper .main-section-button {
  display: flex;
  margin-bottom: 96px;
  padding: 0 32px;
} */

/* @media (max-width: 768px) {
  .main-content-wrapper .main-section-button {
    padding: 0px;
  }
}
.main-content-wrapper .main-section-button .btn-width-home {
  margin: 0 auto;
  display: flex;
}
.main-content-container .section-desktop.landscape-snow {
  margin: 0 auto;
  margin-top: -228px;
  position: relative;
  z-index: 3;
  max-width: 1900px;
}
.main-content-container .section-mobile.landscape-snow {
  position: relative;
  z-index: 3;
}
.main-content-container .section-mobile.landscape-snow img {
  width: 100%;
  margin-bottom: -3px;
}

@media only screen and (max-width: 1280px) {
  .main-content-container .section-desktop.landscape-snow {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-content-container .section-desktop.landscape-snow {
    margin-top: -48px;
  }
} */
.main-content-wrapper .content-wrapper p,
.main-content-wrapper .content-wrapper li {
  color: #717780;
  font-size: 14px;
  margin-bottom: 16px;
}
.main-content-wrapper .content-wrapper h3 {
  font-size: 20px;
  font-family: 'SF Pro';
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media (min-width: 2000px) {
  .main-content-wrapper .main-content-container .partner-container .title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .main-content-wrapper .content-wrapper {
    padding: 0 20px;
  }
  .main-content-wrapper .main-content-container .partner-container .title {
    font-size: calc(24 / 390 * 100vw) !important;
    line-height: calc(28.8 / 390 * 100vw);
  }
}
@media only screen and (max-width: 1280px) {
  .main-content-wrapper .main-content-container .partnered-title {
    font-size: calc(32 / 1920 * 100vw);
    line-height: calc(48 / 1920 * 100vw);
  }
}
@media only screen and (min-width: 1024px) {
  .main-section-mobile {
    display: none !important;
    padding: 0 32px;
  }
  /* .partner-container {
    padding: 32px 32px 0px;
  } */
  .partner-container {
    padding: 32px 32px 70px;
  }
  .partners {
    grid-template-columns: auto auto auto auto auto;
  }
  .partners img {
    align-self: center;
  }
}
@media only screen and (max-width: 1024px) {
  /* .home .header-wrapper .logo-left {
    display: block;
  } */
  .header-wrapper .logo-img {
    justify-content: left;
    margin-top: 0;
  }
  .main-content-wrapper .main-content-container .title {
    top: 50px;
    padding-top: calc(120 / 1920 * 100vw);
    /* font-size: 42px !important; */
  }
  .main-content-wrapper .main-content-container .partner-container {
    padding: 32px 32px 42px;
  }
  .main-section-mobile {
    display: flex !important;
    padding: 0 32px;
  }
  /* .main-section-button {
    padding: 0 32px;
  } */
}
@media only screen and (min-width: 1011px) {
  .main-content-wrapper .main-content-container .title.mobile {
    display: none;
  }
}
@media only screen and (max-width: 1010px) {
  .main-content-wrapper .main-content-container .title.desktop {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  /* .page-banner {
    margin-top: -90px;
  } */
  .main-content-wrapper .main-content-container .partners {
    gap: 10px;
  }
  .main-content-wrapper .main-content-container .title {
    /* font-size: 24px !important;
        line-height: 28.8px !important; */
    top: 45px;
    /* padding-top: 30px !important;
        padding-bottom: 50px !important; */
  }
  .main-content-wrapper .main-content-container .partnered-title {
    font-size: 13px;
    line-height: 18.2px;
    margin-bottom: 10px;
  }
  .main-content-wrapper .main-content-container .partner-container {
    padding-bottom: 32px;
  }
  .main-content-wrapper .main-content-container .subtitle {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .main-content-wrapper .main-content-container .partnered-image {
    margin: 70px 0;
  }
  /* .main-content-wrapper .main-content-container .partner-container .bg-image {
    width: 90px;
  } */
  .main-content-wrapper .main-content-container .partners .bg-image {
    width: 90px;
    height: auto;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .main-content-wrapper .main-content-container .partnered-image {
    margin: 100px 0 170px;
  }
}
@media (min-width: 390px) {
  .main-content-wrapper .main-content-container {
    background-size: cover;
  }
}
/* @media (min-width: 601px) and (max-width: 1024px) {
    .main-content-wrapper .main-content-container .partner-container .title {
        font-size: 5.9vw;
    }
} */
@media (min-width: 960px) and (max-width: 1023px) {
  .main-content-wrapper .main-content-container .partnered-image {
    margin: 50px 0 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-wrapper {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-wrapper .logo-img {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 390px) {
  .home .header-wrapper .logo-img {
    margin-top: -12px;
  }
  .home .header-wrapper .logo-img img {
    width: 59px;
  }
  .main-content-wrapper .main-content-container {
    background-image: url('../doxai/assets/images/home-hero-bg-mobile.png');
  }
  .main-content-wrapper .main-content-container .partner-container .title {
    padding-bottom: calc(420 / 1920 * 100vw);
  }
  /* .main-content-wrapper .main-content-container .partner-container .title {
    padding-bottom: 16px;
  } */
}

.footer-wrapper {
  background-color: #2a2f48;
  bottom: 0;
  width: 100%;
}
.footer-wrapper .badges {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-wrapper .footer-content {
  align-items: center;
  color: #fff;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0;
  row-gap: 20px;
}
.footer-wrapper {
  position: relative;
  color: #fff;
  text-align: center;
  background: #250344;
  /* padding-bottom: calc(32 / 1440 * 100vw); */
  padding: 40px 0 76px 0;
}

.footer-wrapper > * {
  position: relative;
  z-index: 1;
}

.footer-wrapper a,
.footer-wrapper a > p,
.footer-wrapper .description {
  color: #fff;
  text-align: center;
}

.footer-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../doxai/assets/images/footer-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.footer-wrapper .MuiButton-root {
  min-width: unset;
}

.footer-wrapper img {
  display: block;
  margin-top: calc(80 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
  width: calc(105.26 / 1440 * 100vw);
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper .footer-top {
  /* max-width: calc(604 / 1440 * 100vw); */
  margin: 0 auto;
}

.footer-wrapper .footer-top .footer-text {
  font-size: calc(17 / 1440 * 100vw);
  font-weight: 800;
  text-align: center;
}

.footer-wrapper .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-wrapper .footer-text {
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
  margin: 0 auto;
  /* font-weight: 800; */
}

.footer-wrapper .description a {
  text-decoration: underline !important;
}

.footer-wrapper .footer-bottom .footer-text {
  max-width: unset !important;
  margin: 0 !important;
}

.footer-wrapper .footer-menu {
  display: flex;
  justify-content: center;
  gap: calc(40 / 1440 * 100vw);
  margin-top: calc(16 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}

.footer-wrapper .footer-menu p {
  font-size: calc(13 / 1440 * 100vw);
  line-height: calc(20 / 1440 * 100vw);
  font-weight: 800;
}

.footer-wrapper .MuiContainer-maxWidthLg {
  max-width: 1280px;
}

.footer-wrapper > .MuiContainer-root {
  padding: 0 48px;
}

@media only screen and (max-width: 768px) {
  .footer-wrapper > .MuiContainer-root {
    padding: 0 24px;
  }
}

.footer-wrapper .MuiTypography-h2 {
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}

.footer-wrapper a.button-cta .MuiButton-root {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  width: auto;
  color: #fff;
  border: 2px solid #184bff;
  background: #184bff;
  box-shadow: none;
  border-radius: 8px;
}

.footer-wrapper .heading,
.footer-wrapper .description {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .footer-wrapper .footer-top .footer-text {
    font-size: 17px;
  }

  .footer-wrapper img {
    margin-top: 80px;
    margin-bottom: 16px;
    width: 105.26px;
  }

  .footer-wrapper .footer-text {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-wrapper .footer-menu {
    gap: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-wrapper .footer-menu p {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-wrapper {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-content {
    flex-direction: column !important;
    padding: 20px !important;
  }
  .footer-wrapper .footer-content .terms {
    text-align: center;
  }
  .footer-wrapper img {
    margin-top: calc(80 / 600 * 100vw);
    margin-bottom: calc(16 / 600 * 100vw);
    width: calc(105.26 / 600 * 100vw);
  }

  .footer-wrapper .footer-top .footer-text {
    font-size: calc(17 / 600 * 100vw);
  }

  .footer-wrapper .footer-text {
    font-size: calc(15 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
    max-width: 100%;
  }

  .footer-wrapper .footer-menu {
    gap: calc(40 / 600 * 100vw);
    margin-top: calc(16 / 600 * 100vw);
    margin-bottom: calc(16 / 600 * 100vw);
  }

  .footer-wrapper .footer-menu p {
    font-size: calc(13 / 600 * 100vw);
    line-height: calc(20 / 600 * 100vw);
  }
  .footer-wrapper .MuiTypography-body1,
  .footer-wrapper a.button-cta .MuiButton-root,
  .footer-wrapper .footer-top .footer-text,
  .footer-wrapper a.button-cta .MuiButton-root {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-wrapper a.button-cta .MuiButton-root {
    padding: 12px 16px !important;
  }
}

@media (min-width: 600px) and (max-width: 960px) {
  .footer-content {
    padding: 32px !important;
  }
}
@media (min-width: 960px) and (max-width: 1023px) {
  .footer-content {
    padding: 32px 20px !important;
  }
}
.product-header {
  align-items: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.product-header .bg-layer {
  background-color: rgba(22, 25, 53, 0.3);
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.product-header .subtitle {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: 'SF Pro';
  z-index: 1;
}
.product-header .title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'SF Pro';
  z-index: 1;
}
.our-products-wrapper {
  background-color: #fff;
}
.our-products-wrapper .our-products-container {
  margin-top: 25px;
}
.our-products-wrapper .heading {
  color: #393e55;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  text-align: center;
}
.our-products-wrapper .product .learn-more-btn,
.our-products-wrapper .product-btn,
.our-products-wrapper .product-intro .get-started-btn,
.main-content-wrapper .product-header .get-support-btn {
  border-radius: 4px;
  font-family: 'SF Pro';
  font-size: 13px !important;
  font-weight: 700 !important;
}
.our-products-wrapper .product-intro {
  align-items: flex-start;
  background-color: #161935 !important;
  background-color: #f5f6f8;
  background-image: url(./assets/images/static/wave_dots.c16081f0e3e7f069a376.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 200px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.our-products-wrapper .product-intro img {
  margin-bottom: 32px;
  max-height: 60px;
}
.our-products-wrapper .product-intro .title {
  color: #fff !important;
  margin-bottom: 0px;
}
.our-products-wrapper .product-intro .description {
  color: #c0c1c5 !important;
  height: 100%;
  margin-bottom: 20px;
}
.our-products-wrapper .product-intro .get-started-btn {
  background-color: #316ab6 !important;
  color: #fff;
}
.our-products-wrapper .product-intro .MuiButtonBase-root.MuiButton-root {
  box-shadow: none !important;
  height: 0 !important;
  padding: 18px !important;
}
.our-products-wrapper .product {
  align-items: flex-start;
  background-color: #f5f6f8;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.our-products-wrapper .product img {
  margin-bottom: 10px;
  max-height: 60px;
}
.our-products-wrapper .product .title {
  color: #000;
  margin-bottom: 10px;
}
.our-products-wrapper .product .description {
  color: #717780;
  height: 100%;
  margin-bottom: 20px;
}
.our-products-wrapper .product .learn-more-btn {
  background-color: #ebedf2 !important;
  box-sizing: border-box;
  color: #6c748d;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.our-products-wrapper .product .MuiButtonBase-root.MuiButton-root {
  box-shadow: none !important;
  height: 0 !important;
  padding: 18px !important;
}
@media only screen and (max-width: 1024px) {
  .our-products-wrapper {
    margin: 60px 0;
    padding: 0 32px !important;
  }
}
@media only screen and (max-width: 768px) {
  .our-products-wrapper {
    margin: 40px 0;
    padding: 0 32px !important;
  }
  .our-products-wrapper .heading {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .product h2,
  .product-intro h2 {
    font-size: 20px !important;
    line-height: 32px;
  }
  .product-header {
    padding: 100px 20px;
  }
  .product-header .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
  .single-post .product-header {
    padding: 0 20px;
  }
  .single-post .blog-menu-container .product-header,
  .single-blog .blog-menu-container .product-header,
  .single-event .blog-menu-container .product-header {
    padding: 0;
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product {
    min-height: 320px;
  }
  .product-header {
    min-height: 560px;
  }
  .product-header .subtitle {
    font-size: 40px;
    line-height: 50px;
  }
  .single-post .product-header {
    min-height: 0;
  }
}
.faq-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faq-container .faq-title {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.faq-container .faq-btn {
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  width: 200px;
}
.faq-container .faq-btn:hover {
  background-color: #fff;
}
.our-offering-wrapper .heading {
  color: #161935;
}
.our-offering-wrapper .description {
  font-family: 'SF Pro';
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
}
.our-offering-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.our-offering-wrapper ul li {
  flex: 1 1;
  list-style: none;
  margin: 0 0 0.2rem;
  min-height: 1rem;
  padding-top: 20px;
  position: relative;
  text-align: left;
  top: 36px;
  width: 100%;
}
.our-offering-wrapper ul li h3 {
  font-weight: 500;
}
.our-offering-wrapper ul li p {
  color: #10194a;
  font-weight: 300;
  width: 70%;
}
.our-offering-wrapper ul li:before {
  border: 0;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.2rem;
  width: 20px;
  z-index: 1;
}
.our-offering-wrapper ul li:first-child:before {
  background-color: #ff9736;
}
.our-offering-wrapper ul li:first-child h3 {
  color: #ff9736;
}
.our-offering-wrapper ul li:nth-child(2) {
  color: #eb0062;
}
.our-offering-wrapper ul li:nth-child(2):before {
  background-color: #eb0062;
}
.our-offering-wrapper ul li:nth-child(2):after {
  background: linear-gradient(90deg, #ff9736, #eb0062);
}
.our-offering-wrapper ul li:after {
  content: '';
  height: 4px;
  left: -100%;
  position: absolute;
  top: 11px;
  width: 100%;
}
.our-offering-wrapper ul li:nth-child(3) {
  color: #9a36ff;
}
.our-offering-wrapper ul li:nth-child(3):before {
  background-color: #9a36ff;
}
.our-offering-wrapper ul li:nth-child(3):after {
  background: linear-gradient(90deg, #eb0062, #9a36ff);
}
.our-offering-wrapper ul li:last-child {
  color: #006ceb;
}
.our-offering-wrapper ul li:last-child:before {
  background-color: #006ceb;
}
.our-offering-wrapper ul li:last-child:after {
  background: linear-gradient(90deg, #9a36ff, #006ceb);
}
@media only screen and (min-width: 600px) {
  .our-offering-mobile-section {
    display: none;
  }
  .our-offering-desktop-section {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .our-offering-wrapper {
    margin: 10px 0 0;
    padding: 0 32px !important;
  }
  .our-offering-wrapper .heading {
    font-size: 14px;
    text-align: center;
  }
  .our-offering-wrapper .description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .our-offering-mobile-section {
    display: flex;
  }
  .our-offering-desktop-section {
    display: none;
  }
  .list-wrapper {
    padding: 50px 0 0;
  }
  .list-wrapper .list-container {
    position: relative;
  }
  .list-wrapper .list-item-wrapper {
    padding: 0 0 50px;
    position: relative;
  }
  .list-wrapper .list-item {
    display: table-row;
    vertical-align: middle;
  }
  .list-wrapper .list-title,
  .list-wrapper .list-title-four,
  .list-wrapper .list-title-one,
  .list-wrapper .list-title-three,
  .list-wrapper .list-title-two {
    font-family: 'SF Pro';
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 24px;
    margin: 0;
  }
  .list-wrapper .list-text {
    font-family: 'SF Pro';
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
    margin: 10px 0;
    text-align: left;
  }
  .list-wrapper .list-title-one {
    color: #ff9736 !important;
  }
  .list-wrapper .list-title-two {
    color: #eb0062 !important;
  }
  .list-wrapper .list-title-three {
    color: #9a36ff !important;
  }
  .list-wrapper .list-title-four {
    color: #006ceb !important;
  }
  .list-wrapper .list-bullet,
  .list-wrapper .list-bullet-four,
  .list-wrapper .list-bullet-one,
  .list-wrapper .list-bullet-three,
  .list-wrapper .list-bullet-two {
    border-radius: 100px;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 12px;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
    width: 12px;
  }
  .list-wrapper .list-bullet-one {
    background-color: #ff9736 !important;
  }
  .list-wrapper .list-bullet-two {
    background-color: #eb0062 !important;
  }
  .list-wrapper .list-bullet-three {
    background-color: #9a36ff !important;
  }
  .list-wrapper .list-bullet-four {
    background-color: #006ceb !important;
  }
  .list-wrapper .list-line,
  .list-wrapper .list-line-one,
  .list-wrapper .list-line-three,
  .list-wrapper .list-line-two {
    height: 100%;
    left: 5px;
    position: absolute;
    width: 3px;
    z-index: -1;
  }
  .list-wrapper .list-line-one {
    background: linear-gradient(90deg, #ff9736 50%, #eb0062 0) !important;
  }
  .list-wrapper .list-line-two {
    background: linear-gradient(90deg, #eb0062, #9a36ff) !important;
  }
  .list-wrapper .list-line-three {
    background: linear-gradient(90deg, #9a36ff, #006ceb) !important;
  }
}
.problem-wrapper .heading {
  color: #161935;
}
.problem-wrapper .description {
  font-family: 'SF Pro';
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
}
.problem-container {
  padding-top: 16px;
}
.problem-container .problem {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: start;
  margin-bottom: 15px;
  object-fit: contain;
  padding: 20px;
}
.problem-container .problem .title {
  font-weight: 600;
  margin-left: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .problem-wrapper .heading {
    color: #161935;
    font-size: 14px;
    text-align: center;
  }
  .problem-wrapper .description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .problem-container {
    padding-top: 32px !important;
  }
  .problem-container .problem .title {
    font-size: 14px;
    text-align: start;
  }
}
.our-customers-wrapper {
  background-color: #fff;
}
.our-customers-wrapper .heading {
  color: #393e55;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  text-align: center;
}
.our-customers-wrapper .customers {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  margin-top: 25px;
}
.our-customers-wrapper .customers .customer {
  display: flex;
  justify-content: center;
}
.our-customers-wrapper .customers .customer img {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .customers {
    grid-template-columns: auto auto auto auto auto !important;
  }
  .customers .customer img {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .our-customers-wrapper .heading {
    font-size: 35px;
    line-height: 32px;
  }
  .customers {
    grid-template-columns: auto auto auto !important;
  }
  .customers .customer img {
    width: 80%;
  }
}
.product-detail-wrapper .bg-white {
  background-color: #fff;
}
.product-detail-wrapper .bg-gray {
  background-color: #f5f6f8;
}
.product-detail-wrapper .bg-blue,
.product-detail-wrapper .platform-container {
  background-color: #2a2f48;
}
.product-detail-wrapper .platform-container .feature-heading {
  text-align: center !important;
}
.product-detail-wrapper .heading {
  color: #161935;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  text-align: center;
}
.product-detail-wrapper .description {
  color: #6e7492;
  font-family: 'SF Pro';
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px;
}
.product-detail-wrapper li {
  margin-top: 10px;
}
.product-detail-wrapper .key-features {
  margin-top: 30px;
}
.product-detail-wrapper .key-features .feature {
  align-items: center;
  background-color: #f5f6f8;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 30px 20px;
}
.product-detail-wrapper .key-features .feature .title {
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 16px;
  font-weight: 700 !important;
}
.product-detail-wrapper .key-features .feature .description {
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 10px;
  text-align: center;
}
.product-detail-wrapper .industries {
  margin-top: 30px;
}
.product-detail-wrapper .industries .industry {
  align-items: center;
  background-color: #f5f6f8;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 30px 20px;
}
.product-detail-wrapper .industries .industry img {
  margin-bottom: 10px;
  width: 70px;
}
.product-detail-wrapper .industries .industry .industry-title {
  text-align: center;
}
.product-detail-wrapper .features {
  background-color: #161935;
  border-radius: 15px;
}
.product-detail-wrapper .features .feature-content {
  background-position-x: calc(100% - 50px);
  background-position-y: calc(100% + 50px);
  background-repeat: no-repeat;
  background-size: 27%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 50px;
}
.product-detail-wrapper .features .feature-content .product-title {
  font-family: 'SF Pro';
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 30px;
}
.product-detail-wrapper .features .feature-content .product-subtitle {
  font-family: 'SF Pro';
  font-size: 13px;
  font-weight: 400 !important;
  margin-top: 20px;
}
.product-detail-wrapper .about-us-key-features {
  margin-top: 30px;
}
.product-detail-wrapper .about-us-key-features .about-us-feature {
  align-items: center;
  background-color: #161935;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 30px 20px;
}
.product-detail-wrapper .about-us-key-features .about-us-feature .title {
  color: #fff;
  font-family: 'SF Pro';
  font-size: 16px;
  font-weight: 700 !important;
}
.product-detail-wrapper .about-us-key-features .about-us-feature .description {
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 10px;
  text-align: center;
}
.product-detail-wrapper .text-gray {
  color: #d0d3d7;
}
.product-detail-wrapper .text-white {
  color: #fff;
}
.product-detail-wrapper .text-white-gray {
  color: #506072;
}
.product-detail-wrapper .img-bg {
  background-color: #506071;
}
.product-detail-wrapper .vehicle {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-detail-wrapper .vehicle img {
  width: 80px;
}
.product-detail-wrapper .product-table {
  border-radius: 10px !important;
  overflow: hidden;
}
.product-detail-wrapper .product-table .MuiTableCell-root {
  padding: 14px;
}
.product-detail-wrapper .product-table thead th,
.product-detail-wrapper .product-table thead tr {
  border-bottom: 1px solid #c1c6d4 !important;
  color: #fff;
  font-family: 'SF Pro';
  font-size: 14px;
  font-weight: 700 !important;
  text-align: center !important;
}
.product-detail-wrapper .product-table thead th:first-child {
  background-color: #393e55 !important;
  border-right: 1px solid #393e55 !important;
}
.product-detail-wrapper .product-table thead th:nth-child(2) {
  background-color: #6c748d !important;
  border-right: 1px solid #c1c6d4 !important;
}
.product-detail-wrapper .product-table thead th:nth-child(3) {
  background-color: #6c748d !important;
}
.product-detail-wrapper .product-table tbody td,
.product-detail-wrapper .product-table tbody tr {
  text-align: center !important;
}
.product-detail-wrapper .product-table tbody td:first-child {
  background-color: #ebedf2 !important;
  border-bottom: 1px solid #c1c6d4 !important;
  border-right: 1px solid #ebedf2 !important;
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 14px;
  font-weight: 700 !important;
}
.product-detail-wrapper .product-table tbody td:nth-child(2) {
  border-right: 1px solid #c1c6d4 !important;
}
.product-detail-wrapper .product-table tbody td:nth-child(2),
.product-detail-wrapper .product-table tbody td:nth-child(3) {
  background-color: #f5f6f8 !important;
  border-bottom: 1px solid #c1c6d4 !important;
}
.product-detail-wrapper .product-table tbody > tr:last-child > td {
  border-bottom: none !important;
}
.main-content-wrapper .floating-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 0;
  max-width: 225px;
  border-radius: 10px;
  background-color: #2a2f48;
  background-image: url(./assets/images/static/wave_dots.c16081f0e3e7f069a376.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-content-wrapper .floating-button > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.main-content-wrapper .floating-button .get-started-btn {
  color: #fff;
  border: 2px solid #fff;
}
.main-content-wrapper .floating-button .contact-us-btn {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main-content-wrapper .floating-button {
    max-width: 250px;
  }
  .main-content-wrapper .floating-button > div {
    gap: 10px;
    padding: 20px;
  }
}
.available-wrapper {
  margin-top: 50px;
}
.available-wrapper .available-text {
  color: #fff;
  font-family: 'SF Pro';
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 48px;
  margin: 20px;
  text-align: center;
}
.available-wrapper .available-card {
  align-items: center;
  background-color: #393e55;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.available-wrapper .available-card .title {
  color: #fff;
  font-family: 'SF Pro';
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
}
.available-wrapper .available-card .subtitle {
  color: #fff;
  font-family: 'SF Pro';
  font-size: 12px;
  font-weight: 300;
  font-weight: 400 !important;
  margin-top: 10px;
  text-align: center;
}
.single-help .main-content-wrapper {
  overflow-x: visible;
}
.single-post .product-header,
.single-blog .product-header,
.single-event .product-header {
  position: relative;
}
/* .single-post .product-header::before, */
.single-blog .product-header::before,
.single-event .product-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.7);
}
.single-post .product-header > *,
.single-blog .product-header > *,
.single-event .product-header > * {
  position: relative;
  z-index: 1;
}
.single-post .blog-author-details,
.single-blog .blog-author-details,
.single-event .blog-author-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-post .author-info,
.single-blog .author-info,
.single-event .author-info {
  display: flex;
  align-items: center;
  /* margin-right: 16px; */
  flex-direction: column;
  text-align: center;
}

.single-post .author-separator img {
  width: 270px;
  height: 4px;
  max-width: 100%;
}

.single-post .author-image img,
.single-blog .author-image img,
.single-event .author-image img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
  /* margin-right: 8px; */
}

.single-post .blog-author-name,
.single-blog .blog-author-name,
.single-event .blog-author-name {
  font-weight: bold !important;
  margin: 0;
}

.single-blog .blog-author-name,
.single-event .blog-author-name {
  color: inherit;
}

.single-post .blog-menu-container .product-header,
.single-blog .blog-menu-container .product-header,
.single-event .blog-menu-container .product-header {
  min-height: 0;
}

.single-post .blog-menu-container .product-header::before,
.single-blog .blog-menu-container .product-header::before,
.single-event .blog-menu-container .product-header::before {
  display: none;
}

.single-post .product-header .subtitle,
.single-post .blog-menu-container .blog-author-name,
.single-blog .blog-menu-container .product-header .subtitle,
.single-blog .blog-menu-container .blog-author-name,
.single-event .blog-menu-container .product-header .subtitle,
.single-event .blog-menu-container .blog-author-name,
.single-post .blog-menu-container .product-header .blog-author-details,
.single-blog .blog-menu-container .product-header .blog-author-details,
.single-event .blog-menu-container .product-header .blog-author-details {
  color: #393e55;
}

/* .single-post .footer-txt,
.single-blog .footer-txt {
    color: #888;
    font-size: 0.9em;
} */

.single-blog .author-profile {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 16px;
}
.single-blog .author-profile img{
  border-radius: 30px;
}
.single-blog .author-profile .author-name span{
  font-size: 14px;
  color: #6d6d6d;
  line-height: 20px;
  display: block;
}
.single-blog .author-profile .author-name .label{
  font-weight: 600;
}
.single-blog .blog-menu-container .author-date p{
  font-size: 14px;
  color: #6d6d6d !important;
}
.single-blog .blog-menu-container .author-date p span{
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
}
.single-blog .blog-menu-container .metadata .post-tags {
  margin-right: 20px;
}
.single-blog .blog-menu-container .metadata .post-tags a{
  color: #494949;
  text-decoration: none !important;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 2em;
  background-color: #f4f4f4;
  border-radius: 8px;
}
.single-blog .blog-menu-container .metadata .read-time {
  font-size: 14px;
}
.single-blog .blog-menu-container .heateor_sss_sharing_container .heateor_sss_sharing_title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.single-blog .blog-menu-container .author-footer {
  display: grid;
  grid-template-columns: 120px 1fr;
  border: 1px solid #c4c4c4;
  padding: 20px;
  align-items: center;
}
.single-blog .blog-menu-container .author-footer .content{
  display: grid;
}
.single-blog .blog-menu-container .author-footer .content .name{
  color: #6d6d6d;
  font-weight: 600;
  text-decoration: none !important;
}
.single-blog .blog-menu-container .author-footer .content .name:hover{
  color: #0070C9;
}
.single-blog .blog-menu-container .author-footer .content .job-title{
  margin-bottom: 14px;
}
.single-blog .blog-menu-container .author-footer .content .author-bio{
  font-size: 15px;
}

.single-post,
.MuiTypography-body1,
.MuiTypography-body2 {
  font-family: 'SF Pro';
}

.single-post .product-detail-wrapper h1,
.single-post .product-detail-wrapper h2,
.single-post .product-detail-wrapper h3,
.single-post .product-detail-wrapper h4,
.single-post .product-detail-wrapper h5,
.single-post .product-detail-wrapper h6,
.single-post .product-detail-wrapper h1 a:not(.wp-element-button),
.single-post .product-detail-wrapper h2 a:not(.wp-element-button),
.single-post .product-detail-wrapper h3 a:not(.wp-element-button),
.single-post .product-detail-wrapper h4 a:not(.wp-element-button),
.single-post .product-detail-wrapper h5 a:not(.wp-element-button),
.single-post .product-detail-wrapper h6 a:not(.wp-element-button) {
  color: #000 !important;
  font-family: 'SF Pro';
  font-weight: 600;
  text-decoration: none !important;
}

.single-post .product-detail-wrapper .heading {
  font-family: 'SF Pro' !important;
}

.single-post .product-detail-wrapper,
.single-post .product-detail-wrapper p,
.single-post .product-detail-wrapper a,
.single-post .product-detail-wrapper span,
.single-post .product-detail-wrapper li,
.single-post .product-detail-wrapper ol,
.single-post .product-detail-wrapper figcaption,
.single-post .toast-message {
  font-family: 'SF Pro';
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.single-post .product-detail-wrapper .description {
  font-family: 'SF Pro' !important;
}

.single-post .product-detail-wrapper a:not(.wp-element-button) {
  color: #0000ff;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
}

.single-post .product-detail-wrapper a:not(.wp-element-button):visited {
  color: #551a8b;
}

.single-post .product-detail-wrapper h1.title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}

.single-post .product-detail-wrapper h1.wp-block-heading,
.single-post .product-detail-wrapper h1.wp-block-heading a {
  font-size: 36px;
  line-height: 42px;
}

.single-post .product-detail-wrapper h2.wp-block-heading,
.single-post .product-detail-wrapper h2.wp-block-heading a,
.single-post .product-detail-wrapper h3.wp-block-heading,
.single-post .product-detail-wrapper h3.wp-block-heading a {
  font-size: 22px;
  line-height: 30px;
}

.single-post .product-detail-wrapper h4.wp-block-heading,
.single-post .product-detail-wrapper h4.wp-block-heading a {
  font-size: 18px;
}

.single-post .product-detail-wrapper .text-large,
.single-post .product-detail-wrapper .text-large a {
  font-size: 28px !important;
  line-height: 30px !important;
}

.single-post .product-detail-wrapper .wp-block-heading.text-large,
.single-post .product-detail-wrapper .wp-block-heading.text-large a {
  font-weight: 700;
}

.single-post .product-detail-wrapper .wp-block-heading {
  line-height: 1.4;
}

.single-post .product-detail-wrapper .metadata {
  font-family: 'SF Pro';
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #6d6d6d;
}

.single-post .product-detail-wrapper figcaption {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6d6d6d;
  margin-top: 8px;
  text-align: center;
}

.single-post .product-detail-wrapper .text-caption {
  font-size: 15px;
  color: #6d6d6d !important;
}

.single-post .product-detail-wrapper .list-green-check {
  padding-inline-start: 0px;
}

.single-post .product-detail-wrapper .list-green-check li {
  position: relative;
  list-style: none;
  padding-left: 32px;
}

.single-post .product-detail-wrapper .list-green-check li::before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  left: 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/doxai/assets/images/icons/check-circle-green.png);
}

.single-post .product-detail-wrapper .reference-link {
  margin-top: 8px;
}

.single-post .wp-block-spacer {
  margin: 0 !important;
}

.single-post .blog-menu-container .column-feature {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.single-post .blog-menu-container .wp-block-heading + .column-feature {
  margin-top: 48px !important;
}

.single-post .blog-menu-container,
.single-post .main-content-wrapper .content-wrapper p,
.single-post .main-content-wrapper .content-wrapper li {
  color: #000;
}

.single-post .main-content-wrapper .content-wrapper li {
  margin-top: 0;
  margin-bottom: 8px;
}

.single-post .main-content-wrapper .content-wrapper p strong {
  font-weight: 700;
}

.single-post .main-content-wrapper .content-wrapper p + ul {
  margin-top: -8px !important;
}

.single-post .product-header {
  min-height: 200px;
  justify-content: end;
}

.single-post .section-padding-top.content-wrapper {
  padding-top: 150px;
  padding-bottom: 50px;
  max-width: 720px;
}

.single-post .product-header .subtitle {
  font-size: 60px;
  font-weight: 800;
  line-height: 66px;
}

.single-post .wp-block-buttons {
  gap: 12px;
  justify-content: center;
}

.single-post .wp-block-button__link {
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase !important;
  width: auto;
  color: #fff;
  background: linear-gradient(45deg, #7e2cd1 0%, #2caee8 92%);
  box-shadow: none;
}

.single-post .product-detail-wrapper .wp-block-image,
.single-post .product-detail-wrapper .wp-block-embed__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.single-post .product-detail-wrapper .wp-block-embed {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-post .product-detail-wrapper .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.single-post .product-detail-wrapper .wp-block-embed.video-square .wp-block-embed__wrapper {
  padding-bottom: 100%;
}

.single-post .product-detail-wrapper .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-post .product-detail-wrapper .wp-block-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
}

.single-post .product-detail-wrapper .blog-author-text,
.single-post .product-detail-wrapper .blog-author-name {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.single-post .product-detail-wrapper .blog-author-name {
  font-weight: bold;
}

.single-post .product-detail-wrapper .blog-author-details .footer-txt {
  font-size: 14px;
}

.single-post .product-detail-wrapper .blog-menu-container > *:not(:first-child) {
  margin-top: 16px;
}

.single-post .product-detail-wrapper .blog-menu-container > h2.wp-block-heading:not(:first-child) {
  margin-top: 32px;
}

.single-post .product-detail-wrapper .blog-menu-container > .wp-block-buttons:not(:first-child),
.single-post .product-detail-wrapper .blog-menu-container > .wp-block-image:not(:first-child),
.single-post .product-detail-wrapper .blog-menu-container > .wp-block-buttons:not(:first-child),
.single-post .product-detail-wrapper .blog-menu-container > .wp-block-embed:not(:first-child) {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .single-post .product-detail-wrapper h1,
  .single-post .product-detail-wrapper h1 a {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .single-post .product-detail-wrapper h2,
  .single-post .product-detail-wrapper h2 a,
  .single-post .product-detail-wrapper h3,
  .single-post .product-detail-wrapper h3 a {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .single-post .product-detail-wrapper,
  .single-post .product-detail-wrapper p,
  .single-post .product-detail-wrapper a,
  .single-post .product-detail-wrapper span,
  .single-post .product-detail-wrapper li,
  .single-post .product-detail-wrapper ol,
  .single-post .product-detail-wrapper figcaption,
  .single-post .toast-message {
    font-size: 14px;
    line-height: 20px;
  }

  .single-post .product-detail-wrapper .text-large,
  .single-post .product-detail-wrapper .text-large a {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .single-post .product-detail-wrapper .blog-menu-container > .wp-block-buttons:not(:first-child),
  .single-post .product-detail-wrapper .blog-menu-container > .wp-block-image:not(:first-child),
  .single-post .product-detail-wrapper .blog-menu-container > .wp-block-buttons:not(:first-child),
  .single-post .product-detail-wrapper .blog-menu-container > .wp-block-embed:not(:first-child) {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .single-post .product-header .subtitle {
    font-size: 30px;
    line-height: 33px;
  }

  .single-post .section-padding-top.content-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .single-post .product-detail-wrapper .blog-author-text,
  .single-post .product-detail-wrapper .blog-author-name {
    font-size: 14px;
    line-height: 19.2px;
  }

  .single-post .product-detail-wrapper .blog-author-details {
    margin-top: 24px !important;
  }

  .single-post .product-detail-wrapper .blog-author-details .footer-txt {
    font-size: 11px;
  }

  .single-post .blog-menu-container .wp-block-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .single-post .blog-menu-container .wp-block-column > .wp-block-heading:first-child {
    margin-top: 0 !important;
  }

  .single-post .blog-menu-container .wp-block-heading:not(:first-child) {
    margin-top: 16px;
  }

  .single-post .product-detail-wrapper .blog-menu-container > h2.wp-block-heading:not(:first-child) {
    margin-top: 30px;
  }

  .single-post .has-medium-font-size {
    font-size: inherit !important;
    line-height: inherit;
  }

  .single-post .blog-menu-container .wp-block-heading + .column-feature {
    margin-top: 24px !important;
  }

  .single-post .blog-menu-container .column-feature {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .single-post .blog-menu-container .column-feature-right {
    flex-direction: column-reverse;
  }

  .single-post .wp-block-button,
  .single-post .wp-block-button a {
    width: 100%;
  }

  .single-post .more-blog-wrapper {
    margin-top: 50px;
  }

  .single-post .product-section.footer-wrapper {
    padding-bottom: 20px;
  }

  .single-post .business-benefits.number-fact .MuiBox-root .number-box .number {
    font-size: 75px;
    line-height: 1.1;
  }

  .single-post .business-benefits.number-fact.extract-ai .MuiBox-root .number-box .number {
    margin-left: 0;
  }

  .single-post .business-benefits.number-fact .MuiBox-root .number-box .symbol {
    bottom: -14px;
    right: 40%;
    font-size: 40px;
  }

  .single-post .business-benefits.number-fact .MuiBox-root .number-box .number span {
    font-size: 15px;
    box-sizing: 0;
  }

  .single-post .faqs h4.heading {
    font-size: 16px !important;
    line-height: 1.2;
  }

  .single-post .product-section.footer-wrapper > .MuiContainer-root {
    padding: 0 20px;
  }

  .single-post .product-section.footer-wrapper .MuiTypography-h2 {
    font-size: 24px !important;
    line-height: 28px;
  }

  .single-post .product-section.footer-wrapper .MuiTypography-body1,
  .single-post .product-section.footer-wrapper a.button-cta .MuiButton-root,
  .single-post .product-section.footer-wrapper .footer-top .footer-text,
  .single-post .product-section.footer-wrapper a.button-cta .MuiButton-root {
    font-size: 14px;
    line-height: 20px;
  }

  .single-post .product-section.footer-wrapper .footer-menu {
    gap: 10px;
  }

  .single-post .product-section.footer-wrapper .footer-menu p,
  .single-post .product-section.footer-wrapper .footer-bottom .footer-text {
    font-size: 10px;
    line-height: 12px;
  }

  .single-post .product-section.footer-wrapper a.button-cta .MuiButton-root {
    padding: 12px 16px !important;
  }

  .single-post .product-section.footer-wrapper img {
    margin-top: 40px;
  }

  .single-post .modal .close-btn {
    font-size: 15px;
    width: 20px;
    height: 20px;
  }

  .single-blog .blog-menu-container .metadata {
    display: grid;
  }
  .single-blog .blog-menu-container .metadata .read-time {
    margin-left: 0;
    margin-top: 10px;
  }

  .single-blog .blog-menu-container .author-footer { 
    grid-template-columns: 1fr;
  }

  .single-blog .blog-menu-container .author-footer .author-avatar {
    margin-bottom: 14px;
  } 

  .author .author-detail-wrapper .author-profile{ 
    align-items: center;
  }
  .author .author-content .top-author {
    text-align: center;
  }
}

.press-contact-wrapper {
  max-width: 720px;
}

.press-contact-wrapper .press-person {
  padding: 20px 15px;
  margin-right: 30px;
  border-radius: 4px;
  max-width: 100%;
  width: 310px;
  background-color: #f4f6fd;
}

@media only screen and (max-width: 1451px) {
  .single-help .bottom-space {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.steps-container {
  text-align: center;
  overflow: hidden;
}
.steps-container .image-container {
  position: relative;
}
.steps-container .image-container svg {
  max-width: 100%;
  height: auto;
}
.steps-container .image-container button {
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.steps-container .image-container p {
  position: absolute;
  width: max-content;
}
.steps-container .popup-container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}
.steps-container .popup-container::before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(22, 25, 53, 0.8) 10.33%,
    rgba(22, 25, 53, 0.6) 53.53%,
    rgba(22, 25, 53, 0.8) 100%
  );
}
.steps-container .popup-container .popup-box {
  margin: 0 30px;
  position: relative;
  z-index: 1;
  max-width: 1210px;
}
.steps-container .popup-container .popup-wrapper {
  padding: 60px 80px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 30px 50px 0px #00000040;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
.steps-container .popup-container .close-icon,
.steps-container .popup-container .explainers-videos-view .close-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1c1e39;
  transform: translate(50%, -50%);
}
.steps-container .popup-container .thumbnail {
  position: relative;
}
.steps-container .popup-container .thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.steps-container .popup-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.steps-container .popup-container .explainers-videos-view {
  position: relative;
}
.steps-container .popup-container .explainers-videos-view video {
  max-width: 740px;
}
.steps-container .popup-container .explainers-videos-view .close-icon {
  width: 30px;
  height: 30px;
}
.steps-container .popup-container .explainers-videos-view .close-icon svg {
  width: 50%;
}
.product-template-product-assets-verification .product-detail-wrapper .industries .industry {
  position: relative;
  transition: all ease 0.4s;
}
.product-template-product-assets-verification .product-detail-wrapper .industries .industry p.industry-hover {
  position: absolute;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  transform: translate(-50%, 0%);
  visibility: hidden;
  opacity: 0;
}
.product-template-product-assets-verification .product-detail-wrapper .industries .industry:hover {
  background: #2a2f48;
}
.product-template-product-assets-verification .product-detail-wrapper .industries .industry:hover img,
.product-template-product-assets-verification .product-detail-wrapper .industries .industry:hover p.industry-title {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.product-template-product-assets-verification .product-detail-wrapper .industries .industry:hover p.industry-hover {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all ease 0.4s;
}
.product-template-product-assets-verification .product-detail-wrapper .features {
  background-color: transparent;
}
.product-template-product-assets-verification .product-detail-wrapper .features .feature-content {
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-template-product-assets-verification .product-detail-wrapper .features .feature-content img {
  max-width: 400px;
}
.product-template-product-assets-verification .product-detail-wrapper .platform-container,
.product-template-product-360-asset-video .product-detail-wrapper .platform-container {
  border-bottom: 2px solid #6c748d;
}
.product-template-product-360-asset-video .product-detail-wrapper .product-subtitle,
.product-template-product-360-asset-video .product-detail-wrapper .product-subtitle a {
  color: #fff;
}
.product-template-product-360-asset-video .product-detail-wrapper .product-subtitle a:hover {
  text-decoration: underline !important;
}
.product-template-product-360-asset-video .product-detail-wrapper .available-wrapper .product-subtitle {
  text-align: center;
}
.product-template-product-360-asset-video
  .product-detail-wrapper
  .available-wrapper
  .product-subtitle
  p:not(:first-child) {
  margin-top: 20px;
}
.product-template-product-360-asset-video video,
.product-template-product-360-asset-video .banner-image {
  width: 100%;
  border-radius: 15px;
}
.product-template-product-360-asset-video .video-wrapper {
  height: 0;
  margin: auto;
  z-index: 1;
  position: relative;
  border-radius: 15px;
  padding-bottom: 56.25%;
}
.product-template-product-360-asset-video .video-wrapper video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: inherit;
  position: absolute;
}
.product-template-product-360-asset-video .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.product-template-product-360-asset-video .product-detail-wrapper .platform-container {
  background-color: #ffffff;
  color: #161935;
}

.product-template-product-360-asset-video .product-detail-wrapper h2.text-white {
  color: #161935;
  font-size: 30px;
}

.product-template-product-360-asset-video .product-detail-wrapper .faq-container .product-subtitle,
.product-template-product-360-asset-video .product-detail-wrapper .faq-container .product-subtitle a {
  color: #6e7492;
  font-family: 'SF Pro';
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px;
}

.product-template-product-360-asset-video .features-section.section-padding-top {
  padding-top: 0px;
}

.product-template-product-360-asset-video .banner-image.section-padding-bottom {
  padding-bottom: 40px;
}

.product-template-product-360-asset-video .product-header .title {
  font-weight: bold;
}

.product-template-product-360-asset-video .bold-video-asset {
  color: #161935;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  text-align: center;
  font-size: 30px !important;
  line-height: 40px;
}

.product-template-product-360-asset-video .btn-360-start {
  background-color: #316ab6;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product-template-product-assets-verification .product-detail-wrapper .features .feature-content {
    text-align: center;
    flex-direction: column;
  }
  .product-template-product-assets-verification .product-detail-wrapper .features .feature-content.reverse {
    flex-direction: column-reverse;
  }
  .product-template-product-assets-verification .product-detail-wrapper .features .feature-content img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1451px) {
  .product-template-product-assets-verification .features-section {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .steps-container {
    margin: 40px 0 !important;
  }
  .steps-container .image-container {
    max-width: 100%;
  }
  .steps-container .popup-container .close-icon {
    width: 30px;
    height: 30px;
  }
  .steps-container .popup-container .close-icon svg {
    width: 50% !important;
  }
  .steps-container .popup-container .popup-wrapper {
    padding: 30px 20px;
    max-height: 70vh;
  }
}
@media only screen and (max-width: 768px) {
  .heading {
    font-size: 26px !important;
    line-height: 40px;
  }
  .features-section .feature-heading {
    font-size: 28px !important;
    line-height: 40px;
    text-align: center !important;
  }
  .features-section .feature-content {
    background-position: bottom !important;
    padding: 30px !important;
  }
  .features-section .feature-content .product-title {
    line-height: 30px !important;
  }
  .industries,
  .industry-heading {
    padding: 0 32px !important;
  }
  .industry-heading {
    font-size: 25px !important;
    text-align: center;
  }
  .platform-container {
    padding: 0 32px !important;
  }
  .available-wrapper {
    margin-top: 20px !important;
  }
  .key-features {
    padding: 0 32px !important;
  }
  .key-features .feature .title {
    font-size: 15px !important;
    text-align: center;
  }
  .key-features .feature .description {
    font-size: 13px !important;
  }
  .problem-info-container {
    padding: 0 32px !important;
  }
  .problem-info-container .description {
    font-size: 15px !important;
  }
}
:root {
  --brand-solid-orange: #ff9736;
  --brand-solid-red: #eb0062;
  --brand-solid-purple: #9a36ff;
  --brand-solid-blue-light: #00c1eb;
  --base-tones-bright-1: #fff;
}
.team-members .team-member .gradient-border {
  align-items: center;
  background: linear-gradient(135deg, #ff9736, #eb0062 30%, #7e3ee7 64%, #00c1eb);
  background: linear-gradient(
    135deg,
    var(--brand-solid-orange),
    var(--brand-solid-red) 30%,
    #7e3ee7 64%,
    var(--brand-solid-blue-light)
  );
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.team-members .team-member img {
  background-color: #fff;
  width: 100%;
}
.team-members .team-member .position {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.team-members .team-member .name {
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.privacy-policy-container li,
.privacy-policy-container p {
  color: #717780;
  font-size: 14px;
  margin-bottom: 16px;
}
.privacy-policy-container .MuiTableCell-root {
  border: 1px solid #000;
  color: #717780;
  padding: 5px;
}
.privacy-policy-container .MuiTableCell-root ul {
  margin: 0;
}
.privacy-policy-container .MuiTableCell-root ul li {
  margin-bottom: 8px;
}
.privacy-policy-container ul.no-bullets {
  list-style-type: none;
}
.privacy-policy-container .italic {
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-container .bg-white {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.graphics {
  background: radial-gradient(circle at 49% 50%, #3d4f65, #0e1e32 100%);
  position: relative;
  width: 120px;
}
/* .graphics:before {
    background-size: cover !important;
    background: url(./assets/images/static/wave.fbe39c24772826ab4f6b.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
} */
.modal-wrapper {
  display: flex;
  position: relative;
}
.modal-wrapper .icon_close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.freeTrial-modal-wrapper {
  flex: 1 1;
  padding: 10px 20px 0;
}
.free-trial-header {
  align-items: center;
  display: flex;
}
.free-trial-header p {
  margin-left: 10px;
}
.free-trial-content .heading,
.free-trial-header p {
  font-size: 25px !important;
  font-weight: 700 !important;
}
.free-trial-content .heading {
  color: #000;
}
.free-trial-content .content {
  color: #000;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.free-trial-content .sub-heading {
  font-size: 14px !important;
}
.free-trial-content .start-free-trial-btn {
  background-color: #3d4f65 !important;
  color: #fff;
}
.free-trial-content .content-faq {
  color: #000;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.free-trial-content .alfi-faq {
  color: #000;
  text-decoration: underline !important;
}
@media (max-width: 620px) {
  .graphics {
    width: 0;
  }
}
.esrd-heading {
  color: #000 !important;
  font-weight: 600 !important;
}
.doxai-info-wrapper {
  display: flex;
  flex-direction: column;
}
.doxai-info-wrapper .logo {
  text-align: center !important;
}
.doxai-info-wrapper .description {
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 25px;
  font-weight: 700 !important;
  line-height: 36px;
  margin-top: 25px;
  text-align: center !important;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .doxai-info-wrapper {
    padding: 0 32px;
  }
  .doxai-info-wrapper img {
    width: 130px;
  }
  .doxai-info-wrapper .description {
    font-size: 24px !important;
    line-height: 40px !important;
    padding: 0 15px;
    text-align: center !important;
  }
  .doxai-info-wrapper .partner-container .title {
    font-size: 12px !important;
  }
  .doxai-info-wrapper .partner-container .bg-image {
    width: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .doxai-info-wrapper {
    padding: 0 32px;
  }
  .doxai-info-wrapper img {
    width: 100px;
  }
  .doxai-info-wrapper .title {
    font-size: 32px !important;
    line-height: 40px !important;
    text-align: center !important;
  }
  .doxai-info-wrapper .description {
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 0 15px;
    text-align: center !important;
  }
  .doxai-info-wrapper .partner-container .title {
    font-size: 12px !important;
  }
  .doxai-info-wrapper .partner-container .bg-image {
    width: 115px;
  }
}
.doxai-intro-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.doxai-intro-wrapper .product-intro {
  align-items: center;
  background-color: #161935 !important;
  background-color: #f5f6f8;
  background-image: url(./assets/images/static/wave_dots.c16081f0e3e7f069a376.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 80px;
}
.doxai-intro-wrapper .product-intro .title {
  color: #fff !important;
}
.doxai-intro-wrapper .product-intro.cta {
  padding: 156px 80px;
}
.doxai-intro-wrapper .product-intro.cta .title {
  font-size: 80px;
  line-height: 80px;
}
.doxai-intro-wrapper .product-intro .description {
  color: #ebedf2 !important;
  font-family: 'SF Pro';
  font-size: 16px;
  font-weight: 600 !important;
  height: 100%;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}
.doxai-intro-wrapper .product-intro .get-started-btn-link {
  width: 100% !important;
}
.doxai-intro-wrapper .product-intro .get-started-btn,
.main-content-wrapper .product-header .get-support-btn {
  color: #fff !important;
}
.doxai-intro-wrapper .product-intro .contact-us-btn,
.doxai-intro-wrapper .product-intro .get-started-btn {
  border: 1px solid #fff !important;
  font-family: 'SF Pro';
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: none !important;
}
.main-content-wrapper .product-header .get-support-btn {
  background-color: #184bff;
  border: none !important;
  font-size: 17px !important;
  font-family: 'SF Pro';
}
.doxai-intro-wrapper .product-intro .contact-us-btn {
  background-color: #fff !important;
  color: #1c1e39 !important;
}
@media only screen and (max-width: 600px) {
  .doxai-intro-wrapper {
    padding: 0 32px !important;
  }
  .doxai-intro-wrapper .product-intro {
    padding: 32px !important;
  }
  .doxai-intro-wrapper .product-intro .title {
    font-size: 35px !important;
    line-height: 40px !important;
    text-align: center !important;
  }
  .doxai-intro-wrapper .product-intro .description {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
  }
  .doxai-intro-wrapper .product-intro .contact-us-btn,
  .doxai-intro-wrapper .product-intro .get-started-btn {
    font-size: 11px !important;
  }
}
.contact-us,
.why-doxai-wrapper {
  padding: 0 26px;
}
.contact-us .heading,
.why-doxai-wrapper .heading {
  color: #161935;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  text-align: center;
}
.contact-us .why-doxai-container,
.why-doxai-wrapper .why-doxai-container {
  margin-top: 15px;
}
.contact-us .why-doxai,
.why-doxai-wrapper .why-doxai {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-us .why-doxai .feature-title,
.why-doxai-wrapper .why-doxai .feature-title {
  color: #1c1e39;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  margin-bottom: 15px;
}
.contact-us .why-doxai .feature-description,
.why-doxai-wrapper .why-doxai .feature-description {
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 14px;
  font-weight: 400 !important;
}
@media only screen and (max-width: 600px) {
  .contact-us,
  .why-doxai-wrapper {
    padding: 0 30px 32px !important;
  }
  .contact-us .heading,
  .why-doxai-wrapper .heading {
    font-size: 35px;
    line-height: 32px;
  }
  .contact-us .why-doxai-container,
  .why-doxai-wrapper .why-doxai-container {
    margin-top: 5px;
  }
  .contact-us .why-doxai .feature-description,
  .contact-us .why-doxai .feature-title,
  .why-doxai-wrapper .why-doxai .feature-description,
  .why-doxai-wrapper .why-doxai .feature-title {
    text-align: center;
  }
}
.our-feature-wrapper {
  background-color: #2a2f48;
  padding: 50px;
}
.our-feature-wrapper .heading {
  font-size: 45px;
  margin-bottom: 25px;
  text-align: center;
}
.our-feature-wrapper .heading,
.our-feature-wrapper .our-feature-card .title {
  color: #fff;
  font-family: 'SF Pro';
  font-weight: 700 !important;
  line-height: 64px;
}
.our-feature-wrapper .our-feature-card .title {
  font-size: 40px;
}
.our-feature-wrapper .our-feature-card .subtitle {
  color: #fff;
  margin-top: 10px;
}
.our-feature-wrapper .our-feature-card .card-outline,
.our-feature-wrapper .our-feature-card .customisable-card,
.our-feature-wrapper .our-feature-card .play-plug-card,
.our-feature-wrapper .our-feature-card .scalable-card,
.our-feature-wrapper .our-feature-card .secure-card {
  border-radius: 15px;
  padding: 10px 30px 0 40px;
}
.our-feature-wrapper .our-feature-card .feature-card {
  background-position-x: 100%;
  background-position-y: calc(100% + 50px);
  background-repeat: no-repeat;
  background-size: 40%;
  margin-bottom: 24px;
  padding: 50px;
}
.our-feature-wrapper .our-feature-card .secure-card {
  background-color: #3772c1 !important;
}
.our-feature-wrapper .our-feature-card .scalable-card {
  background-color: #cc4968 !important;
}
.our-feature-wrapper .our-feature-card .customisable-card {
  background-color: #854fbb !important;
}
.our-feature-wrapper .our-feature-card .play-plug-card {
  background-color: #e47062 !important;
}
.our-feature-wrapper .our-feature-card .available-text {
  color: #fff;
  font-family: 'SF Pro';
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 48px;
  margin: 20px;
  text-align: center;
}
.our-feature-wrapper .our-feature-card .available-card {
  align-items: center;
  background-color: #393e55;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.our-feature-wrapper .our-feature-card .available-card .title {
  color: #fff;
  font-family: 'SF Pro';
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
}
.our-feature-wrapper .our-feature-card .available-card .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .our-feature-wrapper {
    padding: 32px !important;
  }
  .our-feature-wrapper .heading {
    color: #fff;
    font-family: 'SF Pro';
    font-size: 38px;
    font-weight: 700 !important;
    line-height: 40px;
    margin-bottom: 25px;
    text-align: center;
  }
  .our-feature-wrapper .our-feature-card .feature-card {
    background-position-x: center;
    background-position-y: 100%;
    background-size: 50%;
    background-image: none !important;
    padding: 30px;
  }
  .our-feature-wrapper .our-feature-card .title {
    font-size: 25px;
    line-height: 35px;
  }
  .our-feature-wrapper .our-feature-card .subtitle {
    font-size: 13px;
  }
  .our-feature-wrapper .our-feature-card img {
    max-height: 250px;
    max-width: 250px;
  }
  .our-feature-wrapper .our-feature-card .available-text {
    font-size: 20px;
    margin: 0 20px 20px;
  }
  .our-feature-wrapper .our-feature-card .feature-card-bottom {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .our-feature-wrapper .feature-card-bottom {
    margin-bottom: 15px;
  }
}
/* .contact-us-wrapper {
    align-items: center;
    background-image: url(./assets/images/static/contact_us.cd3a9c5169eff6537a15.png);
    background-position: bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 400px;
    position: relative;
} */
.contact-us-wrapper .bg-layer {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-us-wrapper .title {
  color: #fff;
  font-family: Bebas Neue, sans-serif !important;
  font-size: 70px;
  z-index: 1;
}
.error-image-container {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.faq-wrapper a {
  color: #040d5f;
  text-decoration: underline !important;
}
.faq-wrapper .bg-white {
  background-color: #fff;
}
.faq-wrapper .product-content-container {
  width: 100%;
}
.faq-wrapper .product-content-container .product-menu-header {
  background-color: #ebedf2;
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 18px;
  font-weight: 700 !important;
  padding: 20px;
  position: sticky;
}
.faq-wrapper .product-content-container .product-menu-header-wrapper {
  position: sticky;
  top: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.faq-wrapper .product-content-container .product-menu-header-list {
  max-height: calc(100vh - 300px);
  overflow-y: hidden;
}
.faq-wrapper .product-content-container .product-menu-header-list:hover {
  overflow-y: auto;
}
.faq-wrapper .product-content-container .product-menu-list {
  background-color: #f5f6f8;
  color: #6c748d;
  cursor: pointer;
}
.faq-wrapper .product-content-container .product-menu-list a {
  color: inherit;
  font-style: inherit;
  text-decoration: inherit !important;
}
.faq-wrapper .product-content-container .product-menu-list.has-child {
  cursor: initial;
}
.faq-wrapper .product-content-container .product-menu {
  font-family: 'SF Pro';
  font-size: 15px;
  font-weight: 400 !important;
  padding: 15px 20px;
  max-width: calc(100% - 20px);
}
.faq-wrapper .product-content-container .product-sub-menu-list {
  color: #6c748d;
  cursor: pointer;
  font-size: 12px;
  padding: 10px 10px 0;
}
.faq-wrapper .product-content-container .product-active-menu {
  color: #393e55;
  font-family: 'SF Pro';
  font-weight: 700 !important;
}
.faq-wrapper .faq-container {
  align-items: start !important;
  border-bottom: 1px solid #c1c6d4;
  display: flex;
  flex-direction: column;
}
.faq-wrapper .faq-container .card-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
  width: 100%;
}
.faq-wrapper .faq-container .card-content .title {
  color: #393e55;
  font-family: 'SF Pro';
  font-size: 16px;
  font-weight: 600 !important;
  font-weight: 500 !important;
}
.faq-wrapper .faq-container .card-content .active-sub-title {
  font-family: 'SF Pro';
  font-size: 18px;
  font-weight: 700 !important;
}
.faq-wrapper .MuiCollapse-root {
  width: 100%;
}
.faq-wrapper .card-content-preview {
  background-color: #f5f6f8;
  padding: 17px;
}
.faq-wrapper .card-content-preview .description {
  font-size: 13px;
  line-height: 20px;
}
.faq-wrapper .card-content-preview .description > *:not(:first-child) {
  margin-top: 1em;
}
.faq-wrapper .card-content-preview .product-img {
  width: 100%;
}
.faq-wrapper .card-content-preview iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.faq-wrapper .card-content-preview img {
  max-width: 100%;
}
.faq-wrapper .MuiPaper-elevation1 {
  box-shadow: none !important;
}
.ul-list-style {
  list-style-type: none;
}
table,
td,
th {
  border: 1px solid;
}
table {
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .mobile-product-menu {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .product-sidemenu {
    display: none;
  }
  .product-content-container .product-menu-header {
    padding: 15px !important;
  }
  .product-content-container .product-menu-list {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .product-content-container .product-menu {
    padding: 10px 15px !important;
  }
}
.blog-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-container .blog-image {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.blog-container .blog-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.blog-container .blog-description {
  color: #393e55;
  font-weight: 400;
  line-height: 22px;
}
.blog-container .blog-content {
  color: #393e55;
}
.blog-container .blog-author {
  display: flex;
  justify-content: space-around;
}
.blog-container .blog-author .blog-author-detail {
  color: #6c748d !important;
  font-size: 12px !important;
}
.blog-menu-container {
  color: #393e55;
}
.blog-menu-container .title-blog {
  font-size: 16px;
  font-weight: 700;
}
.blog-menu-container .description-blog {
  font-size: 14px;
}
.blog-menu-container .blog-content-image {
  width: 100%;
}
.blog-menu-container > *:not(:first-child) {
  margin-top: 20px;
}
.blog-menu-container > .wp-block-image:not(:first-child) {
  margin-top: 24px;
}
/* .blog-menu-container > p:not(:first-child) > strong {
    display: block;
    margin-top: 40px;
} */
.blog-btn {
  background-color: #316ab6 !important;
  color: #fff !important;
}
.share-container {
  align-items: center;
  background-color: #f5f6f8;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.share-container .title {
  font-size: 18px;
}
.share-container img {
  cursor: pointer;
  margin-left: 15px;
  width: 30px;
}
.blog-link {
  color: #393e55;
}
.blog-link:hover {
  color: #242836;
  text-decoration: underline !important;
}
.text-link {
  color: #040d5f;
}
.blog-author-details {
  color: #fff;
  display: flex;
}
.blog-author-details .footer-txt {
  font-size: 11px;
}
.kyc-key-benefits ul > li {
  list-style: none;
}
.kyc-key-benefits ul li:before {
  color: #040d5f !important;
  content: '✓';
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .blog-container {
    padding: 10px;
  }
  .blog-container .blog-content {
    padding: 0;
  }
  .blog-author,
  .blog-author-details {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-title {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
@media only screen and (max-width: 600px) {
  .share-container .title {
    font-size: 15px !important;
  }
  .share-container img {
    margin-left: 10px !important;
    width: 25px !important;
  }
  .blog-menu-container {
    padding: 0 !important;
  }
}
.full-width {
  width: 100%;
}
.esign-wrapper {
  background-image: radial-gradient(circle at 49% 50%, #3d4f65, #0e1e32 100%);
  min-height: 100vh;
}
.esign-wrapper .header {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 200px;
}
.esign-wrapper a {
  color: #fff;
  text-decoration: none;
}
.esign-wrapper .content-wrapper {
  display: flex;
}
.esign-wrapper .content-wrapper .panel-left {
  min-width: 70%;
}
.esign-wrapper .content-wrapper .panel-right {
  min-width: 30%;
}
.esign-wrapper .content {
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
}
.esign-wrapper h1 {
  color: #fff;
  font-family: Bebas Neue, cursive;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}
.esign-wrapper .link {
  color: #9899a5;
}
.esign-wrapper .contact-form,
.esign-wrapper .intro-video {
  border-radius: 10px;
  overflow: hidden;
}
.esign-wrapper .contact-form {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.esign-wrapper .footer {
  color: #9899a5;
  padding: 20px 0;
  text-align: center;
}

.author-detail-wrapper .author-content{
  color: #000;
}
.author-detail-wrapper .author-content .description{
  line-height: 27px;
}
.author-detail-wrapper .author-content .social {
  margin-bottom: 16px;
  display: inline-block;
}
.author-detail-wrapper .author-profile {
  align-items: center;
}
@media only screen and (max-width: 768px) { 
  .author-detail-wrapper .author-profile {
    align-items: baseline;
  }
}
.author-detail-wrapper .author-profile img{
  border-radius: 100px;
}
.author-detail-wrapper .author-content .author-job{
  padding: 6px 0px;
}
.author-detail-wrapper .author-blog-list.first {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 20px;
}
.author-detail-wrapper .author-blog-list.second {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.author-detail-wrapper .author-blog-list.second .blog-container .blog-description{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) { 
  .author-detail-wrapper .author-blog-list.first,
  .author-detail-wrapper .author-blog-list.second {
    grid-template-columns: 1fr;
  }
}
.author-detail-wrapper .author-blog-list .blog-container {
  display: block;
}
.author-detail-wrapper .author-blog-list .blog-recommend h2{
  font-weight: 600;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 10px;
}
.author-detail-wrapper .author-blog-list .blog-recommend .blog-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 28px 0;
  border-bottom: 1px solid #c4c4c4;
}
.author-detail-wrapper .author-blog-list .blog-recommend .blog-container .blog-title{ 
  font-size: 14px !important;
  line-height: 20px !important;
}
.author-detail-wrapper .author-blog-list .blog-recommend .blog-container .blog-image{
  height: 110px;
  object-fit: cover;
}
.author-detail-wrapper .author-blog-list .blog-featured .blog-container .blog-image {
  height: 300px;
  object-fit: cover;
  object-position: 34%;
}
.author-detail-wrapper .author-blog-list .blog-container .blog-image {
  height: 130px;
  object-fit: cover;
}
.author-detail-wrapper .author-blog-list .blog-container .blog-author {
  flex-direction: row;
  justify-content: space-between;
}
.author-detail-wrapper .author-blog-list .blog-featured .blog-container .blog-title {
  margin-top: 15px;
  font-size: 24px !important;
  line-height: 28px !important;
}

.author-detail-wrapper .author-blog-list .blog-container .blog-title{
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.author-detail-wrapper .author-blog-list .blog-container .blog-description{
  font-size: 14px;
  text-align: left;
}
.author-detail-wrapper .more-blog .title {
  font-size: 40px;
  padding-bottom: 48px;
  text-align: center;
}
.author-detail-wrapper .more-blog .author-blog-list .blog-container .blog-title {
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 600px) {
  .author-detail-wrapper .more-blog .title {
     font-size: 24px;
    padding-bottom: 14px;
  }
}

.pagination-wrap {
  text-align: center;
  margin: 30px;
}

.pagination-wrap .nav-links .page-numbers{
  padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
  .contact-form {
    width: 70%;
  }
  .intro-video {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .contact-form,
  .intro-video {
    width: 90%;
  }
  .panel-left,
  .panel-right {
    flex: 1 1;
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-wrapper {
    align-items: top;
    flex-direction: row;
  }
  .contact-form {
    width: 70%;
  }
  .intro-video {
    width: 90%;
  }
}
.page-template-page-redirection .countdown {
  color: #fff;
  text-align: center;
}
.page-template-page-coba-event #services {
  padding-top: 30px;
}
.page-template-page-news-media .blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.page-template-page-news-media .blog-container {
  /* width: calc(100% / 3 - 20px); */
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.page-template-page-news-media .blog-container .blog-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-margin {
  margin-top: 100px;
}
.section-padding-top {
  padding-top: 100px;
}
.section-padding-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .section-margin {
    margin-top: 60px;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .section-padding-bottom {
    padding-bottom: 60px;
  }
  .page-template-page-news-media .blog-wrapper {
    gap: 10px;
  }
  .page-template-page-news-media .blog-container {
    /* width: calc(100% / 2 - 25px); */
  }
}
@media only screen and (max-width: 768px) {
  .section-margin {
    margin-top: 40px;
  }
  .section-padding-top {
    padding-top: 32px;
  }
  .section-padding-bottom {
    padding-bottom: 40px;
  }
  .page-template-page-news-media .blog-container {
    /* width: 100%; */
  }
}
@media only screen and (min-width: 2560px) {
  .section-padding-bottom {
    padding-bottom: 250px !important;
  }
}

/** MUI Container **/
.MuiContainer-root {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 600px) {
  .MuiContainer-root {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.MuiContainer-disableGutters {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 600px) {
  .MuiContainer-fixed {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  .MuiContainer-fixed {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .MuiContainer-fixed {
    max-width: 1280px;
  }
}
@media (min-width: 1920px) {
  .MuiContainer-fixed {
    max-width: 1920px;
  }
}
@media (min-width: 0px) {
  .MuiContainer-maxWidthXs {
    max-width: 444px;
  }
}
@media (min-width: 600px) {
  .MuiContainer-maxWidthSm {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  .MuiContainer-maxWidthMd {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .MuiContainer-maxWidthLg {
    max-width: 1280px;
  }
}
@media (min-width: 1920px) {
  .MuiContainer-maxWidthXl {
    max-width: 1920px;
  }
}

/** MUI Typography **/
.MuiTypography-root {
  margin: 0;
}
.MuiTypography-body2 {
  font-size: 12px;
  font-family: 'SF Pro';
  font-weight: 400;
  line-height: 20px;
}
.MuiTypography-body1 {
  font-size: 17px;
  font-family: 'SF Pro';
  font-weight: 400;
  line-height: 20px;
}
.MuiTypography-caption {
  font-size: 10px;
  font-family: 'SF Pro';
  font-weight: 400;
  line-height: 20px;
}
.MuiTypography-button {
  font-size: 0.875rem;
  font-family: 'SF Pro';
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
}
.MuiTypography-h1 {
  font-size: 50px;
  font-family: 'SF Pro';
  font-weight: 700;
  line-height: 60px;
}
.MuiTypography-h2 {
  font-size: 30px;
  font-family: 'SF Pro';
  font-weight: 700;
  line-height: 40px;
}
.MuiTypography-h3 {
  font-size: 20px;
  font-family: 'SF Pro';
  font-weight: 700;
  line-height: 30px;
}
.MuiTypography-h4 {
  font-size: 18px;
  font-family: 'SF Pro';
  font-weight: 600;
  line-height: 30px;
}
.MuiTypography-h5 {
  font-size: 20px;
  font-family: 'SF Pro';
  font-weight: 400;
  line-height: 30px;
}
.MuiTypography-h6 {
  font-size: 16px;
  font-family: 'SF Pro';
  font-weight: 400;
  line-height: 25px;
}
.MuiTypography-subtitle1 {
  font-size: 12px;
  font-family: 'SF Pro';
  font-weight: 700;
  line-height: 20px;
}
.MuiTypography-subtitle2 {
  font-size: 12px;
  font-family: 'SF Pro';
  font-weight: 600;
  line-height: 20px;
}
.MuiTypography-overline {
  font-size: 0.75rem;
  font-family: 'SF Pro';
  font-weight: 400;
  line-height: 2.66;
  text-transform: uppercase;
}
.MuiTypography-srOnly {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.MuiTypography-alignLeft {
  text-align: left;
}
.MuiTypography-alignCenter {
  text-align: center;
}
.MuiTypography-alignRight {
  text-align: right;
}
.MuiTypography-alignJustify {
  text-align: justify;
}
.MuiTypography-noWrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiTypography-gutterBottom {
  margin-bottom: 0.35em;
}
.MuiTypography-paragraph {
  margin-bottom: 16px;
}
.MuiTypography-colorInherit {
  color: inherit;
}
.MuiTypography-colorPrimary {
  color: #161935;
}
.MuiTypography-colorSecondary {
  color: #f50057;
}
.MuiTypography-colorTextPrimary {
  color: rgba(0, 0, 0, 0.87);
}
.MuiTypography-colorTextSecondary {
  color: rgba(0, 0, 0, 0.54);
}
.MuiTypography-colorError {
  color: #f44336;
}
.MuiTypography-displayInline {
  display: inline;
}
.MuiTypography-displayBlock {
  display: block;
}

/** MUI Grid **/
.MuiGrid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.MuiGrid-item {
  margin: 0;
  box-sizing: border-box;
}
.MuiGrid-zeroMinWidth {
  min-width: 0;
}
.MuiGrid-direction-xs-column {
  flex-direction: column;
}
.MuiGrid-direction-xs-column-reverse {
  flex-direction: column-reverse;
}
.MuiGrid-direction-xs-row-reverse {
  flex-direction: row-reverse;
}
.MuiGrid-wrap-xs-nowrap {
  flex-wrap: nowrap;
}
.MuiGrid-wrap-xs-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.MuiGrid-align-items-xs-center {
  align-items: center;
}
.MuiGrid-align-items-xs-flex-start {
  align-items: flex-start;
}
.MuiGrid-align-items-xs-flex-end {
  align-items: flex-end;
}
.MuiGrid-align-items-xs-baseline {
  align-items: baseline;
}
.MuiGrid-align-content-xs-center {
  align-content: center;
}
.MuiGrid-align-content-xs-flex-start {
  align-content: flex-start;
}
.MuiGrid-align-content-xs-flex-end {
  align-content: flex-end;
}
.MuiGrid-align-content-xs-space-between {
  align-content: space-between;
}
.MuiGrid-align-content-xs-space-around {
  align-content: space-around;
}
.MuiGrid-justify-content-xs-center {
  justify-content: center;
}
.MuiGrid-justify-content-xs-flex-end {
  justify-content: flex-end;
}
.MuiGrid-justify-content-xs-space-between {
  justify-content: space-between;
}
.MuiGrid-justify-content-xs-space-around {
  justify-content: space-around;
}
.MuiGrid-justify-content-xs-space-evenly {
  justify-content: space-evenly;
}
.MuiGrid-spacing-xs-1 {
  width: calc(100% + 4px);
  margin: -2px;
}
.MuiGrid-spacing-xs-1 > .MuiGrid-item {
  padding: 2px;
}
.MuiGrid-spacing-xs-2 {
  width: calc(100% + 8px);
  margin: -4px;
}
.MuiGrid-spacing-xs-2 > .MuiGrid-item {
  padding: 4px;
}
.MuiGrid-spacing-xs-3 {
  width: calc(100% + 12px);
  margin: -6px;
}
.MuiGrid-spacing-xs-3 > .MuiGrid-item {
  padding: 6px;
}
.MuiGrid-spacing-xs-4 {
  width: calc(100% + 16px);
  margin: -8px;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
  padding: 8px;
}
.MuiGrid-spacing-xs-5 {
  width: calc(100% + 20px);
  margin: -10px;
}
.MuiGrid-spacing-xs-5 > .MuiGrid-item {
  padding: 10px;
}
.MuiGrid-spacing-xs-6 {
  width: calc(100% + 24px);
  margin: -12px;
}
.MuiGrid-spacing-xs-6 > .MuiGrid-item {
  padding: 12px;
}
.MuiGrid-spacing-xs-7 {
  width: calc(100% + 28px);
  margin: -14px;
}
.MuiGrid-spacing-xs-7 > .MuiGrid-item {
  padding: 14px;
}
.MuiGrid-spacing-xs-8 {
  width: calc(100% + 32px);
  margin: -16px;
}
.MuiGrid-spacing-xs-8 > .MuiGrid-item {
  padding: 16px;
}
.MuiGrid-spacing-xs-9 {
  width: calc(100% + 36px);
  margin: -18px;
}
.MuiGrid-spacing-xs-9 > .MuiGrid-item {
  padding: 18px;
}
.MuiGrid-spacing-xs-10 {
  width: calc(100% + 40px);
  margin: -20px;
}
.MuiGrid-spacing-xs-10 > .MuiGrid-item {
  padding: 20px;
}
.MuiGrid-grid-xs-auto {
  flex-grow: 0;
  max-width: none;
  flex-basis: auto;
}
.MuiGrid-grid-xs-true {
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
}
.MuiGrid-grid-xs-1 {
  flex-grow: 0;
  max-width: 8.333333%;
  flex-basis: 8.333333%;
}
.MuiGrid-grid-xs-2 {
  flex-grow: 0;
  max-width: 16.666667%;
  flex-basis: 16.666667%;
}
.MuiGrid-grid-xs-3 {
  flex-grow: 0;
  max-width: 25%;
  flex-basis: 25%;
}
.MuiGrid-grid-xs-4 {
  flex-grow: 0;
  max-width: 33.333333%;
  flex-basis: 33.333333%;
}
.MuiGrid-grid-xs-5 {
  flex-grow: 0;
  max-width: 41.666667%;
  flex-basis: 41.666667%;
}
.MuiGrid-grid-xs-6 {
  flex-grow: 0;
  max-width: 50%;
  flex-basis: 50%;
}
.MuiGrid-grid-xs-7 {
  flex-grow: 0;
  max-width: 58.333333%;
  flex-basis: 58.333333%;
}
.MuiGrid-grid-xs-8 {
  flex-grow: 0;
  max-width: 66.666667%;
  flex-basis: 66.666667%;
}
.MuiGrid-grid-xs-9 {
  flex-grow: 0;
  max-width: 75%;
  flex-basis: 75%;
}
.MuiGrid-grid-xs-10 {
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
}
.MuiGrid-grid-xs-11 {
  flex-grow: 0;
  max-width: 91.666667%;
  flex-basis: 91.666667%;
}
.MuiGrid-grid-xs-12 {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 600px) {
  .MuiGrid-grid-sm-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-sm-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-sm-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-sm-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-sm-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-sm-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-sm-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-sm-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-sm-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-sm-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-sm-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-sm-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-sm-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-sm-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 960px) {
  .MuiGrid-grid-md-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-md-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-md-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-md-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-md-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-md-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-md-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-md-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-md-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-md-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-md-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-md-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-md-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-md-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1280px) {
  .MuiGrid-grid-lg-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-lg-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-lg-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-lg-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-lg-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-lg-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-lg-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-lg-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-lg-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-lg-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-lg-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-lg-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-lg-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-lg-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1920px) {
  .MuiGrid-grid-xl-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-xl-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-xl-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-xl-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-xl-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-xl-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-xl-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-xl-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-xl-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-xl-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-xl-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-xl-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-xl-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-xl-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}

/** MUI Touch Ripple **/
.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.MuiTouchRipple-ripple {
  opacity: 0;
  position: absolute;
}
.MuiTouchRipple-rippleVisible {
  opacity: 0.3;
  animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.MuiTouchRipple-ripplePulsate {
  animation-duration: 200ms;
}
.MuiTouchRipple-child {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.MuiTouchRipple-childLeaving {
  opacity: 0;
  animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.MuiTouchRipple-childPulsate {
  top: 0;
  left: 0;
  position: absolute;
  animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@-webkit-keyframes MuiTouchRipple-keyframes-enter {
  0% {
    opacity: 0.1;
    transform: scale(0);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

/** MUI Button Base **/
.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
@media print {
  .MuiButtonBase-root {
    -webkit-print-color-adjust: exact;
  }
}

/** MUI Button **/
.MuiButton-root {
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'SF Pro';
  font-weight: 500;
  line-height: 1.75;
  border-radius: 8px;
  text-transform: uppercase;
}
.MuiButton-root:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
.MuiButton-root:hover.Mui-disabled {
  background-color: transparent;
}
.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.MuiButton-text {
  padding: 6px 8px;
}
.MuiButton-textPrimary {
  color: #161935;
}
.MuiButton-textPrimary:hover {
  background-color: rgba(22, 25, 53, 0.04);
}
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-textSecondary {
  color: #f50057;
}
.MuiButton-textSecondary:hover {
  background-color: rgba(245, 0, 87, 0.04);
}
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlined {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 5px 15px;
}
.MuiButton-outlined.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiButton-outlinedPrimary {
  color: #161935;
  border: 1px solid rgba(22, 25, 53, 0.5);
}
.MuiButton-outlinedPrimary:hover {
  border: 1px solid #161935;
  background-color: rgba(22, 25, 53, 0.04);
}
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlinedSecondary {
  color: #f50057;
  border: 1px solid rgba(245, 0, 87, 0.5);
}
.MuiButton-outlinedSecondary:hover {
  border: 1px solid #f50057;
  background-color: rgba(245, 0, 87, 0.04);
}
.MuiButton-outlinedSecondary.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-contained {
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #e0e0e0;
}
.MuiButton-contained:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #d5d5d5;
}
.MuiButton-contained.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.MuiButton-contained:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.MuiButton-contained.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
      0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: #e0e0e0;
  }
}
.MuiButton-contained:hover.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.MuiButton-containedPrimary {
  color: #ffffff;
  background-color: #161935;
}
.MuiButton-containedPrimary:hover {
  background-color: rgb(15, 17, 37);
}
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #161935;
  }
}
.MuiButton-containedSecondary {
  color: #fff;
  background-color: #f50057;
}
.MuiButton-containedSecondary:hover {
  background-color: #c51162;
}
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #f50057;
  }
}
.MuiButton-disableElevation {
  box-shadow: none;
}
.MuiButton-disableElevation:hover {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-disableElevation:active {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-disabled {
  box-shadow: none;
}
.MuiButton-colorInherit {
  color: inherit;
  border-color: currentColor;
}
.MuiButton-textSizeSmall {
  padding: 4px 5px;
  font-size: 0.8125rem;
}
.MuiButton-textSizeLarge {
  padding: 8px 11px;
  font-size: 0.9375rem;
}
.MuiButton-outlinedSizeSmall {
  padding: 3px 9px;
  font-size: 0.8125rem;
}
.MuiButton-outlinedSizeLarge {
  padding: 7px 21px;
  font-size: 0.9375rem;
}
.MuiButton-containedSizeSmall {
  padding: 4px 10px;
  font-size: 0.8125rem;
}
.MuiButton-containedSizeLarge {
  padding: 8px 22px;
  font-size: 0.9375rem;
}
.MuiButton-fullWidth {
  width: 100%;
}
.MuiButton-startIcon {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}
.MuiButton-startIcon.MuiButton-iconSizeSmall {
  margin-left: -2px;
}
.MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}
.MuiButton-endIcon.MuiButton-iconSizeSmall {
  margin-right: -2px;
}
.MuiButton-iconSizeSmall > *:first-child {
  font-size: 18px;
}
.MuiButton-iconSizeMedium > *:first-child {
  font-size: 20px;
}
.MuiButton-iconSizeLarge > *:first-child {
  font-size: 22px;
}

/** MUI Icon Button **/
.MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.MuiIconButton-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiIconButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
@media (hover: none) {
  .MuiIconButton-root:hover {
    background-color: transparent;
  }
}
.MuiIconButton-edgeStart {
  margin-left: -12px;
}
.MuiIconButton-sizeSmall.MuiIconButton-edgeStart {
  margin-left: -3px;
}
.MuiIconButton-edgeEnd {
  margin-right: -12px;
}
.MuiIconButton-sizeSmall.MuiIconButton-edgeEnd {
  margin-right: -3px;
}
.MuiIconButton-colorInherit {
  color: inherit;
}
.MuiIconButton-colorPrimary {
  color: #161935;
}
.MuiIconButton-colorPrimary:hover {
  background-color: rgba(22, 25, 53, 0.04);
}
@media (hover: none) {
  .MuiIconButton-colorPrimary:hover {
    background-color: transparent;
  }
}
.MuiIconButton-colorSecondary {
  color: #f50057;
}
.MuiIconButton-colorSecondary:hover {
  background-color: rgba(245, 0, 87, 0.04);
}
@media (hover: none) {
  .MuiIconButton-colorSecondary:hover {
    background-color: transparent;
  }
}
.MuiIconButton-sizeSmall {
  padding: 3px;
  font-size: 1.125rem;
}
.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

/** MUI Paper **/
.MuiPaper-root {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #ffffff;
}
.MuiPaper-rounded {
  border-radius: 4px;
}
.MuiPaper-outlined {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation0 {
  box-shadow: none;
}
.MuiPaper-elevation1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

/** MUI Drawer **/
.MuiDrawer-docked {
  flex: 0 0 auto;
}
.MuiDrawer-paper {
  top: 0;
  flex: 1 0 auto;
  border: 1px solid #1c2022;
  height: 100%;
  display: flex;
  outline: 0;
  z-index: 1200;
  position: fixed;
  overflow-y: auto;
  border-radius: 20px;
  flex-direction: column;
  background-color: #171717;
  -webkit-overflow-scrolling: touch;
}
.MuiDrawer-paperAnchorLeft {
  left: 0;
  right: auto;
}
.MuiDrawer-paperAnchorRight {
  left: auto;
  right: 0;
}
.MuiDrawer-paperAnchorTop {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: auto;
  max-height: 100%;
}
.MuiDrawer-paperAnchorBottom {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 100%;
}
.MuiDrawer-paperAnchorDockedLeft {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiDrawer-paperAnchorDockedTop {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiDrawer-paperAnchorDockedRight {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiDrawer-paperAnchorDockedBottom {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/** MUI Collapse **/
.MuiCollapse-root {
  height: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiCollapse-entered {
  height: auto;
  overflow: visible;
}
.MuiCollapse-hidden {
  visibility: hidden;
}
.MuiCollapse-wrapper {
  display: flex;
}
.MuiCollapse-wrapperInner {
  width: 100%;
}

/** MUI SVG Icon **/
.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.MuiSvgIcon-colorPrimary {
  color: #161935;
}
.MuiSvgIcon-colorSecondary {
  color: #f50057;
}
.MuiSvgIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall {
  font-size: 1.25rem;
}
.MuiSvgIcon-fontSizeLarge {
  font-size: 2.1875rem;
}

/** MUI Dialog **/
@media print {
  .MuiDialog-root {
    position: absolute !important;
  }
}
.MuiDialog-scrollPaper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MuiDialog-scrollBody {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.MuiDialog-scrollBody:after {
  width: 0;
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.MuiDialog-container {
  height: 100%;
  outline: 0;
}
@media print {
  .MuiDialog-container {
    height: auto;
  }
}
.MuiDialog-paper {
  margin: 32px;
  position: relative;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #ffffff;
}
@media print {
  .MuiDialog-paper {
    box-shadow: none;
    overflow-y: visible;
  }
}
.MuiDialog-paperScrollPaper {
  display: flex;
  max-height: calc(100% - 64px);
  flex-direction: column;
}
.MuiDialog-paperScrollBody {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.MuiDialog-paperWidthFalse {
  max-width: calc(100% - 64px);
}
.MuiDialog-paperWidthXs {
  max-width: 444px;
}
@media (max-width: 507.95px) {
  .MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
.MuiDialog-paperWidthSm {
  max-width: 600px;
}
@media (max-width: 663.95px) {
  .MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
.MuiDialog-paperWidthMd {
  max-width: 960px;
}
@media (max-width: 1023.95px) {
  .MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
.MuiDialog-paperWidthLg {
  max-width: 1280px;
}
@media (max-width: 1343.95px) {
  .MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
.MuiDialog-paperWidthXl {
  max-width: 1920px;
}
@media (max-width: 1983.95px) {
  .MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
.MuiDialog-paperFullWidth {
  width: calc(100% - 64px);
}
.MuiDialog-paperFullScreen {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  max-height: none;
  border-radius: 0;
}
.MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
  margin: 0;
  max-width: 100%;
}
.wp-block-button__link {
  padding: 13px 32px !important;
  text-transform: none !important;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #316ab6 !important;
  font-family: 'SF Pro';
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-results__option {
  padding: 8px 10px !important;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border-bottom: none !important;
  padding: 4px 10px !important;
  border-radius: 3px 3px 0 0;
  height: 34px;
  color: #6c748d;
  font-family: 'SF Pro';
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.4;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  color: #6c748d;
  font-family: 'SF Pro';
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.4;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #6c748d;
  font-family: 'SF Pro';
  font-size: 15px;
  font-weight: 400 !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #393e55;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #316ab6;
}

.select2-container.select2-mobile .select2-dropdown {
  margin-top: 12px;
}

body.gdpr-infobar-visible {
  padding-bottom: 60px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #000 !important;
  border-color: #000 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  a.mgbutton,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton,
.gdpr-shr-button,
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
  border-radius: 8px !important;
}
