.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,228,221;--color-primary-1:132,166,143;--color-primary-2:8,77,30;--color-primary-3:4,39,15;--color-primary-4:1,12,5;--color-secondary-0:255,247,204;--color-secondary-1:255,230,102;--color-secondary-2:255,214,0;--color-secondary-3:255,198,0;--color-secondary-4:51,43,0;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f1f0f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6970fedb-8650-4615-be40-71a48af49baf/landingiuconline6400x2000px.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.12); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.12); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::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; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:60rem;height:36.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#k399bafo4PwcPSfDUSyzNW1ZU2LO014U { 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:4rem;width:20rem;top:1.375rem;left:2.65625rem;display:block; }
#tXs6phRcWHP5dHo1Cw21HmrOJISGma9J { position:absolute;display:block;z-index:15033;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.875rem;width:5.3125rem;top:1.375rem;left:24.03125rem;overflow:hidden;display:block; }
#inZrnTTOHGnXxomspQsFVP2TxTf53lqF { box-sizing:content-box;height:2.3125rem;width:14.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),0.95);background-image:none;top:2.25rem;left:41.5625rem;display:block; }
#POxZ6oR5Mp7TKi9WxqfDpNZM1gspH44g { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;text-shadow:0.75rem 0.75rem 1.25rem #0f1219;top:2.625rem;left:42.125rem;height:1.71875rem;font-style:normal;display:block; }
#XxhqCF1ec4zM0bVGcWRBRudwSPkQdTEX { box-sizing:content-box;height:15.1875rem;width:33.9375rem;position:absolute;display:block;z-index:15022;background-color:rgba(7,5,5,0.45);background-image:none;top:8.25rem;left:26rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#ooBT5oTwCPa3hPayZOG8BQ6WCfl5eBwe { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;text-shadow:0.75rem 0.75rem 1.25rem #0f1219;top:9.9375rem;left:26.6875rem;height:7.628875rem;font-style:normal;display:block; }
#zCbXbHPgmqOdhXNoCEN30gVKRn8Fd2tK { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),1);top:18.5rem;left:26.6875rem;height:3.4375rem;font-style:normal;display:block; }
#AJJiGLVkPAT8Rh3VHn1cx1U1mZ1RdJ6h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:24.375rem;left:26.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#J5aLz6q3gNJUIWPggJ7THertki6lPHSz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1);top:24.5rem;left:28.9375rem;height:1.375rem;font-style:normal;display:block; }
#bhUWH0QiCgLXVGPaen6XhKsv8TvrGoBZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:26.875rem;left:26.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#D2ZuwS8GJx7oWKsfF93waFIrskLoAQ2w { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1);top:26.5rem;left:28.875rem;height:1.375rem;font-style:normal;display:block; }
#wvi9s9fars6iV2H2DRMH3eZbsTeWPVLE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:29.6875rem;left:26.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#gOpQhTd2boRFkgQI2BteHkbctFzGoA7g { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1);top:29.8125rem;left:29.0625rem;height:1.375rem;font-style:normal;display:block; }
#z141DOUAN7HCU7ILKROsMZahEK0SM2bc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:32.125rem;left:26.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#baCEIWNgPPHMSO8KOv4eTCr1p5m3exH3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1);top:32.0625rem;left:29.125rem;height:2.75rem;font-style:normal;display:block; }
#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ixxjruC7Gg4/unsplash/magicpattern-ixxjruC7Gg4-photo-1605106702842-01a887a31122.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.adaptive-delivery-prevent-bg, #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.lazyload, #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.lazyloading { background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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.9); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::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; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-form-header {  }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ff7900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal;float:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-container:first-of-type{padding-top:0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-container:last-of-type{padding-bottom:0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.77734375rem;left:1.65625rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw {display:block;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.77734375rem;left:1.65625rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #XE85geNTfpTb5yd9gQBLO3d7uK8VtVZr { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #TlOW8k9EyqM4P07rK4xcTI7RZ4uIuoTQ { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #H3mBLWCkI7BxAhAflF4pJqLdPkgKOUIT { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #qg8L6NT1NRROxVW1hSJWZFQoMm0yEQWw { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #NuHAnG0RNJ19MJCQZqIzVT3xnxib0Lp7 { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #UTJcUvMxCVHiA76lBKSy9Uo69TxEuESq { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #PSQsLxTXTFPN8JZ3oO5mg3JR77kv0wki { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #mk3pT7n5kQwZ2vTKQiNEq2wI2FgsI8bv { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #mG2GdrBERGC8iTDfMXLqcVuogHHDDZDD { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #bBGhFdMqTQxMJZN8BeRdw3n7ERsiTW7A { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #Al3kQnqaaAqfR6dfVVh3C1STarfO68Ct { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #eJFtKhg1Jv5cfoeKyq11kx9itqrVfAhR { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #sIRIObOU5WdcWTIazPkZQtBQTlRt8stT { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #N2iOxLWI11Os72virTiUr349GSUaW7hT { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #z5zUCXT60ftRMNkxkxkFHSVepeNVPTvw { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #z0iLP6iAmfGiLwEVfx3isv6qWKe3NDTM { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #aug7PU94HFOtoaPD85TJdCBJJMyrAnVn { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #nqpDxLcw3oTJ1kHy64Z4EPf6cu7ehZWl { position:relative; }
#NpoJDZWLKVStICZ2gAMXG3gnwI7i6B5P { position:relative;display:block; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #phQbmwtenDBgVs7xp6A5a0FxFddexeDb { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #shOH5RlS9dhsvbBO73bU8eKhuXPZaPdW { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #ab752zTNbrx1V5l2DewzKLDzJp2GbaTg { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #p4LBgTQ3gJTJTE4foxGlbmTkMTOBqTVw { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #pk1sVSycbB6uB7zfObFI0gUdlag0E41k { position:relative;display:none; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #VU71v7lAlzr42Kc9b9dTbVWmePInuXIL { position:relative; }
#q0VHKxLTzicQCAhv4L8EBUfEbgc6OutP { position:relative;display:block; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #EhygWThxkxSG96G5BlgGXTFftQV3VsVB { position:relative; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #Q1HzeK7gPXpglZQoJdTUrRI8q9K5xc1y { position:relative; }
#R50kQUOTBIaKg9NlggoO2fQkKMPAWvfr { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.8390636444092rem;left:23.936719894409rem;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; }
#UBEH1TrW06X4ZFVSXEcLAU5OazS67zSi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.7491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.860938072204rem;left:23.936719894409rem;height:8.771475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DehpBcv2vWCi5xpA6rxPwSqsbAH7mn2m { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.561719894409rem;left:23.936719894409rem;height:2.923825rem;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; }
#ww04ZThSM8VyXQtbV46i0WVkLkOGmWkE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.874219894409rem;left:23.936719894409rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHsxRseepWOIsaScn8LvBExM9g6Sp7Kq { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.749998092651rem;left:23.936719894409rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv { position:relative;display:block; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv { background-color: transparent; background-image: none; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .row .container > .video-iframe-container { display: none; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .row > .video-iframe-container { display: none; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .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); }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv { border-width: 0; border-radius: 0; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .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; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f0f6;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cpauqeAi9LDuBy0ZOKG4HfCs8sVTvpdF { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.6875rem;left:1.5625rem;display:block; }
#vZEc6S2AQNedWa8Xxg9xUtbtg5SZsMb9 { position:absolute;display:block;z-index:15009;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:56.875rem;top:5.75rem;left:1.5625rem;display:block; }
#PmO1bTBqsJX8u1EVC1g9VTK02FgdcXyJ { color:rgba(var(--color-primary-2),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n02McbOoBUkGF58w4o0NGIUFwUTaeCOv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:7.6875rem;left:8.9375rem; }
#as7k9y55plIFu7h3ivH82V3kAntytEsb { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WLTvHX7RFC6kLvXLuMZ4fuys9TP2rDLg { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.375rem;left:23.375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JI85yZFHq3puHokm4Jtf3nUxIEwnlO98 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.6875rem;left:29.25rem; }
#TStGlCOqywoGMho82Pcln66C4MBHD3LI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.9375rem;left:47rem; }
#t1qsAQ3tahr51fsIeLocHUGU9OaLEGH8 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:40.9375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elNXKhvTTGxG4rD8TTcuRqJI8auL9GWU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.375rem;left:18.25rem; }
#r1FfxR6IakwRyw1uzvzMMctcu7Xr9ZLB { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.125rem;left:12.375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDIdMrH28warcN7OnQy9cG2tlb8vzMKU { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.0625rem;left:34.375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVA6eGhd9E5EfXaA8UfRhPC4OwIuNSz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.375rem;left:40.25rem; }
#RUJMULOLlmfuAdDDAzVixxPT2UBGwrtJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:15.8125rem;left:7.6875rem;display:block; }
#sG1A0m2LDTDqP8H42GpaN9y8JvsA3Nn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k01Gay0zRICumDf6gIaBThM2q5OyBuvf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:15.8125rem;left:28rem;display:block; }
#SIS1X5r4SJSp49gVpT1Ih6wzLNBwmIVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRpzU8J1ZnTIhcHBN4wsurxEG7UmVpaK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:15.8125rem;left:45.5625rem;display:block; }
#PGZFkOqLPWTaEQ4HipSg2Codw3BAUMs3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgORJZqS9HfTFoOS3w3Tv7blJ0XuW4ka { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:28.625rem;left:17rem;display:block; }
#Ngm7XVByrwW8H5RNQecrCBZTNaOx1w0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTeFRX13c2J35DOLADvDf40WcM0q3huK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:28.625rem;left:39rem;display:block; }
#Uf9TrT4EBW3O6oLcUrqS1NyTTimPKoKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LfvNK7CxRLwhIiC1O4ahKzmqKiBn3XQ7 { z-index:15008;top:33.7998046875rem;left:23.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;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.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eawUuQ3EEPCgPIhOQtuAx2wRpnhiJJKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b24frAgZAO9AOFTGUJk2D4LintebiAvS { 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; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row .container { background-color: transparent; background-image: none; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row .container > .video-iframe-container { display: none; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row > .video-iframe-container { display: none; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .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); }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row .container { border-width: 0; border-radius: 0; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#tOxWwUgwhQvaekwULbO5ae2zXHWiS0CK { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqW0emthu9mEiEs6zkTtSMgtk9b0ZdNo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.1875rem;left:0.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOSrVQ7RSq2EVHJQEGJJCcwLe5ldCftx { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.4375rem;left:20.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHc7ufIfqMJgfHw3rgklnAExkVXn8lB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.1875rem;left:20.75rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NL59TvZ2q73tVWn6IAqnhNBepmCuNhBR { color:#04253a;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.5rem;left:37.812501907349rem;height:1.800425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTQNVt0xFTp08JSVz1NoDUwUkeI2wedp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:20.187499523163rem;left:40.406251907349rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIdcOTRzZgdgRDlFyg8CRUZXWDQDwh57 { position:absolute;display:block;z-index:15006;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:56.875rem;top:11.624997138977rem;left:1.5625rem;display:block; }
#PorIU5c40OcqiqTxAO5u191hVGc5wLoZ { color:rgba(var(--color-primary-2),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1250004768372rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0qdFNklSXmCpL4s5rn2oMq2JEHq1MR1 { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:11.5625rem;left:27.312501907349rem;display:block; }
#krpVCs0M3Qe2fPu9XgsQkKCPoXqh2VBD { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5rem;left:0.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p33TxgQV06O89TupfPfNJqTZDsHTgos5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:33.1875rem;left:0.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSSbXh4Gewh7mhJF6GrhpGJMTdsmODE3 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.5rem;left:20.750001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaU5ZLugopRVUPI1vZ0zSRWylc6kvK4I { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:33.25rem;left:20.750001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tl0VN3eQw4r6HOibqusE0i88A2HCZsc4 { color:#04253a;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.500001430511rem;left:40.000001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BslXWWtCwCHc5yxo9zlHsKG8fiwDsAZA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:33.187501430511rem;left:41.562501907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHekbMsqHEsCnS6o8FaMgrWvdIbhX6CJ { 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:15019;top:13.8125rem;left:7.625rem; }
#NnkWJeOR6vCXlOaxOue2rUD8dplR3A6G { 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:15020;top:13.8125rem;left:27.625rem; }
#fM2mIN4mE5AazmKisrV1Cnx1vw3HgoIZ { 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:15021;top:13.812499523163rem;left:47.280469894409rem; }
#VOIweGQrhbRLVRRJCodrCh4MdirtkZNi { 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:15022;top:26.812499523163rem;left:47.280469894409rem; }
#WWuVK10yf39nmZJldABFhnmMSWJVZbRP { 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:15021;top:26.8125rem;left:27.625001907349rem; }
#x1yf3hLr8tqUNagSdtAcp3PUENdPZWl0 { 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:15020;top:26.8125rem;left:7.625rem; }
#wP7262rFS0NfkDwrKxm2H7mwkxULLqI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.6437506675719rem;left:4.53125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Ld99ws0yVtPV3NdVIRx0mBU737IMl6uX { z-index:15007;top:41.7998046875rem;left:23.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;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.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cLVpbSpi9a86h9zz0WnNK4GfP5LzluFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/KfFmwa7m5VQ/unsplash/magicpattern-KfFmwa7m5VQ-photo-1605106702734-205df224ecce.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw.adaptive-delivery-prevent-bg, #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw.lazyload, #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw.lazyloading { background-image: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { background-color: transparent; background-image: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.97); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container > .video-iframe-container { display: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.97); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row > .video-iframe-container { display: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .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); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { border-width: 0; border-radius: 0; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw::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; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:block; }#OhrX0FyzoBX2VWPlPWTlTVKsHeLJu8aU { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kpig8eqRz6PfUseX46DaIzZs3Lh84XR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:8.125rem;left:0rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9NotseswZuCOy1W8y4tI28nnph6VcRW { position:absolute;display:block;z-index:15014;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.125rem;width:2.375rem;top:14.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#WWqQF6dxnW23AvozAVmsSMpr3Pl15aFh { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:12.625rem;left:0rem;display:block; }
#URKBdnIyOHNaiAWzTBTz5LybRAOq9R0S { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.5rem;width:25.4375rem;top:13.625000476837rem;left:1.8125rem;display:block; }
#PhItOhAROqtUFV9HaIkZWDTQb8IrIe8u { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.78125rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I6mM8Gey8znGkpXCyNPzV7up5mdh71D9 { position:absolute;display:block;z-index:15005;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.4375rem;width:25.4375rem;top:20.9375rem;left:1.8125rem;display:block; }
#wbCqTAZx8AIgQ9eBs1rtGLud1gfsG6vV { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:19.9375rem;left:0rem;display:block; }
#abZrDdkfcM3gpk6Mb5SJvPMawm9JmbRq { 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:2.4375rem;width:2.4375rem;top:21.3125rem;left:1.375rem;overflow:hidden;display:block; }
#ZH7b3y5x1Vz3scZJ69PHxbrl3FTVGWUi { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.375rem;width:25.5rem;top:28.3125rem;left:1.8125rem;display:block; }
#de8vWTp9kXHPykHyOIOHMQ6KCwL24ORG { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:27.3125rem;left:0rem;display:block; }
#pP57gEUPbr0JV5xOaA632ksv1bDfZuul { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:28.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#m200WfyhWzZUmmxVFZageJsDZ6zKcnPX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:23.0625rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZVhqtDSfBqth54Xk1zeArWt2G28GFXTN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:30.4375rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTMEKgOoR5nyd7wdDhiCWJrS5ZKSiERc { position:absolute;display:block;z-index:15027;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:34.25rem;left:0rem;display:block; }
#VvLrcumeydkDOX3h6u5FUnhvSddlyzVL { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.375rem;width:25.5rem;top:35.25rem;left:1.8125rem;display:block; }
#kRIckCXLJMPq3ZkX0vh8d9DBnpEv9s07 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:37.375rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzOa1AzOTekXmZ27HBSxFeQ3JmApegUz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:35.21875rem;left:1rem; }
#PiytUEWmTazqGU14ZFkFNaqRhmxZks6W { position:absolute;display:block;z-index:15007;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:27.6875rem;width:27.9375rem;top:13.625rem;left:32.0625rem;overflow:hidden;display:block; }
#WOez7QzvNISkJlVBBMRcMJOmDG3sm5Wc { 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:6.4375rem;width:6.3125rem;top:21.9375rem;left:49.3125rem;overflow:hidden;display:block; }
#P5HWBhelOnnfb44GqR4EytvMpW9tdpTD { position:absolute;display:block;z-index:15030;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:3.625rem;top:17.875rem;left:31.4375rem;overflow:hidden;display:block; }
#Xp0J3UhAUIZ8Wo2eGv8AtPQwW8C4oisK { z-index:15006;top:46.0498046875rem;left:23.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;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.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#To0EtK0B1FKFmVShkPit0Uz3Bpg4ZOzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container { background-color: transparent; background-image: none; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container > .video-iframe-container { display: none; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row > .video-iframe-container { display: none; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .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); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container { border-width: 0; border-radius: 0; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container { width:60rem;height:30.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JzZsK6GTAeCQuVdbtlQz4mFyZrdMfNFu { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.8125rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZlXwIHXlFqJivpLTo6ThSr8ZhgK8yQz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:18.625rem;left:8.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HW1lwE5xsTTuW63VASbSnuwHTGpVs3TK { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.1875rem;left:9rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMH5UpZScGTcTGaUsDCLS7TccMIlo2Nw { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2ddb59e2-0208-4d9f-93ca-4371a9ff09cf/393.jpg");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11rem;width:11rem;top:6.75rem;left:7.9375rem;display:block; }#VMH5UpZScGTcTGaUsDCLS7TccMIlo2Nw.adaptive-delivery-prevent-bg, #VMH5UpZScGTcTGaUsDCLS7TccMIlo2Nw.lazyload, #VMH5UpZScGTcTGaUsDCLS7TccMIlo2Nw.lazyloading { background-image: none; }
#oWPWEqc6NQ9cGaXzCk5hvvqEBVHiTDHZ { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4357b73e-0fed-47b4-8346-733e89bb86c5/403.jpg");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.25rem;width:11.25rem;top:6.625rem;left:23.75rem;display:block; }#oWPWEqc6NQ9cGaXzCk5hvvqEBVHiTDHZ.adaptive-delivery-prevent-bg, #oWPWEqc6NQ9cGaXzCk5hvvqEBVHiTDHZ.lazyload, #oWPWEqc6NQ9cGaXzCk5hvvqEBVHiTDHZ.lazyloading { background-image: none; }
#vOEyxbVC6CphW6whL2B5fLBSS37JF3qm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:18.625rem;left:23.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaTqHMdebacTZQf8GCLBnPFE1fsg3H4J { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.1875rem;left:22.0625rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oZPnPLbkIkFy9Q9SAdeSAya8Hu2dWKqb { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/03da5c06-f3e1-4441-b6ac-23a49def73fa/411.jpg");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.25rem;width:11.25rem;top:6.625rem;left:40.4375rem;display:block; }#oZPnPLbkIkFy9Q9SAdeSAya8Hu2dWKqb.adaptive-delivery-prevent-bg, #oZPnPLbkIkFy9Q9SAdeSAya8Hu2dWKqb.lazyload, #oZPnPLbkIkFy9Q9SAdeSAya8Hu2dWKqb.lazyloading { background-image: none; }
#O4UT3CrgvRFDhvmIIgiFD4hrpnyTV5zM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:18.625rem;left:37.125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKGbhurlevIqTsDdHN88pCOVUeLnloWf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.1875rem;left:41.4375rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRzuKOB3lIqzhicrHnbmWx7Dhcu6uy1h { z-index:15005;top:25.9873046875rem;left:23.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;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.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MgirAwlE0dADSTmL5Nwb1Lbu8AmEeTaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT { background-color:#f1f0f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row .container { background-color: transparent; background-image: none; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row .container > .video-iframe-container { display: none; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row > .video-iframe-container { display: none; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .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); }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row .container { border-width: 0; border-radius: 0; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row .container { width:60rem;height:35.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#v8Qn7JMhuPrSEy2VplMNTt5lZivM0K60 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.8125rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbHdlKa0crclsrGB3lSavJsOMdE5GwOF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.900000333786rem;left:7.90625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#lSPO2TaXnmdC4MTT8JJhP8ZC7Ez6fih9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:43.5rem;top:7.88671875rem;left:8.25rem;overflow:hidden;display:block; }
#y77msMsxBL3Xrn6wGLXqCAEKRqy1fvan { z-index:15004;top:30.8623046875rem;left:23.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;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.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rXDiak0T65I0FLQCASEb7BNTzLaDzxmx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 { 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; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row .container { background-color: transparent; background-image: none; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row .container > .video-iframe-container { display: none; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row > .video-iframe-container { display: none; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .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); }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row .container { border-width: 0; border-radius: 0; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#AreTI5s0zG5Sf6QMApOzT2MC9QuTtduX { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Akrdm5kH6VArUxp5DF6Zpw08MZ83qutr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4L8pPm2OJH2GKUsQrUi21lwhgicNMnz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:11.4375rem;left:28.75rem;display:block; }
#QPkzG63nOe6slDN6NHKRptp5gpfulKnB { color:rgba(var(--color-tertiary-2),0.15);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMX61Kp95TpoCBzqleIAdMmCGMvo9BOQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:18.9375rem;top:12.375rem;left:0rem;display:block; }
#hR0xVwqa9lxOnrloQaC5qDN04z5JLbXD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:15.0703125rem;left:0.71875rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOKJ6OzDT0rsx6JSGlstZrG51lBTpSD9 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.875rem;left:5.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VK8n9eqN16SahtTKFILP1F3NEmE8fTEO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.6875rem;left:5.375rem;height:3.1669875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGrT2Fhw6roD29UuWq2Wwk4rROLORtrb { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36972e7b-044b-4ef3-bd83-e7f991fac5f6/DOSENMAGISTER4.jpg");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.0625rem;left:0rem;display:block; }#cGrT2Fhw6roD29UuWq2Wwk4rROLORtrb.adaptive-delivery-prevent-bg, #cGrT2Fhw6roD29UuWq2Wwk4rROLORtrb.lazyload, #cGrT2Fhw6roD29UuWq2Wwk4rROLORtrb.lazyloading { background-image: none; }
#kmmTQ9z6iJa38JsccCAE3Rb0lSGWGUhs { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.875rem;left:26rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAc3hqo1mkWTXmt5MzrS9oZMy59TyKKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.5rem;left:26rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HP99MLnuDMmlbF3RAT2Rz8BoaUGfFDtT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.125rem;width:18.9375rem;top:12.4375rem;left:20.562501907349rem;display:block; }
#KJ1lJaCH3uZyBuAH45bMXUyT43QklVEP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:14.58203125rem;left:21.25rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wdxx3sFLL0hgP1IK9uEW8Xy37sCqinU4 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee109191-613c-4eda-8bf1-530807b09eba/DOSENMAGISTER5.jpg");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.0625rem;left:20.5625rem;display:block; }#Wdxx3sFLL0hgP1IK9uEW8Xy37sCqinU4.adaptive-delivery-prevent-bg, #Wdxx3sFLL0hgP1IK9uEW8Xy37sCqinU4.lazyload, #Wdxx3sFLL0hgP1IK9uEW8Xy37sCqinU4.lazyloading { background-image: none; }
#sAITqaFAJ9eLknceRxMaCozVotaN9VUR { color:rgba(var(--color-tertiary-3),1);display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.875rem;left:46.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AbIPqTd75ILZmX6zDqHmN61c5aSuVDOa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.6875rem;left:46.4375rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qy5fqzThgB5VQMXqrdibDWW348tTi6zG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.25rem;width:18.9375rem;top:12.3125rem;left:41.062501907349rem;display:block; }
#Ksx5gdyXA7Xf3n7uUF45s8qIz068dP1B { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:16.044921875rem;left:41.6875rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QZAqtWB8kcmipDnF3z98mTWIux6qZg1Q { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6469a08b-71aa-4950-a593-c8b4e60220e9/DOSENMAGISTER6.jpg");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.0625rem;left:41.0625rem;display:block; }#QZAqtWB8kcmipDnF3z98mTWIux6qZg1Q.adaptive-delivery-prevent-bg, #QZAqtWB8kcmipDnF3z98mTWIux6qZg1Q.lazyload, #QZAqtWB8kcmipDnF3z98mTWIux6qZg1Q.lazyloading { background-image: none; }
#lhE2FxTbCVFiEsruW9xXaBPiFApdvlHS { z-index:15005;top:35.611978530884rem;left:23.75rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;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.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z1xvGM9TiQxLWRo7r0knX17h9yAGZy0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f6;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; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { background-color: transparent; background-image: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container > .video-iframe-container { display: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container { display: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .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); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { border-width: 0; border-radius: 0; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.0625rem;left:2.9375rem;height:5.39941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MoUTBRMZMTmUbzNuNKAIPHLP8JBKtJLU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.5625rem;height:4.2246125rem;font-style:normal;display:block; }
#Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:6rem;left:2.5625rem;display:block; }
#uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:7.375rem;left:2.5625rem;height:6.186525rem;font-style:normal;display:block; }
#ztukB9BXJKOloNLip3elCbRIyhNtuUZ4 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.24) ;height:17.3125rem;width:30.8125rem;top:5rem;left:29.1875rem;display:block; }
#pUcRySgTGEbQneQpZnim1OZgatqz8J5x { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:35.0625rem;top:0.0625rem;left:0rem;display:block; }
#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aWBPk_GBaCk/unsplash/koushik-chowdavarapu-aWBPk_GBaCk-photo-1506463108611-88834e9f6169.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm.adaptive-delivery-prevent-bg, #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm.lazyload, #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm.lazyloading { background-image: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { background-color: transparent; background-image: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .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.9); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .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); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { border-width: 0; border-radius: 0; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm::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; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.3085975646973rem;left:0rem;height:2.19375rem;font-style:normal;display:block; }
#XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { color:#ffb300;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5609378814697rem;left:0.0625rem;height:1.4625rem;font-style:normal;display:block; }
#zIgtASA5wzmADMf00J982H80ViIMPXFS { z-index:15003;top:3.40625rem;left:44.58749961853rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;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.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kuhxuWbqfVxCgLRLyZyp7PcIbkomTpPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);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; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { background-color: transparent; background-image: none; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container > .video-iframe-container { display: none; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row > .video-iframe-container { display: none; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .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); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { border-width: 0; border-radius: 0; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#fT4KkWOiieNCoGuEc0DMtcurC53IrvJz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:48.375rem;display:block; }
#hP1WXT92e30rEO9bwGSgvqExuttfJFMF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:51.9375rem;display:block; }
#sSOPs6THWXsBhbdpowRt9lVwffrNGaDn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:55.9375rem;display:block; }
#BXwN28UW6kfHsnLdfn5Qpz3dGg4Rvs4J { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5.38671875rem;left:50.437498092651rem;height:2.45rem;font-style:normal;display:block; }
#ulZJ0HlDe4C4zb307gg1ouy4h0NuZvk9 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#yrLSwr5f3na5Zio9hz0mdln9zGCmww2M { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6rem;left:40.3125rem;height:1.22514375rem;font-style:normal;display:block; }
#fH1wm0y4HNflO3Cx3DfQTwvu2isbwILT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:26.187501907349rem;height:1.22514375rem;font-style:normal;display:block; }
#zX1lmTI3EGRKkxlxVN0ZTyENyQT585Xn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.05025rem;font-style:normal;display:block; }
#gxyuPr4b97aJ4iJW6cTwh5m2NXXR2uCI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.625001907349rem;height:1.05025rem;font-style:normal;display:block; }
#Tx6rAp720DhsmPb88toKPDqIawhJZoDF { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#ZS2Z8upbASdr3QCGbckfmvF3WTAIXwZT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9554748535156rem;left:24.500001907349rem; }
#d4ExT9ODDEngOfMI7SxNJGlDiwIsCx5R { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.875rem;left:38.375rem; }
#vRKoEKhqVM5a8iGEUArgZDObAkuUgl3P { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6rem;left:48.375rem; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.15625rem;left:48.96875rem; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cl8W8GX9m7xZOroyT368ce6vTLCRW76z { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.125rem;left:52.5rem; }
#cl8W8GX9m7xZOroyT368ce6vTLCRW76z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:56.375rem; }
#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CFwbaMKRrA6iBP8SHsSHRmxuLGBFKyAt { position:absolute;display:block;z-index:15033;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:20rem;top:5.6179676055908rem;left:0rem;overflow:hidden;display:block; }
#o4UxCTlz0N3TnqrCOsvpK92bzWorS57F { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:17.624219894409rem;left:19.593751907349rem;height:1.22514375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k399bafo4PwcPSfDUSyzNW1ZU2LO014U { width:20rem;height:4rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXs6phRcWHP5dHo1Cw21HmrOJISGma9J { top:1.375rem;left:17.90625rem;width:5.3125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZrnTTOHGnXxomspQsFVP2TxTf53lqF { top:2.25rem;left:33.625rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxZ6oR5Mp7TKi9WxqfDpNZM1gspH44g { top:2.625rem;left:32.875rem;width:14.875rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxhqCF1ec4zM0bVGcWRBRudwSPkQdTEX { top:8.25rem;left:13.8125rem;width:33.9375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBT5oTwCPa3hPayZOG8BQ6WCfl5eBwe { top:9.9375rem;left:14.4375rem;width:33.3125rem;height:7.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCbXbHPgmqOdhXNoCEN30gVKRn8Fd2tK { top:18.5rem;left:16.8125rem;width:30.9375rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJJiGLVkPAT8Rh3VHn1cx1U1mZ1RdJ6h { top:24.375rem;left:20.5625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5aLz6q3gNJUIWPggJ7THertki6lPHSz { top:24.5rem;left:19.5rem;width:28.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhUWH0QiCgLXVGPaen6XhKsv8TvrGoBZ { top:26.875rem;left:20.5625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ZuwS8GJx7oWKsfF93waFIrskLoAQ2w { top:26.5rem;left:17.3125rem;width:30.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvi9s9fars6iV2H2DRMH3eZbsTeWPVLE { top:29.6875rem;left:20.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOpQhTd2boRFkgQI2BteHkbctFzGoA7g { top:29.8125rem;left:19.5rem;width:28.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z141DOUAN7HCU7ILKROsMZahEK0SM2bc { top:32.125rem;left:20.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baCEIWNgPPHMSO8KOv4eTCr1p5m3exH3 { top:32.0625rem;left:22.5rem;width:25.25rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw  { width:17.5rem;height:auto;top:1.75rem;left:0rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw {display:block;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw { width:17.5rem;height:auto;top:1.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #XE85geNTfpTb5yd9gQBLO3d7uK8VtVZr {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #TlOW8k9EyqM4P07rK4xcTI7RZ4uIuoTQ {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #H3mBLWCkI7BxAhAflF4pJqLdPkgKOUIT {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #qg8L6NT1NRROxVW1hSJWZFQoMm0yEQWw {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #NuHAnG0RNJ19MJCQZqIzVT3xnxib0Lp7 {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #UTJcUvMxCVHiA76lBKSy9Uo69TxEuESq {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #PSQsLxTXTFPN8JZ3oO5mg3JR77kv0wki {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #mk3pT7n5kQwZ2vTKQiNEq2wI2FgsI8bv {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #mG2GdrBERGC8iTDfMXLqcVuogHHDDZDD {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #bBGhFdMqTQxMJZN8BeRdw3n7ERsiTW7A {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #Al3kQnqaaAqfR6dfVVh3C1STarfO68Ct {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #eJFtKhg1Jv5cfoeKyq11kx9itqrVfAhR {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #sIRIObOU5WdcWTIazPkZQtBQTlRt8stT {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #N2iOxLWI11Os72virTiUr349GSUaW7hT {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #z5zUCXT60ftRMNkxkxkFHSVepeNVPTvw {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #z0iLP6iAmfGiLwEVfx3isv6qWKe3NDTM {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #aug7PU94HFOtoaPD85TJdCBJJMyrAnVn {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #nqpDxLcw3oTJ1kHy64Z4EPf6cu7ehZWl {  }
 }@media only screen and (max-width: 763px) { #NpoJDZWLKVStICZ2gAMXG3gnwI7i6B5P { display:block; }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #phQbmwtenDBgVs7xp6A5a0FxFddexeDb {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #shOH5RlS9dhsvbBO73bU8eKhuXPZaPdW {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #ab752zTNbrx1V5l2DewzKLDzJp2GbaTg {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #p4LBgTQ3gJTJTE4foxGlbmTkMTOBqTVw {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #pk1sVSycbB6uB7zfObFI0gUdlag0E41k {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #VU71v7lAlzr42Kc9b9dTbVWmePInuXIL {  }
 }@media only screen and (max-width: 763px) { #q0VHKxLTzicQCAhv4L8EBUfEbgc6OutP { display:block; }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #EhygWThxkxSG96G5BlgGXTFftQV3VsVB {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #Q1HzeK7gPXpglZQoJdTUrRI8q9K5xc1y {  }
 }@media only screen and (max-width: 763px) { #R50kQUOTBIaKg9NlggoO2fQkKMPAWvfr { width:34.6875rem;height:;top:2.8125rem;left:13.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBEH1TrW06X4ZFVSXEcLAU5OazS67zSi { width:30.6875rem;height:8.75rem;top:10.8125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DehpBcv2vWCi5xpA6rxPwSqsbAH7mn2m { width:28.3125rem;height:2.875rem;top:22.5rem;left:17.811719894409rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww04ZThSM8VyXQtbV46i0WVkLkOGmWkE { width:21.9375rem;height:2.875rem;top:28.8125rem;left:17.811719894409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsxRseepWOIsaScn8LvBExM9g6Sp7Kq { width:31.25rem;height:0.8125rem;top:34.6875rem;left:16.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5I69k9TUNSMx2APPnoZnyamMt3QgXkv { display:block; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpauqeAi9LDuBy0ZOKG4HfCs8sVTvpdF { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZEc6S2AQNedWa8Xxg9xUtbtg5SZsMb9 { width:47.75rem;height:0.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmO1bTBqsJX8u1EVC1g9VTK02FgdcXyJ { width:47.75rem;height:3.25rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n02McbOoBUkGF58w4o0NGIUFwUTaeCOv { top:7.6875rem;left:2.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as7k9y55plIFu7h3ivH82V3kAntytEsb { width:16.875rem;height:1.9375rem;top:13.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTvHX7RFC6kLvXLuMZ4fuys9TP2rDLg { width:16.875rem;height:1.9375rem;top:13.375rem;left:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI85yZFHq3puHokm4Jtf3nUxIEwnlO98 { top:7.6875rem;left:23.125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStGlCOqywoGMho82Pcln66C4MBHD3LI { top:7.9375rem;left:40.875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qsAQ3tahr51fsIeLocHUGU9OaLEGH8 { width:16.875rem;height:1.9375rem;top:13.375rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNXKhvTTGxG4rD8TTcuRqJI8auL9GWU { top:20.375rem;left:12.125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1FfxR6IakwRyw1uzvzMMctcu7Xr9ZLB { width:16.875rem;height:1.9375rem;top:26.125rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDIdMrH28warcN7OnQy9cG2tlb8vzMKU { width:16.875rem;height:1.9375rem;top:26.0625rem;left:28.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVA6eGhd9E5EfXaA8UfRhPC4OwIuNSz7 { top:20.375rem;left:34.125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJMULOLlmfuAdDDAzVixxPT2UBGwrtJ { width:7.625rem;height:2.4375rem;top:15.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG1A0m2LDTDqP8H42GpaN9y8JvsA3Nn7 { display:block; }
 }@media only screen and (max-width: 763px) { #k01Gay0zRICumDf6gIaBThM2q5OyBuvf { width:7.625rem;height:2.4375rem;top:15.8125rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIS1X5r4SJSp49gVpT1Ih6wzLNBwmIVM { display:block; }
 }@media only screen and (max-width: 763px) { #WRpzU8J1ZnTIhcHBN4wsurxEG7UmVpaK { width:7.625rem;height:2.4375rem;top:15.8125rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGZFkOqLPWTaEQ4HipSg2Codw3BAUMs3 { display:block; }
 }@media only screen and (max-width: 763px) { #PgORJZqS9HfTFoOS3w3Tv7blJ0XuW4ka { width:7.625rem;height:2.4375rem;top:28.625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngm7XVByrwW8H5RNQecrCBZTNaOx1w0g { display:block; }
 }@media only screen and (max-width: 763px) { #CTeFRX13c2J35DOLADvDf40WcM0q3huK { width:7.625rem;height:2.4375rem;top:28.625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9TrT4EBW3O6oLcUrqS1NyTTimPKoKv { display:block; }
 }@media only screen and (max-width: 763px) { #LfvNK7CxRLwhIiC1O4ahKzmqKiBn3XQ7 { top:33.75rem;left:17.625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eawUuQ3EEPCgPIhOQtuAx2wRpnhiJJKT { display:block; }
 }@media only screen and (max-width: 763px) { #b24frAgZAO9AOFTGUJk2D4LintebiAvS { display:block; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOxWwUgwhQvaekwULbO5ae2zXHWiS0CK { width:16.875rem;height:1.9375rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqW0emthu9mEiEs6zkTtSMgtk9b0ZdNo { width:16.875rem;height:3rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOSrVQ7RSq2EVHJQEGJJCcwLe5ldCftx { width:16.875rem;height:1.9375rem;top:17.4375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHc7ufIfqMJgfHw3rgklnAExkVXn8lB0 { width:16.875rem;height:4.5rem;top:20.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL59TvZ2q73tVWn6IAqnhNBepmCuNhBR { width:22.0625rem;height:1.75rem;top:17.5rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQNVt0xFTp08JSVz1NoDUwUkeI2wedp { width:16.875rem;height:4.5rem;top:20.125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIdcOTRzZgdgRDlFyg8CRUZXWDQDwh57 { width:47.75rem;height:0.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PorIU5c40OcqiqTxAO5u191hVGc5wLoZ { width:47.75rem;height:3.25rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0qdFNklSXmCpL4s5rn2oMq2JEHq1MR1 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krpVCs0M3Qe2fPu9XgsQkKCPoXqh2VBD { width:16.875rem;height:1.9375rem;top:30.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p33TxgQV06O89TupfPfNJqTZDsHTgos5 { width:16.875rem;height:3rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSbXh4Gewh7mhJF6GrhpGJMTdsmODE3 { width:16.875rem;height:1.9375rem;top:30.5rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaU5ZLugopRVUPI1vZ0zSRWylc6kvK4I { width:16.875rem;height:3rem;top:33.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0VN3eQw4r6HOibqusE0i88A2HCZsc4 { width:18.25rem;height:1.9375rem;top:30.5rem;left:29.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BslXWWtCwCHc5yxo9zlHsKG8fiwDsAZA { width:16.875rem;height:3rem;top:33.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHekbMsqHEsCnS6o8FaMgrWvdIbhX6CJ { width:3.125rem;height:3.125rem;top:13.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnkWJeOR6vCXlOaxOue2rUD8dplR3A6G { width:3.125rem;height:3.125rem;top:13.8125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM2mIN4mE5AazmKisrV1Cnx1vw3HgoIZ { width:3.125rem;height:3.125rem;top:13.75rem;left:36.967969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOIweGQrhbRLVRRJCodrCh4MdirtkZNi { width:3.125rem;height:3.125rem;top:26.75rem;left:36.967969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWuVK10yf39nmZJldABFhnmMSWJVZbRP { width:3.125rem;height:3.125rem;top:26.8125rem;left:21.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1yf3hLr8tqUNagSdtAcp3PUENdPZWl0 { width:3.125rem;height:3.125rem;top:26.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP7262rFS0NfkDwrKxm2H7mwkxULLqI1 { top:6.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld99ws0yVtPV3NdVIRx0mBU737IMl6uX { top:41.75rem;left:17.5625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLVpbSpi9a86h9zz0WnNK4GfP5LzluFL { display:block; }
 }@media only screen and (max-width: 763px) { #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw { display:block; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhrX0FyzoBX2VWPlPWTlTVKsHeLJu8aU { top:4.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpig8eqRz6PfUseX46DaIzZs3Lh84XR9 { top:8.125rem;left:0rem;width:30.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9NotseswZuCOy1W8y4tI28nnph6VcRW { top:14.1875rem;left:0rem;width:2.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqQF6dxnW23AvozAVmsSMpr3Pl15aFh { top:12.625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKBdnIyOHNaiAWzTBTz5LybRAOq9R0S { top:13.625rem;left:0rem;width:25.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhItOhAROqtUFV9HaIkZWDTQb8IrIe8u { top:15.75rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6mM8Gey8znGkpXCyNPzV7up5mdh71D9 { top:20.9375rem;left:0rem;width:25.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCqTAZx8AIgQ9eBs1rtGLud1gfsG6vV { top:19.9375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZrDdkfcM3gpk6Mb5SJvPMawm9JmbRq { top:21.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7b3y5x1Vz3scZJ69PHxbrl3FTVGWUi { top:28.3125rem;left:0rem;width:25.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8vWTp9kXHPykHyOIOHMQ6KCwL24ORG { top:27.3125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP57gEUPbr0JV5xOaA632ksv1bDfZuul { top:28.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m200WfyhWzZUmmxVFZageJsDZ6zKcnPX { top:23.0625rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVhqtDSfBqth54Xk1zeArWt2G28GFXTN { top:30.4375rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMEKgOoR5nyd7wdDhiCWJrS5ZKSiERc { top:34.25rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLrcumeydkDOX3h6u5FUnhvSddlyzVL { top:35.25rem;left:0rem;width:25.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIckCXLJMPq3ZkX0vh8d9DBnpEv9s07 { top:37.375rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzOa1AzOTekXmZ27HBSxFeQ3JmApegUz { top:35.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiytUEWmTazqGU14ZFkFNaqRhmxZks6W { top:13.625rem;left:19.8125rem;width:27.9375rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOez7QzvNISkJlVBBMRcMJOmDG3sm5Wc { top:21.9375rem;left:40.125rem;width:6.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5HWBhelOnnfb44GqR4EytvMpW9tdpTD { top:17.875rem;left:23.875rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0J3UhAUIZ8Wo2eGv8AtPQwW8C4oisK { top:46rem;left:11.375rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #To0EtK0B1FKFmVShkPit0Uz3Bpg4ZOzW { display:block; }
 }@media only screen and (max-width: 763px) { #mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 { display:block; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzZsK6GTAeCQuVdbtlQz4mFyZrdMfNFu { width:47.75rem;height:3.875rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZlXwIHXlFqJivpLTo6ThSr8ZhgK8yQz { width:9.125rem;height:2.5rem;top:18.625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW1lwE5xsTTuW63VASbSnuwHTGpVs3TK { width:9rem;height:2.0625rem;top:21.1875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMH5UpZScGTcTGaUsDCLS7TccMIlo2Nw { width:11rem;height:11rem;top:6.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWPWEqc6NQ9cGaXzCk5hvvqEBVHiTDHZ { width:11.25rem;height:11.25rem;top:6.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOEyxbVC6CphW6whL2B5fLBSS37JF3qm { width:12.1875rem;height:2.5rem;top:18.625rem;left:17.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTqHMdebacTZQf8GCLBnPFE1fsg3H4J { width:14.5625rem;height:2.0625rem;top:21.1875rem;left:15.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPnPLbkIkFy9Q9SAdeSAya8Hu2dWKqb { width:11.25rem;height:11.25rem;top:6.625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4UT3CrgvRFDhvmIIgiFD4hrpnyTV5zM { width:17.875rem;height:2.5rem;top:18.625rem;left:29.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGbhurlevIqTsDdHN88pCOVUeLnloWf { width:9.25rem;height:2.0625rem;top:21.1875rem;left:35.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzuKOB3lIqzhicrHnbmWx7Dhcu6uy1h { top:25.9375rem;left:17.625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgirAwlE0dADSTmL5Nwb1Lbu8AmEeTaB { display:block; }
 }@media only screen and (max-width: 763px) { #IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT { display:block; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8Qn7JMhuPrSEy2VplMNTt5lZivM0K60 { width:47.75rem;height:3.875rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHdlKa0crclsrGB3lSavJsOMdE5GwOF { top:5.875rem;left:1.78125rem;width:44.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPO2TaXnmdC4MTT8JJhP8ZC7Ez6fih9 { top:7.875rem;left:2.125rem;width:43.5rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77msMsxBL3Xrn6wGLXqCAEKRqy1fvan { top:30.8125rem;left:17.625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXDiak0T65I0FLQCASEb7BNTzLaDzxmx { display:block; }
 }@media only screen and (max-width: 763px) { #tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 { display:block; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AreTI5s0zG5Sf6QMApOzT2MC9QuTtduX { width:47.75rem;height:4.0625rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akrdm5kH6VArUxp5DF6Zpw08MZ83qutr { width:47.75rem;height:1.625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4L8pPm2OJH2GKUsQrUi21lwhgicNMnz { width:2.5rem;height:0.125rem;top:11.4375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPkzG63nOe6slDN6NHKRptp5gpfulKnB { width:47.75rem;height:9.75rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMX61Kp95TpoCBzqleIAdMmCGMvo9BOQ { width:18.9375rem;height:13.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR0xVwqa9lxOnrloQaC5qDN04z5JLbXD { width:17.5rem;height:7.75rem;top:15.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOKJ6OzDT0rsx6JSGlstZrG51lBTpSD9 { width:11.25rem;height:1.625rem;top:26.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK8n9eqN16SahtTKFILP1F3NEmE8fTEO { width:13.625rem;height:3.125rem;top:28.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGrT2Fhw6roD29UuWq2Wwk4rROLORtrb { width:4.5625rem;height:4.5625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmmTQ9z6iJa38JsccCAE3Rb0lSGWGUhs { width:11.25rem;height:1.625rem;top:26.875rem;left:19.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAc3hqo1mkWTXmt5MzrS9oZMy59TyKKQ { width:13.25rem;height:2.0625rem;top:28.5rem;left:19.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP99MLnuDMmlbF3RAT2Rz8BoaUGfFDtT { width:18.9375rem;height:13.125rem;top:12.4375rem;left:14.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ1lJaCH3uZyBuAH45bMXUyT43QklVEP { width:17.5rem;height:8.75rem;top:14.5625rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdxx3sFLL0hgP1IK9uEW8Xy37sCqinU4 { width:4.5625rem;height:4.5625rem;top:27.0625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAITqaFAJ9eLknceRxMaCozVotaN9VUR { width:12.6875rem;height:1.625rem;top:26.875rem;left:35.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbIPqTd75ILZmX6zDqHmN61c5aSuVDOa { width:13.5625rem;height:2.0625rem;top:28.6875rem;left:34.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy5fqzThgB5VQMXqrdibDWW348tTi6zG { width:18.9375rem;height:13.25rem;top:12.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksx5gdyXA7Xf3n7uUF45s8qIz068dP1B { width:17.5rem;height:5.8125rem;top:16rem;left:30.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZAqtWB8kcmipDnF3z98mTWIux6qZg1Q { width:4.5625rem;height:4.5625rem;top:27.0625rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhE2FxTbCVFiEsruW9xXaBPiFApdvlHS { top:35.5625rem;left:17.625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1xvGM9TiQxLWRo7r0knX17h9yAGZy0N { display:block; }
 }@media only screen and (max-width: 763px) { #Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { display:block; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { width:26.0625rem;height:5.375rem;top:15.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUTBRMZMTmUbzNuNKAIPHLP8JBKtJLU { width:24.6875rem;height:2.0625rem;top:3.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { width:3.875rem;height:0.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { width:24.8125rem;height:7.375rem;top:7.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztukB9BXJKOloNLip3elCbRIyhNtuUZ4 { width:30.8125rem;height:17.3125rem;top:5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcRySgTGEbQneQpZnim1OZgatqz8J5x { width:35.0625rem;height:24.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { width:33.4375rem;height:2.1875rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:31.125rem;height:1.4375rem;top:5.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgtASA5wzmADMf00J982H80ViIMPXFS { top:3.375rem;left:35.25rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuhxuWbqfVxCgLRLyZyp7PcIbkomTpPi { display:block; }
 }@media only screen and (max-width: 763px) { #iG0VWix5tvxpukMxhh4D9KPJWguuDTBE { display:block; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4KkWOiieNCoGuEc0DMtcurC53IrvJz { top:14.5625rem;left:42.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1WXT92e30rEO9bwGSgvqExuttfJFMF { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSOPs6THWXsBhbdpowRt9lVwffrNGaDn { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwN28UW6kfHsnLdfn5Qpz3dGg4Rvs4J { top:5.375rem;left:38.1875rem;width:9.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZJ0HlDe4C4zb307gg1ouy4h0NuZvk9 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLSwr5f3na5Zio9hz0mdln9zGCmww2M { top:6rem;left:34.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH1wm0y4HNflO3Cx3DfQTwvu2isbwILT { top:6.0625rem;left:20.062501907349rem;width:11.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1lmTI3EGRKkxlxVN0ZTyENyQT585Xn { top:13.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxyuPr4b97aJ4iJW6cTwh5m2NXXR2uCI { top:4.0625rem;left:18.500001907349rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6rAp720DhsmPb88toKPDqIawhJZoDF { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2Z8upbASdr3QCGbckfmvF3WTAIXwZT { top:5.9375rem;left:18.375001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ExT9ODDEngOfMI7SxNJGlDiwIsCx5R { top:5.875rem;left:32.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKoEKhqVM5a8iGEUArgZDObAkuUgl3P { top:6rem;left:42.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV { top:15.125rem;left:42.84375rem;width:1.875rem;height:1.875rem;display:block; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cl8W8GX9m7xZOroyT368ce6vTLCRW76z { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#cl8W8GX9m7xZOroyT368ce6vTLCRW76z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CFwbaMKRrA6iBP8SHsSHRmxuLGBFKyAt { top:5.5625rem;left:0rem;width:20rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4UxCTlz0N3TnqrCOsvpK92bzWorS57F { top:17.5625rem;left:13.46875rem;width:26.5rem;height:1.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7133b5e2-5846-4e30-bf9e-ba9f3b929320/landingiuconline6400x2000px.crop_2786x2000_1772,0.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k399bafo4PwcPSfDUSyzNW1ZU2LO014U { top:2.375rem;left:0rem;width:15.5rem;height:2.875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tXs6phRcWHP5dHo1Cw21HmrOJISGma9J { width:3.6875rem;height:3.375rem;top:2.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZrnTTOHGnXxomspQsFVP2TxTf53lqF { width:14.125rem;height:2.3125rem;top:6.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxZ6oR5Mp7TKi9WxqfDpNZM1gspH44g { width:14.875rem;height:1.30625rem;top:7.375rem;left:2.5625rem;font-size:1.1875rem;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; }
 }@media only screen and (max-width: 763px) { #XxhqCF1ec4zM0bVGcWRBRudwSPkQdTEX { width:20rem;height:13.625rem;top:9.9371414184569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBT5oTwCPa3hPayZOG8BQ6WCfl5eBwe { width:20rem;height:7.15rem;top:10.5rem;left:0rem;font-size:1.625rem;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; }
 }@media only screen and (max-width: 763px) { #zCbXbHPgmqOdhXNoCEN30gVKRn8Fd2tK { width:20rem;height:4.33125rem;top:18.125rem;left:0rem;font-size:1.3125rem;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; }
 }@media only screen and (max-width: 763px) { #AJJiGLVkPAT8Rh3VHn1cx1U1mZ1RdJ6h { display:flex;width:1.6875rem;height:1.6875rem;top:25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #J5aLz6q3gNJUIWPggJ7THertki6lPHSz { width:11.75rem;height:2.475rem;top:24.625rem;left:4.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bhUWH0QiCgLXVGPaen6XhKsv8TvrGoBZ { display:flex;width:1.6875rem;height:1.6875rem;top:28.25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #D2ZuwS8GJx7oWKsfF93waFIrskLoAQ2w { width:14.375rem;height:3.7125rem;top:27.9375rem;left:4.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wvi9s9fars6iV2H2DRMH3eZbsTeWPVLE { display:flex;width:1.6875rem;height:1.6875rem;top:32.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #gOpQhTd2boRFkgQI2BteHkbctFzGoA7g { width:11.8125rem;height:2.475rem;top:32.25rem;left:4.25rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z141DOUAN7HCU7ILKROsMZahEK0SM2bc { display:flex;width:1.6875rem;height:1.6875rem;top:35.75rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #baCEIWNgPPHMSO8KOv4eTCr1p5m3exH3 { width:14.3125rem;height:3.7125rem;top:35.25rem;left:4.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { background-color:transparent;background-image:url("https://images.assets-landingi.com/ixxjruC7Gg4/unsplash/magicpattern-ixxjruC7Gg4-photo-1605106702842-01a887a31122.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.adaptive-delivery-prevent-bg, #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.lazyload, #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.lazyloading { background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,77,30,0.9); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,77,30,0.9); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw  { width:17.5rem;height:auto;top:31.340552926064rem;left:0rem; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw {display:block;}#bdVlnOpDf1ib56QeLus6PqIinPSlIqsw { width:17.5rem;height:auto;top:31.340552926064rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #XE85geNTfpTb5yd9gQBLO3d7uK8VtVZr {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #TlOW8k9EyqM4P07rK4xcTI7RZ4uIuoTQ {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #H3mBLWCkI7BxAhAflF4pJqLdPkgKOUIT {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #qg8L6NT1NRROxVW1hSJWZFQoMm0yEQWw {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #NuHAnG0RNJ19MJCQZqIzVT3xnxib0Lp7 {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #UTJcUvMxCVHiA76lBKSy9Uo69TxEuESq {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #PSQsLxTXTFPN8JZ3oO5mg3JR77kv0wki {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #mk3pT7n5kQwZ2vTKQiNEq2wI2FgsI8bv {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #mG2GdrBERGC8iTDfMXLqcVuogHHDDZDD {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #bBGhFdMqTQxMJZN8BeRdw3n7ERsiTW7A {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #Al3kQnqaaAqfR6dfVVh3C1STarfO68Ct {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #eJFtKhg1Jv5cfoeKyq11kx9itqrVfAhR {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #sIRIObOU5WdcWTIazPkZQtBQTlRt8stT {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #N2iOxLWI11Os72virTiUr349GSUaW7hT {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #z5zUCXT60ftRMNkxkxkFHSVepeNVPTvw {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #z0iLP6iAmfGiLwEVfx3isv6qWKe3NDTM {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #aug7PU94HFOtoaPD85TJdCBJJMyrAnVn {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #nqpDxLcw3oTJ1kHy64Z4EPf6cu7ehZWl {  }
 }@media only screen and (max-width: 763px) { #NpoJDZWLKVStICZ2gAMXG3gnwI7i6B5P { display:block; }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #phQbmwtenDBgVs7xp6A5a0FxFddexeDb {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #shOH5RlS9dhsvbBO73bU8eKhuXPZaPdW {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #ab752zTNbrx1V5l2DewzKLDzJp2GbaTg {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #p4LBgTQ3gJTJTE4foxGlbmTkMTOBqTVw {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #pk1sVSycbB6uB7zfObFI0gUdlag0E41k {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #VU71v7lAlzr42Kc9b9dTbVWmePInuXIL {  }
 }@media only screen and (max-width: 763px) { #q0VHKxLTzicQCAhv4L8EBUfEbgc6OutP { display:block; }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #EhygWThxkxSG96G5BlgGXTFftQV3VsVB {  }
 }@media only screen and (max-width: 763px) { #bdVlnOpDf1ib56QeLus6PqIinPSlIqsw #Q1HzeK7gPXpglZQoJdTUrRI8q9K5xc1y {  }
 }@media only screen and (max-width: 763px) { #R50kQUOTBIaKg9NlggoO2fQkKMPAWvfr { width:20rem;height:6.075rem;top:2.0587713718414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UBEH1TrW06X4ZFVSXEcLAU5OazS67zSi { width:17.2480625rem;height:7.8rem;top:11.23046875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DehpBcv2vWCi5xpA6rxPwSqsbAH7mn2m { width:20rem;height:2.925rem;top:22.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww04ZThSM8VyXQtbV46i0WVkLkOGmWkE { width:20rem;height:2.6rem;top:27.686435699463rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsxRseepWOIsaScn8LvBExM9g6Sp7Kq { width:20rem;height:1.625rem;top:67.686431527138rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5I69k9TUNSMx2APPnoZnyamMt3QgXkv { display:block; }#k5I69k9TUNSMx2APPnoZnyamMt3QgXkv > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpauqeAi9LDuBy0ZOKG4HfCs8sVTvpdF { width:3.75rem;height:0.1875rem;top:6.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZEc6S2AQNedWa8Xxg9xUtbtg5SZsMb9 { width:20rem;height:0.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmO1bTBqsJX8u1EVC1g9VTK02FgdcXyJ { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #n02McbOoBUkGF58w4o0NGIUFwUTaeCOv { display:flex;width:5.1875rem;height:5.1875rem;top:9.375rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #as7k9y55plIFu7h3ivH82V3kAntytEsb { width:16.875rem;height:1.4625rem;top:14.562500476837rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTvHX7RFC6kLvXLuMZ4fuys9TP2rDLg { width:16.875rem;height:1.4625rem;top:27.712500572204rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI85yZFHq3puHokm4Jtf3nUxIEwnlO98 { display:flex;width:5.1875rem;height:5.1875rem;top:21.75rem;left:7.4062503576281rem; }
 }@media only screen and (max-width: 763px) { #TStGlCOqywoGMho82Pcln66C4MBHD3LI { display:flex;width:4.75rem;height:4.75rem;top:35.4375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #t1qsAQ3tahr51fsIeLocHUGU9OaLEGH8 { width:16.875rem;height:1.4625rem;top:40.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNXKhvTTGxG4rD8TTcuRqJI8auL9GWU { display:flex;width:5.1875rem;height:5.1875rem;top:48.375rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #r1FfxR6IakwRyw1uzvzMMctcu7Xr9ZLB { width:16.875rem;height:1.4625rem;top:53.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDIdMrH28warcN7OnQy9cG2tlb8vzMKU { width:16.875rem;height:1.4625rem;top:66.25rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVA6eGhd9E5EfXaA8UfRhPC4OwIuNSz7 { display:flex;width:5.1875rem;height:5.1875rem;top:61.0625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #RUJMULOLlmfuAdDDAzVixxPT2UBGwrtJ { width:7.625rem;height:2.4375rem;top:16.575000286103rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG1A0m2LDTDqP8H42GpaN9y8JvsA3Nn7 { display:block; }
 }@media only screen and (max-width: 763px) { #k01Gay0zRICumDf6gIaBThM2q5OyBuvf { width:7.625rem;height:2.4375rem;top:29.699999809265rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIS1X5r4SJSp49gVpT1Ih6wzLNBwmIVM { display:block; }
 }@media only screen and (max-width: 763px) { #WRpzU8J1ZnTIhcHBN4wsurxEG7UmVpaK { width:7.625rem;height:2.4375rem;top:42.950000762939rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGZFkOqLPWTaEQ4HipSg2Codw3BAUMs3 { display:block; }
 }@media only screen and (max-width: 763px) { #PgORJZqS9HfTFoOS3w3Tv7blJ0XuW4ka { width:7.625rem;height:2.4375rem;top:55.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngm7XVByrwW8H5RNQecrCBZTNaOx1w0g { display:block; }
 }@media only screen and (max-width: 763px) { #CTeFRX13c2J35DOLADvDf40WcM0q3huK { width:7.625rem;height:2.4375rem;top:68.4375rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9TrT4EBW3O6oLcUrqS1NyTTimPKoKv { display:block; }
 }@media only screen and (max-width: 763px) { #LfvNK7CxRLwhIiC1O4ahKzmqKiBn3XQ7 { top:73.6875rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eawUuQ3EEPCgPIhOQtuAx2wRpnhiJJKT { display:block; }
 }@media only screen and (max-width: 763px) { #b24frAgZAO9AOFTGUJk2D4LintebiAvS { display:block; }#b24frAgZAO9AOFTGUJk2D4LintebiAvS > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOxWwUgwhQvaekwULbO5ae2zXHWiS0CK { width:16.875rem;height:1.4625rem;top:20.749999046326rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqW0emthu9mEiEs6zkTtSMgtk9b0ZdNo { width:16.875rem;height:3rem;top:22.375000953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IOSrVQ7RSq2EVHJQEGJJCcwLe5ldCftx { width:16.875rem;height:1.4625rem;top:40.062500953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHc7ufIfqMJgfHw3rgklnAExkVXn8lB0 { width:16.875rem;height:4.5rem;top:41.562500953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NL59TvZ2q73tVWn6IAqnhNBepmCuNhBR { width:16.875rem;height:1.35rem;top:61.812500953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQNVt0xFTp08JSVz1NoDUwUkeI2wedp { width:16.875rem;height:4.5rem;top:63.687500953675rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QIdcOTRzZgdgRDlFyg8CRUZXWDQDwh57 { width:20rem;height:0.0625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PorIU5c40OcqiqTxAO5u191hVGc5wLoZ { width:20rem;height:4.125rem;top:2.3617181777954rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #H0qdFNklSXmCpL4s5rn2oMq2JEHq1MR1 { width:3.75rem;height:0.1875rem;top:7.1617193222044rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #krpVCs0M3Qe2fPu9XgsQkKCPoXqh2VBD { width:16.875rem;height:1.4625rem;top:30.312500953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p33TxgQV06O89TupfPfNJqTZDsHTgos5 { width:16.875rem;height:3rem;top:31.937500953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NSSbXh4Gewh7mhJF6GrhpGJMTdsmODE3 { width:16.875rem;height:1.4625rem;top:51.812500953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaU5ZLugopRVUPI1vZ0zSRWylc6kvK4I { width:16.875rem;height:3rem;top:53.437500953674rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tl0VN3eQw4r6HOibqusE0i88A2HCZsc4 { width:16.875rem;height:1.4625rem;top:73.437500953675rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BslXWWtCwCHc5yxo9zlHsKG8fiwDsAZA { width:16.875rem;height:3rem;top:75.187500953675rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QHekbMsqHEsCnS6o8FaMgrWvdIbhX6CJ { width:3.125rem;height:3.125rem;top:17.312499046326rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnkWJeOR6vCXlOaxOue2rUD8dplR3A6G { width:3.125rem;height:3.125rem;top:36.000000953674rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM2mIN4mE5AazmKisrV1Cnx1vw3HgoIZ { width:3.125rem;height:3.125rem;top:57.625000953674rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOIweGQrhbRLVRRJCodrCh4MdirtkZNi { width:3.125rem;height:3.125rem;top:69.562500953675rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWuVK10yf39nmZJldABFhnmMSWJVZbRP { width:3.125rem;height:3.125rem;top:47.875000953674rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1yf3hLr8tqUNagSdtAcp3PUENdPZWl0 { width:3.125rem;height:3.125rem;top:26.500000953674rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP7262rFS0NfkDwrKxm2H7mwkxULLqI1 { width:19rem;height:7.9625rem;top:8.336718559265rem;left:0.5rem;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Ld99ws0yVtPV3NdVIRx0mBU737IMl6uX { top:81.75rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLVpbSpi9a86h9zz0WnNK4GfP5LzluFL { display:block; }
 }@media only screen and (max-width: 763px) { #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw { display:block; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhrX0FyzoBX2VWPlPWTlTVKsHeLJu8aU { width:19.3125rem;height:4.65rem;top:3.4242187738419rem;left:0.68593752384188rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kpig8eqRz6PfUseX46DaIzZs3Lh84XR9 { width:18.375rem;height:5.1rem;top:8.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9NotseswZuCOy1W8y4tI28nnph6VcRW { width:2.375rem;height:2.125rem;top:15.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqQF6dxnW23AvozAVmsSMpr3Pl15aFh { width:5.0625rem;height:5.0625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKBdnIyOHNaiAWzTBTz5LybRAOq9R0S { width:20rem;height:2.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhItOhAROqtUFV9HaIkZWDTQb8IrIe8u { width:13.9375rem;height:0.87535625rem;top:16.5625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6mM8Gey8znGkpXCyNPzV7up5mdh71D9 { width:20rem;height:2.6875rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCqTAZx8AIgQ9eBs1rtGLud1gfsG6vV { width:5.0625rem;height:5.0625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZrDdkfcM3gpk6Mb5SJvPMawm9JmbRq { width:2.4375rem;height:2.4375rem;top:22rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7b3y5x1Vz3scZJ69PHxbrl3FTVGWUi { width:20rem;height:2.5625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8vWTp9kXHPykHyOIOHMQ6KCwL24ORG { width:5.0625rem;height:5.0625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP57gEUPbr0JV5xOaA632ksv1bDfZuul { width:2.4375rem;height:2.4375rem;top:28.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m200WfyhWzZUmmxVFZageJsDZ6zKcnPX { width:12.125rem;height:0.87535625rem;top:22.75rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVhqtDSfBqth54Xk1zeArWt2G28GFXTN { width:12.1875rem;height:0.87535625rem;top:29.0625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMEKgOoR5nyd7wdDhiCWJrS5ZKSiERc { width:5.0625rem;height:5.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLrcumeydkDOX3h6u5FUnhvSddlyzVL { width:20rem;height:2.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIckCXLJMPq3ZkX0vh8d9DBnpEv9s07 { width:12.875rem;height:0.87535625rem;top:35.1875rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzOa1AzOTekXmZ27HBSxFeQ3JmApegUz { display:flex;width:3.0625rem;height:3.0625rem;top:34.0625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #PiytUEWmTazqGU14ZFkFNaqRhmxZks6W { width:15.25rem;height:15.125rem;top:39.050000190735rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOez7QzvNISkJlVBBMRcMJOmDG3sm5Wc { width:6.3125rem;height:6.4375rem;top:47.6875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5HWBhelOnnfb44GqR4EytvMpW9tdpTD { width:3.625rem;height:3.8125rem;top:43.625rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0J3UhAUIZ8Wo2eGv8AtPQwW8C4oisK { top:57.9873046875rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #To0EtK0B1FKFmVShkPit0Uz3Bpg4ZOzW { display:block; }
 }@media only screen and (max-width: 763px) { #mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 { background-color:#ffffff;background-image:none;display:block; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container { background-color: transparent; background-image: none; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container > .video-iframe-container { display: none; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row > .video-iframe-container { display: none; }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .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); }#mXBiPnaVTzueCPOhVIkGqHgOdEuO6K36 > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzZsK6GTAeCQuVdbtlQz4mFyZrdMfNFu { width:20rem;height:8.1rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(150,150,150,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oZlXwIHXlFqJivpLTo6ThSr8ZhgK8yQz { width:9.125rem;height:2.125rem;top:23.125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW1lwE5xsTTuW63VASbSnuwHTGpVs3TK { width:9rem;height:2.1125rem;top:25.625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMH5UpZScGTcTGaUsDCLS7TccMIlo2Nw { width:11rem;height:11rem;top:11.5341875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWPWEqc6NQ9cGaXzCk5hvvqEBVHiTDHZ { width:11.25rem;height:11.25rem;top:29.7841796875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOEyxbVC6CphW6whL2B5fLBSS37JF3qm { width:12.1875rem;height:2.125rem;top:41.9716796875rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTqHMdebacTZQf8GCLBnPFE1fsg3H4J { width:14.5625rem;height:2.1125rem;top:44.64453125rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPnPLbkIkFy9Q9SAdeSAya8Hu2dWKqb { width:11.25rem;height:11.25rem;top:49.4091796875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4UT3CrgvRFDhvmIIgiFD4hrpnyTV5zM { width:17.875rem;height:2.125rem;top:61.9716796875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGbhurlevIqTsDdHN88pCOVUeLnloWf { width:9.25rem;height:2.1125rem;top:64.7548828125rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzuKOB3lIqzhicrHnbmWx7Dhcu6uy1h { top:70.615234375rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgirAwlE0dADSTmL5Nwb1Lbu8AmEeTaB { display:block; }
 }@media only screen and (max-width: 763px) { #IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT { display:block; }#IxmALasB2aXCS1k9dE7oEKLU9PNFwwqT > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8Qn7JMhuPrSEy2VplMNTt5lZivM0K60 { width:20rem;height:7.2rem;top:0.74921846389769rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(150,150,150,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #vbHdlKa0crclsrGB3lSavJsOMdE5GwOF { width:17.25rem;height:3.9rem;top:8.861328125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPO2TaXnmdC4MTT8JJhP8ZC7Ez6fih9 { width:20rem;height:9.9425287356322rem;top:13.884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77msMsxBL3Xrn6wGLXqCAEKRqy1fvan { top:27.888671875rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXDiak0T65I0FLQCASEb7BNTzLaDzxmx { display:block; }
 }@media only screen and (max-width: 763px) { #tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 { display:block; }#tX1mWtmADh35AiADu7JtG7ixPfSQ12b9 > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AreTI5s0zG5Sf6QMApOzT2MC9QuTtduX { width:20rem;height:2.4375rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akrdm5kH6VArUxp5DF6Zpw08MZ83qutr { width:20rem;height:1.21875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4L8pPm2OJH2GKUsQrUi21lwhgicNMnz { width:2.5rem;height:0.125rem;top:7.75rem;left:8.7500003576281rem;background-color:#084d1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QPkzG63nOe6slDN6NHKRptp5gpfulKnB { width:20rem;height:4.0625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMX61Kp95TpoCBzqleIAdMmCGMvo9BOQ { width:18.9375rem;height:12.25rem;top:8.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR0xVwqa9lxOnrloQaC5qDN04z5JLbXD { width:17.5rem;height:7.2rem;top:11.08984375rem;left:0.96875rem;text-align:center;text-align-last:center;color:#000000;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOKJ6OzDT0rsx6JSGlstZrG51lBTpSD9 { width:13.8125rem;height:1.625rem;top:22rem;left:6.1875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VK8n9eqN16SahtTKFILP1F3NEmE8fTEO { width:13.8125rem;height:3.16875rem;top:24.0625rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGrT2Fhw6roD29UuWq2Wwk4rROLORtrb { width:4.5625rem;height:4.5625rem;top:22rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmmTQ9z6iJa38JsccCAE3Rb0lSGWGUhs { width:13.1875rem;height:1.625rem;top:42.125rem;left:6.1875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lAc3hqo1mkWTXmt5MzrS9oZMy59TyKKQ { width:13.8125rem;height:1.95rem;top:43.9375rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HP99MLnuDMmlbF3RAT2Rz8BoaUGfFDtT { width:18.9375rem;height:12.25rem;top:28.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ1lJaCH3uZyBuAH45bMXUyT43QklVEP { width:17.5rem;height:8.775rem;top:29.86328125rem;left:0.96875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Wdxx3sFLL0hgP1IK9uEW8Xy37sCqinU4 { width:4.5625rem;height:4.5625rem;top:41.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAITqaFAJ9eLknceRxMaCozVotaN9VUR { width:12.75rem;height:1.625rem;top:61.1875rem;left:6.1875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AbIPqTd75ILZmX6zDqHmN61c5aSuVDOa { width:11.8125rem;height:2.1125rem;top:63rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy5fqzThgB5VQMXqrdibDWW348tTi6zG { width:18.9375rem;height:12.25rem;top:47.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksx5gdyXA7Xf3n7uUF45s8qIz068dP1B { width:17.5rem;height:5.85rem;top:51.013671875rem;left:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QZAqtWB8kcmipDnF3z98mTWIux6qZg1Q { width:4.5625rem;height:4.5625rem;top:60.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhE2FxTbCVFiEsruW9xXaBPiFApdvlHS { top:69.375rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1xvGM9TiQxLWRo7r0knX17h9yAGZy0N { display:block; }
 }@media only screen and (max-width: 763px) { #Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { display:block; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { width:14.25rem;height:3.7125rem;top:9.7500007152556rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUTBRMZMTmUbzNuNKAIPHLP8JBKtJLU { width:20rem;height:1.54385625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { width:3.875rem;height:0.3125rem;top:3.5617184638977rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { width:17.875rem;height:4.125rem;top:4.7492184638977rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztukB9BXJKOloNLip3elCbRIyhNtuUZ4 { height:11.25rem;width:20rem;top:15.949219226837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcRySgTGEbQneQpZnim1OZgatqz8J5x { width:20rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { width:20rem;height:5.85rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:18.6875rem;height:1.54385625rem;top:7.7867193222044rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgtASA5wzmADMf00J982H80ViIMPXFS { top:10.461719512939rem;left:3.7499998807907rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuhxuWbqfVxCgLRLyZyp7PcIbkomTpPi { display:block; }
 }@media only screen and (max-width: 763px) { #iG0VWix5tvxpukMxhh4D9KPJWguuDTBE { display:block; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4KkWOiieNCoGuEc0DMtcurC53IrvJz { width:3.0625rem;height:3.0625rem;top:20.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1WXT92e30rEO9bwGSgvqExuttfJFMF { width:3.0625rem;height:3.0625rem;top:20.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSOPs6THWXsBhbdpowRt9lVwffrNGaDn { width:3.0625rem;height:3.0625rem;top:20.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwN28UW6kfHsnLdfn5Qpz3dGg4Rvs4J { width:15.8125rem;height:2.8rem;top:14.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZJ0HlDe4C4zb307gg1ouy4h0NuZvk9 { width:18.75rem;height:0.0625rem;top:18.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLSwr5f3na5Zio9hz0mdln9zGCmww2M { width:10.75rem;height:1.4rem;top:10.75rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH1wm0y4HNflO3Cx3DfQTwvu2isbwILT { width:11.375rem;height:1.4rem;top:7.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1lmTI3EGRKkxlxVN0ZTyENyQT585Xn { width:20rem;height:1.05025rem;top:19.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxyuPr4b97aJ4iJW6cTwh5m2NXXR2uCI { width:20rem;height:1.05025rem;top:5.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6rAp720DhsmPb88toKPDqIawhJZoDF { width:18.75rem;height:0.0625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2Z8upbASdr3QCGbckfmvF3WTAIXwZT { width:1.5625rem;height:1.5625rem;top:7.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ExT9ODDEngOfMI7SxNJGlDiwIsCx5R { width:1.5625rem;height:1.5625rem;top:10.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKoEKhqVM5a8iGEUArgZDObAkuUgl3P { width:1.5625rem;height:1.5625rem;top:14.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV { width:1.875rem;height:1.875rem;top:21.375rem;left:4.5rem;display:block; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cl8W8GX9m7xZOroyT368ce6vTLCRW76z { width:1.875rem;height:1.875rem;top:21.375rem;left:9.0625rem;display:block; }
#cl8W8GX9m7xZOroyT368ce6vTLCRW76z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw { width:2.1875rem;height:2.1875rem;top:21.1875rem;left:13.5rem;display:block; }
#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CFwbaMKRrA6iBP8SHsSHRmxuLGBFKyAt { width:17.9375rem;height:3.5rem;top:0.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4UxCTlz0N3TnqrCOsvpK92bzWorS57F { width:20rem;height:0.7875rem;top:24.6875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }