.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:225,238,255;--color-primary-1:133,223,239;--color-primary-2:51,202,229;--color-primary-3:0,189,222;--color-primary-4:22,53,94;--color-secondary-0:251,224,227;--color-secondary-1:241,153,161;--color-secondary-2:227,50,66;--color-secondary-3:114,25,33;--color-secondary-4:34,8,10;--color-tertiary-0:255,255,255;--color-tertiary-1:142,142,142;--color-tertiary-2:63,63,63;--color-tertiary-3:35,35,35;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@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:transparent;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); }#z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C { 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:none; }#z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C > .row .container { border-width: 0; border-radius: 0; }#z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:none; }#DunpR2oPdF1iqT4ETfbOKemK3KzpA1r0 { 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:12.5rem;top:0.875rem;left:0.9375rem;overflow:hidden;display:block; }
#dm2tTOVH03I3gQTiWVKvXbkE30w5Fbnd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:4.3125rem;left:3.75rem;display:none; }
#hTazgUnAucAaELq4LJQ58UZVee0ctf0m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ { 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; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { background-color: transparent; background-image: none; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container > .video-iframe-container { display: none; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row > .video-iframe-container { display: none; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .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); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { border-width: 0; border-radius: 0; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { 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:12.5rem;top:0.875rem;left:0.9375rem;overflow:hidden;display:block; }
#w8751yHuaqgK6aTt8AvlQbeh3pDQ9NMv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:42.125rem;display:block; }
#kwT6WQC7LOPR7KJ0Ulz6d4VnT8MMW1fw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ch0mzf5Q5kFb3K7ZDS5PmpTHsaThlOkC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ec0015;border-left:0.125rem solid #ec0015;border-right:0.125rem solid #ec0015;border-bottom:0.125rem solid #ec0015;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.625rem;left:50.8125rem;display:block; }
#byRI8ne3pin96yLIubZn8osbpqnRL6cF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGfdvBi9QJgZIOZWDsyDiOa5Twtm72Rl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:33.4375rem;display:block; }
#eGB2SO5V6yGAEhbbEGLtWXFARB7nKwOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeAATGQ033HSHzIdJfk45XHeXLffomtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b1d8a53f-d46b-4cd9-8d2c-7160939c5dd3/landinggoogle.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg.adaptive-delivery-prevent-bg, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyload, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyloading { background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { background-color: transparent; background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .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); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { border-width: 0; border-radius: 0; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#RGosNIZL23FWVm4rz410sXfMtrhvHBqK { 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.125rem solid #900011;border-left:0.125rem solid #900011;border-right:0.125rem solid #900011;border-bottom:0.125rem solid #900011;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.5625rem;left:1.15625rem;display:block; }
#P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.7744140625rem;left:1.4375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.3369140625rem;left:1.4375rem;height:14.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { position:relative;display:none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { border-width: 0; border-radius: 0; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .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; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#m44oxtZsQeRJ2peJccausRzdkuhVs3Ml { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.7744140625rem;left:1.4375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:none; }
#gAS8L8FM2Mnfzc4CVqQqqMDo65zMJBB5 { 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.125rem solid #900011;border-left:0.125rem solid #900011;border-right:0.125rem solid #900011;border-bottom:0.125rem solid #900011;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.5625rem;left:1.15625rem;display:none; }
#vWgzuzWLBapZTE3fsFBfwubRJTLL7yPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmpC8XmITsPrgTl0aWiovmk29lZE99pk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:3.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.75rem;left:0.375rem;display:none; }
#ImQbTKfVNeWZd2pzC3PbdyG5A16f4dFH { 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:30.0625rem;width:20.875rem;display:none; }
#tPRdTWy9IPcMsAxiOwWbRPMTCDrzL7nT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { position:relative;display:none; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { border-width: 0; border-radius: 0; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .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; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { background-color: transparent; background-image: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container > .video-iframe-container { display: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container { display: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .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); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { border-width: 0; border-radius: 0; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51171875rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI { 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; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { background-color: transparent; background-image: none; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container > .video-iframe-container { display: none; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row > .video-iframe-container { display: none; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .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); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { border-width: 0; border-radius: 0; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#Q5pyS2zkFHnm8XG4I3O4LM3PW7qP12xo { 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:7.6875rem;width:7.625rem;top:1.8125rem;left:26.1875rem;overflow:hidden;display:block; }
#bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uRFMscJDHPDyse6E7s7xo7Tt1tw8FGVB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:11.0625rem;left:21.3125rem;display:block; }
#K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.75rem;left:21.46875rem;height:13.16161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6UBsS4b9fGGsFSrfpqsD1FTNqVBRu04 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:40rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#e72w78UGPnNcEATsSTLBvDlAOduMb8Og { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.75rem;left:41.6875rem;height:11.69925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpOExS62iVfTp81w3t7vWUZHPNv7rOJo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:11.1875rem;left:42.625rem;display:block; }
#hulfW4fcziboLoACvKfa5rT4ouORQTUE { position:absolute;display:block;z-index:15001;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:7.6875rem;width:7.6875rem;top:1.8125rem;left:46.1875rem;overflow:hidden;display:block; }
#TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qnhQSII230y6RGwQGu73I9ZhvZQJJPei { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:11.125rem;left:2.875rem;display:block; }
#T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { 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:7.625rem;width:7.625rem;top:1.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:1.6875rem;height:8.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#znASMismLMIRJyyfK9QzHXiQizTqWHSF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { background-color: transparent; background-image: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container > .video-iframe-container { display: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container { display: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .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); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { border-width: 0; border-radius: 0; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#eLSao7OfC5AHyR7bfTw2ZsIBZTanWsXp { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:1.875rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sBWEmbdDeWyX7WRB89WMe9Rv9rzh04GX { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:1.875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { position:absolute;display:block;z-index:15000;height:40.0625rem;width:30.25rem;top:0.84375rem;left:29.8125rem;display:block; }
#cwzLx4iWyC2TuKcll2xoAxZPP418ncsC { 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:21.4375rem;width:26.0625rem;top:18.15625rem;left:1.0625rem;overflow:hidden;display:block; }
#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N { 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; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { background-color: transparent; background-image: none; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container > .video-iframe-container { display: none; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row > .video-iframe-container { display: none; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .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); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { border-width: 0; border-radius: 0; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#ehOvbcXC1WN1twRF1AtOntpzfGEf6ArV { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:6.1875rem;left:1.5625rem;display:block; }
#KHorPqwoakA2vliV3TFlX7vBT1TTcSSL { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:6.1875rem;left:49.1875rem;display:block; }
#Sv0xahw0XMFZlbuJg2tIGCKyM7czylDG { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:6.1875rem;left:37.25rem;display:block; }
#ZnfiPFMKJlfC4gs5Fuc4nZb76bN03aiB { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:6.1875rem;left:25.3125rem;display:block; }
#n2JV0AdD5J5AvUOkoOQUaFbkGK71n3sF { position:absolute;display:block;z-index:15004;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:6.1875rem;left:13.4375rem;display:block; }
#IT0tAQF8V1l2QONmnkyb6t5dIpn0DcIM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwwCAEgin2BosIp5F1GCeLhSRNGSt7DT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:12.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5BXHasSWnfzDTRC58UtHkdVbkEaLngP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:24.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHxBy1sflv6NODxOkVDx5SDNVSqltmEB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:36.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1q1Tuvxfdpc9QT1Wgty4Xv7LxvvZvNw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:48.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFzhgBfUZ2eIRxo1Ow1QgAsOoniGLJS2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0ATFsk8CLraEsfPQoBBMbVvO7px7M0P { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:12.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfR53T4fJgH1gMtOrM7VQORo5HHDyBcO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5625rem;left:24.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O058TPkIsqXnIs5rbFuyxgDMRiTuO4Bg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EyxlKVK6gNxOCavQ6qtzrWRm6QA3fhzd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.625rem;left:48.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTOybZ2QUiGCoIWKDltbzZzEAi0AOce2 { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.0625rem;width:59.875rem;top:2.5rem;left:0rem;display:block; }
#JrL8hzSpqcnLD8DPlSbszzt1bsBehDV8 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.9375rem;left:1.6875rem; }
#E3PE9W57IRfOr72ZladNyLhrCbinW5xp { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.875rem;left:13.75rem; }
#HRt4WkTuaVNnqKqW2BTSKdwIDzpESlfq { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.875rem;left:25.5625rem; }
#qUg12byUbPxWLkUTOMd1XmdgIfRgDskA { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.875rem;left:37.9375rem; }
#BT0zplOcIFCaGbnDrTkTMgFqio74QHzx { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.75rem;left:51.4375rem; }
#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dee2b470-ec04-45c5-98d7-79d53a03003c/02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.adaptive-delivery-prevent-bg, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyload, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyloading { background-image: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { background-color: transparent; background-image: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container > .video-iframe-container { display: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container { display: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .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); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { border-width: 0; border-radius: 0; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { position:relative;display:none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { border-width: 0; border-radius: 0; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .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; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#EVBcAKA3wXUo7absmJqAOa3laMw5FLt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12rem;top:0.6875rem;left:1.0625rem;display:none; }
#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);background-color:#f6faff;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; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { background-color: transparent; background-image: none; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container > .video-iframe-container { display: none; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row > .video-iframe-container { display: none; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .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); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { border-width: 0; border-radius: 0; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#srlZyrDiIM1UoAM7JowCUrryOUEsTqT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.25rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#hXw2SiysqFapxt9NeAw6x3q4VsXTozmz { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5751953125rem;left:3.6875rem;height:2.9248rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XlkEnHkrqWtyzyIt4Dq0pJlrRiNIGkMP { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.375rem;left:3.75rem;height:2.9248rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#REE75Wab0bzxCMob1C5CV3XEaSFNGxT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3515625rem;left:3.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uxsKkSH8nKHkSL3VzCuO3pmKW17aicFE { position:absolute;display:block;z-index:15008;background-color:#00d1b2;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:4.875rem;left:1.25rem;display:block; }
#HtT1z9fMdHeGcpPdyTk1fcMaEwVdQToF { position:absolute;display:block;z-index:15009;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:8.625rem;left:1.25rem;display:block; }
#Tv5oNcnnpcmh3amuIkAcZZ7l1TdLNSHG { position:absolute;display:block;z-index:15010;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:12.375rem;left:1.25rem;display:block; }
#QiU1TLpLeMpaTylhNHnkBq2TOBJeWTPu { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.4140625rem;left:1.25rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vh1TUvT9lChMcKpBNAhCi8F5tCr4Gc19 { position:absolute;display:block;z-index:15012;background-color:#ff8600;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:14.875rem;left:1.25rem;display:block; }
#gPEdTRQSTCGsmPBsNhNhDcsv1TTG4Srp { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8515625rem;left:3.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { 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; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { background-color: transparent; background-image: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container > .video-iframe-container { display: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container { display: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .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); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { border-width: 0; border-radius: 0; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#zf1hNtPllrnzNxuRP5IXVivaiRVPgE1c { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1.625rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#fEvcucKw2K9iCAfhD8O2r493LKnEMqid { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/18800f93-954f-4525-aa50-788d9404745b/reviewcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn.adaptive-delivery-prevent-bg, #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn.lazyload, #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn.lazyloading { background-image: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { background-color: transparent; background-image: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container > .video-iframe-container { display: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row > .video-iframe-container { display: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .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); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { border-width: 0; border-radius: 0; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#wUFBJvksgHCeaonRhQzWMPMM8b2DUqvT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.25rem;height:10.234875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHM3XKoVHI3iixE0usGlLVmgQfFuXC4f { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.25;top:1.6875rem;left:2.9375rem; }
#sycpJ330acoCIwyeC6uhgAc7IhGlGgFb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:23.25rem;height:11.3720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BweGtRb2mD4VRdF8QTtSHaSHbc0ZGBNn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:43.25rem;height:9.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ceq830K4yQay4Ep3uSecSgEcezn77Fxs { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.66);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;height:15.625rem;width:15.625rem;top:1.30859375rem;left:2.1875rem;display:block; }
#Pvuc8axnktG3lx5q01qLev6i7eCJH4KG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.66);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;height:15.625rem;width:15.625rem;top:1.30859375rem;left:22.1875rem;display:block; }
#mK537TiUyCQwAMypAoBfsQNCgbn05HCH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.66);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;height:15.625rem;width:15.625rem;top:1.30859375rem;left:42.1875rem;display:block; }
#eHcLU69h5P4gC6fDWinU5w6aVb7eIoQ6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.25;top:1.6875rem;left:23rem; }
#psDgWVqUMkSdEOeGVpUZmWD38422Lw37 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.25;top:1.8125rem;left:43rem; }
#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { background-color: transparent; background-image: none; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container > .video-iframe-container { display: none; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row > .video-iframe-container { display: none; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .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); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { border-width: 0; border-radius: 0; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#TbS63CBGsiJlbwgPUGrtRsKAxQu9BXOf { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.400390625rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { background-color: transparent; background-image: none; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container > .video-iframe-container { display: none; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row > .video-iframe-container { display: none; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .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); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { border-width: 0; border-radius: 0; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#a4kWAT5QSvDcUQ3RtZPM0ymS4f9Qyocb { color:rgba(var(--color-tertiary-4),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.056640625rem;left:5.375rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#IvqoNViAppw0vWUlVzqDapXKPdXCfxha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;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; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row .container { background-color: transparent; background-image: none; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row .container > .video-iframe-container { display: none; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row > .video-iframe-container { display: none; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .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); }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row .container { border-width: 0; border-radius: 0; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#Sf8Ck2VnVueXiq7nXqWGhT4dJTTDLVTm { position:absolute;display:block;z-index:15001;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:5rem;width:5rem;top:14.5rem;left:2.0625rem;overflow:hidden;display:block; }
#tQQC2amzkSO8ZFFcBhnQ6UTMwV7kCRAL { 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:5rem;width:5rem;top:1.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#mh7qyeMLJ58R4e5Ebwwm6V305zBxkZ0w { 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:5rem;width:5rem;top:7.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#XZhXiXNmdiRTHsWTSG1tncMgCfTSTAQZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:8.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#r5ZqfC9PK9ITRu0lHf7t1N13wVedPKPD { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:8.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#kPzzBrDT4uSJZG3ssr0v4qa8Hmy1qhoP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:8.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#rDHD7rGk6vaTRRXEtRMdmtE1T4618irP { 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:5rem;width:5rem;top:20.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#l4oEi9SDnkmBRVuCtG3QeeH8r4aEBEzq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:8.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#bBKlt3X2vFAhRJHGe7OodWqUdEVEw9ah { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:3rem; }
#TAMCxRIi7t0FGwPlsZJ68ea7NoxfvWxV { box-sizing:content-box;height:4.25rem;width:4.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#f6faff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.875rem;left:2.4375rem;display:block; }
#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { background-color: transparent; background-image: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container > .video-iframe-container { display: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container { display: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .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); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { border-width: 0; border-radius: 0; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:2.3125rem;height:2.2744125rem;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;text-align:justify;text-align-last:initial;display:block; }
#XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { position:absolute;display:block;z-index:15001;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.0625rem;width:13.375rem;top:1.8681640625rem;left:9.8125rem;overflow:hidden;display:block; }
#LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { background-color:#5f5f5f;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.7744140625rem;left:44.78125rem;display:block; }
#NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { 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.0625rem;width:6.125rem;top:1.6806640625rem;left:2.3125rem;overflow:hidden;display:block; }
#zt9XXenKypkK2E9mP7PZfLcutAGQsKop { color:rgba(var(--color-tertiary-1),1);display:block;width:55.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.26171875rem;left:2.28125rem;height:1.13720625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C { display:none; }#z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DunpR2oPdF1iqT4ETfbOKemK3KzpA1r0 { top:0.875rem;left:0rem;width:12.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm2tTOVH03I3gQTiWVKvXbkE30w5Fbnd { top:4.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTazgUnAucAaELq4LJQ58UZVee0ctf0m { display:none; }
 }@media only screen and (max-width: 763px) { #vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ { display:block; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { top:0.875rem;left:0rem;width:12.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8751yHuaqgK6aTt8AvlQbeh3pDQ9NMv { width:8.125rem;height:1.875rem;top:0.625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwT6WQC7LOPR7KJ0Ulz6d4VnT8MMW1fw { display:block; }
 }@media only screen and (max-width: 763px) { #ch0mzf5Q5kFb3K7ZDS5PmpTHsaThlOkC { width:8.125rem;height:1.875rem;top:0.625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRI8ne3pin96yLIubZn8osbpqnRL6cF { display:block; }
 }@media only screen and (max-width: 763px) { #GGfdvBi9QJgZIOZWDsyDiOa5Twtm72Rl { width:8.125rem;height:1.875rem;top:0.625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGB2SO5V6yGAEhbbEGLtWXFARB7nKwOE { display:block; }
 }@media only screen and (max-width: 763px) { #GeAATGQ033HSHzIdJfk45XHeXLffomtg { display:block; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGosNIZL23FWVm4rz410sXfMtrhvHBqK { width:16.875rem;height:3.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block; }
 }@media only screen and (max-width: 763px) { #fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { top:19.75rem;left:0rem;width:16.3125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { top:2.3125rem;left:0rem;width:16.3125rem;height:14.25rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { display:none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m44oxtZsQeRJ2peJccausRzdkuhVs3Ml { top:23.375rem;left:0rem;width:17.875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAS8L8FM2Mnfzc4CVqQqqMDo65zMJBB5 { width:16.875rem;height:3.4375rem;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWgzuzWLBapZTE3fsFBfwubRJTLL7yPB { display:block; }
 }@media only screen and (max-width: 763px) { #LmpC8XmITsPrgTl0aWiovmk29lZE99pk { top:1.75rem;left:0rem;width:19.1875rem;height:;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImQbTKfVNeWZd2pzC3PbdyG5A16f4dFH { width:20.875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPRdTWy9IPcMsAxiOwWbRPMTCDrzL7nT { display:none; }
 }@media only screen and (max-width: 763px) { #bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { display:none; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { display:block; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { top:0.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnMgVDUd53BxWizeLK2ciGh3XNglOTI { display:block; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5pyS2zkFHnm8XG4I3O4LM3PW7qP12xo { top:1.8125rem;left:20rem;width:7.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { top:11.4375rem;left:11.75rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFMscJDHPDyse6E7s7xo7Tt1tw8FGVB { top:11.0625rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { top:14.75rem;left:14.6875rem;width:17.0625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UBsS4b9fGGsFSrfpqsD1FTNqVBRu04 { top:11.5rem;left:27.625rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72w78UGPnNcEATsSTLBvDlAOduMb8Og { top:14.75rem;left:31rem;width:16.625rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpOExS62iVfTp81w3t7vWUZHPNv7rOJo { top:11.1875rem;left:32.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulfW4fcziboLoACvKfa5rT4ouORQTUE { top:1.8125rem;left:35.875rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { top:11.4375rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhQSII230y6RGwQGu73I9ZhvZQJJPei { top:11.125rem;left:0.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { top:1.8125rem;left:4.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { top:14.75rem;left:0rem;width:16.625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znASMismLMIRJyyfK9QzHXiQizTqWHSF { display:block; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLSao7OfC5AHyR7bfTw2ZsIBZTanWsXp { top:7.9375rem;left:0rem;width:25.1875rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBWEmbdDeWyX7WRB89WMe9Rv9rzh04GX { top:2rem;left:0rem;width:22.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { top:0.8125rem;left:17.5rem;width:30.25rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwzLx4iWyC2TuKcll2xoAxZPP418ncsC { top:18.125rem;left:0rem;width:26.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N { display:block; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehOvbcXC1WN1twRF1AtOntpzfGEf6ArV { top:6.1875rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHorPqwoakA2vliV3TFlX7vBT1TTcSSL { top:6.1875rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0xahw0XMFZlbuJg2tIGCKyM7czylDG { top:6.1875rem;left:31.125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnfiPFMKJlfC4gs5Fuc4nZb76bN03aiB { top:6.1875rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2JV0AdD5J5AvUOkoOQUaFbkGK71n3sF { top:6.1875rem;left:7.3125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0tAQF8V1l2QONmnkyb6t5dIpn0DcIM { top:4.1875rem;left:0rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwwCAEgin2BosIp5F1GCeLhSRNGSt7DT { top:4.1875rem;left:6.5rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5BXHasSWnfzDTRC58UtHkdVbkEaLngP { top:4.1875rem;left:18.375rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHxBy1sflv6NODxOkVDx5SDNVSqltmEB { top:4.1875rem;left:30.3125rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1q1Tuvxfdpc9QT1Wgty4Xv7LxvvZvNw { top:4.1875rem;left:36.6875rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFzhgBfUZ2eIRxo1Ow1QgAsOoniGLJS2 { top:6.5625rem;left:0rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ATFsk8CLraEsfPQoBBMbVvO7px7M0P { top:6.5625rem;left:6.5rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfR53T4fJgH1gMtOrM7VQORo5HHDyBcO { top:6.5625rem;left:18.375rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O058TPkIsqXnIs5rbFuyxgDMRiTuO4Bg { top:6.5625rem;left:30.3125rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyxlKVK6gNxOCavQ6qtzrWRm6QA3fhzd { top:6.625rem;left:36.6875rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOybZ2QUiGCoIWKDltbzZzEAi0AOce2 { top:2.5rem;left:0rem;width:47.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrL8hzSpqcnLD8DPlSbszzt1bsBehDV8 { top:4.9375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PE9W57IRfOr72ZladNyLhrCbinW5xp { top:4.875rem;left:7.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRt4WkTuaVNnqKqW2BTSKdwIDzpESlfq { top:4.875rem;left:19.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUg12byUbPxWLkUTOMd1XmdgIfRgDskA { top:4.875rem;left:31.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT0zplOcIFCaGbnDrTkTMgFqio74QHzx { top:4.75rem;left:45.3125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ { display:block; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { display:none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EVBcAKA3wXUo7absmJqAOa3laMw5FLt9 { top:0.6875rem;left:0rem;width:16.6875rem;height:12rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGdgz8zunXX5IlvoR3szPP41CGyLXpqI { display:block; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srlZyrDiIM1UoAM7JowCUrryOUEsTqT9 { top:1.125rem;left:0rem;width:40.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXw2SiysqFapxt9NeAw6x3q4VsXTozmz { top:4.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlkEnHkrqWtyzyIt4Dq0pJlrRiNIGkMP { top:8.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REE75Wab0bzxCMob1C5CV3XEaSFNGxT2 { top:12.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxsKkSH8nKHkSL3VzCuO3pmKW17aicFE { top:4.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtT1z9fMdHeGcpPdyTk1fcMaEwVdQToF { top:8.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv5oNcnnpcmh3amuIkAcZZ7l1TdLNSHG { top:12.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiU1TLpLeMpaTylhNHnkBq2TOBJeWTPu { top:17.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1TUvT9lChMcKpBNAhCi8F5tCr4Gc19 { top:14.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEdTRQSTCGsmPBsNhNhDcsv1TTG4Srp { top:14.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { display:block; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf1hNtPllrnzNxuRP5IXVivaiRVPgE1c { top:1.3125rem;left:0rem;width:14.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEvcucKw2K9iCAfhD8O2r493LKnEMqid { top:3.5rem;left:0rem;width:29.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn { display:block; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUFBJvksgHCeaonRhQzWMPMM8b2DUqvT { top:3.6875rem;left:1.1875rem;width:13.5rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHM3XKoVHI3iixE0usGlLVmgQfFuXC4f { top:1.6875rem;left:0.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sycpJ330acoCIwyeC6uhgAc7IhGlGgFb { top:3.6875rem;left:17.0625rem;width:13.5rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BweGtRb2mD4VRdF8QTtSHaSHbc0ZGBNn { top:3.8125rem;left:32.9375rem;width:13.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceq830K4yQay4Ep3uSecSgEcezn77Fxs { top:1.25rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvuc8axnktG3lx5q01qLev6i7eCJH4KG { top:1.25rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK537TiUyCQwAMypAoBfsQNCgbn05HCH { top:1.25rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcLU69h5P4gC6fDWinU5w6aVb7eIoQ6 { top:1.6875rem;left:16.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psDgWVqUMkSdEOeGVpUZmWD38422Lw37 { top:1.8125rem;left:32.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV { display:block; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbS63CBGsiJlbwgPUGrtRsKAxQu9BXOf { top:0.375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN { display:block; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4kWAT5QSvDcUQ3RtZPM0ymS4f9Qyocb { top:1rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvqoNViAppw0vWUlVzqDapXKPdXCfxha { display:block; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf8Ck2VnVueXiq7nXqWGhT4dJTTDLVTm { top:14.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQQC2amzkSO8ZFFcBhnQ6UTMwV7kCRAL { top:1.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7qyeMLJ58R4e5Ebwwm6V305zBxkZ0w { top:7.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZhXiXNmdiRTHsWTSG1tncMgCfTSTAQZ { top:3.1875rem;left:2.5625rem;width:29.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZqfC9PK9ITRu0lHf7t1N13wVedPKPD { top:9.5625rem;left:2.5625rem;width:29.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzzBrDT4uSJZG3ssr0v4qa8Hmy1qhoP { top:16.125rem;left:2.5625rem;width:29.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHD7rGk6vaTRRXEtRMdmtE1T4618irP { top:20.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4oEi9SDnkmBRVuCtG3QeeH8r4aEBEzq { top:22.625rem;left:2.5625rem;width:29.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKlt3X2vFAhRJHGe7OodWqUdEVEw9ah { top:15.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMCxRIi7t0FGwPlsZJ68ea7NoxfvWxV { top:14.875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { display:block; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { top:6.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { top:1.8125rem;left:3.6875rem;width:13.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { width:12.5rem;height:1.875rem;top:1.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block; }
 }@media only screen and (max-width: 763px) { #kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { top:1.625rem;left:0rem;width:6.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9XXenKypkK2E9mP7PZfLcutAGQsKop { top:10.25rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C { display:block; }#z4hAEKZCrFD63Xif3BQ59My6NXZRBb2C > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DunpR2oPdF1iqT4ETfbOKemK3KzpA1r0 { width:12.5rem;height:1.375rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm2tTOVH03I3gQTiWVKvXbkE30w5Fbnd { top:4.3125rem;left:3.75rem;width:12.5rem;height:6.375rem;z-index:15012;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hTazgUnAucAaELq4LJQ58UZVee0ctf0m { display:flex;top:0.6875rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15011;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ { display:none; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { width:20rem;height:2.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { width:12.5rem;height:1.375rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8751yHuaqgK6aTt8AvlQbeh3pDQ9NMv { width:9.375rem;height:1.875rem;top:5rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwT6WQC7LOPR7KJ0Ulz6d4VnT8MMW1fw { display:block; }
 }@media only screen and (max-width: 763px) { #ch0mzf5Q5kFb3K7ZDS5PmpTHsaThlOkC { width:9.375rem;height:1.875rem;top:8.125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #byRI8ne3pin96yLIubZn8osbpqnRL6cF { display:block; }
 }@media only screen and (max-width: 763px) { #GGfdvBi9QJgZIOZWDsyDiOa5Twtm72Rl { width:8.125rem;height:1.875rem;top:11.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGB2SO5V6yGAEhbbEGLtWXFARB7nKwOE { display:block; }
 }@media only screen and (max-width: 763px) { #GeAATGQ033HSHzIdJfk45XHeXLffomtg { display:none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RGosNIZL23FWVm4rz410sXfMtrhvHBqK { width:19rem;height:3.4375rem;top:26.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block; }
 }@media only screen and (max-width: 763px) { #fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { width:16.3125rem;height:4.2246125rem;top:5.9375rem;left:1.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { width:16.3125rem;height:6rem;top:30.9375rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { background-color:#0a6197;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { background-color: transparent; background-image: none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container > .video-iframe-container { display: none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row > .video-iframe-container { display: none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .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); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { border-width: 0; border-radius: 0; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m44oxtZsQeRJ2peJccausRzdkuhVs3Ml { width:17.875rem;height:3.25rem;top:23.375rem;left:1.0625rem;font-size:1.25rem;z-index:15005;color:#ffffff;font-family:lato;text-shadow:0rem 0rem 0.625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #gAS8L8FM2Mnfzc4CVqQqqMDo65zMJBB5 { width:19rem;height:3.4375rem;top:22.8466796875rem;left:0.5rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #vWgzuzWLBapZTE3fsFBfwubRJTLL7yPB { display:block; }
 }@media only screen and (max-width: 763px) { #LmpC8XmITsPrgTl0aWiovmk29lZE99pk { top:0.7841796875rem;left:9.5625rem;width:10.4375rem;height:13.16161875rem;z-index:14999;font-family:oswald;font-size:3.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ImQbTKfVNeWZd2pzC3PbdyG5A16f4dFH { top:0.90960962067613rem;left:-5.1607731839382rem;width:18.0625rem;height:26.375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tPRdTWy9IPcMsAxiOwWbRPMTCDrzL7nT { display:flex;top:1.6875rem;left:15.875rem;width:3.125rem;height:3.125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { display:block; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { display:block; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnMgVDUd53BxWizeLK2ciGh3XNglOTI { display:block; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5pyS2zkFHnm8XG4I3O4LM3PW7qP12xo { width:7.625rem;height:7.6875rem;top:48rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { width:20rem;height:1.625rem;top:56.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFMscJDHPDyse6E7s7xo7Tt1tw8FGVB { width:2.375rem;height:2.375rem;top:65.3789375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { width:16.625rem;height:13.16161875rem;top:58.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UBsS4b9fGGsFSrfpqsD1FTNqVBRu04 { width:20rem;height:1.625rem;top:31.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72w78UGPnNcEATsSTLBvDlAOduMb8Og { width:16.625rem;height:11.69925rem;top:33.625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpOExS62iVfTp81w3t7vWUZHPNv7rOJo { width:2.375rem;height:2.375rem;top:36.996125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hulfW4fcziboLoACvKfa5rT4ouORQTUE { width:7.6875rem;height:7.6875rem;top:23.125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { width:20rem;height:1.625rem;top:10.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhQSII230y6RGwQGu73I9ZhvZQJJPei { width:2.375rem;height:2.375rem;top:13rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { width:7.625rem;height:7.625rem;top:1.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { width:16.625rem;height:8.7744125rem;top:12.375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znASMismLMIRJyyfK9QzHXiQizTqWHSF { display:block; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLSao7OfC5AHyR7bfTw2ZsIBZTanWsXp { width:20rem;height:11.69921875rem;top:7.72314453125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBWEmbdDeWyX7WRB89WMe9Rv9rzh04GX { width:20rem;height:5.84911875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { width:20rem;height:39.3125rem;top:20.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwzLx4iWyC2TuKcll2xoAxZPP418ncsC { width:13.3125rem;height:11rem;top:18.18359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N { display:block; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehOvbcXC1WN1twRF1AtOntpzfGEf6ArV { width:9.375rem;height:0.125rem;top:4.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHorPqwoakA2vliV3TFlX7vBT1TTcSSL { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sv0xahw0XMFZlbuJg2tIGCKyM7czylDG { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnfiPFMKJlfC4gs5Fuc4nZb76bN03aiB { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JV0AdD5J5AvUOkoOQUaFbkGK71n3sF { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT0tAQF8V1l2QONmnkyb6t5dIpn0DcIM { width:19.875rem;height:1.625rem;top:3.1875rem;left:0.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwwCAEgin2BosIp5F1GCeLhSRNGSt7DT { width:19.9375rem;height:1.625rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5BXHasSWnfzDTRC58UtHkdVbkEaLngP { width:19.9375rem;height:1.625rem;top:15.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHxBy1sflv6NODxOkVDx5SDNVSqltmEB { width:19.875rem;height:1.625rem;top:11.5625rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1q1Tuvxfdpc9QT1Wgty4Xv7LxvvZvNw { width:20rem;height:1.625rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFzhgBfUZ2eIRxo1Ow1QgAsOoniGLJS2 { width:11.0625rem;height:1.29980625rem;top:4.8125rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ATFsk8CLraEsfPQoBBMbVvO7px7M0P { width:11.0625rem;height:1.29980625rem;top:21.5625rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfR53T4fJgH1gMtOrM7VQORo5HHDyBcO { width:11.0625rem;height:1.29980625rem;top:17.375rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O058TPkIsqXnIs5rbFuyxgDMRiTuO4Bg { width:11.0625rem;height:1.29980625rem;top:13.1875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyxlKVK6gNxOCavQ6qtzrWRm6QA3fhzd { width:11.0625rem;height:1.29980625rem;top:9rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOybZ2QUiGCoIWKDltbzZzEAi0AOce2 { width:14.375rem;height:23.6875rem;top:1.34375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrL8hzSpqcnLD8DPlSbszzt1bsBehDV8 { display:flex;width:0.625rem;height:0.625rem;top:3.9375rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #E3PE9W57IRfOr72ZladNyLhrCbinW5xp { display:flex;width:0.625rem;height:0.625rem;top:20.625rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #HRt4WkTuaVNnqKqW2BTSKdwIDzpESlfq { display:flex;width:0.625rem;height:0.625rem;top:16.5rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #qUg12byUbPxWLkUTOMd1XmdgIfRgDskA { display:flex;width:0.625rem;height:0.625rem;top:12.3125rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #BT0zplOcIFCaGbnDrTkTMgFqio74QHzx { display:flex;width:0.625rem;height:0.625rem;top:8.0625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dee2b470-ec04-45c5-98d7-79d53a03003c/02.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.adaptive-delivery-prevent-bg, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyload, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyloading { background-image: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { border-width: 0; border-radius: 0; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { background-color:#0a6197;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { background-color: transparent; background-image: none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container > .video-iframe-container { display: none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row > .video-iframe-container { display: none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .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); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { border-width: 0; border-radius: 0; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVBcAKA3wXUo7absmJqAOa3laMw5FLt9 { top:1.61328125rem;left:0.40625rem;width:19.1875rem;height:13.6484375rem;z-index:15000;font-family:oswald;font-size:2.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hGdgz8zunXX5IlvoR3szPP41CGyLXpqI { display:block; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srlZyrDiIM1UoAM7JowCUrryOUEsTqT9 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXw2SiysqFapxt9NeAw6x3q4VsXTozmz { width:20rem;height:7.3120125rem;top:6.7871125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlkEnHkrqWtyzyIt4Dq0pJlrRiNIGkMP { width:20rem;height:5.8496125rem;top:17.8457375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REE75Wab0bzxCMob1C5CV3XEaSFNGxT2 { width:20rem;height:2.92480625rem;top:27.44241875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxsKkSH8nKHkSL3VzCuO3pmKW17aicFE { width:1.25rem;height:1.25rem;top:4.2871125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtT1z9fMdHeGcpPdyTk1fcMaEwVdQToF { width:1.25rem;height:1.25rem;top:15.3457375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv5oNcnnpcmh3amuIkAcZZ7l1TdLNSHG { width:1.25rem;height:1.25rem;top:24.94241875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiU1TLpLeMpaTylhNHnkBq2TOBJeWTPu { width:20rem;height:2.92480625rem;top:41.3134765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1TUvT9lChMcKpBNAhCi8F5tCr4Gc19 { width:1.25rem;height:1.25rem;top:31.61526875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEdTRQSTCGsmPBsNhNhDcsv1TTG4Srp { width:20rem;height:4.38720625rem;top:34.11526875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { display:block; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf1hNtPllrnzNxuRP5IXVivaiRVPgE1c { width:14.5625rem;height:2.11230625rem;top:1.6875rem;left:2.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEvcucKw2K9iCAfhD8O2r493LKnEMqid { width:17.375rem;height:2.92480625rem;top:4.4873046875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn { display:block; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUFBJvksgHCeaonRhQzWMPMM8b2DUqvT { width:13.5rem;height:10.234875rem;top:3.62890625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHM3XKoVHI3iixE0usGlLVmgQfFuXC4f { display:flex;width:1.875rem;height:1.875rem;top:1.62890625rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #sycpJ330acoCIwyeC6uhgAc7IhGlGgFb { width:13.5rem;height:11.3720625rem;top:20.50390625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BweGtRb2mD4VRdF8QTtSHaSHbc0ZGBNn { width:13.5rem;height:9.097625rem;top:37.50390625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceq830K4yQay4Ep3uSecSgEcezn77Fxs { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvuc8axnktG3lx5q01qLev6i7eCJH4KG { width:15.625rem;height:15.625rem;top:18.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK537TiUyCQwAMypAoBfsQNCgbn05HCH { width:15.625rem;height:15.625rem;top:35rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcLU69h5P4gC6fDWinU5w6aVb7eIoQ6 { display:flex;width:1.875rem;height:1.875rem;top:18.50390625rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #psDgWVqUMkSdEOeGVpUZmWD38422Lw37 { display:flex;width:1.875rem;height:1.875rem;top:35.50390625rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV { display:block; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbS63CBGsiJlbwgPUGrtRsKAxQu9BXOf { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN { display:block; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4kWAT5QSvDcUQ3RtZPM0ymS4f9Qyocb { width:18.4375rem;height:8.93554375rem;top:1.375rem;left:0.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvqoNViAppw0vWUlVzqDapXKPdXCfxha { display:block; }#IvqoNViAppw0vWUlVzqDapXKPdXCfxha > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf8Ck2VnVueXiq7nXqWGhT4dJTTDLVTm { width:6.25rem;height:6.25rem;top:25.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQQC2amzkSO8ZFFcBhnQ6UTMwV7kCRAL { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7qyeMLJ58R4e5Ebwwm6V305zBxkZ0w { width:6.25rem;height:6.25rem;top:12.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZhXiXNmdiRTHsWTSG1tncMgCfTSTAQZ { width:13.5625rem;height:3.57421875rem;top:8.125rem;left:3.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZqfC9PK9ITRu0lHf7t1N13wVedPKPD { width:16.875rem;height:3.57421875rem;top:19.9375rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPzzBrDT4uSJZG3ssr0v4qa8Hmy1qhoP { width:20rem;height:3.57421875rem;top:32.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDHD7rGk6vaTRRXEtRMdmtE1T4618irP { width:6.25rem;height:6.25rem;top:37.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4oEi9SDnkmBRVuCtG3QeeH8r4aEBEzq { width:20rem;height:3.57421875rem;top:44.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBKlt3X2vFAhRJHGe7OodWqUdEVEw9ah { display:flex;width:3.125rem;height:3.125rem;top:26.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TAMCxRIi7t0FGwPlsZJ68ea7NoxfvWxV { width:4.25rem;height:4.25rem;top:26.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { display:block; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { width:20rem;height:4.87305rem;top:1.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { width:13.375rem;height:2.0625rem;top:7.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { width:12.5rem;height:1.875rem;top:14.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block; }
 }@media only screen and (max-width: 763px) { #kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { width:6.125rem;height:2.0625rem;top:11rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9XXenKypkK2E9mP7PZfLcutAGQsKop { width:18.8125rem;height:2.2744125rem;top:17.5625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }