/*! Env: production. Build from 27/9/2019 @ 13:7:15. */
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-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 {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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 */
/**/
/* placeholder */
/**/
/* toolbar */
/* drag */
@keyframes pulse {
  0%, 100% {
    transform: scale(1.2); }
  50% {
    transform: scale(1.45); } }

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

@keyframes pulsing-dot {
  48% {
    box-shadow: 0 0 0 0 rgba(var(--brandingTheme_defaultColor-rgb), 0.4);
    transform: scale(1.5); }
  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 {
  -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;
  text-rendering: optimizeLegibility;
  min-width: 320px;
  -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-left: 0 !important;
      margin-right: 0 !important; }
      .s-section_full-width > div > .s-wrapper > .layout > .row > .layout > .row__item {
        padding-left: 0 !important;
        padding-right: 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-left: 0 !important;
      margin-right: 0 !important; }
      .s-section_full-width > .s-wrapper > .row > .layout > .row__item {
        padding-left: 0 !important;
        padding-right: 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 {
    overflow: hidden;
    height: 100%; } }
