.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,242,233;--color-primary-1:132,212,183;--color-primary-2:9,169,111;--color-primary-3:5,85,56;--color-primary-4:1,25,17;--color-secondary-0:217,236,244;--color-secondary-1:129,191,218;--color-secondary-2:2,127,181;--color-secondary-3:1,64,91;--color-secondary-4:0,19,27;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:249,243,250;--color-tertiary-3:149,146,150;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:#110a18;background-image:url("https://images.assets-landingi.com/uc/6dd4d42c-0b01-4d8b-bcbf-f88ffbc1133a/3533cd5.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d88b94b2-a1c3-436f-9d2e-349f4b6e4d2b/Landingpagetoys101.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;overflow:visible;position:relative;display:block; }#dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:10.4765625rem;left:0rem;height:9.33725rem;font-style:normal;display:block; }
#rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:22.311199188233rem;left:0rem;height:10.09114375rem;font-style:normal;display:block; }
#KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { z-index:15003;top:34.625001907349rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { position:absolute;display:block;z-index:15037;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.8125rem;width:7rem;top:3.6009116172791rem;left:0rem;overflow:hidden;display:block; }
#FudqEZZeCsWWqBqpRtT2LmUKMJl8KrPc { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.125rem;top:4.892578125rem;left:8.4791679382325rem;overflow:hidden;display:block; }
#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #000000, #1f2272);background-image: -moz-linear-gradient(12deg, #000000, #1f2272);background-image: -ms-linear-gradient(12deg, #000000, #1f2272);background-image: -o-linear-gradient(12deg, #000000, #1f2272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );";background-image: linear-gradient(12deg, #000000, #1f2272);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; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { background-color: transparent; background-image: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container > .video-iframe-container { display: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container { display: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .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); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { border-width: 0; border-radius: 0; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:58.0625rem;top:1.875rem;left:0.96875rem;overflow:hidden;display:block; }
#rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { color:#58abad;display:block;width:54.811375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.6531982421875rem;left:2.4444580078125rem;height:1.4433625rem;font-style:normal;display:block; }
#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #000000, #1f2272);background-image: -moz-linear-gradient(115deg, #000000, #1f2272);background-image: -ms-linear-gradient(115deg, #000000, #1f2272);background-image: -o-linear-gradient(115deg, #000000, #1f2272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );";background-image: linear-gradient(115deg, #000000, #1f2272);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; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { background-color: transparent; background-image: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container > .video-iframe-container { display: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container { display: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .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); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { border-width: 0; border-radius: 0; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:60rem;position:relative;display:block; }#zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { color:rgba(var(--color-tertiary-2),1);display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.375rem;left:2.25rem;height:3.0247375rem;font-style:normal;display:block; }
#oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:8.0625003576281rem;left:2.25rem;height:2.125rem;font-style:normal;display:block; }
#QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.0625rem;left:2.25rem;height:20.625rem;font-style:normal;display:block; }
#ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { color:#58abad;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:14rem;left:2.25rem;height:1.9934875rem;font-style:normal;display:block; }
#hFQMOGDEFkAmeEFdwlpvryx7ZCZg8aA3 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:25.125rem;top:13.062500715256rem;left:34.874347686767rem;overflow:hidden;display:block; }
#wcI9Pq1aoGe2kOdLMQM7pnmorQGVZQKn { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:27.5625rem;top:29.416017532349rem;left:32.436847686767rem;overflow:hidden;display:block; }
#S3K3DaRZ2K3S4mARd3p1DzpxQOaiRL2z { color:rgba(var(--color-secondary-2),1);display:block;width:49.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:47.728515625rem;left:4rem;height:4.54948125rem;text-align:left;text-align-last:left;display:block; }
#sH2AOalgBJU3y9RkAtssFoQtnh7bTszw { color:#700c81;display:block;width:57.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:50.291667938233rem;left:2.2513008117676rem;height:3.0247375rem;font-style:normal;display:block; }
#unLzv1LweshkBNt0SFN6N9y84gFaMVFz { box-sizing:content-box;height:4.75rem;width:0.4375rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.728515625rem;left:1.8541660308838rem;display:block; }
#RbR2rUTXQ9kLGMlOlfW8fNlTxnbMM4hs { z-index:15004;top:40.625rem;left:2.25rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ulMmgCyMd2Bz6dZF0HaCKTZRduZRiwxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(93deg, #000000, #1f2272);background-image: -moz-linear-gradient(93deg, #000000, #1f2272);background-image: -ms-linear-gradient(93deg, #000000, #1f2272);background-image: -o-linear-gradient(93deg, #000000, #1f2272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );";background-image: linear-gradient(93deg, #000000, #1f2272);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; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { background-color: transparent; background-image: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container > .video-iframe-container { display: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container { display: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .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); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { border-width: 0; border-radius: 0; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3111875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.062377929688rem;left:2.2509765625rem;height:11.25rem;font-style:normal;display:block; }
#CCgAmk6XFkmQb36NA7E55nGyIIIh0S6C { color:#539294;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:11.562500316649rem;left:2.25rem;height:3.98698125rem;font-style:normal;display:block; }
#FAmH9TWwsSBkKF9l4ycAWJhXu32IHN9r { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15028;background-color:rgba(137,46,255,0.3);background-image:none;top:10.1875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#VTpDhPbLOQIDOpcAm38G4dUSyp2unV7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:11.5625rem;left:36.1875rem; }
#VlxBRbUZVeMRMxOLFoFxi10CehdGOre5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:12.0625rem;left:29.3125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xKpiIlyxxkx8h5uQoeatcMLfCUpnPPFP { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15033;background-color:rgba(137,46,255,0.3);background-image:none;top:18.1875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#IQW4PJa6f792OMXT4T4zIP2LFcpFdpmI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6861875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:12.255859375rem;left:42.749347686767rem;height:2.59895625rem;display:block; }
#McKD0ocsOuHMZlnDgNbszdfywgFm4zFP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.436875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:20.324871063233rem;left:42.375003814698rem;height:2.59895625rem;display:block; }
#EtsKiC5H66kb3qgQOOQJ6la2tChsipQn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:19.8125rem;left:29.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MNCxdPHxhJuhNdrOibOQDh4Sql3GucnU { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15038;background-color:rgba(137,46,255,0.3);background-image:none;top:25.875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#b7LukT5n4HqKLD7zUxVNcKCT3tVo69UP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:28.311849594116rem;left:42.310550689698rem;height:2.59895625rem;display:block; }
#JDOSMv3GvATTlfUhTcpMJwe5cSIUNf3X { color:rgba(var(--color-tertiary-0),1);display:block;width:4.87435rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:27.0625rem;left:29.3125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRrJ9grnvDr4hXb8HTnMfDzX8DPR5kkl { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15043;background-color:rgba(137,46,255,0.3);background-image:none;top:33.875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#QX2tgpfOepNZAgtobRWoxuZfTTUVPzni { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:36.012371063233rem;left:42.375003814698rem;height:2.59895625rem;display:block; }
#aFwTbFLcWcivFcOabu2L5n4VSh3DEIRo { color:rgba(var(--color-tertiary-0),1);display:block;width:5.81176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:35.5rem;left:29.3125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bAXXDPOdX6Cn4S5tqLwHUrfcW38mMOOd { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.2513027191163rem;left:2.25rem;height:2.125rem;font-style:normal;display:block; }
#fLdHuSdlCP7R1FWr8DWBmZnuFfF5bUP1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18685rem;width:4.18685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:19.531250476837rem;left:36.187503814698rem; }
#ZmTHNQgoNg1gP34u15UFRNS8r8nW3khZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18685rem;width:4.18685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:27.218751430511rem;left:36.187503814698rem; }
#BxDEGt2A98QELMTeEhVINWVtEWNzA7IR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18685rem;width:4.18685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:35.218751430511rem;left:36.187503814698rem; }
#qiqmEDxUqBCEzh5lsJDrkNc7zf0BqHdg { color:rgba(var(--color-tertiary-2),1);display:block;width:57.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.9928386211395rem;left:2.2513008117676rem;height:3.29980625rem;font-style:normal;display:block; }
#BC2cuS4R4SbD2TVfI6US9WlQWLGTGVem { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:40.1875rem;top:35.499351501465rem;left:2.6028633117676rem;overflow:hidden;display:block; }
#CVfaShsUAq04R3ty4s6brRRrILCnDURe { z-index:15005;top:31.5625rem;left:2.25rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VebQU7tvq7zqnp7c9545kdCmeaur3Uq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #000000, #1f2272);background-image: -moz-linear-gradient(120deg, #000000, #1f2272);background-image: -ms-linear-gradient(120deg, #000000, #1f2272);background-image: -o-linear-gradient(120deg, #000000, #1f2272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );";background-image: linear-gradient(120deg, #000000, #1f2272);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; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { background-color: transparent; background-image: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container > .video-iframe-container { display: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container { display: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .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); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { border-width: 0; border-radius: 0; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:13.625rem;left:4.6875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:4.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLdRNJ7VdAFwQnsq5SXrBZqUBB5K951W { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:6.875rem;left:2.3125rem;height:4.25rem;font-style:normal;display:block; }
#kafiDLdbxQpJBiRP042qxVTIdDnddFrp { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:23.3125rem;top:12.375rem;left:31.75rem;overflow:hidden;display:block; }
#w3dobB1NLkuzKQNd1SXGSSVwnJtWBWsX { color:#539294;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:13.923823356628rem;left:2.3125rem;height:1.9934875rem;font-style:normal;display:block; }
#N6rhaxmBIrTHJ1upck66x4V92ztk8iqc { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3105625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:17.174474716186rem;left:2.40625rem;height:9.375rem;font-style:normal;display:block; }
#TJzqs3DzlUJKTcHTvWyeMzrfTTQn5r29 { color:#539294;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:32.25rem;left:31rem;height:1.9934875rem;font-style:normal;display:block; }
#th2Ll2ElvFph4gqBtP71kDtGHPJmN7oA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3105625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:35.6875rem;left:31rem;height:7.5rem;font-style:normal;display:block; }
#lKBxP98XGw1Gk299MS7Je7HuIPwuPXs1 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:27.3125rem;top:29.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#L6OJL14aLmSG2ecubn9VC9kddzAZlf7N { color:#539294;display:block;width:57.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.875rem;left:2.3125rem;height:3.0249rem;font-style:normal;display:block; }
#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(95deg, #000000, #1f2272);background-image: -moz-linear-gradient(95deg, #000000, #1f2272);background-image: -ms-linear-gradient(95deg, #000000, #1f2272);background-image: -o-linear-gradient(95deg, #000000, #1f2272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f2272' );";background-image: linear-gradient(95deg, #000000, #1f2272);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; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row .container { background-color: transparent; background-image: none; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row .container > .video-iframe-container { display: none; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row > .video-iframe-container { display: none; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .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); }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row .container { border-width: 0; border-radius: 0; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#wsk1zaJqZtM6oh0Dp6wIqfJE29b0sBGM { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:13rem;left:1.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ykT8xHvOTxbWKCOymHVK0fm73rGMSrZ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.8125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aIZU3RmDiKoZZ46s2uaNT3m6VTQ54hIx { color:rgba(var(--color-tertiary-2),1);display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.6875rem;left:2.25rem;height:3.29948125rem;font-style:normal;display:block; }
#CdePeQPiICKWBJgwOM3HvnuRAdgICKfc { color:rgba(var(--color-tertiary-0),1);display:block;width:56rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:6.98698425293rem;left:2.25rem;height:2.125rem;font-style:normal;display:block; }
#NZ82Tq8qX5b0rvbZTSlt6TPTpqTCoTy8 { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:13rem;left:20.3125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#amTDNvHWrQAEEzIa2ATdUb2LAdwnwUhx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.125rem;left:23.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afTghyuyDhWavVicvQGsmJasHv7LBlok { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:13rem;left:39.6875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#pH37DdzTB6xR4mvIJ3PtisREGdHqNdCL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.125rem;left:42.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KOKPIewUuAhHhrPZAIksTnrMCAGcoUld { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:23.125rem;left:1.5625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#o4LVs4ou2uQzk09yfAz85T0rCbuM5JV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.6875rem;left:4.8125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STTMPOhI9y30FIS43HrTXz1ZtFHWT8yH { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:23.125rem;left:20.3125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#Pd0Ln5uZTJC3OJsmpryJPTk6TDhftc3O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:25.0625rem;left:23.875rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e0Fc14WFo2iBxwk1QQb2JFhf4zTFhyD7 { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:23.6875rem;left:39.6875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#shskwHAN5IgH7GXM4ekqxXtbeDyccmSs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.6875rem;left:42.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(26deg, #1f2272, #000000);background-image: -moz-linear-gradient(26deg, #1f2272, #000000);background-image: -ms-linear-gradient(26deg, #1f2272, #000000);background-image: -o-linear-gradient(26deg, #1f2272, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2272', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2272', endColorstr='#000000' );";background-image: linear-gradient(26deg, #1f2272, #000000);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; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { background-color: transparent; background-image: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container > .video-iframe-container { display: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container { display: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .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); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { border-width: 0; border-radius: 0; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#UKMAfzqQc8IK2XaDk4FrGiLhavMRysgN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:43.125rem;top:15.625011444092rem;left:16.874347686767rem;overflow:hidden;display:block; }
#lBGDPnUNPQ9MXcydixDm01TWu1HVUwUp { color:#58abad;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.9375rem;left:2.375rem;height:1.99365rem;font-style:normal;display:block; }
#eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { color:#539294;display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.1875rem;left:1.25rem;height:3.0249rem;font-style:normal;display:block; }
#gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3105625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.125rem;left:2.3125rem;height:13.125rem;font-style:normal;display:block; }
#IbtSvDh78AlLPUfdt6sZuw3hTEqt7gen { z-index:15006;top:27.125rem;left:2.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SRTBfNCROtcxCPC0pp60B6aIq9vMDSig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WyJWTvN9qsMAgDudCIHHf559vWbzEltm { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { background-color: transparent; background-image: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container > .video-iframe-container { display: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container { display: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .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); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { border-width: 0; border-radius: 0; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:5.8125rem;top:2rem;left:1.744140625rem;overflow:hidden;display:block; }
#JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { color:rgba(var(--color-tertiary-1),1);display:block;width:7.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.76953125rem;left:51.9931640625rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { width:44.4375rem;height:9.3125rem;top:10.4375rem;left:0rem;font-size:5.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { width:40.75rem;height:10.0625rem;top:22.25rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { top:34.625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { top:3.5625rem;left:0rem;width:7rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FudqEZZeCsWWqBqpRtT2LmUKMJl8KrPc { top:4.875rem;left:2.3541679382324rem;width:8.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { top:1.875rem;left:0rem;width:47.75rem;height:11.87325080732rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { width:47.75rem;height:1.4375rem;top:2.625rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { width:47.75rem;height:3rem;top:4.375rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { width:47.75rem;height:2.125rem;top:8.0625rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { width:30rem;height:20.625rem;top:17.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { width:30.1875rem;height:1.9375rem;top:14rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hFQMOGDEFkAmeEFdwlpvryx7ZCZg8aA3 { top:13.0625rem;left:22.625rem;width:25.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcI9Pq1aoGe2kOdLMQM7pnmorQGVZQKn { top:29.375rem;left:20.1875rem;width:27.5625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3K3DaRZ2K3S4mARd3p1DzpxQOaiRL2z { top:47.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH2AOalgBJU3y9RkAtssFoQtnh7bTszw { width:47.75rem;height:3rem;top:50.25rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #unLzv1LweshkBNt0SFN6N9y84gFaMVFz { top:47.6875rem;left:0rem;width:0.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbR2rUTXQ9kLGMlOlfW8fNlTxnbMM4hs { top:40.625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulMmgCyMd2Bz6dZF0HaCKTZRduZRiwxo { display:block; }
 }@media only screen and (max-width: 763px) { #TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { width:23.25rem;height:11.25rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCgAmk6XFkmQb36NA7E55nGyIIIh0S6C { width:22.75rem;height:3.9375rem;top:11.5625rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FAmH9TWwsSBkKF9l4ycAWJhXu32IHN9r { width:32.3125rem;height:6.875rem;top:10.1875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #VTpDhPbLOQIDOpcAm38G4dUSyp2unV7T { top:11.5625rem;left:30.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxBRbUZVeMRMxOLFoFxi10CehdGOre5 { width:6.375rem;height:4.5rem;top:12.0625rem;left:23.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKpiIlyxxkx8h5uQoeatcMLfCUpnPPFP { width:32.3125rem;height:6.875rem;top:18.1875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #IQW4PJa6f792OMXT4T4zIP2LFcpFdpmI { top:12.25rem;left:32.125rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McKD0ocsOuHMZlnDgNbszdfywgFm4zFP { top:20.3125rem;left:31.375rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsKiC5H66kb3qgQOOQJ6la2tChsipQn { width:5.75rem;height:3rem;top:19.8125rem;left:23.1875rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MNCxdPHxhJuhNdrOibOQDh4Sql3GucnU { width:32.3125rem;height:6.875rem;top:25.875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #b7LukT5n4HqKLD7zUxVNcKCT3tVo69UP { top:28.25rem;left:31.1875rem;width:16.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDOSMv3GvATTlfUhTcpMJwe5cSIUNf3X { width:4.8125rem;height:4.5rem;top:27.0625rem;left:23.1875rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sRrJ9grnvDr4hXb8HTnMfDzX8DPR5kkl { width:32.3125rem;height:6.875rem;top:33.875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #QX2tgpfOepNZAgtobRWoxuZfTTUVPzni { top:36rem;left:32.125rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFwTbFLcWcivFcOabu2L5n4VSh3DEIRo { width:5.75rem;height:4.5rem;top:35.5rem;left:23.1875rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bAXXDPOdX6Cn4S5tqLwHUrfcW38mMOOd { width:43.3125rem;height:2.125rem;top:6.25rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fLdHuSdlCP7R1FWr8DWBmZnuFfF5bUP1 { top:19.5rem;left:30.062503814698rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTHNQgoNg1gP34u15UFRNS8r8nW3khZ { top:27.1875rem;left:30.062503814698rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDEGt2A98QELMTeEhVINWVtEWNzA7IR { top:35.1875rem;left:30.062503814698rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiqmEDxUqBCEzh5lsJDrkNc7zf0BqHdg { width:47.75rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BC2cuS4R4SbD2TVfI6US9WlQWLGTGVem { top:35.4375rem;left:0rem;width:40.1875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVfaShsUAq04R3ty4s6brRRrILCnDURe { top:31.5625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VebQU7tvq7zqnp7c9545kdCmeaur3Uq6 { display:block; }
 }@media only screen and (max-width: 763px) { #IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { width:18.75rem;height:1.25rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { width:19.3125rem;height:1.25rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLdRNJ7VdAFwQnsq5SXrBZqUBB5K951W { width:41.3125rem;height:4.25rem;top:6.875rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kafiDLdbxQpJBiRP042qxVTIdDnddFrp { top:12.375rem;left:24.4375rem;width:23.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dobB1NLkuzKQNd1SXGSSVwnJtWBWsX { width:22.75rem;height:1.9375rem;top:13.875rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N6rhaxmBIrTHJ1upck66x4V92ztk8iqc { width:23.25rem;height:9.375rem;top:17.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJzqs3DzlUJKTcHTvWyeMzrfTTQn5r29 { width:26.6875rem;height:1.9375rem;top:32.25rem;left:21.0625rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #th2Ll2ElvFph4gqBtP71kDtGHPJmN7oA { width:23.25rem;height:7.5rem;top:35.6875rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKBxP98XGw1Gk299MS7Je7HuIPwuPXs1 { top:29.8125rem;left:0rem;width:27.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6OJL14aLmSG2ecubn9VC9kddzAZlf7N { width:47.75rem;height:3rem;top:3.875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 { display:block; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsk1zaJqZtM6oh0Dp6wIqfJE29b0sBGM { width:18.75rem;height:1.25rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykT8xHvOTxbWKCOymHVK0fm73rGMSrZ5 { width:12.1875rem;height:3.875rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIZU3RmDiKoZZ46s2uaNT3m6VTQ54hIx { width:47.75rem;height:3.25rem;top:3.6875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdePeQPiICKWBJgwOM3HvnuRAdgICKfc { width:47.75rem;height:2.125rem;top:6.9375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NZ82Tq8qX5b0rvbZTSlt6TPTpqTCoTy8 { width:18.75rem;height:1.25rem;top:13rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amTDNvHWrQAEEzIa2ATdUb2LAdwnwUhx { width:12.1875rem;height:3.875rem;top:15.125rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTghyuyDhWavVicvQGsmJasHv7LBlok { width:18.75rem;height:1.25rem;top:13rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH37DdzTB6xR4mvIJ3PtisREGdHqNdCL { width:12.1875rem;height:3.875rem;top:15.125rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOKPIewUuAhHhrPZAIksTnrMCAGcoUld { width:18.75rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4LVs4ou2uQzk09yfAz85T0rCbuM5JV8 { width:12.1875rem;height:3.875rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTMPOhI9y30FIS43HrTXz1ZtFHWT8yH { width:18.75rem;height:1.25rem;top:23.125rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0Ln5uZTJC3OJsmpryJPTk6TDhftc3O { width:12.1875rem;height:5.1875rem;top:25.0625rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Fc14WFo2iBxwk1QQb2JFhf4zTFhyD7 { width:18.75rem;height:1.25rem;top:23.6875rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shskwHAN5IgH7GXM4ekqxXtbeDyccmSs { width:12.1875rem;height:3.875rem;top:25.6875rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKMAfzqQc8IK2XaDk4FrGiLhavMRysgN { top:15.625rem;left:4.625rem;width:43.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGDPnUNPQ9MXcydixDm01TWu1HVUwUp { width:29.375rem;height:1.9375rem;top:8.9375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { width:47.75rem;height:3rem;top:3.1875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { width:23.25rem;height:13.125rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtSvDh78AlLPUfdt6sZuw3hTEqt7gen { top:27.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRTBfNCROtcxCPC0pp60B6aIq9vMDSig { display:block; }
 }@media only screen and (max-width: 763px) { #WyJWTvN9qsMAgDudCIHHf559vWbzEltm { display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { width:5.8125rem;height:2.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { width:7.3125rem;height:1.125rem;top:2.75rem;left:40.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef76cb46-db62-4e39-8343-988f0e8a818e/hero2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { width:20rem;height:3.5996125rem;top:11.169921875rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { width:17.5rem;height:14.3965rem;top:17.107421875rem;left:1.25rem;font-size:1rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { top:34.255859375rem;left:4.5625rem;width:10.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { width:7rem;height:2.8125rem;top:4.00537109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FudqEZZeCsWWqBqpRtT2LmUKMJl8KrPc { width:8.125rem;height:1.4375rem;top:5.44287109375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { width:19.6875rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { width:20rem;height:auto;top:2.625rem;left:0rem;font-size:1.3125rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { width:20rem;height:1.7871125rem;top:1.875rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { width:19.9995rem;height:6rem;top:7.235595703125rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { width:19.999rem;height:23.625rem;top:36.59765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { width:20rem;height:0;top:18.123046875rem;left:0rem;font-size:1.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hFQMOGDEFkAmeEFdwlpvryx7ZCZg8aA3 { width:20rem;height:17.412935323383rem;top:16.02783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcI9Pq1aoGe2kOdLMQM7pnmorQGVZQKn { width:20rem;height:13.28798185941rem;top:39.546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3K3DaRZ2K3S4mARd3p1DzpxQOaiRL2z { width:20rem;height:9.099625rem;top:70.7216796875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH2AOalgBJU3y9RkAtssFoQtnh7bTszw { width:20rem;height:1.7871125rem;top:83.434625rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unLzv1LweshkBNt0SFN6N9y84gFaMVFz { width:0.4375rem;height:4.75rem;top:77.434625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbR2rUTXQ9kLGMlOlfW8fNlTxnbMM4hs { top:62.4345703125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulMmgCyMd2Bz6dZF0HaCKTZRduZRiwxo { display:block; }
 }@media only screen and (max-width: 763px) { #TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { width:20rem;height:112.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { width:19.999rem;height:10.125rem;top:10.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCgAmk6XFkmQb36NA7E55nGyIIIh0S6C { width:19.9995rem;height:3.57421875rem;top:3.984130859375rem;left:0rem;font-size:1.625rem;color:#58abad;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAmH9TWwsSBkKF9l4ycAWJhXu32IHN9r { width:19.9995rem;height:11.12475rem;top:23.74951171875rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #VTpDhPbLOQIDOpcAm38G4dUSyp2unV7T { display:flex;width:2.25rem;height:2.25rem;top:25.683349609375rem;left:1.4833984375rem; }
 }@media only screen and (max-width: 763px) { #VlxBRbUZVeMRMxOLFoFxi10CehdGOre5 { width:10.6875rem;height:1.5rem;top:25.433349609375rem;left:4.6552734375rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKpiIlyxxkx8h5uQoeatcMLfCUpnPPFP { width:20rem;height:11.9375rem;top:37.5625rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #IQW4PJa6f792OMXT4T4zIP2LFcpFdpmI { width:15.62475rem;height:2.5996125rem;top:27.886962890625rem;left:4.37548828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McKD0ocsOuHMZlnDgNbszdfywgFm4zFP { width:14.87475rem;height:3.8994125rem;top:42.620361328125rem;left:4.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsKiC5H66kb3qgQOOQJ6la2tChsipQn { width:11.25rem;height:1.6499rem;top:39.724365234375rem;left:4.6552734375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MNCxdPHxhJuhNdrOibOQDh4Sql3GucnU { width:20rem;height:10.5rem;top:52.33447265625rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #b7LukT5n4HqKLD7zUxVNcKCT3tVo69UP { width:15.62475rem;height:3.8994125rem;top:56.45947578125rem;left:4.37525rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDOSMv3GvATTlfUhTcpMJwe5cSIUNf3X { width:15rem;height:1.6499rem;top:54.03271484375rem;left:4.6552734375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sRrJ9grnvDr4hXb8HTnMfDzX8DPR5kkl { width:20rem;height:11.0625rem;top:66.48486328125rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #QX2tgpfOepNZAgtobRWoxuZfTTUVPzni { width:14.31225rem;height:2.5996125rem;top:71.88916015625rem;left:4.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFwTbFLcWcivFcOabu2L5n4VSh3DEIRo { width:18.5625rem;height:1.6499rem;top:69.02099609375rem;left:4.6552734375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bAXXDPOdX6Cn4S5tqLwHUrfcW38mMOOd { width:20rem;height:4rem;top:81.83447578125rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLdHuSdlCP7R1FWr8DWBmZnuFfF5bUP1 { display:flex;width:2.3125rem;height:2.3125rem;top:39.375rem;left:1.4833984375rem; }
 }@media only screen and (max-width: 763px) { #ZmTHNQgoNg1gP34u15UFRNS8r8nW3khZ { display:flex;width:2.5rem;height:2.5rem;top:53.607421875rem;left:1.3583984375rem; }
 }@media only screen and (max-width: 763px) { #BxDEGt2A98QELMTeEhVINWVtEWNzA7IR { display:flex;width:2.375rem;height:2.375rem;top:68.658203125rem;left:1.4208984375rem; }
 }@media only screen and (max-width: 763px) { #qiqmEDxUqBCEzh5lsJDrkNc7zf0BqHdg { width:20rem;height:1.7871125rem;top:78.79736328125rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BC2cuS4R4SbD2TVfI6US9WlQWLGTGVem { width:20rem;height:8.3670295489891rem;top:104.57080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVfaShsUAq04R3ty4s6brRRrILCnDURe { top:98.39697265625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VebQU7tvq7zqnp7c9545kdCmeaur3Uq6 { display:block; }
 }@media only screen and (max-width: 763px) { #IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { width:20rem;height:131.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { width:18.75rem;height:1.25rem;top:11rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { width:13.75rem;height:1.29980625rem;top:13rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLdRNJ7VdAFwQnsq5SXrBZqUBB5K951W { width:20rem;height:8rem;top:7.0615234375rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kafiDLdbxQpJBiRP042qxVTIdDnddFrp { width:20rem;height:14.048257372654rem;top:20.2236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3dobB1NLkuzKQNd1SXGSSVwnJtWBWsX { width:20rem;height:1.7871125rem;top:17.4990234375rem;left:0rem;font-size:1.625rem;color:#58abad;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6rhaxmBIrTHJ1upck66x4V92ztk8iqc { width:20rem;height:8.4375rem;top:35.4111328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJzqs3DzlUJKTcHTvWyeMzrfTTQn5r29 { width:20rem;height:3.57421875rem;top:48.8671875rem;left:0rem;font-size:1.625rem;color:#58abad;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #th2Ll2ElvFph4gqBtP71kDtGHPJmN7oA { width:20rem;height:6.75rem;top:66.53662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKBxP98XGw1Gk299MS7Je7HuIPwuPXs1 { width:20rem;height:14.096109839817rem;top:52.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6OJL14aLmSG2ecubn9VC9kddzAZlf7N { width:20rem;height:3.57421875rem;top:2.3623046875rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 { display:block; }#Hg9E6ytilwUT3yHESZbQp46Cf6H2FZZ4 > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsk1zaJqZtM6oh0Dp6wIqfJE29b0sBGM { width:18.75rem;height:1.25rem;top:29.3603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykT8xHvOTxbWKCOymHVK0fm73rGMSrZ5 { width:13.75rem;height:3.8994125rem;top:31.83642578125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIZU3RmDiKoZZ46s2uaNT3m6VTQ54hIx { width:20rem;height:1.7871125rem;top:1.75rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdePeQPiICKWBJgwOM3HvnuRAdgICKfc { width:20rem;height:6rem;top:4.64892578125rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZ82Tq8qX5b0rvbZTSlt6TPTpqTCoTy8 { width:18.75rem;height:1.25rem;top:12.77392578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amTDNvHWrQAEEzIa2ATdUb2LAdwnwUhx { width:12.1875rem;height:3.8994125rem;top:15.46142578125rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTghyuyDhWavVicvQGsmJasHv7LBlok { width:18.75rem;height:1.25rem;top:21.39892578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH37DdzTB6xR4mvIJ3PtisREGdHqNdCL { width:12.1875rem;height:3.8994125rem;top:23.6728515625rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOKPIewUuAhHhrPZAIksTnrMCAGcoUld { width:18.75rem;height:1.25rem;top:37.5712890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4LVs4ou2uQzk09yfAz85T0rCbuM5JV8 { width:12.1875rem;height:3.8994125rem;top:40.5712890625rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTMPOhI9y30FIS43HrTXz1ZtFHWT8yH { width:18.75rem;height:1.25rem;top:45.8212890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0Ln5uZTJC3OJsmpryJPTk6TDhftc3O { width:12.1875rem;height:5.19921875rem;top:48.34521484375rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Fc14WFo2iBxwk1QQb2JFhf4zTFhyD7 { width:18.75rem;height:1.25rem;top:55.2587890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shskwHAN5IgH7GXM4ekqxXtbeDyccmSs { width:12.1875rem;height:3.8994125rem;top:58.35693359375rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKMAfzqQc8IK2XaDk4FrGiLhavMRysgN { width:20rem;height:8.4980625rem;top:26.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGDPnUNPQ9MXcydixDm01TWu1HVUwUp { width:20rem;height:0;top:5.260498046875rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { width:19.9995rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { width:19.999rem;height:11.8125rem;top:4.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtSvDh78AlLPUfdt6sZuw3hTEqt7gen { top:19.26171875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRTBfNCROtcxCPC0pp60B6aIq9vMDSig { display:block; }
 }@media only screen and (max-width: 763px) { #WyJWTvN9qsMAgDudCIHHf559vWbzEltm { display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { width:3.5rem;height:1.4375rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { width:4.5rem;height:0.89355625rem;top:5.375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }