.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:226,238,252;--color-primary-1:158,197,244;--color-primary-2:61,139,232;--color-primary-3:31,70,116;--color-primary-4:9,21,35;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:193,191,191;--color-tertiary-2:151,148,149;--color-tertiary-3:125,121,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Proxima Nova";--paragraphs-font-family:"Proxima Nova"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/bdWewd7a/Gurudev_4_.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC.adaptive-delivery-prevent-bg, #Mbk2munGcCddwThSRg9IE2PhXwg8IZzC.lazyload, #Mbk2munGcCddwThSRg9IE2PhXwg8IZzC.lazyloading { background-image: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container { background-color: transparent; background-image: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container > .video-iframe-container { display: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row > .video-iframe-container { display: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .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); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container { border-width: 0; border-radius: 0; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container { font-size:0.875rem;font-family:"open sans";height:29.375rem;width:75rem;overflow:visible;position:relative;display:block; }#X2trF90ETPkCmm9XBg9GFHbbKFHZa3vJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.375rem;top:4.5625rem;left:7.5rem;overflow:hidden;display:none; }
#fmPxOwZXrcPbMl7SkPnXUrVD11u88KND { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:45rem;left:7.5rem;display:none; }
#n0x54Ak6S54BCIZumXEd6dfzXhI4yS4F { 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; }
#syNiPX9C7ugkmTm1nDPvhAn7SbhAf0GC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.75rem;position:absolute;font-family:"dm serif display";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:20.6875rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#go7A58BlihO3bEVXPylBx0IEhSNu3MbR { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.625rem;left:0.625rem;display:none; }
#sTHmEn3HoZ0f7Og5MuxUBqp146Vzsr3c { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:20.25rem;left:0rem;display:none; }
#y2FuNJH3cEcyga7pxVSKzdL5XztK4qMs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:11.25rem;width:22.4375rem;display:none; }
#PyHKJm8T3usuJTsdBnWA760Sc0M185tB { position:relative;display:block; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB { background-color: transparent; background-image: none; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .row .container > .video-iframe-container { display: none; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .row > .video-iframe-container { display: none; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .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); }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB { border-width: 0; border-radius: 0; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .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; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .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:65.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yUikaK8zdKrqTLKgoN1mlRr3ULyapTPA { color:#334b68;display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.1875rem;left:4.9375rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWslS2H6EwdICxL2zDkgyk1n1pAksnUm { color:rgba(var(--color-primary-2),1);display:block;width:52.3125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:25.8125rem;left:13.1875rem;height:1.64930625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#azaBzXIaLFMWUR9RqCZphDVR8Pqvu0cC { color:#41485a;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:28.4375rem;left:20.5625rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6iauU1nqrfEHsDJnHiCOXV7smqgaEE7 { position:absolute;display:block;z-index:15022;height:2.875rem;width:13.375rem;top:30.875rem;left:31rem;display:block; }
#Uc60lIAdalXNUgcBnHqGtXciwq0LNPKX { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:36.25rem;top:25rem;left:21.4375rem;display:block; }
#FXl7zAhAwazKyO0MLigfsZWdcGRJoUpJ { position:absolute;display:block;z-index:15023;height:21.7496875rem;width:38.75rem;top:37.374677658081rem;left:18.125rem;display:block; }
#tNTMOfsO5ypnxGn2LItTlF5WRnU1xU1q { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;width:22.5rem;top:2.667103767395rem;left:26.25rem;overflow:hidden;display:block; }
#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC { position:relative;display:block; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC { background-color: transparent; background-image: none; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .row .container > .video-iframe-container { display: none; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .row > .video-iframe-container { display: none; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .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); }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC { border-width: 0; border-radius: 0; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .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; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .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:34.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KB7VqKN0A7lRyPnEklKBtfwn1K84QWWx { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0rem 5rem rgba(171,171,171,0.32) ;height:20rem;width:21.25rem;top:8.3125rem;left:26.875rem;display:block; }
#KUI9CpriqPwvqw1gB06HfqF68hlaPnyH { z-index:15024;top:22.1875rem;left:30.5625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3e64ff;border-left:0.0625rem solid #3e64ff;border-right:0.0625rem solid #3e64ff;border-bottom:0.0625rem solid #3e64ff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#3e64ff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d9GxXsPfytx2X1TgKCfo7zTza2MWZZXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BONHxOuJcwXa0X4ehRyZZ4JDpqpow8E9 { color:#334b68;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMFK68CyxrDFL0ULOeBgT59LugXFMQ61 { color:#334b68;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:11.0625rem;left:29rem;height:4.12435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mkmvQ7QPCKKD6DwOlzvZTCDJyMhA5oeD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.625rem;left:35.5rem; }
#kI86G48r92WDGPB4I7mzlLApBuMHQLJz { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:43.75rem;top:6.375rem;left:15.625rem;display:block; }
#dcb21qxkBf6NppWUiyxxBiTD3cRS1lDW { color:#334b68;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.061849713326rem;left:0rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/b0Zhd5fM/oficinaaa_1_.png");background-position:top 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; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z.adaptive-delivery-prevent-bg, #UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z.lazyload, #UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z.lazyloading { background-image: none; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row .container { background-color: transparent; background-image: none; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row .container > .video-iframe-container { display: none; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row > .video-iframe-container { display: none; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .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); }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row .container { border-width: 0; border-radius: 0; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#yMDKBRHFn6e24T8XyZUpPnFaQKsCGn0D { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:15.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPRtkkxGJFbWbLG3CkxPaFttTWAvcOJs { 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:4.375rem;width:4.5rem;top:6.3125rem;left:17.875rem;overflow:hidden;display:block; }
#Fcm2DTd14T3LmWXTOucgSeRrGpBLfpZm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.1875rem;left:16.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJTSqrrZTQhSUHDxKlv1hTArrTKN47tA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:11.9375rem;width:14.25rem;top:1.375rem;left:12.9375rem;display:block; }
#AgCDzVTwAheXWCHebTeTda5Im2UXW6pr { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.75rem;top:6.625rem;left:32.9375rem;overflow:hidden;display:block; }
#xlhNIJ0PbR7dDP9xmMlrX3ANK5gdIrfR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.8125rem;left:34.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRxaRqBWiQBOkKLWsnyODxDAPAwKk1hq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:11.9375rem;width:14.1875rem;top:1.375rem;left:31.6875rem;display:block; }
#f9ykIIzchFk8xZ0dszTqXnqMtZu3KVHd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.125rem;top:6.5rem;left:52.5rem;overflow:hidden;display:block; }
#Bft7w1TTQopXMgX1XInUmEvk5tCMgud3 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:11.9375rem;width:14.25rem;top:1.375rem;left:50.5rem;display:block; }
#pxaVwFDxsgH09aIFnfJHz06abfI2t52E { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.8125rem;left:53.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/b0Zhd5fM/oficinaaa_1_.png");background-position:top 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; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE.adaptive-delivery-prevent-bg, #t2KIi0pZEpMwib68dFeRHFScuTr1OWFE.lazyload, #t2KIi0pZEpMwib68dFeRHFScuTr1OWFE.lazyloading { background-image: none; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row .container { background-color: transparent; background-image: none; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row .container > .video-iframe-container { display: none; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row > .video-iframe-container { display: none; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .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); }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row .container { border-width: 0; border-radius: 0; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#vXUours8JzfUoHwnvLDQewKzMDMFyymf { color:#334b68;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8244361877441rem;left:0rem;height:5.03689375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 { 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; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row .container { background-color: transparent; background-image: none; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row .container > .video-iframe-container { display: none; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row > .video-iframe-container { display: none; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .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); }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row .container { border-width: 0; border-radius: 0; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#BcP9fW2NfeenIohGKVZSyzPo7x9lkae4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:"gotham narrow";font-size:2.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9249267578125rem;left:7.75rem;height:3.33061875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xb8PT40HuDqzbdNhOhkG5hAyulDKTfXT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:3.9375rem;width:3.875rem;top:1.5169372558594rem;left:10.5rem;display:block; }
#NTcltVzZ9SWvbQptgpKEAytBbmXSq1FT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.809692382812rem;left:3.5rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acuiQOPug8v3iqOtEER9qTdo2BUv0irP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.935989379882rem;left:5.375rem;height:4.6305375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJmi1xBh5cApksemfX9S5XUHSITuKxld { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.25rem;top:23.373489379882rem;left:3.3125rem;display:block; }
#voxiUcwNXnM33zT8vURilVNkeoe4oSKv { position:absolute;display:block;z-index:15015;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:6.875rem;width:17.5rem;top:8.2465286254881rem;left:3.75rem;overflow:hidden;display:block; }
#f6zX9KwuPxhE7AJslWtf46PMZcUJ3DHx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.685549736023rem;left:30.375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdNuQT8MpJucQOlPFA24zXHFxGdxteD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.810547828674rem;left:30.375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#btpbT9XKdMvVZNaZKfHNDsAE3qxZiHEo { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.25rem;top:23.374350547791rem;left:28.4375rem;display:block; }
#aAAdH1X5wvhMUi0viULQfAh0hPw9qEAO { position:absolute;display:block;z-index:15021;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:10.625rem;width:11rem;top:7.1831598281863rem;left:31.9375rem;overflow:hidden;display:block; }
#hkurcT4cHA0vBDkTL8QQ9FeW60neq9nV { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:3.9375rem;width:3.875rem;top:1.4995727539062rem;left:35.625rem;display:block; }
#OiIdbGFzHMrbFnCSb4hitwbt7t48zsTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:"gotham narrow";font-size:2.5625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.9368591308594rem;left:32.875rem;height:3.33061875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAqTrWTJBQ4OCWAtcOtMbiWVLbqqqbPp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:24.936850547791rem;left:54.25rem;height:4.6305375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Srd1OZkuTvkKTkmOuV8xl0kdCtvlUs2I { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18.809679031372rem;left:53.1875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfXIU859D2zpCX2kUhGtkhOrtko3iuGH { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.25rem;top:23.374350547791rem;left:53.25rem;display:block; }
#aAdQ0cDoMgxG7blJifpiRa8tNas5e93Q { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:3.9375rem;width:3.875rem;top:1.5rem;left:60.9375rem;display:block; }
#ctfBzG6XuOeTT1yzw4QUquo3UV9cLHwu { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:"gotham narrow";font-size:2.5625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.9375rem;left:58.1875rem;height:3.33061875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuZAnU83c7x9EUqxeTmGTCHWgVHNJ88G { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:"gotham narrow";font-size:5.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:23.342883110046rem;left:64.5rem;height:7.71875rem;display:block; }
#aiaO1U1im1zwBqGdNLVHVJNEbJATKQFL { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:25.655165672302rem;left:67.0625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WHcUTL3RiqVz5Bv1aZUOEZVZIMm1iWkc { position:absolute;display:block;z-index:15009;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:9.8125rem;width:15.625rem;top:8.2465281486512rem;left:54.6875rem;overflow:hidden;display:block; }
#JTcum1bVc5aFM3JEP4z1zuTDCBNUzNPR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1875rem;width:19.4375rem;top:0.25rem;left:2.5625rem;display:block; }
#SdGUR1FWI52fvnWVK59WTdVA3ITT79em { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.12543375rem;width:19.37543375rem;top:0.25rem;left:27.5625rem;display:block; }
#HsPQVP6TwzkIAz33rxv82y9IpvEBbnqK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.18793375rem;width:19.37543375rem;top:0.1875rem;left:52.625rem;display:block; }
#K5fKoJg0lwp5tq3ym8GPsXT66Kdd4QI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:6.4963111877444rem;left:53.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5fe54f8-dc1b-47dc-a0b3-68d62f5badb1/DSC_2475.jpg");background-position:top 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; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X.adaptive-delivery-prevent-bg, #u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X.lazyload, #u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X.lazyloading { background-image: none; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row .container { background-color: transparent; background-image: none; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.75); }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row .container > .video-iframe-container { display: none; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.75); }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row > .video-iframe-container { display: none; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .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); }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row .container { border-width: 0; border-radius: 0; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#skox02yTNUz1o3kuXTcQiTlDzpABZDtb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:38.125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BuTu6TapucvRERTqqIc0Trq2HENhLtTz { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.125rem;left:38.125rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#riofxfVV0Ba18y6ZaRrHE36QnIDwkwdu { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:90rem;width:67.5rem;top:37.499996185302rem;left:5.9375rem;overflow:hidden;display:block; }
#bsQLzOzuPqkvucyRwBocAaTQ890wciCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,220,178,0.26);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; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container { background-color: transparent; background-image: none; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container > .video-iframe-container { display: none; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row > .video-iframe-container { display: none; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .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); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container { border-width: 0; border-radius: 0; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#JdrvoEB2Ia2wreKOEGIaNmgRxDAaOTvu { color:#31374d;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:19.9375rem;left:11.9375rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#ZoroO6ypDAqSqZ9tSw3h4J6DkzPsdLsK { color:#3e64ff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:19.625rem;height:1.62489375rem;text-align:right;text-align-last:right;display:block; }
#gKpxD9yAsTDZOXVIbNfx3aTZsEPA0LFO { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15056;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:19.625rem;left:35.75rem;border-top:0.1875rem solid #3e64ff;border-left:0.1875rem solid #3e64ff;border-right:0.1875rem solid #3e64ff;border-bottom:0.1875rem solid #3e64ff;display:block; }
#PSv2JDIpTWpBPfkkeL8QZp43JDoVluos { background-color:transparent;background-image:none;border-top:0.125rem solid #31374d;border-left:0.125rem solid #31374d;border-right:0.125rem solid #31374d;border-bottom:0.125rem solid #31374d;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:#31374d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:68.875rem;left:40.375rem;display:none; }
#IB3kensgJmAGGkWCs0HtLaJRX9FLEi06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5krHnJhn9Fb0n85UNN7XA6vaBkpS2Cr { color:#31374d;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15038;line-height:1.1;letter-spacing:0;top:28rem;left:12rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#gkTVBNN4bnbLzTDLpid5BB5w4Icv7nvn { color:#3e64ff;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:30.0625rem;left:17.3125rem;height:1.62489375rem;text-align:right;text-align-last:right;display:block; }
#FoWaapI3uebzr1TZTMG7fbDN8VdOug7f { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15060;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28rem;left:35.75rem;border-top:0.1875rem solid #3e64ff;border-left:0.1875rem solid #3e64ff;border-right:0.1875rem solid #3e64ff;border-bottom:0.1875rem solid #3e64ff;display:block; }
#xl4rBQCRh9kWMzXcoMEhmR60maECUOnC { color:#31374d;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:36.625rem;left:12rem;height:2.0625rem;text-align:right;text-align-last:right;display:block; }
#n9kg1vtPoihtG4tm53yJOzxsIGJiELmU { color:#3e64ff;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:38.6875rem;left:19.8125rem;height:1.62489375rem;text-align:right;text-align-last:right;display:block; }
#H25R6V2dEzPzRZlTTNvKZuRT3kpO4KFJ { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15061;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:36.5625rem;left:35.75rem;border-top:0.1875rem solid #3e64ff;border-left:0.1875rem solid #3e64ff;border-right:0.1875rem solid #3e64ff;border-bottom:0.1875rem solid #3e64ff;display:block; }
#Wh8poT6UJ9pH0CuApBzvdTpqAJsrNguW { color:#31374d;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:19.937057495118rem;left:39.6875rem;height:4.12435rem;text-align:left;text-align-last:left;display:block; }
#pmBrnzsrnilXAiFaoMIQrMadpypDzAi1 { color:#31374d;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.1;letter-spacing:0;top:28rem;left:39.6875rem;height:4.12435rem;text-align:left;text-align-last:left;display:block; }
#oCfXdTXF9lpTZ2L7niPBcd9VHrc7lRBB { color:#31374d;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.1;letter-spacing:0;top:36.9375rem;left:39.6875rem;height:2.74956875rem;text-align:left;text-align-last:left;display:block; }
#Pz1QigocJ3dB2e94MNL91RA0WUiQIlGc { color:#334b68;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4371094703674rem;left:-1.5625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROWlc3Wm5AWeAVom5J7U0bILfpMayzDb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:90rem;width:67.5rem;display:none; }
#r6bvA2TTUpByTPy18JDzMdrRUqcasoiz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10.6875rem;left:7.4375rem;display:none; }
#lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 { 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; }#lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 > .row .container { border-width: 0; border-radius: 0; }#lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#UNTc3CiN1bpO9awtWCPXWCdJ48Pptgzg { color:#334b68;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:8.8125rem;left:6.8125rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aLJn7SpLxLmGXc0WT8zPuqTa9uSEZM3y { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.8125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eF74uFXBgWiEFnSoDNwd97CTrLSZTnFw { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:6.5rem;left:54rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VquFrVv04wDyc0wLw8xcPsnebFyHPs6o { color:#334b68;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14996;line-height:1.4;letter-spacing:0;top:9.125rem;left:54rem;height:11.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iUzIzXrFUPBfbTCRrc2kCbmtSNJSxRPG { position:absolute;display:block;z-index:14999;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:24.5rem;width:25rem;top:2.5rem;left:25rem;overflow:hidden;display:block; }
#Fu1FftB5PvZURFhQPQunz7eU3WP4kOz2 { 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:12.3125rem;width:9.375rem;top:12.375rem;left:13.6875rem;overflow:hidden;display:block; }
#KRsykd4TcOLHtldVvZmx5l2zgrueAAXz { position:absolute;display:block;z-index:14995;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:12.3125rem;width:9.3125rem;top:4.8125rem;left:59.25rem;overflow:hidden;display:block; }
#L6mcKKVuRcJErQr4nyb4amCvO5HrX4uZ { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:14994;text-align:center;text-align-last:center;top:29.625rem;left:25.90625rem;display:block; }
#c0QTELSi0EO8x9obWvHusrXRThQZmOCt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f2e8;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; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container { background-color: transparent; background-image: none; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container > .video-iframe-container { display: none; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row > .video-iframe-container { display: none; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .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); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container { border-width: 0; border-radius: 0; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#cSkrAM8UJhcDKfVqlp1acCv0Nu1XLJBP { color:#334b68;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4Aw3fr7b7hSd4UBANyOJgTVzc5zNfXZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:15.8125rem;width:17.6875rem;top:12.6875rem;left:0.75rem;display:block; }
#HgxXU6ifJIn0iiET1zrnzafkEVsiZOzo { color:rgba(var(--color-primary-2),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:7.1875rem;left:7.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gzdyfewDxd1HBqi0P0o1y7vb2GfKryH0 { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:13.5625rem;left:2.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTdaA5KkPxcnnMpNzvkmESTzfaubb7mJ { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:13.875rem;left:30.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A99dotzt7vAaCCxQx2xa0AXnTvzUblaf { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:13.875rem;left:58.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oI8F9qJtNqKyOlm8FUEIX5re3vRsOesu { color:#6d6d6d;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:15.44921875rem;left:2.875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BkaJV2SAhwpXoGROgop73peKm78nqRNl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.625rem;top:20.6875rem;left:4.5625rem;overflow:hidden;display:block; }
#vNLPobZgC7cTyKyoMVG2QNQ8snFxgot1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.19921875rem;left:8.34375rem; }
#vNLPobZgC7cTyKyoMVG2QNQ8snFxgot1 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#QbRzixfr6bSpIXaTFltoIsmHaTtQnASg { position:absolute;display:block;z-index:15019;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.8125rem;width:15.9375rem;top:21.6875rem;left:29.5rem;overflow:hidden;display:block; }
#mwR4kprdk3tAOc6B3rBf8OD8UHIJQ1HK { color:#6d6d6d;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:15.5rem;left:30.75rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J2ESfpGAmhO73AQql9gnVndSz4kX8HM2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:18.25rem;left:36.5rem; }
#J2ESfpGAmhO73AQql9gnVndSz4kX8HM2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#rdQ5n7NPT6kowcw8T1J96Wf2x0bonydH { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:15.8125rem;width:17.6875rem;top:12.6875rem;left:28.8125rem;display:block; }
#uP0KOntxhZoI6FzHw2KVZ51hTushSkRO { color:#6d6d6d;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:15.5rem;left:58.6875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gfnLKJAgw7ABy6xBgXczR3vrHf5hbvnk { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:15.8125rem;width:17.6875rem;top:12.6875rem;left:56.9375rem;display:block; }
#uLNpCRsTUqHfp1R0hLtIKJvKq8qpDDOR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.125rem;left:64.4375rem; }
#uLNpCRsTUqHfp1R0hLtIKJvKq8qpDDOR > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#dFqI7v76PmVz0WPDJzqTvrGwsX4amz8b { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:13.3125rem;top:20.6875rem;left:59.09375rem;overflow:hidden;display:block; }
#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f2e8;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; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row .container { background-color: transparent; background-image: none; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row .container > .video-iframe-container { display: none; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row > .video-iframe-container { display: none; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .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); }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row .container { border-width: 0; border-radius: 0; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#xb87FVXUmQmw0s2Td6fBgP8905ubtUAC { color:#334b68;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4n751PTcUr2qlfhtLXQRWpRbT8UAQh9 { color:rgba(var(--color-tertiary-0),0.75);display:block;width:14.43725rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:41.75rem;left:57.9375rem;height:6.7513125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uMfTtmU8Z0f0w1iBtiTMKwn3GZv6AKzE { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:22.625rem;width:37.5rem;top:31.125rem;left:37.5rem;display:block; }
#q3NiglqkC5xPLh5F9zRh4LV1bPCo0J3L { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:36.25rem;left:57.9375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqMpfyUQQug81wIK5qeUOdOq8ihuPeqp { position:absolute;display:block;z-index:14998;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:13.875rem;width:14.6875rem;top:35.5rem;left:41.1875rem;overflow:hidden;display:block; }
#p2zBAmftR54Pa5RavSDLP2kZv7rnLv4P { color:#334b68;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:41rem;left:19.5rem;height:5.063475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DH5ZwGzdBTZViuMnDcciFUWvMiICVqxI { 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:14.3125rem;width:15.625rem;top:32.875rem;left:2.0625rem;overflow:hidden;display:block; }
#yhqm0yzV77Ilq5SfOTsdC7H6yCBy7v6K { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:34.625rem;left:19.5rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#skXdPGqRira39QJ4e5BekqcpON3AByfE { color:#334b68;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:20.0625rem;left:56.375rem;height:5.063475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kVl3FaR6hoEMcCmQk2oG8cUG9Nd6cQlU { position:absolute;display:block;z-index:14999;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:14.9375rem;width:13.6875rem;top:13.0625rem;left:40rem;overflow:hidden;display:block; }
#cU45lEudVl8GcVIqT9cw8W1pADO9DWBu { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:16rem;left:56.375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DuaIWZ3y85g53LTr4zN4lPFnoZIRQNNV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:22.625rem;width:37.5rem;top:9.25rem;left:0rem;display:block; }
#iamJ2qpaRMXT66lQZP964bRRnNUUmpEV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:13.25rem;left:3.125rem;overflow:hidden;display:block; }
#xlT9il4nwpR0xgMTEn25HgQsbwzX2v01 { color:rgba(var(--color-tertiary-0),0.75);display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.0625rem;left:19.6875rem;height:3.37565rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W01hoChehcBDMyDi53PO27aGK45Cb3i7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:13.0625rem;left:19.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h5VqetTRtbxaBN8RhFNBWVwTWS0ht29P { color:#0069c7;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1640625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB { 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; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row .container { background-color: transparent; background-image: none; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row .container > .video-iframe-container { display: none; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row > .video-iframe-container { display: none; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .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); }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row .container { border-width: 0; border-radius: 0; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#xCOXlXrq0CIDJ9Ql7vQyXTcpmH4G0ubV { color:#334b68;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.90625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q5WBNikuGSHgunMP8JabP4PWvqtAmttA { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.90625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cex82VVJVFtOrKtpVs7wyshxG6HFux89 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:23.5rem;width:18.75rem;top:16.4375rem;left:6.9375rem;display:block; }
#kqIQLMfXOIe94nAvZInsEXqvHx0hqOSJ { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:29.49951171875rem;left:8.5rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJsNX2CH0wfR4TnkbSNrnLv4T7gUSfgv { position:absolute;display:block;z-index:15001;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/dacbdc00-a1d5-4692-ac6c-40c638dffa96/ScreenShot20221206at25052PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.625rem;width:16.25rem;top:17.8125rem;left:8.1875rem;display:block; }#cJsNX2CH0wfR4TnkbSNrnLv4T7gUSfgv.adaptive-delivery-prevent-bg, #cJsNX2CH0wfR4TnkbSNrnLv4T7gUSfgv.lazyload, #cJsNX2CH0wfR4TnkbSNrnLv4T7gUSfgv.lazyloading { background-image: none; }
#waavbuRqTnZRHJk4ynA6Nm10TuvH9I7h { position:absolute;display:block;z-index:14999;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.375rem;width:8.75rem;top:35.375rem;left:11.9375rem;overflow:hidden;display:block; }
#ZH1B4zSzKeV7x6PZfsKeFyIbxS10OzTS { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:23.5rem;width:18.75rem;top:16.4375rem;left:28.125rem;display:block; }
#L6cKQw2KWM6HI7JtVAgaWX5TGb8MS39h { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:29.4990234375rem;left:29.6875rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFxGk8FZQoXWfvW0feRQWLeT2Aok4Hof { position:absolute;display:block;z-index:14995;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:3rem;width:7.0625rem;top:35.0625rem;left:33.96875rem;overflow:hidden;display:block; }
#lwMieUcHPPzhDK4CLatLuZRnTZLsXQ4o { position:absolute;display:block;z-index:14997;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/c30bb5ce-df5c-486f-9716-af337ac53b4b/ScreenShot20221206at25046PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.625rem;width:16.25rem;top:17.8125rem;left:29.375rem;display:block; }#lwMieUcHPPzhDK4CLatLuZRnTZLsXQ4o.adaptive-delivery-prevent-bg, #lwMieUcHPPzhDK4CLatLuZRnTZLsXQ4o.lazyload, #lwMieUcHPPzhDK4CLatLuZRnTZLsXQ4o.lazyloading { background-image: none; }
#T9R13P9o8mSLKHHdRQTCmOKoZvXU502o { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:23.5rem;width:18.75rem;top:16.4375rem;left:49.375rem;display:block; }
#sZtSnXWJ203eEAV0wXTbI1bAdgQRFaen { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14992;line-height:1.2;letter-spacing:0;top:29.49951171875rem;left:50.9375rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nD6g9ByvdmR7pt7wBx9mrlWmuN3WbzrS { position:absolute;display:block;z-index:14993;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:36.25rem;left:52.5rem;overflow:hidden;display:block; }
#Tf2S6d7OsILNUiVEvw9VakQ0nb0RKxcu { position:absolute;display:block;z-index:14991;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/3bf72cd3-26c2-453e-9535-e28c04f39534/ScreenShot20221206at30956PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.625rem;width:16.25rem;top:17.8125rem;left:50.625rem;display:block; }#Tf2S6d7OsILNUiVEvw9VakQ0nb0RKxcu.adaptive-delivery-prevent-bg, #Tf2S6d7OsILNUiVEvw9VakQ0nb0RKxcu.lazyload, #Tf2S6d7OsILNUiVEvw9VakQ0nb0RKxcu.lazyloading { background-image: none; }
#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN { position:relative;display:block; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN { background-color: transparent; background-image: none; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .row .container > .video-iframe-container { display: none; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .row > .video-iframe-container { display: none; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .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); }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN { border-width: 0; border-radius: 0; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .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; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xvUo8o5A8km4ULmd9cu5cHKpVTlSDaTK { color:#383838;display:block;width:49.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.875rem;left:12.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaeTUriovKNBwMvRz5T0arZMCkFbLkaa { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.8125rem;left:11.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOATRfQtMaZt6NRDr4VxfFZK7PHNdmLx { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.25rem;left:11.875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdUn74Gc6JfSLq0fQEHJ4hxVrkIXohaS { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.8125rem;left:24.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWCJTns2I4wcNZpwckgFwgkfkWwueTSe { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.25rem;left:24.375rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TopyMci7lKTD763epwmDaL5V1fRXapB5 { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.8125rem;left:35.625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tlc3Km5vHXHmO3P4Mrb6deSROmf23Kk2 { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:12.25rem;left:35.625rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUPczcr5KmszBzoMPBQWiwTDr3HSibsP { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.8125rem;left:48.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKS0HvDy6Tld3bEMWp1FWIXRoZmOmEcb { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.25rem;left:48.125rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXCVR9RrCeS3Jav0qaXrt9sPmVelcXyU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.625rem;top:6.8125rem;left:17.5625rem;overflow:hidden;display:block; }
#PHts5bc3HGccC0JBx0MZLD9PHvtpenNJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.875rem;left:30.3125rem;overflow:hidden;display:block; }
#hyKfQxHmF4936fVhTXo32Qh43vUpfSxD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.875rem;left:41.5625rem;overflow:hidden;display:block; }
#fHGfRvOaRSomgUhrhU9fB1ptL5BQyN1n { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:6.625rem;left:53.875rem;overflow:hidden;display:block; }
#pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB { position:relative;display:none; }#pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB { border-width: 0; border-radius: 0; }#pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB > .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; }#pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z2M4XJBuF2IFWzQxymzETM5mcbxf5fe7 { color:#383838;display:block;width:49.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.875rem;left:12.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usqP2ATF7tzZmVzu8K8TsgMIhk6oumoI { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.8125rem;left:11.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FiKPVTJT2QT5TzaiKVtRboWZeCUT6TuH { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.25rem;left:11.875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHlu3deZMEMM3NfAt4DWDxD1tzsFTFhD { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.8125rem;left:24.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtixXXDe3xz665xzoKfpIt8HrJxmTZ6X { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.25rem;left:24.375rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTdtF8MizKVknBZMokuHNCt8Ni97i5k0 { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.8125rem;left:35.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMVVtogMZanfq4Vcf1HdLvKCLL2fDDTX { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:12.25rem;left:35.625rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTGUkg8nsGm6bIXwUC36JthMEVGiVPbl { color:#383838;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.8125rem;left:48.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktX1D1ucGQaTw0t78U4PxLESy5K41XdT { color:#383838;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.25rem;left:48.125rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXGPOU3wqSRFg84f8rVcVcqml3H3mbuR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.625rem;top:6.8125rem;left:17.5625rem;overflow:hidden;display:block; }
#DevCnk3V9cfh02gh9hRSSZSgLmGX4DNZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.875rem;left:30.3125rem;overflow:hidden;display:block; }
#BCyPcF1TThW9ouQBZFKM8ZqXdkpBqfTI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.875rem;left:41.5625rem;overflow:hidden;display:block; }
#fGau5xz33bdUGRUdgCyHFSMELTaSFDtw { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:6.625rem;left:53.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mbk2munGcCddwThSRg9IE2PhXwg8IZzC { display:block; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2trF90ETPkCmm9XBg9GFHbbKFHZa3vJ { width:8rem;height:3.2558139534884rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmPxOwZXrcPbMl7SkPnXUrVD11u88KND { width:2.3125rem;height:2.3125rem;top:45rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0x54Ak6S54BCIZumXEd6dfzXhI4yS4F { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #syNiPX9C7ugkmTm1nDPvhAn7SbhAf0GC { width:37.75rem;height:2.5rem;top:20.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #go7A58BlihO3bEVXPylBx0IEhSNu3MbR { width:12rem;height:;top:0.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTHmEn3HoZ0f7Og5MuxUBqp146Vzsr3c { width:9.5625rem;height:;top:20.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2FuNJH3cEcyga7pxVSKzdL5XztK4qMs { width:22.4375rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyHKJm8T3usuJTsdBnWA760Sc0M185tB { display:block; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUikaK8zdKrqTLKgoN1mlRr3ULyapTPA { width:47.75rem;height:4.8125rem;top:20.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWslS2H6EwdICxL2zDkgyk1n1pAksnUm { width:47.75rem;height:1.625rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azaBzXIaLFMWUR9RqCZphDVR8Pqvu0cC { width:34.125rem;height:1.375rem;top:28.4375rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6iauU1nqrfEHsDJnHiCOXV7smqgaEE7 { width:13.3125rem;height:2.8125rem;top:30.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc60lIAdalXNUgcBnHqGtXciwq0LNPKX { width:36.25rem;height:0;top:25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXl7zAhAwazKyO0MLigfsZWdcGRJoUpJ { width:38.75rem;height:21.6875rem;top:37.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTMOfsO5ypnxGn2LItTlF5WRnU1xU1q { width:22.5rem;height:14.0625rem;top:2.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC { display:block; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KB7VqKN0A7lRyPnEklKBtfwn1K84QWWx { width:21.25rem;height:20rem;top:8.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUI9CpriqPwvqw1gB06HfqF68hlaPnyH { top:22.1875rem;left:16.875rem;width:13.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9GxXsPfytx2X1TgKCfo7zTza2MWZZXG { display:block; }
 }@media only screen and (max-width: 763px) { #BONHxOuJcwXa0X4ehRyZZ4JDpqpow8E9 { width:47.75rem;height:3.25rem;top:1.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFK68CyxrDFL0ULOeBgT59LugXFMQ61 { width:18.125rem;height:4.0625rem;top:11.0625rem;left:13.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkmvQ7QPCKKD6DwOlzvZTCDJyMhA5oeD { width:4.25rem;height:4.25rem;top:16.625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI86G48r92WDGPB4I7mzlLApBuMHQLJz { width:43.75rem;height:0.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcb21qxkBf6NppWUiyxxBiTD3cRS1lDW { width:47.75rem;height:3.1875rem;top:30rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z { display:block; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMDKBRHFn6e24T8XyZUpPnFaQKsCGn0D { width:9.375rem;height:2.6rem;top:2.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPRtkkxGJFbWbLG3CkxPaFttTWAvcOJs { width:4.5rem;height:4.375rem;top:6.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcm2DTd14T3LmWXTOucgSeRrGpBLfpZm { width:6.875rem;height:1.3rem;top:11.1875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTSqrrZTQhSUHDxKlv1hTArrTKN47tA { width:14.25rem;height:11.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgCDzVTwAheXWCHebTeTda5Im2UXW6pr { width:11.75rem;height:3.75rem;top:6.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlhNIJ0PbR7dDP9xmMlrX3ANK5gdIrfR { width:9.375rem;height:2.6rem;top:2.8125rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRxaRqBWiQBOkKLWsnyODxDAPAwKk1hq { width:14.1875rem;height:11.9375rem;top:1.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ykIIzchFk8xZ0dszTqXnqMtZu3KVHd { width:10.125rem;height:3.875rem;top:6.5rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bft7w1TTQopXMgX1XInUmEvk5tCMgud3 { width:14.25rem;height:11.9375rem;top:1.375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxaVwFDxsgH09aIFnfJHz06abfI2t52E { width:9.375rem;height:1.3rem;top:2.8125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2KIi0pZEpMwib68dFeRHFScuTr1OWFE { display:block; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXUours8JzfUoHwnvLDQewKzMDMFyymf { width:47.75rem;height:5rem;top:2.8125rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 { display:block; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcP9fW2NfeenIohGKVZSyzPo7x9lkae4 { width:9.375rem;height:1.3rem;top:1.875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb8PT40HuDqzbdNhOhkG5hAyulDKTfXT { width:3.875rem;height:3.9375rem;top:1.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcltVzZ9SWvbQptgpKEAytBbmXSq1FT { width:17.75rem;height:2.6rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acuiQOPug8v3iqOtEER9qTdo2BUv0irP { width:14.25rem;height:3.9rem;top:24.875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmi1xBh5cApksemfX9S5XUHSITuKxld { width:18.25rem;height:0.0625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voxiUcwNXnM33zT8vURilVNkeoe4oSKv { width:17.5rem;height:6.875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6zX9KwuPxhE7AJslWtf46PMZcUJ3DHx { width:14.25rem;height:2.6rem;top:25.625rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdNuQT8MpJucQOlPFA24zXHFxGdxteD3 { width:14.25rem;height:2.6rem;top:18.75rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btpbT9XKdMvVZNaZKfHNDsAE3qxZiHEo { width:18.1875rem;height:0.0625rem;top:23.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAAdH1X5wvhMUi0viULQfAh0hPw9qEAO { width:11rem;height:10.625rem;top:7.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkurcT4cHA0vBDkTL8QQ9FeW60neq9nV { width:3.875rem;height:3.9375rem;top:1.4375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIdbGFzHMrbFnCSb4hitwbt7t48zsTJ { width:9.375rem;height:1.3rem;top:1.875rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAqTrWTJBQ4OCWAtcOtMbiWVLbqqqbPp { width:14.25rem;height:3.9rem;top:24.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srd1OZkuTvkKTkmOuV8xl0kdCtvlUs2I { width:18.375rem;height:2.6rem;top:18.75rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfXIU859D2zpCX2kUhGtkhOrtko3iuGH { width:18.25rem;height:0.0625rem;top:23.3125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdQ0cDoMgxG7blJifpiRa8tNas5e93Q { width:3.875rem;height:3.875rem;top:1.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctfBzG6XuOeTT1yzw4QUquo3UV9cLHwu { width:9.375rem;height:1.3rem;top:1.9375rem;left:35.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuZAnU83c7x9EUqxeTmGTCHWgVHNJ88G { width:3.75rem;height:1.3rem;top:23.3125rem;left:41.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaO1U1im1zwBqGdNLVHVJNEbJATKQFL { width:5.375rem;height:1.3rem;top:25.625rem;left:42.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHcUTL3RiqVz5Bv1aZUOEZVZIMm1iWkc { width:15.625rem;height:9.8125rem;top:8.1875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcum1bVc5aFM3JEP4z1zuTDCBNUzNPR { width:19.4375rem;height:31.1875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdGUR1FWI52fvnWVK59WTdVA3ITT79em { width:19.375rem;height:31.125rem;top:0.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsPQVP6TwzkIAz33rxv82y9IpvEBbnqK { width:19.375rem;height:31.1875rem;top:0.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5fKoJg0lwp5tq3ym8GPsXT66Kdd4QI4 { width:18.3125rem;height:1.3rem;top:6.4375rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X { display:block; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skox02yTNUz1o3kuXTcQiTlDzpABZDtb { width:36.875rem;height:;top:11.3125rem;left:10.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTu6TapucvRERTqqIc0Trq2HENhLtTz { width:33.375rem;height:2.925rem;top:25.125rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riofxfVV0Ba18y6ZaRrHE36QnIDwkwdu { width:47.75rem;height:63.666666666667rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsQLzOzuPqkvucyRwBocAaTQ890wciCT { display:none; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JdrvoEB2Ia2wreKOEGIaNmgRxDAaOTvu { width:22.125rem;height:2.0625rem;top:19.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoroO6ypDAqSqZ9tSw3h4J6DkzPsdLsK { width:14.375rem;height:1.5625rem;top:21.875rem;left:5.9995670318604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKpxD9yAsTDZOXVIbNfx3aTZsEPA0LFO { width:2.5rem;height:2.5rem;top:19.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSv2JDIpTWpBPfkkeL8QZp43JDoVluos { width:12.4375rem;height:2.9375rem;top:68.875rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IB3kensgJmAGGkWCs0HtLaJRX9FLEi06 { display:block; }
 }@media only screen and (max-width: 763px) { #K5krHnJhn9Fb0n85UNN7XA6vaBkpS2Cr { width:22.125rem;height:2.0625rem;top:28rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTVBNN4bnbLzTDLpid5BB5w4Icv7nvn { width:16.6875rem;height:1.5625rem;top:30rem;left:3.6872844696045rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWaapI3uebzr1TZTMG7fbDN8VdOug7f { width:2.5rem;height:2.5rem;top:28rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl4rBQCRh9kWMzXcoMEhmR60maECUOnC { width:22.125rem;height:2.0625rem;top:36.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9kg1vtPoihtG4tm53yJOzxsIGJiELmU { width:14.375rem;height:1.5625rem;top:38.625rem;left:6.1872844696045rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H25R6V2dEzPzRZlTTNvKZuRT3kpO4KFJ { width:2.5rem;height:2.5rem;top:36.5625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8poT6UJ9pH0CuApBzvdTpqAJsrNguW { width:14.0625rem;height:4.125rem;top:19.875rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmBrnzsrnilXAiFaoMIQrMadpypDzAi1 { width:18rem;height:5.4375rem;top:27.9375rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCfXdTXF9lpTZ2L7niPBcd9VHrc7lRBB { width:22.125rem;height:2.75rem;top:36.9375rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1QigocJ3dB2e94MNL91RA0WUiQIlGc { width:47.75rem;height:3.5625rem;top:1.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROWlc3Wm5AWeAVom5J7U0bILfpMayzDb { width:47.6875rem;height:63.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6bvA2TTUpByTPy18JDzMdrRUqcasoiz { width:10.3125rem;height:;top:10.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 { display:block; }#lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNTc3CiN1bpO9awtWCPXWCdJ48Pptgzg { width:17.1875rem;height:16.5375rem;top:8.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJn7SpLxLmGXc0WT8zPuqTa9uSEZM3y { width:15.625rem;height:2.4375rem;top:6.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF74uFXBgWiEFnSoDNwd97CTrLSZTnFw { width:15.625rem;height:2.6rem;top:6.5rem;left:32.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VquFrVv04wDyc0wLw8xcPsnebFyHPs6o { width:15.625rem;height:12.8625rem;top:9.125rem;left:32.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzIzXrFUPBfbTCRrc2kCbmtSNJSxRPG { width:25rem;height:24.5rem;top:2.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu1FftB5PvZURFhQPQunz7eU3WP4kOz2 { width:9.375rem;height:12.3125rem;top:12.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRsykd4TcOLHtldVvZmx5l2zgrueAAXz { width:9.3125rem;height:12.3125rem;top:4.8125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6mcKKVuRcJErQr4nyb4amCvO5HrX4uZ { width:23.1875rem;height:3.4375rem;top:29.625rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QTELSi0EO8x9obWvHusrXRThQZmOCt { display:block; }
 }@media only screen and (max-width: 763px) { #hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv { display:block; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container { width:47.75rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSkrAM8UJhcDKfVqlp1acCv0Nu1XLJBP { width:47.75rem;height:3.25rem;top:2.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Aw3fr7b7hSd4UBANyOJgTVzc5zNfXZ { width:17.6875rem;height:15.8125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgxXU6ifJIn0iiET1zrnzafkEVsiZOzo { width:47.75rem;height:;top:7.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdyfewDxd1HBqi0P0o1y7vb2GfKryH0 { width:14.125rem;height:;top:13.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTdaA5KkPxcnnMpNzvkmESTzfaubb7mJ { width:14.125rem;height:1.95rem;top:13.875rem;left:17.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A99dotzt7vAaCCxQx2xa0AXnTvzUblaf { width:14.125rem;height:1.95rem;top:13.875rem;left:33.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8F9qJtNqKyOlm8FUEIX5re3vRsOesu { width:14.125rem;height:1.35rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkaJV2SAhwpXoGROgop73peKm78nqRNl { width:9.625rem;height:3.25rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNLPobZgC7cTyKyoMVG2QNQ8snFxgot1 { width:2.4375rem;height:2.4375rem;top:18.1875rem;left:0rem;display:block; }
#vNLPobZgC7cTyKyoMVG2QNQ8snFxgot1 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #QbRzixfr6bSpIXaTFltoIsmHaTtQnASg { width:15.9375rem;height:1.8125rem;top:21.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwR4kprdk3tAOc6B3rBf8OD8UHIJQ1HK { width:14.125rem;height:1.35rem;top:15.5rem;left:17.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ESfpGAmhO73AQql9gnVndSz4kX8HM2 { width:2.5rem;height:2.5rem;top:18.25rem;left:22.875rem;display:block; }
#J2ESfpGAmhO73AQql9gnVndSz4kX8HM2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #rdQ5n7NPT6kowcw8T1J96Wf2x0bonydH { width:17.6875rem;height:15.8125rem;top:12.6875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP0KOntxhZoI6FzHw2KVZ51hTushSkRO { width:14.125rem;height:1.35rem;top:15.5rem;left:33.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfnLKJAgw7ABy6xBgXczR3vrHf5hbvnk { width:17.6875rem;height:15.8125rem;top:12.6875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLNpCRsTUqHfp1R0hLtIKJvKq8qpDDOR { width:2.625rem;height:2.625rem;top:18.125rem;left:45.125rem;display:block; }
#uLNpCRsTUqHfp1R0hLtIKJvKq8qpDDOR > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #dFqI7v76PmVz0WPDJzqTvrGwsX4amz8b { width:13.3125rem;height:3.8125rem;top:20.6875rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 { display:block; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb87FVXUmQmw0s2Td6fBgP8905ubtUAC { width:47.75rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4n751PTcUr2qlfhtLXQRWpRbT8UAQh9 { width:14.375rem;height:8.4375rem;top:41.75rem;left:33.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMfTtmU8Z0f0w1iBtiTMKwn3GZv6AKzE { width:37.5rem;height:22.625rem;top:31.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3NiglqkC5xPLh5F9zRh4LV1bPCo0J3L { width:16.4375rem;height:4.5rem;top:36.25rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqMpfyUQQug81wIK5qeUOdOq8ihuPeqp { width:14.6875rem;height:13.875rem;top:35.5rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2zBAmftR54Pa5RavSDLP2kZv7rnLv4P { width:14.375rem;height:5.0625rem;top:41rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH5ZwGzdBTZViuMnDcciFUWvMiICVqxI { width:15.625rem;height:14.3125rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhqm0yzV77Ilq5SfOTsdC7H6yCBy7v6K { width:14.375rem;height:4.5rem;top:34.625rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXdPGqRira39QJ4e5BekqcpON3AByfE { width:14.375rem;height:5.0625rem;top:20.0625rem;left:33.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVl3FaR6hoEMcCmQk2oG8cUG9Nd6cQlU { width:13.6875rem;height:14.9375rem;top:13.0625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU45lEudVl8GcVIqT9cw8W1pADO9DWBu { width:14.375rem;height:3rem;top:16rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuaIWZ3y85g53LTr4zN4lPFnoZIRQNNV { width:37.5rem;height:22.625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iamJ2qpaRMXT66lQZP964bRRnNUUmpEV { width:14.6875rem;height:14.6875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlT9il4nwpR0xgMTEn25HgQsbwzX2v01 { width:14.4375rem;height:3.375rem;top:22.0625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01hoChehcBDMyDi53PO27aGK45Cb3i7 { width:15.6875rem;height:;top:13.0625rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5VqetTRtbxaBN8RhFNBWVwTWS0ht29P { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6b5dSffawnkfDN2Pfk7S123NyquwsB { display:block; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCOXlXrq0CIDJ9Ql7vQyXTcpmH4G0ubV { width:47.75rem;height:1.3rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5WBNikuGSHgunMP8JabP4PWvqtAmttA { width:47.75rem;height:;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cex82VVJVFtOrKtpVs7wyshxG6HFux89 { width:18.75rem;height:23.5rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqIQLMfXOIe94nAvZInsEXqvHx0hqOSJ { width:15.625rem;height:4.05rem;top:29.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJsNX2CH0wfR4TnkbSNrnLv4T7gUSfgv { width:16.25rem;height:10.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waavbuRqTnZRHJk4ynA6Nm10TuvH9I7h { width:8.75rem;height:2.375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH1B4zSzKeV7x6PZfsKeFyIbxS10OzTS { width:18.75rem;height:23.5rem;top:16.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6cKQw2KWM6HI7JtVAgaWX5TGb8MS39h { width:15.625rem;height:4.05rem;top:29.4375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFxGk8FZQoXWfvW0feRQWLeT2Aok4Hof { width:7.0625rem;height:3rem;top:35.0625rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwMieUcHPPzhDK4CLatLuZRnTZLsXQ4o { width:16.25rem;height:10.625rem;top:17.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9R13P9o8mSLKHHdRQTCmOKoZvXU502o { width:18.75rem;height:23.5rem;top:16.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZtSnXWJ203eEAV0wXTbI1bAdgQRFaen { width:15.625rem;height:4.05rem;top:29.4375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6g9ByvdmR7pt7wBx9mrlWmuN3WbzrS { width:12.5rem;height:1.375rem;top:36.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2S6d7OsILNUiVEvw9VakQ0nb0RKxcu { width:16.25rem;height:10.625rem;top:17.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN { display:block; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvUo8o5A8km4ULmd9cu5cHKpVTlSDaTK { width:47.75rem;height:2.1rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaeTUriovKNBwMvRz5T0arZMCkFbLkaa { width:15rem;height:1.625rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOATRfQtMaZt6NRDr4VxfFZK7PHNdmLx { width:15rem;height:1.4rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdUn74Gc6JfSLq0fQEHJ4hxVrkIXohaS { width:15rem;height:1.625rem;top:10.8125rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWCJTns2I4wcNZpwckgFwgkfkWwueTSe { width:15rem;height:1.4rem;top:12.25rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TopyMci7lKTD763epwmDaL5V1fRXapB5 { width:15rem;height:1.625rem;top:10.8125rem;left:22rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlc3Km5vHXHmO3P4Mrb6deSROmf23Kk2 { width:15rem;height:1.4rem;top:12.25rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUPczcr5KmszBzoMPBQWiwTDr3HSibsP { width:15rem;height:1.625rem;top:10.8125rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKS0HvDy6Tld3bEMWp1FWIXRoZmOmEcb { width:15rem;height:1.4rem;top:12.25rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXCVR9RrCeS3Jav0qaXrt9sPmVelcXyU { width:3.625rem;height:3.125rem;top:6.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHts5bc3HGccC0JBx0MZLD9PHvtpenNJ { width:3.125rem;height:3.125rem;top:6.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyKfQxHmF4936fVhTXo32Qh43vUpfSxD { width:3.125rem;height:3.125rem;top:6.875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHGfRvOaRSomgUhrhU9fB1ptL5BQyN1n { width:3.4375rem;height:3.4375rem;top:6.625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB { display:none; }#pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2M4XJBuF2IFWzQxymzETM5mcbxf5fe7 { width:47.75rem;height:2.25rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usqP2ATF7tzZmVzu8K8TsgMIhk6oumoI { width:15rem;height:1.4375rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiKPVTJT2QT5TzaiKVtRboWZeCUT6TuH { width:15rem;height:1.375rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHlu3deZMEMM3NfAt4DWDxD1tzsFTFhD { width:15rem;height:1.4375rem;top:10.8125rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtixXXDe3xz665xzoKfpIt8HrJxmTZ6X { width:15rem;height:1.375rem;top:12.25rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdtF8MizKVknBZMokuHNCt8Ni97i5k0 { width:15rem;height:1.4375rem;top:10.8125rem;left:22rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMVVtogMZanfq4Vcf1HdLvKCLL2fDDTX { width:15rem;height:1.375rem;top:12.25rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGUkg8nsGm6bIXwUC36JthMEVGiVPbl { width:15rem;height:1.4375rem;top:10.8125rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktX1D1ucGQaTw0t78U4PxLESy5K41XdT { width:15rem;height:1.375rem;top:12.25rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXGPOU3wqSRFg84f8rVcVcqml3H3mbuR { width:3.625rem;height:3.125rem;top:6.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DevCnk3V9cfh02gh9hRSSZSgLmGX4DNZ { width:3.125rem;height:3.125rem;top:6.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyPcF1TThW9ouQBZFKM8ZqXdkpBqfTI { width:3.125rem;height:3.125rem;top:6.875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGau5xz33bdUGRUdgCyHFSMELTaSFDtw { width:3.4375rem;height:3.4375rem;top:6.625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); } }@media only screen and (max-width: 763px) { #Mbk2munGcCddwThSRg9IE2PhXwg8IZzC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bdWewd7a/Gurudev_4_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC.adaptive-delivery-prevent-bg, #Mbk2munGcCddwThSRg9IE2PhXwg8IZzC.lazyload, #Mbk2munGcCddwThSRg9IE2PhXwg8IZzC.lazyloading { background-image: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container { background-color: transparent; background-image: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container > .video-iframe-container { display: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row > .video-iframe-container { display: none; }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .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); }#Mbk2munGcCddwThSRg9IE2PhXwg8IZzC > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2trF90ETPkCmm9XBg9GFHbbKFHZa3vJ { width:5.1875rem;height:2rem;top:0.5625rem;left:7.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fmPxOwZXrcPbMl7SkPnXUrVD11u88KND { display:flex;width:2.5rem;height:2.5rem;top:43.0625rem;left:2.09375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #n0x54Ak6S54BCIZumXEd6dfzXhI4yS4F { display:flex;top:0.625rem;left:17.8125rem;width:1.4375rem;height:1.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #syNiPX9C7ugkmTm1nDPvhAn7SbhAf0GC { width:20rem;height:0;top:13.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"dm serif display";display:none; }
 }@media only screen and (max-width: 763px) { #go7A58BlihO3bEVXPylBx0IEhSNu3MbR { top:0.625rem;left:0.6875rem;width:12.0625rem;height:;z-index:15017;font-size:1.3125rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #sTHmEn3HoZ0f7Og5MuxUBqp146Vzsr3c { top:20.301107406616rem;left:0rem;width:9.6245625rem;height:;z-index:15018;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2FuNJH3cEcyga7pxVSKzdL5XztK4qMs { top:2.3307292461395rem;left:0rem;width:7.75rem;height:3.8125rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PyHKJm8T3usuJTsdBnWA760Sc0M185tB { display:block; }#PyHKJm8T3usuJTsdBnWA760Sc0M185tB > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUikaK8zdKrqTLKgoN1mlRr3ULyapTPA { width:19.9375rem;height:2.39963125rem;top:14.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bWslS2H6EwdICxL2zDkgyk1n1pAksnUm { width:15.625rem;height:2.3990875rem;top:19.124893188476rem;left:2.1875002384186rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azaBzXIaLFMWUR9RqCZphDVR8Pqvu0cC { width:14.375rem;height:2.4500875rem;top:24.25rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6iauU1nqrfEHsDJnHiCOXV7smqgaEE7 { width:13.375rem;height:2.875rem;top:27.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc60lIAdalXNUgcBnHqGtXciwq0LNPKX { width:20rem;height:0.0625rem;top:17rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FXl7zAhAwazKyO0MLigfsZWdcGRJoUpJ { width:20rem;height:21.7496875rem;top:35.030382156372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTMOfsO5ypnxGn2LItTlF5WRnU1xU1q { width:16rem;height:9.9375rem;top:1.0107421875rem;left:2.1875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC { display:block; }#BXXeRN1IRGfcuTaEOV5rhR6SyAFqUKoC > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KB7VqKN0A7lRyPnEklKBtfwn1K84QWWx { width:20rem;height:20rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUI9CpriqPwvqw1gB06HfqF68hlaPnyH { top:25.8125rem;left:3.25rem;width:13.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9GxXsPfytx2X1TgKCfo7zTza2MWZZXG { display:block; }
 }@media only screen and (max-width: 763px) { #BONHxOuJcwXa0X4ehRyZZ4JDpqpow8E9 { width:20rem;height:5.49913125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FMFK68CyxrDFL0ULOeBgT59LugXFMQ61 { width:18.1875rem;height:4.12435rem;top:15.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkmvQ7QPCKKD6DwOlzvZTCDJyMhA5oeD { display:flex;width:4.3125rem;height:4.3125rem;top:20.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #kI86G48r92WDGPB4I7mzlLApBuMHQLJz { width:20rem;height:0.0625rem;top:8.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dcb21qxkBf6NppWUiyxxBiTD3cRS1lDW { width:20rem;height:2.1994375rem;top:35.024413108826rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z { display:block; }#UitXqoeeel2RDF9puBHU7NFxhbMWKR2Z > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMDKBRHFn6e24T8XyZUpPnFaQKsCGn0D { width:15rem;height:1.3rem;top:1.1230471134186rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPRtkkxGJFbWbLG3CkxPaFttTWAvcOJs { width:5.625rem;height:5.5rem;top:2.8124980926514rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcm2DTd14T3LmWXTOucgSeRrGpBLfpZm { width:6.875rem;height:1.3rem;top:9.1221799850462rem;left:6.5625004768369rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJTSqrrZTQhSUHDxKlv1hTArrTKN47tA { width:19.4375rem;height:11.125rem;top:0rem;left:0.25234223787871rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgCDzVTwAheXWCHebTeTda5Im2UXW6pr { width:16.1875rem;height:5rem;top:17.561632752419rem;left:1.9672310352326rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlhNIJ0PbR7dDP9xmMlrX3ANK5gdIrfR { width:16.4375rem;height:1.3rem;top:13.75rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRxaRqBWiQBOkKLWsnyODxDAPAwKk1hq { width:19.4375rem;height:11.9375rem;top:12.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ykIIzchFk8xZ0dszTqXnqMtZu3KVHd { width:13.625rem;height:5.25rem;top:30.372179985046rem;left:3.1868491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bft7w1TTQopXMgX1XInUmEvk5tCMgud3 { width:19.25rem;height:11.9375rem;top:25.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxaVwFDxsgH09aIFnfJHz06abfI2t52E { width:14rem;height:1.3rem;top:27.186199188233rem;left:2.9991321563721rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2KIi0pZEpMwib68dFeRHFScuTr1OWFE { display:block; }#t2KIi0pZEpMwib68dFeRHFScuTr1OWFE > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXUours8JzfUoHwnvLDQewKzMDMFyymf { width:20rem;height:4.39886875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 { display:block; }#nARcZSiUFW7eTTUAbr8itXXqPGT1Tke2 > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcP9fW2NfeenIohGKVZSyzPo7x9lkae4 { width:9.375rem;height:1.3rem;top:3.4375rem;left:5.3743491172791rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xb8PT40HuDqzbdNhOhkG5hAyulDKTfXT { width:3.875rem;height:3.9375rem;top:3.125rem;left:8.0620660781863rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcltVzZ9SWvbQptgpKEAytBbmXSq1FT { width:17.9375rem;height:2.6rem;top:15.872179031372rem;left:1.0308160781861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acuiQOPug8v3iqOtEER9qTdo2BUv0irP { width:14.3125rem;height:3.9rem;top:21.187065124512rem;left:2.8743491172791rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJmi1xBh5cApksemfX9S5XUHSITuKxld { width:18.25rem;height:0.0625rem;top:19.874122619629rem;left:0.87456607818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #voxiUcwNXnM33zT8vURilVNkeoe4oSKv { width:14.8125rem;height:5.75rem;top:8.4331604242325rem;left:2.6551651954651rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6zX9KwuPxhE7AJslWtf46PMZcUJ3DHx { width:14.3125rem;height:2.6rem;top:52.561851501465rem;left:2.937283039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdNuQT8MpJucQOlPFA24zXHFxGdxteD3 { width:14.3125rem;height:2.6rem;top:46.999786376953rem;left:2.937283039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btpbT9XKdMvVZNaZKfHNDsAE3qxZiHEo { width:18.1875rem;height:0.0625rem;top:51.25rem;left:0.99934911727906rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAAdH1X5wvhMUi0viULQfAh0hPw9qEAO { width:9.5625rem;height:9.4375rem;top:36.622180938721rem;left:5.2180991172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkurcT4cHA0vBDkTL8QQ9FeW60neq9nV { width:3.875rem;height:3.9375rem;top:31.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiIdbGFzHMrbFnCSb4hitwbt7t48zsTJ { width:9.375rem;height:1.3rem;top:32rem;left:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAqTrWTJBQ4OCWAtcOtMbiWVLbqqqbPp { width:14.3125rem;height:3.9rem;top:87.437065124513rem;left:1.1870660781861rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Srd1OZkuTvkKTkmOuV8xl0kdCtvlUs2I { width:18.3125rem;height:2.6rem;top:80.000007629394rem;left:0.81163215637206rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfXIU859D2zpCX2kUhGtkhOrtko3iuGH { width:18.25rem;height:0.0625rem;top:85.74979400635rem;left:0.87456607818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdQ0cDoMgxG7blJifpiRa8tNas5e93Q { width:3.875rem;height:3.875rem;top:61.062286376953rem;left:8.0620660781863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctfBzG6XuOeTT1yzw4QUquo3UV9cLHwu { width:9.375rem;height:1.3rem;top:61.311851501465rem;left:5.3125004768372rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuZAnU83c7x9EUqxeTmGTCHWgVHNJ88G { width:3.75rem;height:1.3rem;top:85.811637878419rem;left:11.436632156372rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiaO1U1im1zwBqGdNLVHVJNEbJATKQFL { width:5.4375rem;height:1.3rem;top:88.186851501462rem;left:14.062500953674rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHcUTL3RiqVz5Bv1aZUOEZVZIMm1iWkc { width:14.625rem;height:9.1875rem;top:68.87478637695rem;left:2.6247832775116rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcum1bVc5aFM3JEP4z1zuTDCBNUzNPR { width:19.5625rem;height:26.625rem;top:1.3101129531861rem;left:0.12478303909302rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SdGUR1FWI52fvnWVK59WTdVA3ITT79em { width:19.625rem;height:27.5rem;top:29.6875rem;left:0.12478303909302rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HsPQVP6TwzkIAz33rxv82y9IpvEBbnqK { width:19.4375rem;height:35rem;top:58.936637878418rem;left:0.18554699420929rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5fKoJg0lwp5tq3ym8GPsXT66Kdd4QI4 { width:18.3125rem;height:1.3rem;top:66.499572753906rem;left:0.81163215637206rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X { display:block; }#u3EBptuuSBT07X0PEheZ8vHVQbSBsc6X > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skox02yTNUz1o3kuXTcQiTlDzpABZDtb { width:10.625rem;height:31.6813125rem;top:4.5624999105931rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTu6TapucvRERTqqIc0Trq2HENhLtTz { width:10.625rem;height:6.7513rem;top:34.062517642975rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #riofxfVV0Ba18y6ZaRrHE36QnIDwkwdu { width:20rem;height:26.666666666667rem;top:40.812505722046rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsQLzOzuPqkvucyRwBocAaTQ890wciCT { background-color:#f8f5ef;background-image:none;display:block; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container { background-color: transparent; background-image: none; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container > .video-iframe-container { display: none; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row > .video-iframe-container { display: none; }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .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); }#bsQLzOzuPqkvucyRwBocAaTQ890wciCT > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdrvoEB2Ia2wreKOEGIaNmgRxDAaOTvu { width:9.4375rem;height:1.65rem;top:18.1875rem;left:3.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZoroO6ypDAqSqZ9tSw3h4J6DkzPsdLsK { width:10.75rem;height:1.462675rem;top:19.8125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKpxD9yAsTDZOXVIbNfx3aTZsEPA0LFO { width:1.875rem;height:1.875rem;top:18.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSv2JDIpTWpBPfkkeL8QZp43JDoVluos { width:12.4375rem;height:2.9375rem;top:62.474609375rem;left:3.78125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #IB3kensgJmAGGkWCs0HtLaJRX9FLEi06 { display:block; }
 }@media only screen and (max-width: 763px) { #K5krHnJhn9Fb0n85UNN7XA6vaBkpS2Cr { width:11.625rem;height:1.64985rem;top:28.6875rem;left:3.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkTVBNN4bnbLzTDLpid5BB5w4Icv7nvn { width:15.8125rem;height:1.462675rem;top:30.375rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FoWaapI3uebzr1TZTMG7fbDN8VdOug7f { width:1.875rem;height:1.875rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl4rBQCRh9kWMzXcoMEhmR60maECUOnC { width:12.375rem;height:1.64985rem;top:39.625rem;left:3.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9kg1vtPoihtG4tm53yJOzxsIGJiELmU { width:14.375rem;height:1.462675rem;top:41.375rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H25R6V2dEzPzRZlTTNvKZuRT3kpO4KFJ { width:1.875rem;height:1.875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8poT6UJ9pH0CuApBzvdTpqAJsrNguW { width:11.5625rem;height:4.12435rem;top:22.6875rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmBrnzsrnilXAiFaoMIQrMadpypDzAi1 { width:14.25rem;height:5.49913125rem;top:31.8125rem;left:3.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCfXdTXF9lpTZ2L7niPBcd9VHrc7lRBB { width:15rem;height:4.12435rem;top:42.8125rem;left:3.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1QigocJ3dB2e94MNL91RA0WUiQIlGc { width:20rem;height:4.0625rem;top:1.6874819993973rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROWlc3Wm5AWeAVom5J7U0bILfpMayzDb { top:1.1371612548828rem;left:-0.062608480453494rem;width:20rem;height:26.75rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r6bvA2TTUpByTPy18JDzMdrRUqcasoiz { top:12.886828422546rem;left:1.4995660781861rem;width:10.3125rem;height:3.24978125rem;z-index:15069;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 { display:none; }#lGFXSKm2UGzcbmFgcsT55TZ6lFk6ssT8 > .row .container { width:20rem;height:62.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UNTc3CiN1bpO9awtWCPXWCdJ48Pptgzg { width:20rem;height:14.7rem;top:4.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJn7SpLxLmGXc0WT8zPuqTa9uSEZM3y { width:15.625rem;height:2.4375rem;top:2.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF74uFXBgWiEFnSoDNwd97CTrLSZTnFw { width:15.625rem;height:2.6rem;top:41.6875rem;left:4.375rem;text-align:right;text-align-last:right;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VquFrVv04wDyc0wLw8xcPsnebFyHPs6o { width:15.625rem;height:12.8625rem;top:44.3125rem;left:4.375rem;text-align:right;text-align-last:right;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzIzXrFUPBfbTCRrc2kCbmtSNJSxRPG { width:20rem;height:19.599625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu1FftB5PvZURFhQPQunz7eU3WP4kOz2 { width:9.375rem;height:12.3125rem;top:4.31787109375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRsykd4TcOLHtldVvZmx5l2zgrueAAXz { width:9.3125rem;height:12.3125rem;top:41.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6mcKKVuRcJErQr4nyb4amCvO5HrX4uZ { width:19.8125rem;height:3.4375rem;top:59.04833984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QTELSi0EO8x9obWvHusrXRThQZmOCt { display:block; }
 }@media only screen and (max-width: 763px) { #hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv { background-color:#ffffff;background-image:none;display:block; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container { background-color: transparent; background-image: none; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container > .video-iframe-container { display: none; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row > .video-iframe-container { display: none; }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .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); }#hqWukH0FcWn5nnqLMAa0EbHkk47D3Mdv > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSkrAM8UJhcDKfVqlp1acCv0Nu1XLJBP { width:20rem;height:8.999rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g4Aw3fr7b7hSd4UBANyOJgTVzc5zNfXZ { width:20rem;height:12.1875rem;top:19.021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgxXU6ifJIn0iiET1zrnzafkEVsiZOzo { width:16.1875rem;height:4.4987rem;top:11rem;left:1.90625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdyfewDxd1HBqi0P0o1y7vb2GfKryH0 { width:14.125rem;height:1.95rem;top:20.34765625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTdaA5KkPxcnnMpNzvkmESTzfaubb7mJ { width:14.125rem;height:1.95rem;top:34.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A99dotzt7vAaCCxQx2xa0AXnTvzUblaf { width:14.125rem;height:1.95rem;top:47.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8F9qJtNqKyOlm8FUEIX5re3vRsOesu { width:14.125rem;height:1.35rem;top:22.171875rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkaJV2SAhwpXoGROgop73peKm78nqRNl { width:9.625rem;height:3.25rem;top:26.658203125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNLPobZgC7cTyKyoMVG2QNQ8snFxgot1 { display:flex;width:2.4375rem;height:2.4375rem;top:24.158203125rem;left:8.5625rem; }
#vNLPobZgC7cTyKyoMVG2QNQ8snFxgot1 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #QbRzixfr6bSpIXaTFltoIsmHaTtQnASg { width:15.9375rem;height:1.8125rem;top:41.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwR4kprdk3tAOc6B3rBf8OD8UHIJQ1HK { width:14.125rem;height:1.35rem;top:35.88671875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ESfpGAmhO73AQql9gnVndSz4kX8HM2 { display:flex;width:2.5rem;height:2.5rem;top:38rem;left:8.5625rem; }
#J2ESfpGAmhO73AQql9gnVndSz4kX8HM2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #rdQ5n7NPT6kowcw8T1J96Wf2x0bonydH { width:19.5rem;height:12.3125rem;top:32.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP0KOntxhZoI6FzHw2KVZ51hTushSkRO { width:14.125rem;height:1.35rem;top:49.26171875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfnLKJAgw7ABy6xBgXczR3vrHf5hbvnk { width:19.9375rem;height:13.125rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLNpCRsTUqHfp1R0hLtIKJvKq8qpDDOR { display:flex;width:2.625rem;height:2.625rem;top:51rem;left:8.625rem; }
#uLNpCRsTUqHfp1R0hLtIKJvKq8qpDDOR > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #dFqI7v76PmVz0WPDJzqTvrGwsX4amz8b { width:13.3125rem;height:3.8125rem;top:53.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 { display:block; }#BH0WSnPLb1RvcvyWrDvOerlIGia2UMq9 > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb87FVXUmQmw0s2Td6fBgP8905ubtUAC { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4n751PTcUr2qlfhtLXQRWpRbT8UAQh9 { width:9.875rem;height:13.502625rem;top:63.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMfTtmU8Z0f0w1iBtiTMKwn3GZv6AKzE { width:20rem;height:22.625rem;top:57.9375rem;left:0rem;background-color:#5d92ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q3NiglqkC5xPLh5F9zRh4LV1bPCo0J3L { width:16.4375rem;height:4.4987rem;top:59.8125rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqMpfyUQQug81wIK5qeUOdOq8ihuPeqp { width:12.0625rem;height:11.375rem;top:65.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2zBAmftR54Pa5RavSDLP2kZv7rnLv4P { width:14.375rem;height:5.063475rem;top:102.5rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH5ZwGzdBTZViuMnDcciFUWvMiICVqxI { width:15.625rem;height:14.3125rem;top:81.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhqm0yzV77Ilq5SfOTsdC7H6yCBy7v6K { width:14.375rem;height:4.4987rem;top:96.75rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXdPGqRira39QJ4e5BekqcpON3AByfE { width:14.375rem;height:5.063475rem;top:50.5498046875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVl3FaR6hoEMcCmQk2oG8cUG9Nd6cQlU { width:13.6875rem;height:14.9375rem;top:31.36230625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU45lEudVl8GcVIqT9cw8W1pADO9DWBu { width:14.375rem;height:2.99913125rem;top:47.54980625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuaIWZ3y85g53LTr4zN4lPFnoZIRQNNV { width:20rem;height:22.6875rem;top:7.4248046875rem;left:0rem;background-color:#5d92ff;background-image:none;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #iamJ2qpaRMXT66lQZP964bRRnNUUmpEV { width:13.3125rem;height:13.3125rem;top:14.6123046875rem;left:6.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xlT9il4nwpR0xgMTEn25HgQsbwzX2v01 { width:9.4375rem;height:6.7513125rem;top:14.6123046875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01hoChehcBDMyDi53PO27aGK45Cb3i7 { width:14.375rem;height:4.4987rem;top:9.1123046875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5VqetTRtbxaBN8RhFNBWVwTWS0ht29P { width:20rem;height:1.29936875rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6b5dSffawnkfDN2Pfk7S123NyquwsB { display:block; }#Oh6b5dSffawnkfDN2Pfk7S123NyquwsB > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCOXlXrq0CIDJ9Ql7vQyXTcpmH4G0ubV { width:17.4375rem;height:4.12435rem;top:5.849609375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q5WBNikuGSHgunMP8JabP4PWvqtAmttA { width:20rem;height:1.29936875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cex82VVJVFtOrKtpVs7wyshxG6HFux89 { width:18.75rem;height:23.5rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqIQLMfXOIe94nAvZInsEXqvHx0hqOSJ { width:15.625rem;height:4.05rem;top:23.93701171875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJsNX2CH0wfR4TnkbSNrnLv4T7gUSfgv { width:16.25rem;height:10.625rem;top:12.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waavbuRqTnZRHJk4ynA6Nm10TuvH9I7h { width:8.75rem;height:2.375rem;top:29.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH1B4zSzKeV7x6PZfsKeFyIbxS10OzTS { width:18.75rem;height:23.5rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6cKQw2KWM6HI7JtVAgaWX5TGb8MS39h { width:15.625rem;height:4.05rem;top:48.6865234375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFxGk8FZQoXWfvW0feRQWLeT2Aok4Hof { width:7.0625rem;height:3rem;top:54.25rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwMieUcHPPzhDK4CLatLuZRnTZLsXQ4o { width:16.25rem;height:10.625rem;top:37rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9R13P9o8mSLKHHdRQTCmOKoZvXU502o { width:18.75rem;height:23.5rem;top:60.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZtSnXWJ203eEAV0wXTbI1bAdgQRFaen { width:15.625rem;height:4.05rem;top:73.43701171875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6g9ByvdmR7pt7wBx9mrlWmuN3WbzrS { width:12.5rem;height:1.375rem;top:80.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2S6d7OsILNUiVEvw9VakQ0nb0RKxcu { width:16.25rem;height:10.625rem;top:61.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN { display:block; }#yAzT7G4dELgVVa9PMJD4ZesTzr5nTrbN > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvUo8o5A8km4ULmd9cu5cHKpVTlSDaTK { width:20rem;height:4.20030625rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaeTUriovKNBwMvRz5T0arZMCkFbLkaa { width:9.375rem;height:1.625rem;top:11.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOATRfQtMaZt6NRDr4VxfFZK7PHNdmLx { width:9.375rem;height:1.4rem;top:13.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SdUn74Gc6JfSLq0fQEHJ4hxVrkIXohaS { width:9.375rem;height:1.625rem;top:11.5rem;left:10rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWCJTns2I4wcNZpwckgFwgkfkWwueTSe { width:9.375rem;height:1.4rem;top:13.125rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TopyMci7lKTD763epwmDaL5V1fRXapB5 { width:9.375rem;height:1.625rem;top:20.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlc3Km5vHXHmO3P4Mrb6deSROmf23Kk2 { width:9.375rem;height:1.4rem;top:21.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aUPczcr5KmszBzoMPBQWiwTDr3HSibsP { width:9.375rem;height:1.625rem;top:20.125rem;left:10rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKS0HvDy6Tld3bEMWp1FWIXRoZmOmEcb { width:9.375rem;height:1.4rem;top:21.75rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eXCVR9RrCeS3Jav0qaXrt9sPmVelcXyU { width:3.625rem;height:3.125rem;top:7.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHts5bc3HGccC0JBx0MZLD9PHvtpenNJ { width:3.125rem;height:3.125rem;top:7.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyKfQxHmF4936fVhTXo32Qh43vUpfSxD { width:3.125rem;height:3.125rem;top:16.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHGfRvOaRSomgUhrhU9fB1ptL5BQyN1n { width:3.4375rem;height:3.4375rem;top:16.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB { display:none; }#pPTk02uyIT6T7FN1QlVP2mB98qxrFUdB > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2M4XJBuF2IFWzQxymzETM5mcbxf5fe7 { width:20rem;height:4.2rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usqP2ATF7tzZmVzu8K8TsgMIhk6oumoI { width:9.375rem;height:1.625rem;top:11.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiKPVTJT2QT5TzaiKVtRboWZeCUT6TuH { width:9.375rem;height:1.4rem;top:13.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zHlu3deZMEMM3NfAt4DWDxD1tzsFTFhD { width:9.375rem;height:1.625rem;top:11.5rem;left:10rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtixXXDe3xz665xzoKfpIt8HrJxmTZ6X { width:9.375rem;height:1.4rem;top:13.125rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hTdtF8MizKVknBZMokuHNCt8Ni97i5k0 { width:9.375rem;height:1.625rem;top:20.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMVVtogMZanfq4Vcf1HdLvKCLL2fDDTX { width:9.375rem;height:1.4rem;top:21.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bTGUkg8nsGm6bIXwUC36JthMEVGiVPbl { width:9.375rem;height:1.625rem;top:20.125rem;left:10rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktX1D1ucGQaTw0t78U4PxLESy5K41XdT { width:9.375rem;height:1.4rem;top:21.75rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yXGPOU3wqSRFg84f8rVcVcqml3H3mbuR { width:3.625rem;height:3.125rem;top:7.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DevCnk3V9cfh02gh9hRSSZSgLmGX4DNZ { width:3.125rem;height:3.125rem;top:7.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyPcF1TThW9ouQBZFKM8ZqXdkpBqfTI { width:3.125rem;height:3.125rem;top:16.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGau5xz33bdUGRUdgCyHFSMELTaSFDtw { width:3.4375rem;height:3.4375rem;top:16.25rem;left:13rem;display:block; }
 }