/*! Env: production. Build from 10/9/2020 @ 11:16:13. */
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,
ol,
ul,
li,
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

/* stylelint-disable */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* stylelint-enable */
table {
  border-spacing: 0;
  border-collapse: collapse; }

a {
  outline: none; }

/* media queries */
/***** size distribution *****/
/**/
/***** cleaning floating elements *****/
/***** absolute center *****/
/**/
/***** ellipsis *****/
/**/
/***** triangle *****/
/**/
/* last child */
/* default ratio */
/* palette */
/**/
/* devise */
/**/
/* builder */
/**/
/* main color */
/**/
/* text color */
/* use for background */
/* use for border */
/* use for text color */
/* builder colors */
/* fonts */
/**/
/* colors */
/*border radius*/
/* transition time */
/* error color */
/* components */
/* input */
/**/
/* Update component input */
/* placeholder */
/**/
/* toolbar */
/* modal */
/* drag */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1.2); }
  50% {
    transform: scale(1.45); } }

@keyframes pulse-rectangle {
  48% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--brandingTheme_defaultColor); }
  100% {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
    background: transparent; } }

@keyframes pulsing-dot {
  48% {
    transform: scale(1.5);
    box-shadow: 0 0 0 0 rgba(var(--brandingTheme_defaultColor-rgb), 0.4); }
  98% {
    box-shadow: 0 0 0 25px rgba(var(--brandingTheme_defaultColor-rgb), 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--brandingTheme_defaultColor-rgb), 0); } }

body {
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.hidden {
  display: none !important; }

.s-section {
  position: relative; }
  .page_disable .s-section,
  .page_disable .s-section * {
    pointer-events: none !important; }
  .s-section .s-wrapper > .layout:before {
    content: '';
    display: table; }
  .s-section_full-width > div > .s-wrapper {
    max-width: none !important;
    padding: 0; }
    .s-section_full-width > div > .s-wrapper > .layout > .row > .layout {
      margin-right: 0 !important;
      margin-left: 0 !important; }
      .s-section_full-width > div > .s-wrapper > .layout > .row > .layout > .row__item {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .s-section_full-width > div > .s-wrapper > .layout > .row:before, .s-section_full-width > div > .s-wrapper > .layout > .row:after {
      display: none; }
  .s-section_full-width > .s-wrapper {
    max-width: none !important;
    padding: 0 !important; }
    .s-section_full-width > .s-wrapper > .row > .layout {
      margin-right: 0 !important;
      margin-left: 0 !important; }
      .s-section_full-width > .s-wrapper > .row > .layout > .row__item {
        padding-right: 0 !important;
        padding-left: 0 !important; }
    .s-section_full-width > .s-wrapper > .row:before, .s-section_full-width > .s-wrapper > .row:after {
      display: none; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.flex {
  display: flex; }
  .flex_middle {
    display: flex;
    align-items: center; }
  .flex_between {
    display: flex;
    justify-content: space-between; }
  .flex_1 {
    flex: 1; }
  .flex_center {
    justify-content: center; }
  .flex_right {
    justify-content: flex-end; }

._relative {
  position: relative; }

/*Locks scroll on mobile devices*/
@media (max-width: 767px), (max-height: 600px) {
  .no-overflow-y,
  .no-overflow-y body {
    height: 100%;
    overflow: hidden; } }
