.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:244,232,252;--color-primary-1:220,180,244;--color-primary-2:184,104,232;--color-primary-3:92,52,116;--color-primary-4:28,16,35;--color-secondary-0:251,219,226;--color-secondary-1:242,137,158;--color-secondary-2:229,18,60;--color-secondary-3:115,9,30;--color-secondary-4:34,3,9;--color-tertiary-0:255,255,255;--color-tertiary-1:247,250,255;--color-tertiary-2:95,95,95;--color-tertiary-3:54,58,65;--color-tertiary-4:0,0,0;--headlines-font-family:"Be Vietnam Pro";--paragraphs-font-family:"Be Vietnam Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { background-color: transparent; background-image: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container > .video-iframe-container { display: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container { display: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { border-width: 0; border-radius: 0; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:60rem;height:25.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vc6pomg69nz3cqlGLZC02apZ1BwycivD { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.3125rem;top:8.8125rem;left:0rem;display:none; }
#P6S3lZua6ofxRPkK0hHgim4tczilEDFp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.3125rem;top:8.8125rem;left:0rem;display:none; }
#xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { color:rgba(var(--color-tertiary-3),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g5DEJkdEGsWOAxTSVl5C19bWqM8QwT3o { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.3125rem;top:8.8125rem;left:0rem;display:none; }
#ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:33.75rem;top:5.75rem;left:25.40087890625rem;overflow:hidden;display:block; }
#up62Obrcs3I7MEOkTOplfm6vG0ZmMsFX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.375rem;top:1.71875rem;left:1.1875rem;overflow:hidden;display:block; }
#MNrNhkNFRTxVo9yeN2X9QTS7Dk6AOGQO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:29.375rem;width:36.9375rem;top:-5.9375rem;left:0rem;display:block; }
#piE4WUXQ7X2rEuRgZDPkQpyiXQDt5Hpm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.0625rem;top:0.125rem;left:47rem;overflow:hidden;display:block; }
#UrHeDvabzPOLsKo6PLc7qDVPCBVqZhrM { z-index:15005;top:19.25rem;left:3.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W2OdIElbVSres3fiGFqq2uLF5PQ3lhVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yRIJyEwzTG5kz1EvS2nTyuXrKxcWflvZ { color:rgba(var(--color-tertiary-1),1);display:block;width:22.625rem;position:absolute;font-family:"be vietnam pro";font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.75rem;left:1.625rem;height:10.56155625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f1fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { background-color: transparent; background-image: none; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container > .video-iframe-container { display: none; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row > .video-iframe-container { display: none; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { border-width: 0; border-radius: 0; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#Lx9PeiCW0LKMoDmTwHUbaEXT0t3PigrD { color:#0c0212;display:block;width:60rem;position:absolute;font-family:"be vietnam pro";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzU9A5saxWUSBxKOAZIgEvZesvJw8vvq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtJ0lUk47GqTdVCvDhOKotv4ZiMLaUXO { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:10.6875rem;width:48.9375rem;top:2.3125rem;left:5.375rem;display:block; }
#T9DumfGbLWKkASlu3f9ORe4XPMpioMu9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:18.5rem;top:15.1875rem;left:41.5rem;overflow:hidden;display:block; }
#TS2GypJJzTJPaz9wpRErPIQ0AJIX4IN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.1875rem;left:1.65625rem;height:13.16161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy { position:relative;display:block; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy { background-color: transparent; background-image: none; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row .container > .video-iframe-container { display: none; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row > .video-iframe-container { display: none; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy { border-width: 0; border-radius: 0; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sGUFPOZWIfmLMA1qZ2bKgHnwgJ9QDNkk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.41162109375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sU6xWqpO4fyGOqcn2FSatSeR5G5mDiQL { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.0625rem;left:1rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxxIwJmRvdZhzvzKzyK0hyzbR6aOQhsP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sRPUNGf7Kifsc1zCMGBnOiwCck1VnfGh { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:43.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lS3AoLhqP4FXsn2y7qCIpt1nQrT9usVK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.931640625rem;left:22.625rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#qO6yyX7Cet8gf9OzB1qr2V7gw7uikMNT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:1.625rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#vUQ5S6x5B8CqPTvHlL8HDEGLTCECliVA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.625rem;left:43.6875rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#p2ccK6lW2cXB00IKzdlVqQlO74NL9irX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13.3125rem;width:18.3125rem;top:5.125rem;left:0.875rem;display:block; }
#LwmdbNiSBCwW7utatipDtCLl8yr6yPEA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13.3125rem;width:18.3125rem;top:7rem;left:20.875rem;display:block; }
#qIdBfTxHEAA90hBIJu2H7VJ4Cie3ohFM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13.3125rem;width:18.3125rem;top:8.6875rem;left:40.875rem;display:block; }
#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { background-color: transparent; background-image: none; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container > .video-iframe-container { display: none; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row > .video-iframe-container { display: none; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { border-width: 0; border-radius: 0; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#Hx4lDEORtwl9TnbIEg8sHN880JuE6wVO { color:rgba(var(--color-primary-4),1);display:block;width:47.8125rem;position:absolute;font-family:"be vietnam pro";font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2rem;left:7rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x0Zhxg41vcTOZwueG0CQ2cB87XCMDhKg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.125rem solid #0c0212;border-left:0.125rem solid #0c0212;border-right:0.125rem solid #0c0212;border-bottom:0.125rem solid #0c0212;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:4.3125rem;width:44.5625rem;top:8.625rem;left:7.75rem;display:block; }
#gdTiqRxknthVv2XqWPoLV9ktrNZJ9WNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.6875rem;height:1.29980625rem;display:block; }
#xNc2l7WqEvOw9CLEz3KctqQoUIPwwu3l { z-index:15004;top:9.5625rem;left:39.5rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.573625rem;height:2.69841875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#td1vk2VCT9DBm420SAT3kdO3od4MsF3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMhI7dqD1CkK7U9OuadbW6zvTLLPrsF1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.125rem solid #0c0212;border-left:0.125rem solid #0c0212;border-right:0.125rem solid #0c0212;border-bottom:0.125rem solid #0c0212;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:4.3125rem;width:44.5625rem;top:14.125rem;left:7.59375rem;display:block; }
#yI6dGauiy8okQBIylcuxn9B1im76hNBb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.125rem solid #0c0212;border-left:0.125rem solid #0c0212;border-right:0.125rem solid #0c0212;border-bottom:0.125rem solid #0c0212;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:4.3125rem;width:44.5625rem;top:19.625rem;left:7.59375rem;display:block; }
#sDEqv7EFL3sbcFc0L6NavVqTpTuxlXsa { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:9.6875rem;height:1.29980625rem;display:block; }
#unumNLgv9ELJlOBwSdHqwWierOzS5G1G { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.25634765625rem;left:9.6875rem;height:1.29980625rem;display:block; }
#IHKgxXswrNxf2gHgtixID7VybvbANrCf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.125rem solid #0c0212;border-left:0.125rem solid #0c0212;border-right:0.125rem solid #0c0212;border-bottom:0.125rem solid #0c0212;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:4.3125rem;width:44.5625rem;top:25.25rem;left:7.59375rem;display:block; }
#w3aZWq7iuBKHIyUgGVMhFtrLQ5UtGmts { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.88134765625rem;left:9.6875rem;height:1.29980625rem;display:block; }
#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { background-color: transparent; background-image: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container > .video-iframe-container { display: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container { display: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { border-width: 0; border-radius: 0; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#GBZJf5dIdFOsWCZ6iWMJoCixy4KTLNw2 { color:#0c0212;display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8XNNHboaBr7LL12aaSJJJzGNSFQMT7F { color:#0c0212;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:7.48974609375rem;left:33.0625rem;height:16.1953125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHRyvzgOISfDvtwd3T5TtydkSx0KbPRF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:21.375rem;top:7.9375rem;left:2.125rem;overflow:hidden;display:block; }
#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { position:relative;display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { background-color: transparent; background-image: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container > .video-iframe-container { display: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container { display: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { border-width: 0; border-radius: 0; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { color:rgba(var(--color-primary-3),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:34.25rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmAhpd46ytToGPzcMsDGBBctvyftlieI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:11.6875rem;width:56.0625rem;top:0.75rem;left:1.75rem;display:block; }
#IaT88pHg6dgvNdxVxu0ZwUmUtW0S089h { color:rgba(var(--color-primary-3),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:4.0625rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qplf3i3rMvnqDt1vskwPRm8QvE2giMCN { color:#0c0212;display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.0625rem;left:2.5rem;height:1.94970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { background-color: transparent; background-image: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container > .video-iframe-container { display: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container { display: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { border-width: 0; border-radius: 0; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.71875rem;left:40.5rem;height:0.8125rem;text-align:right;text-align-last:right;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc6pomg69nz3cqlGLZC02apZ1BwycivD { width:23.5rem;height:;top:7.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:47.75rem;height:1.4375rem;top:23.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { top:8.8125rem;left:0rem;width:26.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6S3lZua6ofxRPkK0hHgim4tczilEDFp { top:8.8125rem;left:0rem;width:26.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { width:17.875rem;height:5.5625rem;top:5.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5DEJkdEGsWOAxTSVl5C19bWqM8QwT3o { top:8.8125rem;left:0rem;width:26.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { top:5.75rem;left:14rem;width:33.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #up62Obrcs3I7MEOkTOplfm6vG0ZmMsFX { width:10.375rem;height:2.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrNhkNFRTxVo9yeN2X9QTS7Dk6AOGQO { width:36.9375rem;height:29.375rem;top:-5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piE4WUXQ7X2rEuRgZDPkQpyiXQDt5Hpm { width:11.0625rem;height:5.625rem;top:0.125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHeDvabzPOLsKo6PLc7qDVPCBVqZhrM { top:19.25rem;left:0rem;width:12.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2OdIElbVSres3fiGFqq2uLF5PQ3lhVA { display:block; }
 }@media only screen and (max-width: 763px) { #yRIJyEwzTG5kz1EvS2nTyuXrKxcWflvZ { width:22.625rem;height:12.625rem;top:5.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG { display:block; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx9PeiCW0LKMoDmTwHUbaEXT0t3PigrD { top:3.1875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzU9A5saxWUSBxKOAZIgEvZesvJw8vvq { top:9.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJ0lUk47GqTdVCvDhOKotv4ZiMLaUXO { width:47.75rem;height:10.6875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DumfGbLWKkASlu3f9ORe4XPMpioMu9 { top:15.1875rem;left:29.25rem;width:18.5rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2GypJJzTJPaz9wpRErPIQ0AJIX4IN0 { top:16.1875rem;left:0rem;width:37.9375rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy { display:block; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGUFPOZWIfmLMA1qZ2bKgHnwgJ9QDNkk { top:1.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6xWqpO4fyGOqcn2FSatSeR5G5mDiQL { width:18rem;height:3.25rem;top:6.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxxIwJmRvdZhzvzKzyK0hyzbR6aOQhsP { width:14.125rem;height:3.25rem;top:8.125rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRPUNGf7Kifsc1zCMGBnOiwCck1VnfGh { width:13rem;height:3.25rem;top:9.8125rem;left:33.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS3AoLhqP4FXsn2y7qCIpt1nQrT9usVK { top:11.875rem;left:16.4375rem;width:14.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO6yyX7Cet8gf9OzB1qr2V7gw7uikMNT { top:9.8125rem;left:0rem;width:16.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUQ5S6x5B8CqPTvHlL8HDEGLTCECliVA { top:13.625rem;left:33.375rem;width:12.6875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2ccK6lW2cXB00IKzdlVqQlO74NL9irX { width:18.3125rem;height:13.3125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmdbNiSBCwW7utatipDtCLl8yr6yPEA { width:18.3125rem;height:13.3125rem;top:7rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdBfTxHEAA90hBIJu2H7VJ4Cie3ohFM { width:18.3125rem;height:13.3125rem;top:8.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 { display:block; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx4lDEORtwl9TnbIEg8sHN880JuE6wVO { top:2rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Zhxg41vcTOZwueG0CQ2cB87XCMDhKg { top:8.625rem;left:1.625rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTiqRxknthVv2XqWPoLV9ktrNZJ9WNJ { top:10.25rem;left:3.5625rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNc2l7WqEvOw9CLEz3KctqQoUIPwwu3l { top:9.5625rem;left:33.375rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td1vk2VCT9DBm420SAT3kdO3od4MsF3h { display:block; }
 }@media only screen and (max-width: 763px) { #tMhI7dqD1CkK7U9OuadbW6zvTLLPrsF1 { top:14.125rem;left:1.46875rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI6dGauiy8okQBIylcuxn9B1im76hNBb { top:19.625rem;left:1.46875rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEqv7EFL3sbcFc0L6NavVqTpTuxlXsa { top:15.75rem;left:3.5625rem;width:37.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unumNLgv9ELJlOBwSdHqwWierOzS5G1G { top:21.25rem;left:3.5625rem;width:38rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHKgxXswrNxf2gHgtixID7VybvbANrCf { top:25.25rem;left:1.46875rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3aZWq7iuBKHIyUgGVMhFtrLQ5UtGmts { top:26.875rem;left:3.5625rem;width:38rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBZJf5dIdFOsWCZ6iWMJoCixy4KTLNw2 { top:1.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8XNNHboaBr7LL12aaSJJJzGNSFQMT7F { top:7.4375rem;left:23.0625rem;width:24.6875rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHRyvzgOISfDvtwd3T5TtydkSx0KbPRF { top:7.9375rem;left:0rem;width:21.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { width:22.375rem;height:7.75rem;top:3.25rem;left:25.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmAhpd46ytToGPzcMsDGBBctvyftlieI { top:0.75rem;left:0rem;width:47.5rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaT88pHg6dgvNdxVxu0ZwUmUtW0S089h { width:22.375rem;height:7.75rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qplf3i3rMvnqDt1vskwPRm8QvE2giMCN { top:2.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { width:5.0625rem;height:1.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { top:3.9375rem;left:0rem;width:10.625rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc6pomg69nz3cqlGLZC02apZ1BwycivD { width:17.125rem;height:6.01171875rem;top:17.4375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.3125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:17.93725rem;height:5.848725rem;top:12.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#363a41;display:block; }
 }@media only screen and (max-width: 763px) { #XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { width:18.812125rem;height:2.7499125rem;top:6.31525182724rem;left:0.59348356723786rem;z-index:14999;background-color:#f64343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P6S3lZua6ofxRPkK0hHgim4tczilEDFp { width:15.687125rem;height:2.62473125rem;top:4.5620560646057rem;left:2.1559835672379rem;z-index:15000;background-color:#f64343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { width:18.24975rem;height:5.84871875rem;top:4.8882279396057rem;left:0.87491118907931rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#363a41;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #g5DEJkdEGsWOAxTSVl5C19bWqM8QwT3o { width:11.3125rem;height:2.75rem;top:8.1183414459231rem;left:4.375rem;z-index:15000;background-color:#f64343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { width:11.5rem;height:5.5625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #up62Obrcs3I7MEOkTOplfm6vG0ZmMsFX { width:10.375rem;height:2.4375rem;top:36.780982971191rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrNhkNFRTxVo9yeN2X9QTS7Dk6AOGQO { width:20rem;height:29.375rem;top:29.124732971191rem;left:0rem;z-index:14985;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piE4WUXQ7X2rEuRgZDPkQpyiXQDt5Hpm { width:11.0625rem;height:5.625rem;top:59.749732971191rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHeDvabzPOLsKo6PLc7qDVPCBVqZhrM { top:54.312232971191rem;left:3.5625rem;width:12.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2OdIElbVSres3fiGFqq2uLF5PQ3lhVA { display:block; }
 }@media only screen and (max-width: 763px) { #yRIJyEwzTG5kz1EvS2nTyuXrKxcWflvZ { width:20rem;height:0;top:40.812232971191rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG { display:block; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx9PeiCW0LKMoDmTwHUbaEXT0t3PigrD { width:20rem;height:7.799625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzU9A5saxWUSBxKOAZIgEvZesvJw8vvq { width:20rem;height:0;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJ0lUk47GqTdVCvDhOKotv4ZiMLaUXO { width:20rem;height:10.6875rem;top:14.0996125rem;left:0rem;z-index:14985;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9DumfGbLWKkASlu3f9ORe4XPMpioMu9 { width:18.5rem;height:17.875rem;top:40.4482375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2GypJJzTJPaz9wpRErPIQ0AJIX4IN0 { width:20rem;height:0;top:26.0371125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy { display:block; }#tCkPRxuUefQyXm4RZC1R9ekVkShSJGHy > .row .container { width:20rem;height:48.7871125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGUFPOZWIfmLMA1qZ2bKgHnwgJ9QDNkk { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6xWqpO4fyGOqcn2FSatSeR5G5mDiQL { width:18rem;height:0;top:6.0371125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxxIwJmRvdZhzvzKzyK0hyzbR6aOQhsP { width:14.125rem;height:0;top:20.7871125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRPUNGf7Kifsc1zCMGBnOiwCck1VnfGh { width:13rem;height:0;top:35.3496125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS3AoLhqP4FXsn2y7qCIpt1nQrT9usVK { width:14.75rem;height:0;top:24.593753125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qO6yyX7Cet8gf9OzB1qr2V7gw7uikMNT { width:16.75rem;height:0;top:9.7871125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUQ5S6x5B8CqPTvHlL8HDEGLTCECliVA { width:12.6875rem;height:0;top:39.1621125rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2ccK6lW2cXB00IKzdlVqQlO74NL9irX { width:18.3125rem;height:13.3125rem;top:5.0996125rem;left:0.8125rem;z-index:14985;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmdbNiSBCwW7utatipDtCLl8yr6yPEA { width:18.3125rem;height:13.3125rem;top:19.6621125rem;left:0.8125rem;z-index:14985;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdBfTxHEAA90hBIJu2H7VJ4Cie3ohFM { width:18.3125rem;height:13.3125rem;top:34.2246125rem;left:0.8125rem;z-index:14985;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 { display:block; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx4lDEORtwl9TnbIEg8sHN880JuE6wVO { width:20rem;height:3.599075rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x0Zhxg41vcTOZwueG0CQ2cB87XCMDhKg { width:19.8125rem;height:6.375rem;top:6.0981826782226rem;left:0.062144875526428rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gdTiqRxknthVv2XqWPoLV9ktrNZJ9WNJ { width:20rem;height:1.29971875rem;top:7.1550960540769rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNc2l7WqEvOw9CLEz3KctqQoUIPwwu3l { top:9.0802555084231rem;left:4.21875rem;width:11.5625rem;height:2.687325rem;display:block; }
 }@media only screen and (max-width: 763px) { #td1vk2VCT9DBm420SAT3kdO3od4MsF3h { display:block; }
 }@media only screen and (max-width: 763px) { #tMhI7dqD1CkK7U9OuadbW6zvTLLPrsF1 { width:19.75rem;height:4.3125rem;top:13.660682678222rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #yI6dGauiy8okQBIylcuxn9B1im76hNBb { width:19.75rem;height:4.3125rem;top:19.223182678222rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #sDEqv7EFL3sbcFc0L6NavVqTpTuxlXsa { width:20rem;height:0;top:15.291542053222rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unumNLgv9ELJlOBwSdHqwWierOzS5G1G { width:20rem;height:0;top:20.854530334472rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHKgxXswrNxf2gHgtixID7VybvbANrCf { width:19.75rem;height:4.3125rem;top:24.785682678222rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #w3aZWq7iuBKHIyUgGVMhFtrLQ5UtGmts { width:20rem;height:0;top:26.417030334472rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBZJf5dIdFOsWCZ6iWMJoCixy4KTLNw2 { width:20rem;height:3.599075rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q8XNNHboaBr7LL12aaSJJJzGNSFQMT7F { width:20rem;height:0;top:15.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uHRyvzgOISfDvtwd3T5TtydkSx0KbPRF { width:15.5rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { width:20rem;height:15.59925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmAhpd46ytToGPzcMsDGBBctvyftlieI { width:19.75rem;height:11.6875rem;top:18.0625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #IaT88pHg6dgvNdxVxu0ZwUmUtW0S089h { width:20rem;height:0;top:20.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qplf3i3rMvnqDt1vskwPRm8QvE2giMCN { width:20rem;height:0;top:19.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { width:4.8125rem;height:1.3125rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { width:19.9375rem;height:1.625rem;top:5.875rem;left:0rem;font-size:0.625rem;z-index:15002;text-align:center;text-align-last:center;color:#959595;display:block; }
 }