.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:241,224,234;--color-primary-1:210,151,185;--color-primary-2:164,46,114;--color-primary-3:82,23,57;--color-primary-4:25,7,17;--color-secondary-0:221,222,224;--color-secondary-1:141,145,151;--color-secondary-2:27,35,46;--color-secondary-3:14,18,23;--color-secondary-4:4,5,7;--color-tertiary-0:255,255,255;--color-tertiary-1:220,221,223;--color-tertiary-2:137,140,148;--color-tertiary-3:69,70,74;--color-tertiary-4:14,14,15;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"Montserrat"; }body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs { position:relative;display:block; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs { background-color: transparent; background-image: none; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row .container > .video-iframe-container { display: none; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row > .video-iframe-container { display: none; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .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); }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs { border-width: 0; border-radius: 0; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XSPgzTsoNEqMewmHLKR1yb53Rl1I7X2r { color:rgba(var(--color-primary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.25rem;left:38.4375rem;height:7.5rem;display:block; }
#vePclpMEyytSTVCiTMbLWx2E2nw4dlyN { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:14.4375rem;left:38.4375rem;height:22.39843125rem;display:block; }
#znGeieJyd4aAqBxpENNzIlP1waZOQC4u { position:absolute;display:block;z-index:15014;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:41rem;width:30.4375rem;top:0rem;left:2.4375rem;overflow:hidden;display:block; }
#qxfSsIIwmi9Ez2i1JSzH5CnoHSq2ExBl { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45.0625rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Znk1Zv3R54kg90zuieCmeCTUG1PQi0f4 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:49.3125rem;left:22.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DuW5LVTSz5nD796C1WsXSTXfoJxh98Lp { background-color:transparent;background-image: -webkit-linear-gradient(top, #0ee514, #37a4a9);background-image: -moz-linear-gradient(top, #0ee514, #37a4a9);background-image: -ms-linear-gradient(top, #0ee514, #37a4a9);background-image: -o-linear-gradient(top, #0ee514, #37a4a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ee514', endColorstr='#37a4a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ee514', endColorstr='#37a4a9' );";background-image: linear-gradient(to bottom, #0ee514, #37a4a9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:55.375rem;left:29.9375rem;display:block; }
#FqmmTvpEzit82GqEihpovRFpg2eZMOQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmXk3zuLGVv05vvcSaUyvEGbdJERyy30 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:51.0625rem;left:22.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ahbgExKUUOc54R1N8G59qJ1erZeddfyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/966mDo8X/25.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO.adaptive-delivery-prevent-bg, #ahbgExKUUOc54R1N8G59qJ1erZeddfyO.lazyload, #ahbgExKUUOc54R1N8G59qJ1erZeddfyO.lazyloading { background-image: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container { background-color: transparent; background-image: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container > .video-iframe-container { display: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row > .video-iframe-container { display: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .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); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container { border-width: 0; border-radius: 0; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:59.5625rem;width:75rem;position:relative;display:block; }#RZm1mxXGvBD66z3aaEW4eKSkW8WVQ2WG { color:#a42e72;display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:8.3125rem;left:0.5625rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iIVZKTBzoslFIhPNdM1GpCHBTbSgidur { color:rgba(var(--color-tertiary-2),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.6875rem;left:0.4375rem;height:29.39793125rem;font-style:normal;display:block; }
#R7A5du5okcaIBV1w8Rmo0Ko13DaznAFQ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:35.93896484375rem;left:45.5625rem;height:16.79880625rem;text-align:left;text-align-last:left;display:block; }
#ehdux73H9RlAqdpPpSbvJTE3dHgrApe0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:33rem;top:8.375rem;left:42rem;overflow:hidden;display:block; }
#SR0ie4tSMQp8bhZmTxtOTAJDTbqmKfa7 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:51.375rem;left:5.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JJqgMRDiOLNilnOWcTwf5UlWwIWqiwlT { background-color:transparent;background-image: -webkit-linear-gradient(top, #0ee514, #37a4a9);background-image: -moz-linear-gradient(top, #0ee514, #37a4a9);background-image: -ms-linear-gradient(top, #0ee514, #37a4a9);background-image: -o-linear-gradient(top, #0ee514, #37a4a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ee514', endColorstr='#37a4a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ee514', endColorstr='#37a4a9' );";background-image: linear-gradient(to bottom, #0ee514, #37a4a9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:47.0625rem;left:12.8125rem;display:block; }
#wQILFaFBTtsLl4MzMQMqe6Mk03rHICSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKI99ozxwwp7bDB8hPk2aUnVCMTchHEU { box-sizing:content-box;height:18.75rem;width:28.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:34.837890625rem;left:44.21875rem;display:block; }
#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG { position:relative;display:block; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG { background-color: transparent; background-image: none; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row .container > .video-iframe-container { display: none; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row > .video-iframe-container { display: none; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .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); }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG { border-width: 0; border-radius: 0; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rOJPookvNrMnG7zSG3qE2TGOcRblLkg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8505859375rem;left:6.5625rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ { position:relative;display:block; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ { background-color: transparent; background-image: none; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row .container > .video-iframe-container { display: none; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row > .video-iframe-container { display: none; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .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); }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ { border-width: 0; border-radius: 0; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FxLE6Zx3nIbb00qG3vrBwihKZb6EXf6z { box-sizing:content-box;height:0.25rem;width:55.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.84375rem;left:9.71875rem;display:block; }
#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row .container { background-color: transparent; background-image: none; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row .container > .video-iframe-container { display: none; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row > .video-iframe-container { display: none; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .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); }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row .container { border-width: 0; border-radius: 0; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#L8nXaxHzPf7IRVKkpZ8dwhKOXMIUmf0o { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -moz-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -ms-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -o-linear-gradient(180deg, #a42e72, #4d3d62);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );";background-image: linear-gradient(180deg, #a42e72, #4d3d62);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:20.4375rem;top:0rem;left:4.1875rem;display:block; }
#Fttk2NW6W8hWb7Hkyw5FA0xLaD3qhNiI { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -moz-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -ms-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -o-linear-gradient(180deg, #a42e72, #4d3d62);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );";background-image: linear-gradient(180deg, #a42e72, #4d3d62);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:20.4375rem;top:0rem;left:27.5rem;display:block; }
#OkpThTDqgpVPA13pMAIiilyHvNV06pzg { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -moz-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -ms-linear-gradient(180deg, #a42e72, #4d3d62);background-image: -o-linear-gradient(180deg, #a42e72, #4d3d62);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );";background-image: linear-gradient(180deg, #a42e72, #4d3d62);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:20.375rem;top:0rem;left:50.8125rem;display:block; }
#bGLRJwrcIJDR9wvE2x1qrtdX6Hpfatic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.5rem;left:12.875rem; }
#XrcClLcpGGD0TTi5E35ifazdvEHabLgu { color:#ffffff;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.625rem;left:6.9375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmhdJgnWPeHg85xeybrRVBro4T56pcFE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.5625rem;left:36.125rem; }
#yAiPMof9z3SacSUNDathgsV91Vqb4Cd0 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:8.5625rem;left:30.1875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xhMHlddZPryaldPnU7Vdke29SMKd6sgQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.1875rem;left:59.4375rem; }
#vpm6eqM0xghatIPqtgRJ1tM8DpQrOBDd { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:7.0625rem;left:51.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBZi5IAqu3ahO5P2uJdlnxinK2EuQdlw { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10.5rem;left:52.875rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOMIcze6CJw7valevTeDlFTe83fkMbd4 { position:relative;display:block; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 { background-color: transparent; background-image: none; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row .container > .video-iframe-container { display: none; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row > .video-iframe-container { display: none; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .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); }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 { border-width: 0; border-radius: 0; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kWTKmAWTQnQumSE9sZ5Mewq3IIcr5SSL { box-sizing:content-box;height:0.25rem;width:55.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:9.71875rem;display:block; }
#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ { position:relative;display:block; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ { background-color: transparent; background-image: none; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row .container > .video-iframe-container { display: none; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row > .video-iframe-container { display: none; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .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); }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ { border-width: 0; border-radius: 0; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mfhTMOfRz1SU8i5RqAhNPnlrx6bRXXfv { box-sizing:content-box;height:20.125rem;width:63.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:6.9375rem;left:5.625rem;display:block; }
#WUDGClpvgSgAae8M5DvmRL80KxpiVTZb { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10.5625rem;border-top-right-radius:10.5625rem;border-bottom-left-radius:10.5625rem;border-bottom-right-radius:10.5625rem;box-shadow: none;height:10.875rem;width:10.875rem;top:9.0625rem;left:7.5625rem;overflow:hidden;display:block; }
#TlhlldFNm3vpNUGlONqtfh8Kp78oAn64 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.75rem;left:19.1875rem;height:11.69824375rem;display:block; }
#rCpJiFfNprXTerzAlEonvlqeN5DvbZUl { color:rgba(var(--color-tertiary-2),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.375rem;left:19.1875rem;height:6.499025rem;display:block; }
#b3DLT6BMT2eapRpc8gxUe88otUOok9DG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Jq3WI9IQgEs/unsplash/dmytro-tolokonov-Jq3WI9IQgEs-photo-1533119408463-b0f487583ff6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG.adaptive-delivery-prevent-bg, #b3DLT6BMT2eapRpc8gxUe88otUOok9DG.lazyload, #b3DLT6BMT2eapRpc8gxUe88otUOok9DG.lazyloading { background-image: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container { background-color: transparent; background-image: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container > .video-iframe-container { display: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row > .video-iframe-container { display: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .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); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container { border-width: 0; border-radius: 0; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#SQ6h5xiLEAbV0VFAIlnZ8CD8m4vaE3Cp { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.125rem;left:18.375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iahoHm1NwqJtoDPqLgMKkTAwXRMEJkWE { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.9375rem;left:18.375rem;height:4.5498rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row .container { background-color: transparent; background-image: none; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row .container > .video-iframe-container { display: none; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row > .video-iframe-container { display: none; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .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); }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row .container { border-width: 0; border-radius: 0; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#brDUQtiTl8RbDai9FeWXRCQyKeyTG7ED { color:rgba(var(--color-tertiary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:14.5625rem;left:18.625rem;height:13.99900625rem;font-style:normal;display:block; }
#cywLsE0DWk4fNrVizzWA62KTmfxLAnlN { position:absolute;display:block;z-index:15001;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:15.75rem;width:15.8125rem;top:13.8125rem;left:0.8125rem;overflow:hidden;display:block; }
#JXbCkgK8Ph4O15BuQWBTBbEsxUKu4foM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0.4375rem;height:3.0874rem;font-style:normal;display:block; }
#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu { position:relative;display:block; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu { background-color: transparent; background-image: none; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row .container > .video-iframe-container { display: none; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row > .video-iframe-container { display: none; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .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); }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu { border-width: 0; border-radius: 0; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbD7MQ4WmMmBTK20mWfA0LIPfF3wSxT9 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:14997;line-height:1.4;letter-spacing:0;top:13.9375rem;left:11.6875rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EOhiVkxqa5BaNp4hGsGClQFQ5yfqVnXq { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:19.375rem;left:11.75rem;height:;font-style:normal;display:block; }
#PLF5aW6ATHAWSTIEUTLKeZMzGOCkFpRm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.75rem;left:11.6875rem;height:;font-style:normal;display:block; }
#hyBpEiU8IkOnD5x3dJkUPHczo9pgs46T { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:19.1875rem;top:8.375rem;left:44.5rem;overflow:hidden;display:block; }
#mKgcgASNpvBLCamWtWBtb2Pn9IVy1E2I { box-sizing:content-box;height:24.875rem;width:63.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);top:6.28125rem;left:5.46875rem;display:block; }
#xsPzRcPPxgFZTSFlg2DU6ffznKkCc2ha { color:rgba(var(--color-primary-2),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:21.974609375rem;left:11.6875rem;height:1.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ynM1CrCPdaZu2PcnDVe3vrNUwqNDMv0u { box-sizing:content-box;height:0.25rem;width:55.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.75rem;left:9.71875rem;display:block; }
#EALNVmT6saIIpXabE2EIZdvFs8lMgTQ5 { position:absolute;display:block;z-index:15019;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:4.3125rem;width:12.6875rem;top:26.8125rem;left:46.732572115384rem;overflow:hidden;display:block; }
#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb { position:relative;display:block; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb { background-color: transparent; background-image: none; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row .container > .video-iframe-container { display: none; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row > .video-iframe-container { display: none; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .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); }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb { border-width: 0; border-radius: 0; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PQTrLa3ZOLmBXFBQV8PiUTS4IbWSFoIZ { color:#a42e72;display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.875rem;left:11.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQbsNatzCIFMXFiS037hTUWLz0K616CB { color:#9c9c9c;display:block;width:63rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.53125rem;left:6rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI { position:relative;display:block; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI { background-color: transparent; background-image: none; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row .container > .video-iframe-container { display: none; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row > .video-iframe-container { display: none; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .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); }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI { border-width: 0; border-radius: 0; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IT2TC41Px0iVWRTecw1TQy0TTNBWg0q3 { color:rgba(var(--color-tertiary-2),1);display:block;width:63rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:6rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH { position:relative;display:block; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH { background-color: transparent; background-image: none; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row .container > .video-iframe-container { display: none; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row > .video-iframe-container { display: none; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .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); }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH { border-width: 0; border-radius: 0; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gdhFsgMg42HM9NlTZHEixQBVfcKma3q8 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.375rem;left:29rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JttgBu7EF1STg2bm9vH4goeQZULEVgJV { box-sizing:content-box;height:3.375rem;width:16.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(244,235,15,0.63);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:29.0625rem;display:block; }
#myUO2OSz3PBBxOUnNnClNbu4svSoobgf { position:relative;display:block; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf { background-color: transparent; background-image: none; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row .container > .video-iframe-container { display: none; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row > .video-iframe-container { display: none; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .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); }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf { border-width: 0; border-radius: 0; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GOyQTdfF3HGg2HMTySHe9fd9ifRkkNvm { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:41.25rem;width:18.8125rem;top:1.375rem;left:15.6875rem;display:block; }
#g7ns0IfBA7HCAwWBw9JOqAQT6XvCAsuo { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f2c3593-a696-4b98-b6c6-090b64cd239b/awakennowordssmaller.crop_560x397_113,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:19.0625rem;top:1.375rem;left:15.5625rem;display:block; }#g7ns0IfBA7HCAwWBw9JOqAQT6XvCAsuo.adaptive-delivery-prevent-bg, #g7ns0IfBA7HCAwWBw9JOqAQT6XvCAsuo.lazyload, #g7ns0IfBA7HCAwWBw9JOqAQT6XvCAsuo.lazyloading { background-image: none; }
#wglTqIBkRzwO2eIyVRo48UR8incgXtRn { color:#4e4e4e;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.07373046875rem;left:17.0625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oV1ebowfvUHWetWwKEE6fvs07LKCVdnU { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.5rem;left:15.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDCyLP4v0OyWTR4WPDaGSHNbKstNpzyT { position:absolute;display:block;z-index:15006;background-color:#9c9c9c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:27.3125rem;left:23.875rem;display:block; }
#BNs876U12dtmsUZZ6IDfekkNTc0s7Op4 { background-color:transparent;background-image: -webkit-linear-gradient(top, #37a4a9, #0ee514);background-image: -moz-linear-gradient(top, #37a4a9, #0ee514);background-image: -ms-linear-gradient(top, #37a4a9, #0ee514);background-image: -o-linear-gradient(top, #37a4a9, #0ee514);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a4a9', endColorstr='#0ee514' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a4a9', endColorstr='#0ee514' );";background-image: linear-gradient(to bottom, #37a4a9, #0ee514);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.3125rem;left:17.5rem;display:block; }
#VfFtG5cBhW5i3olFWphAGvDpHtzl0pom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4n6rMFknerg099Qwip3Q3TyvGHzCEB3 { color:#4e4e4e;display:block;width:17rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:33.0625rem;left:16.59375rem;height:6.8232375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmdMc4mtkeGmSQL3pryrmprxDh0TNPgC { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #0ee514;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.35) ;height:48.8125rem;width:21.5rem;top:1.375rem;left:40.5625rem;display:block; }
#nJgooLBsOp48MqF2Q0ZvIZQ0dummeSXs { color:#4e4e4e;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1240234375rem;left:38.8125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yo0vvFPpBvDGrhDn6ERbcBlfKFu13yXn { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:27.3125rem;left:41.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9RaTzx4Z5cocBeabUfKukXoMouvRvIo { color:#4e4e4e;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:25.4443359375rem;left:38.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnFwiIWtbH48e2Ea6coMtp5MBm2qdk7I { position:absolute;display:block;z-index:15022;background-color:#9c9c9c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:31.125rem;left:50.125rem;display:block; }
#T13o63DfDVwLyRHFfFsGmuSgFVXzqNSH { background-color:transparent;background-image: -webkit-linear-gradient(top, #0ee514, #37a4a9);background-image: -moz-linear-gradient(top, #0ee514, #37a4a9);background-image: -ms-linear-gradient(top, #0ee514, #37a4a9);background-image: -o-linear-gradient(top, #0ee514, #37a4a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ee514', endColorstr='#37a4a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ee514', endColorstr='#37a4a9' );";background-image: linear-gradient(to bottom, #0ee514, #37a4a9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:33.0625rem;left:42.4375rem;display:block; }
#wi535Ef4R9yX32FxpEmnXI9wuPD7P6b9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muslB9krAvuGeDuOq92TCtKzB0SXKgdG { color:#4e4e4e;display:block;width:17rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:36.75rem;left:42.8125rem;height:11.3720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zb5oeLnlSLI9LTo2kmAnnpEUm61OyGpz { position:absolute;display:block;z-index:15034;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:15.9375rem;width:15.9375rem;top:5.625rem;left:50.1875rem;overflow:hidden;display:block; }
#fNPTZM9TL8LAMxaWSVWI0OkCy3v4vzvq { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f2c3593-a696-4b98-b6c6-090b64cd239b/awakennowordssmaller.crop_560x397_113,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.3125rem;width:22.75rem;top:1.375rem;left:40.5625rem;display:block; }#fNPTZM9TL8LAMxaWSVWI0OkCy3v4vzvq.adaptive-delivery-prevent-bg, #fNPTZM9TL8LAMxaWSVWI0OkCy3v4vzvq.lazyload, #fNPTZM9TL8LAMxaWSVWI0OkCy3v4vzvq.lazyloading { background-image: none; }
#MDUBRn6Of74sPdDUARRD6BTyipTWiwtt { box-sizing:content-box;height:2.0625rem;width:9.1875rem;position:absolute;display:block;z-index:15040;background-color:#0ee514;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.25rem #898c94 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:40.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pNlQ3Gcg15Pism1OO5QME3OpcuecdwX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #434141;top:3.0625rem;left:41.375rem;height:1.3808625rem;font-style:normal;display:block; }
#G1pLTSFH2cM7uXmEp5InRpraZ0O2OExb { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:24.60595703125rem;left:26.75rem;height:1.29980625rem;display:block; }
#dETegdhT0tzTrsKMNfhVm5cZ3c0RKmlU { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:28.32470703125rem;left:53.0625rem;height:1.29980625rem;display:block; }
#twnEvmchagd6rzNaLahb4S9N8bFkTboF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row .container { background-color: transparent; background-image: none; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row .container > .video-iframe-container { display: none; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row > .video-iframe-container { display: none; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .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); }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row .container { border-width: 0; border-radius: 0; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#Or6kSE9hU9IeZJq3fpo0lxksaWtEKKox { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.61);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:19.5rem;left:9.5625rem;display:block; }
#t5SFWzr3bGh3aswUHCtxsXglakEIWEUT { position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:25.8125rem;left:15.75rem;display:block; }
#SrbzASsUiyg3wWX96hhxwbdzH3ZGTdNO { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(top, #a42e72, #4d3d62);background-image: -moz-linear-gradient(top, #a42e72, #4d3d62);background-image: -ms-linear-gradient(top, #a42e72, #4d3d62);background-image: -o-linear-gradient(top, #a42e72, #4d3d62);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42e72', endColorstr='#4d3d62' );";background-image: linear-gradient(to bottom, #a42e72, #4d3d62);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19.25rem;top:10.3125rem;left:7.4375rem;display:block; }
#Th2Q11xmPir7gHCnFAHoEokSPsy61PTm { color:#000000;display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.875rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MT5rJ92hN3ps0kGe6Z5kJu5dLcEeSDll { position:absolute;display:block;z-index:15012;height:19.125rem;width:40rem;top:10.3125rem;left:27.5625rem;display:block; }
#FLwqLTXnOelbMX6gdISGI2vR0Cc14oXl { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:20.8125rem;left:15.9375rem; }
#xSEQCkTm4IoohEdpGCeeM7lhUAVJckt9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.6875rem;left:15.9375rem; }
#sReHZLX6wBkM4xgUQzsmT67BTzmfrhz0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.9375rem;left:10.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#coGDc0OeeMvqJtBzMisNA9f4ATDd88GE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.5625rem;left:10.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl { position:relative;display:block; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl { background-color: transparent; background-image: none; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row .container > .video-iframe-container { display: none; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row > .video-iframe-container { display: none; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .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); }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl { border-width: 0; border-radius: 0; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P7wMNub144aAZ7w39Rbp9JwwhrVvGfaI { box-sizing:content-box;height:0.125rem;width:55.5625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.03125rem;left:9.71875rem;display:block; }
#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar { position:relative;display:block; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar { background-color: transparent; background-image: none; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row .container > .video-iframe-container { display: none; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row > .video-iframe-container { display: none; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .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); }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar { border-width: 0; border-radius: 0; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HpnK5kVTbg3WfhcPiPU4vttnFkO1odW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.625rem;height:3.0874rem;font-style:normal;display:block; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-tertiary-2),1);height:auto;line-height:1.3;overflow:hidden; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);line-height:1.3;overflow:hidden;height:auto; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-trigger.adaptive-delivery-prevent-bg, #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-trigger.lazyload, #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-trigger.lazyloading { background-image: none; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN { box-sizing:content-box;height:auto;width:55.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6rem;left:8.625rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #t9bHpI9I6hlU3rJe5Haanp6AipOt89xB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #LQI7g6oDN4sU4nuNWkMl0fwGLpxRlEVf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #TcsTaxvTxET87o3Po3RLpqa4Wnd5xdhp { display:block;position:relative; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #PXaFvnLlngwr8S6b70EK3d35KxFOlKf5 {  }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #xil8iD6fzOJ7Kx11lnhTWFxcWcMKHsu8 {  }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #vimJXk7xosASBxrNOcD0Q08HogThUFuw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #dRTq3dhHITkaUJAevTKCW0HuCfGpGwG7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #vQDEXa3IZt6Mctoi8aN6ag0l9awNI897 { display:block;position:relative; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #U9K4nK5hWJ4xo8GdhWu6AHRbfDvUq5id {  }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #tdxB1CuD7wrivTgPnwGCE8gmrAfNwT3A { display:none; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #Z10ou9kuTEEBUTPFPgPr6bSNEbrgST3R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ex02ntptLqS9hnXIGLJNiUmQlKgCvpUu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ulEewct3iHDvdGwmGma6DH6gN3UtZrwA { display:block;position:relative; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #WQod2WvVRyMQT5Iln6hAxVAgAP5kqaga {  }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #UDPMrCDTB7nIzZaMLQDpR2XFWBu1zKfW { display:none; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #T2LTaTxHlxoUpqASu8Je1icqaCCmr5Gn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #PkIO8ZoaBWCCTnaMkOM697Io2hq62dFZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #mASlfCRKrDlTm6lKvQxJF7TzPTivKGsT { display:block;position:relative; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #kQI5Rq4fdfQ2OZuEEVKJNCbRv85k7mzX {  }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #doFws3cWltLv8nP00V8MmIVLGUC8EmUC { display:none; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #oAv5kbcILE2T8kWSbEeoFIlTRoqSmGls { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ABh0TzK8H9wXmOFbRmxfhskH3tPu6lrJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #cflFzUxE1kWBQkUt48qBQy5xeI1kuuMG { display:block;position:relative; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #pwZD3aR4iRx13SWehiNc5rOlc3RX8Pg1 {  }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ipefQ3Ru8CLVONHT19ftmOmM3fzgcnei { display:none; }
#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8b663b6-fc01-4705-b551-e8fdb9618527/greatgroup.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.adaptive-delivery-prevent-bg, #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.lazyload, #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.lazyloading { background-image: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container { background-color: transparent; background-image: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,46,114,0.28); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container > .video-iframe-container { display: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,46,114,0.28); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row > .video-iframe-container { display: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .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); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container { border-width: 0; border-radius: 0; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#ry8AT27TmggoZZ9QnsaJvJyMub9cvzWM { color:rgba(var(--color-tertiary-0),1);display:block;width:57.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:8.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iBmT6sUFucImGy5XOgmQgoW0nKxKJ3We { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.625rem;left:16.75rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti { border-top:0.125rem solid #a42e72;border-left:0;border-right:0;border-bottom:1.125rem solid #a42e72;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row .container { background-color: transparent; background-image: none; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row .container > .video-iframe-container { display: none; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row > .video-iframe-container { display: none; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .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); }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row .container { border-width: 0; border-radius: 0; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#BHFGkG790871LaK2iJq1CTTwRZZxSZHo { position:absolute;display:block;z-index:15001;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:3.9375rem;width:9.1875rem;top:1.625rem;left:32.5rem;overflow:hidden;display:block; }
#VF53P5MIVhZBt1q8MtmSy4Xqvtyud0am { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.75rem;height:2.5996125rem;display:block; }
#RGvGq6sCKKnWh3zWE3EWAJaRdP53lrz9 { position:absolute;display:block;z-index:15004;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:7.75rem;width:7.75rem;top:0.5625rem;left:62.5625rem;overflow:hidden;display:block; }
#QR979HfmFp0lyT8mq6WoBZMMSK7lI3G2 { color:#9fa7b2;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:32.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #LoH5w7lqLogNpSmJseDzEsTnRR2llsAs { display:block; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row .container { width:47.75rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XSPgzTsoNEqMewmHLKR1yb53Rl1I7X2r { top:2rem;left:22.875rem;width:18rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vePclpMEyytSTVCiTMbLWx2E2nw4dlyN { top:7.5625rem;left:22.875rem;width:24.3125rem;height:25.19821875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #znGeieJyd4aAqBxpENNzIlP1waZOQC4u { width:21.5625rem;height:29.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxfSsIIwmi9Ez2i1JSzH5CnoHSq2ExBl { width:22rem;height:3.8994125rem;top:36.375rem;left:12.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Znk1Zv3R54kg90zuieCmeCTUG1PQi0f4 { width:29.125rem;height:1.5rem;top:40.1875rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuW5LVTSz5nD796C1WsXSTXfoJxh98Lp { width:11.1875rem;height:2.75rem;top:44.9375rem;left:18.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FqmmTvpEzit82GqEihpovRFpg2eZMOQA { display:block; }
 }@media only screen and (max-width: 1199px) { #JmXk3zuLGVv05vvcSaUyvEGbdJERyy30 { width:29.125rem;height:3rem;top:41.8125rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahbgExKUUOc54R1N8G59qJ1erZeddfyO { display:block; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container { width:47.75rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RZm1mxXGvBD66z3aaEW4eKSkW8WVQ2WG { width:28.75rem;height:2.25rem;top:3.38671875rem;left:0.875rem;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #iIVZKTBzoslFIhPNdM1GpCHBTbSgidur { width:20.4375rem;height:43.39699375rem;top:6.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7A5du5okcaIBV1w8Rmo0Ko13DaznAFQ { width:20.0625rem;height:19.59864375rem;top:23.9375rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehdux73H9RlAqdpPpSbvJTE3dHgrApe0 { width:24.625rem;height:17.25rem;top:3.44921875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SR0ie4tSMQp8bhZmTxtOTAJDTbqmKfa7 { width:15.1875rem;height:1.29980625rem;top:50.18359375rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJqgMRDiOLNilnOWcTwf5UlWwIWqiwlT { width:13.9375rem;height:3.4375rem;top:46.64697265625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQILFaFBTtsLl4MzMQMqe6Mk03rHICSN { display:block; }
 }@media only screen and (max-width: 1199px) { #ZKI99ozxwwp7bDB8hPk2aUnVCMTchHEU { width:22.0625rem;height:22.25rem;top:22.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkyOWbpbKsXfn4nvul495VZHG5kMZTcG { display:block; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row .container { width:47.75rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rOJPookvNrMnG7zSG3qE2TGOcRblLkg5 { width:47.75rem;height:2.11230625rem;top:2.63720703125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ { display:block; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FxLE6Zx3nIbb00qG3vrBwihKZb6EXf6z { width:47.75rem;height:0.25rem;top:3.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfC1auH46TJeB0TiqNpCOlLHkNnwno0G { display:block; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L8nXaxHzPf7IRVKkpZ8dwhKOXMIUmf0o { width:13.75rem;height:14.875rem;top:0.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fttk2NW6W8hWb7Hkyw5FA0xLaD3qhNiI { width:13.8125rem;height:14.875rem;top:0.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkpThTDqgpVPA13pMAIiilyHvNV06pzg { width:13.75rem;height:14.9375rem;top:0.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bGLRJwrcIJDR9wvE2x1qrtdX6Hpfatic { width:3.125rem;height:3.125rem;top:4.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XrcClLcpGGD0TTi5E35ifazdvEHabLgu { width:11.8125rem;height:1.3999rem;top:9.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmhdJgnWPeHg85xeybrRVBro4T56pcFE { width:3.125rem;height:3.125rem;top:4.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yAiPMof9z3SacSUNDathgsV91Vqb4Cd0 { width:11.9375rem;height:1.3999rem;top:9.5625rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhMHlddZPryaldPnU7Vdke29SMKd6sgQ { width:3.125rem;height:3.125rem;top:4.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vpm6eqM0xghatIPqtgRJ1tM8DpQrOBDd { width:11.3125rem;height:2.79980625rem;top:8rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBZi5IAqu3ahO5P2uJdlnxinK2EuQdlw { width:10.375rem;height:2.44921875rem;top:10.96142578125rem;left:34.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOMIcze6CJw7valevTeDlFTe83fkMbd4 { display:block; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kWTKmAWTQnQumSE9sZ5Mewq3IIcr5SSL { width:35.8125rem;height:0.25rem;top:3.78125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ { display:block; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mfhTMOfRz1SU8i5RqAhNPnlrx6bRXXfv { width:45.1875rem;height:25.75rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUDGClpvgSgAae8M5DvmRL80KxpiVTZb { width:8.5625rem;height:8.5625rem;top:2.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlhlldFNm3vpNUGlONqtfh8Kp78oAn64 { width:33.0625rem;height:14.2978375rem;top:2.125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCpJiFfNprXTerzAlEonvlqeN5DvbZUl { width:41.25rem;height:7.79883125rem;top:16.42236328125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3DLT6BMT2eapRpc8gxUe88otUOok9DG { background-color:transparent;background-image:url("https://images.assets-landingi.com/Jq3WI9IQgEs/unsplash/dmytro-tolokonov-Jq3WI9IQgEs-photo-1533119408463-b0f487583ff6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG.adaptive-delivery-prevent-bg, #b3DLT6BMT2eapRpc8gxUe88otUOok9DG.lazyload, #b3DLT6BMT2eapRpc8gxUe88otUOok9DG.lazyloading { background-image: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container { background-color: transparent; background-image: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container > .video-iframe-container { display: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row > .video-iframe-container { display: none; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .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); }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container { width:47.75rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SQ6h5xiLEAbV0VFAIlnZ8CD8m4vaE3Cp { width:34.625rem;height:4.19921875rem;top:6.8125rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iahoHm1NwqJtoDPqLgMKkTAwXRMEJkWE { width:31.75rem;height:4.199225rem;top:11.6875rem;left:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m { display:block; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row .container { width:47.75rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #brDUQtiTl8RbDai9FeWXRCQyKeyTG7ED { width:30.5rem;height:23.7983125rem;top:7.6875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cywLsE0DWk4fNrVizzWA62KTmfxLAnlN { width:15.8125rem;height:15.75rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXbCkgK8Ph4O15BuQWBTBbEsxUKu4foM { width:21.5rem;height:1.94970625rem;top:3.9375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu { display:block; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row .container { width:47.75rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VbD7MQ4WmMmBTK20mWfA0LIPfF3wSxT9 { width:21.3125rem;height:9.75rem;top:7.5625rem;left:3.3125rem;font-size:1.25rem;line-height:1.3;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #EOhiVkxqa5BaNp4hGsGClQFQ5yfqVnXq { width:17.1875rem;height:1.3999rem;top:15.6748046875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLF5aW6ATHAWSTIEUTLKeZMzGOCkFpRm { width:16.8125rem;height:1.2246125rem;top:17.125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyBpEiU8IkOnD5x3dJkUPHczo9pgs46T { width:16.9375rem;height:16.9375rem;top:4.53125rem;left:25.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #mKgcgASNpvBLCamWtWBtb2Pn9IVy1E2I { width:47.125rem;height:22.5rem;top:3.125rem;left:0.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #xsPzRcPPxgFZTSFlg2DU6ffznKkCc2ha { width:19.375rem;height:3.25rem;top:18.3125rem;left:3.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ynM1CrCPdaZu2PcnDVe3vrNUwqNDMv0u { width:35.8125rem;height:0.25rem;top:31.625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EALNVmT6saIIpXabE2EIZdvFs8lMgTQ5 { width:13.3125rem;height:4.4375rem;top:20.78125rem;left:26.482421875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb { display:block; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PQTrLa3ZOLmBXFBQV8PiUTS4IbWSFoIZ { width:47.75rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQbsNatzCIFMXFiS037hTUWLz0K616CB { width:47.75rem;height:1.29980625rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI { display:block; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IT2TC41Px0iVWRTecw1TQy0TTNBWg0q3 { width:47.75rem;height:4.14258125rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH { display:block; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gdhFsgMg42HM9NlTZHEixQBVfcKma3q8 { width:17.0625rem;height:2.5996125rem;top:0.41845703125rem;left:15.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JttgBu7EF1STg2bm9vH4goeQZULEVgJV { width:15rem;height:3.375rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myUO2OSz3PBBxOUnNnClNbu4svSoobgf { display:block; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row .container { width:47.75rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GOyQTdfF3HGg2HMTySHe9fd9ifRkkNvm { width:16.9375rem;height:39.25rem;top:1.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7ns0IfBA7HCAwWBw9JOqAQT6XvCAsuo { width:16.9375rem;height:14rem;top:1.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wglTqIBkRzwO2eIyVRo48UR8incgXtRn { width:16.0625rem;height:3.5996125rem;top:17.6875rem;left:3.9375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #oV1ebowfvUHWetWwKEE6fvs07LKCVdnU { width:7.4375rem;height:2.4375rem;top:21.8125rem;left:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDCyLP4v0OyWTR4WPDaGSHNbKstNpzyT { width:2.4375rem;height:0.3125rem;top:25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNs876U12dtmsUZZ6IDfekkNTc0s7Op4 { width:13.3125rem;height:2.75rem;top:27.28125rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfFtG5cBhW5i3olFWphAGvDpHtzl0pom { display:block; }
 }@media only screen and (max-width: 1199px) { #w4n6rMFknerg099Qwip3Q3TyvGHzCEB3 { width:13.1875rem;height:7.96045rem;top:30.28125rem;left:5.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmdMc4mtkeGmSQL3pryrmprxDh0TNPgC { width:17.875rem;height:44.9375rem;top:1.3125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJgooLBsOp48MqF2Q0ZvIZQ0dummeSXs { width:12.8125rem;height:3.5996125rem;top:19.41259765625rem;left:29.40625rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #yo0vvFPpBvDGrhDn6ERbcBlfKFu13yXn { width:8.75rem;height:2.4375rem;top:25rem;left:31.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9RaTzx4Z5cocBeabUfKukXoMouvRvIo { width:13.9375rem;height:1.29980625rem;top:23.01171875rem;left:28.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnFwiIWtbH48e2Ea6coMtp5MBm2qdk7I { width:2.4375rem;height:0.3125rem;top:28.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T13o63DfDVwLyRHFfFsGmuSgFVXzqNSH { width:14.75rem;height:2.6875rem;top:30.03125rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wi535Ef4R9yX32FxpEmnXI9wuPD7P6b9 { display:block; }
 }@media only screen and (max-width: 1199px) { #muslB9krAvuGeDuOq92TCtKzB0SXKgdG { width:14.625rem;height:12.509275rem;top:32.9375rem;left:28.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zb5oeLnlSLI9LTo2kmAnnpEUm61OyGpz { width:11.9375rem;height:11.9375rem;top:6.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNPTZM9TL8LAMxaWSVWI0OkCy3v4vzvq { width:17.875rem;height:14rem;top:1.3125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDUBRn6Of74sPdDUARRD6BTyipTWiwtt { width:9.1875rem;height:2.0625rem;top:2.75rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pNlQ3Gcg15Pism1OO5QME3OpcuecdwX8 { width:6.9375rem;height:1.3808625rem;top:3.0625rem;left:27.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1pLTSFH2cM7uXmEp5InRpraZ0O2OExb { width:2.875rem;height:1.29980625rem;top:22.69384765625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dETegdhT0tzTrsKMNfhVm5cZ3c0RKmlU { width:2.875rem;height:1.29980625rem;top:25.85595703125rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twnEvmchagd6rzNaLahb4S9N8bFkTboF { display:block; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Or6kSE9hU9IeZJq3fpo0lxksaWtEKKox { width:9.375rem;height:0.125rem;top:14.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5SFWzr3bGh3aswUHCtxsXglakEIWEUT { width:2.5rem;height:0.0625rem;top:21.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrbzASsUiyg3wWX96hhxwbdzH3ZGTdNO { width:15.3125rem;height:16.5rem;top:7.0625rem;left:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 1199px) { #Th2Q11xmPir7gHCnFAHoEokSPsy61PTm { width:35.625rem;height:2.9248rem;top:3.4375rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT5rJ92hN3ps0kGe6Z5kJu5dLcEeSDll { width:29.375rem;height:16.4375rem;top:7.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLwqLTXnOelbMX6gdISGI2vR0Cc14oXl { top:16.3125rem;left:7.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSEQCkTm4IoohEdpGCeeM7lhUAVJckt9 { width:2.125rem;height:2.125rem;top:9.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sReHZLX6wBkM4xgUQzsmT67BTzmfrhz0 { width:12.5rem;height:1.4624rem;top:12.0625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coGDc0OeeMvqJtBzMisNA9f4ATDd88GE { width:12.5rem;height:1.29980625rem;top:19.125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBwPknWe7QGoblZEOmc6kDFK18hoQzZl { display:block; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P7wMNub144aAZ7w39Rbp9JwwhrVvGfaI { width:35.8125rem;height:0.125rem;top:3.78125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar { display:block; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HpnK5kVTbg3WfhcPiPU4vttnFkO1odW1 { width:21.5rem;height:2.4375rem;top:4.25rem;left:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN { display:flex;height:auto;width:40.1875rem;top:7.4375rem;left:2.5625rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #t9bHpI9I6hlU3rJe5Haanp6AipOt89xB {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #LQI7g6oDN4sU4nuNWkMl0fwGLpxRlEVf {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #TcsTaxvTxET87o3Po3RLpqa4Wnd5xdhp {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #PXaFvnLlngwr8S6b70EK3d35KxFOlKf5 {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #xil8iD6fzOJ7Kx11lnhTWFxcWcMKHsu8 {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #vimJXk7xosASBxrNOcD0Q08HogThUFuw {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #dRTq3dhHITkaUJAevTKCW0HuCfGpGwG7 {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #vQDEXa3IZt6Mctoi8aN6ag0l9awNI897 {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #U9K4nK5hWJ4xo8GdhWu6AHRbfDvUq5id {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #tdxB1CuD7wrivTgPnwGCE8gmrAfNwT3A {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #Z10ou9kuTEEBUTPFPgPr6bSNEbrgST3R {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ex02ntptLqS9hnXIGLJNiUmQlKgCvpUu {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ulEewct3iHDvdGwmGma6DH6gN3UtZrwA {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #WQod2WvVRyMQT5Iln6hAxVAgAP5kqaga {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #UDPMrCDTB7nIzZaMLQDpR2XFWBu1zKfW {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #T2LTaTxHlxoUpqASu8Je1icqaCCmr5Gn {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #PkIO8ZoaBWCCTnaMkOM697Io2hq62dFZ {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #mASlfCRKrDlTm6lKvQxJF7TzPTivKGsT {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #kQI5Rq4fdfQ2OZuEEVKJNCbRv85k7mzX {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #doFws3cWltLv8nP00V8MmIVLGUC8EmUC {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #oAv5kbcILE2T8kWSbEeoFIlTRoqSmGls {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ABh0TzK8H9wXmOFbRmxfhskH3tPu6lrJ {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #cflFzUxE1kWBQkUt48qBQy5xeI1kuuMG {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #pwZD3aR4iRx13SWehiNc5rOlc3RX8Pg1 {  }
 }@media only screen and (max-width: 1199px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ipefQ3Ru8CLVONHT19ftmOmM3fzgcnei {  }
 }@media only screen and (max-width: 1199px) { #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8b663b6-fc01-4705-b551-e8fdb9618527/greatgroup.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.adaptive-delivery-prevent-bg, #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.lazyload, #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.lazyloading { background-image: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container { background-color: transparent; background-image: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,46,114,0.28); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container > .video-iframe-container { display: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,46,114,0.28); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row > .video-iframe-container { display: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .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); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ry8AT27TmggoZZ9QnsaJvJyMub9cvzWM { width:47.75rem;height:2.4375rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBmT6sUFucImGy5XOgmQgoW0nKxKJ3We { width:41.5rem;height:1.7871125rem;top:4rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQE0IUuNQOLdniksKHUJeAnFiMUfNxti { display:block; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BHFGkG790871LaK2iJq1CTTwRZZxSZHo { width:6.3125rem;height:2.6875rem;top:0.6875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VF53P5MIVhZBt1q8MtmSy4Xqvtyud0am { width:20.3125rem;height:1.13720625rem;top:5.375rem;left:13.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGvGq6sCKKnWh3zWE3EWAJaRdP53lrz9 { width:6.125rem;height:6.125rem;top:0.625rem;left:38.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QR979HfmFp0lyT8mq6WoBZMMSK7lI3G2 { width:10.8125rem;height:1.13720625rem;top:3.5625rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LoH5w7lqLogNpSmJseDzEsTnRR2llsAs { display:block; }#LoH5w7lqLogNpSmJseDzEsTnRR2llsAs > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSPgzTsoNEqMewmHLKR1yb53Rl1I7X2r { width:19.375rem;height:3.8994125rem;top:29.1875rem;left:0.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vePclpMEyytSTVCiTMbLWx2E2nw4dlyN { width:18.125rem;height:32.197775rem;top:34.83642578125rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #znGeieJyd4aAqBxpENNzIlP1waZOQC4u { width:20rem;height:26.94045174538rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxfSsIIwmi9Ez2i1JSzH5CnoHSq2ExBl { width:20rem;height:3.57421875rem;top:70.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Znk1Zv3R54kg90zuieCmeCTUG1PQi0f4 { width:19.875rem;height:1.3125rem;top:73.875rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuW5LVTSz5nD796C1WsXSTXfoJxh98Lp { width:11.4375rem;height:3.375rem;top:79rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqmmTvpEzit82GqEihpovRFpg2eZMOQA { display:block; }
 }@media only screen and (max-width: 763px) { #JmXk3zuLGVv05vvcSaUyvEGbdJERyy30 { width:20rem;height:3rem;top:75.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahbgExKUUOc54R1N8G59qJ1erZeddfyO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/966mDo8X/25.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO.adaptive-delivery-prevent-bg, #ahbgExKUUOc54R1N8G59qJ1erZeddfyO.lazyload, #ahbgExKUUOc54R1N8G59qJ1erZeddfyO.lazyloading { background-image: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container { background-color: transparent; background-image: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container > .video-iframe-container { display: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row > .video-iframe-container { display: none; }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .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); }#ahbgExKUUOc54R1N8G59qJ1erZeddfyO > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZm1mxXGvBD66z3aaEW4eKSkW8WVQ2WG { width:17.75rem;height:1.94970625rem;top:4.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIVZKTBzoslFIhPNdM1GpCHBTbSgidur { width:19.125rem;height:46.19680625rem;top:21.4375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #R7A5du5okcaIBV1w8Rmo0Ko13DaznAFQ { width:18rem;height:20.99851875rem;top:79rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ehdux73H9RlAqdpPpSbvJTE3dHgrApe0 { width:17.375rem;height:12.1875rem;top:7.5625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR0ie4tSMQp8bhZmTxtOTAJDTbqmKfa7 { width:20rem;height:1.29980625rem;top:73.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJqgMRDiOLNilnOWcTwf5UlWwIWqiwlT { width:15.125rem;height:3.4375rem;top:70rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQILFaFBTtsLl4MzMQMqe6Mk03rHICSN { display:block; }
 }@media only screen and (max-width: 763px) { #ZKI99ozxwwp7bDB8hPk2aUnVCMTchHEU { width:19.1875rem;height:23.0625rem;top:77.8125rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gkyOWbpbKsXfn4nvul495VZHG5kMZTcG { display:block; }#gkyOWbpbKsXfn4nvul495VZHG5kMZTcG > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOJPookvNrMnG7zSG3qE2TGOcRblLkg5 { width:17.375rem;height:3.57421875rem;top:2.23828125rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ { display:block; }#cEkusaIMFWldBvdlmDWTX7HTTyqLLFbZ > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxLE6Zx3nIbb00qG3vrBwihKZb6EXf6z { width:17.875rem;height:0.1875rem;top:2.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfC1auH46TJeB0TiqNpCOlLHkNnwno0G { display:block; }#XfC1auH46TJeB0TiqNpCOlLHkNnwno0G > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8nXaxHzPf7IRVKkpZ8dwhKOXMIUmf0o { width:16.9375rem;height:12.3125rem;top:2.875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fttk2NW6W8hWb7Hkyw5FA0xLaD3qhNiI { width:17rem;height:12.375rem;top:17.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkpThTDqgpVPA13pMAIiilyHvNV06pzg { width:17.25rem;height:12.375rem;top:31.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGLRJwrcIJDR9wvE2x1qrtdX6Hpfatic { display:flex;width:3.125rem;height:3.125rem;top:6.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XrcClLcpGGD0TTi5E35ifazdvEHabLgu { width:15rem;height:1.57470625rem;top:10.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmhdJgnWPeHg85xeybrRVBro4T56pcFE { display:flex;width:3.125rem;height:3.125rem;top:20.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yAiPMof9z3SacSUNDathgsV91Vqb4Cd0 { width:15rem;height:1.57470625rem;top:24.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMHlddZPryaldPnU7Vdke29SMKd6sgQ { display:flex;width:3.125rem;height:3.125rem;top:33rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vpm6eqM0xghatIPqtgRJ1tM8DpQrOBDd { width:12.8125rem;height:3.1494125rem;top:36.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBZi5IAqu3ahO5P2uJdlnxinK2EuQdlw { width:11.75rem;height:2.79980625rem;top:39.8125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOMIcze6CJw7valevTeDlFTe83fkMbd4 { display:block; }#kOMIcze6CJw7valevTeDlFTe83fkMbd4 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWTKmAWTQnQumSE9sZ5Mewq3IIcr5SSL { width:16.4375rem;height:0.25rem;top:1.84375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ { display:block; }#T1gmTeLbPuOEqtHeJhm8vkEv5nxkQQcZ > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfhTMOfRz1SU8i5RqAhNPnlrx6bRXXfv { width:18.8125rem;height:33.9375rem;top:7.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUDGClpvgSgAae8M5DvmRL80KxpiVTZb { width:7.5rem;height:7.5rem;top:2rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlhlldFNm3vpNUGlONqtfh8Kp78oAn64 { width:17.375rem;height:20.99850625rem;top:8.5rem;left:1.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rCpJiFfNprXTerzAlEonvlqeN5DvbZUl { width:17.3125rem;height:12.5991125rem;top:29.2138671875rem;left:1.34375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b3DLT6BMT2eapRpc8gxUe88otUOok9DG { display:block; }#b3DLT6BMT2eapRpc8gxUe88otUOok9DG > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQ6h5xiLEAbV0VFAIlnZ8CD8m4vaE3Cp { width:15.0625rem;height:7.69925rem;top:10.1875rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iahoHm1NwqJtoDPqLgMKkTAwXRMEJkWE { width:20rem;height:3.8496125rem;top:19.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m { display:block; }#TsHCOLSJDGaNclG2Nt9WtG8SO89Fcy1m > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brDUQtiTl8RbDai9FeWXRCQyKeyTG7ED { width:19.1875rem;height:36.3974625rem;top:18.5625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywLsE0DWk4fNrVizzWA62KTmfxLAnlN { width:12.4375rem;height:12.375rem;top:6.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXbCkgK8Ph4O15BuQWBTBbEsxUKu4foM { width:20rem;height:1.6499rem;top:3.5625rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu { display:block; }#k7dDFthaXGLeSF7xp3c3d0QhfXBuwsDu > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbD7MQ4WmMmBTK20mWfA0LIPfF3wSxT9 { width:17.5rem;height:11.375rem;top:24.1875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EOhiVkxqa5BaNp4hGsGClQFQ5yfqVnXq { width:11.9375rem;height:1.2246125rem;top:33.9130859375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLF5aW6ATHAWSTIEUTLKeZMzGOCkFpRm { width:17.6875rem;height:1.04980625rem;top:35.125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyBpEiU8IkOnD5x3dJkUPHczo9pgs46T { width:16.25rem;height:16.25rem;top:7.9375rem;left:1.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #mKgcgASNpvBLCamWtWBtb2Pn9IVy1E2I { width:19.0625rem;height:44rem;top:2.9375rem;left:0.28125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xsPzRcPPxgFZTSFlg2DU6ffznKkCc2ha { width:17.75rem;height:3.25rem;top:36rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ynM1CrCPdaZu2PcnDVe3vrNUwqNDMv0u { width:20rem;height:0.25rem;top:53.22900625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALNVmT6saIIpXabE2EIZdvFs8lMgTQ5 { width:13.5625rem;height:4.4375rem;top:39.54150390625rem;left:2.96875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb { display:block; }#OJwbzIeXBoQuiQNOTDu71tJg50JIGRDb > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQTrLa3ZOLmBXFBQV8PiUTS4IbWSFoIZ { width:15.25rem;height:4.2246125rem;top:2.92333984375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vQbsNatzCIFMXFiS037hTUWLz0K616CB { width:18.125rem;height:2.5996125rem;top:7.0859375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI { display:block; }#tCU8crBVtVCeH7sMhb2XqQTqWPkZR3BI > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT2TC41Px0iVWRTecw1TQy0TTNBWg0q3 { width:17.25rem;height:3.89941875rem;top:0rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH { display:block; }#aDwXh5p2CM4c4R1UQcTfb4lMRThJuqdH > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdhFsgMg42HM9NlTZHEixQBVfcKma3q8 { width:12.125rem;height:2.2744125rem;top:0.9375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JttgBu7EF1STg2bm9vH4goeQZULEVgJV { width:13rem;height:3.375rem;top:0.38671875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUO2OSz3PBBxOUnNnClNbu4svSoobgf { display:block; }#myUO2OSz3PBBxOUnNnClNbu4svSoobgf > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOyQTdfF3HGg2HMTySHe9fd9ifRkkNvm { width:17.75rem;height:36.375rem;top:1.25rem;left:1.125rem;box-shadow: 0rem 0rem 0.8125rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #g7ns0IfBA7HCAwWBw9JOqAQT6XvCAsuo { width:17.875rem;height:14rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wglTqIBkRzwO2eIyVRo48UR8incgXtRn { width:20rem;height:3.2998rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV1ebowfvUHWetWwKEE6fvs07LKCVdnU { width:19.9375rem;height:2.4375rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDCyLP4v0OyWTR4WPDaGSHNbKstNpzyT { width:2.4375rem;height:0.3125rem;top:24.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNs876U12dtmsUZZ6IDfekkNTc0s7Op4 { width:12.5625rem;height:3.0625rem;top:26.25rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfFtG5cBhW5i3olFWphAGvDpHtzl0pom { display:block; }
 }@media only screen and (max-width: 763px) { #w4n6rMFknerg099Qwip3Q3TyvGHzCEB3 { width:17.25rem;height:6.8232375rem;top:29.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmdMc4mtkeGmSQL3pryrmprxDh0TNPgC { width:17.4375rem;height:45.5625rem;top:42.875rem;left:1.28125rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #nJgooLBsOp48MqF2Q0ZvIZQ0dummeSXs { width:20rem;height:3.29980625rem;top:60.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo0vvFPpBvDGrhDn6ERbcBlfKFu13yXn { width:19.9375rem;height:2.4375rem;top:66.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9RaTzx4Z5cocBeabUfKukXoMouvRvIo { width:20rem;height:1.29980625rem;top:64.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnFwiIWtbH48e2Ea6coMtp5MBm2qdk7I { width:2.4375rem;height:0.3125rem;top:70.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13o63DfDVwLyRHFfFsGmuSgFVXzqNSH { width:13.875rem;height:2.9375rem;top:72rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi535Ef4R9yX32FxpEmnXI9wuPD7P6b9 { display:block; }
 }@media only screen and (max-width: 763px) { #muslB9krAvuGeDuOq92TCtKzB0SXKgdG { width:16.875rem;height:11.3720625rem;top:75.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb5oeLnlSLI9LTo2kmAnnpEUm61OyGpz { width:12.8125rem;height:12.8125rem;top:47.625rem;left:7.1875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #fNPTZM9TL8LAMxaWSVWI0OkCy3v4vzvq { width:17.4375rem;height:14.3125rem;top:42.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDUBRn6Of74sPdDUARRD6BTyipTWiwtt { width:8.625rem;height:2.0625rem;top:43.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNlQ3Gcg15Pism1OO5QME3OpcuecdwX8 { width:6.9375rem;height:1.3808625rem;top:44.125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1pLTSFH2cM7uXmEp5InRpraZ0O2OExb { width:2.875rem;height:1.29980625rem;top:67.0126953125rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETegdhT0tzTrsKMNfhVm5cZ3c0RKmlU { width:2.875rem;height:1.29980625rem;top:21.63134765625rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twnEvmchagd6rzNaLahb4S9N8bFkTboF { display:block; }#twnEvmchagd6rzNaLahb4S9N8bFkTboF > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Or6kSE9hU9IeZJq3fpo0lxksaWtEKKox { width:11.125rem;height:0.125rem;top:14.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5SFWzr3bGh3aswUHCtxsXglakEIWEUT { width:2.5rem;height:0.0625rem;top:21.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrbzASsUiyg3wWX96hhxwbdzH3ZGTdNO { width:16.75rem;height:15.9375rem;top:7.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th2Q11xmPir7gHCnFAHoEokSPsy61PTm { width:18.25rem;height:3.89941875rem;top:1.875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5rJ92hN3ps0kGe6Z5kJu5dLcEeSDll { width:19.25rem;height:11.4375rem;top:25.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLwqLTXnOelbMX6gdISGI2vR0Cc14oXl { width:2.1875rem;height:2.1875rem;top:15.75rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSEQCkTm4IoohEdpGCeeM7lhUAVJckt9 { display:flex;width:2.125rem;height:2.125rem;top:9.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #sReHZLX6wBkM4xgUQzsmT67BTzmfrhz0 { width:12.5rem;height:1.4624rem;top:12.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coGDc0OeeMvqJtBzMisNA9f4ATDd88GE { width:12.5rem;height:1.29980625rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBwPknWe7QGoblZEOmc6kDFK18hoQzZl { display:block; }#eBwPknWe7QGoblZEOmc6kDFK18hoQzZl > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7wMNub144aAZ7w39Rbp9JwwhrVvGfaI { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar { display:block; }#tRhSuXDpDp3ufbCHcvIqoWrpdIxvK0ar > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpnK5kVTbg3WfhcPiPU4vttnFkO1odW1 { width:20rem;height:1.6499rem;top:1.6875rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN { display:flex;height:auto;width:16.125rem;top:4.25rem;left:0.6875rem; }
#nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #t9bHpI9I6hlU3rJe5Haanp6AipOt89xB {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #LQI7g6oDN4sU4nuNWkMl0fwGLpxRlEVf {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #TcsTaxvTxET87o3Po3RLpqa4Wnd5xdhp {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #PXaFvnLlngwr8S6b70EK3d35KxFOlKf5 {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #xil8iD6fzOJ7Kx11lnhTWFxcWcMKHsu8 {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #vimJXk7xosASBxrNOcD0Q08HogThUFuw {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #dRTq3dhHITkaUJAevTKCW0HuCfGpGwG7 {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #vQDEXa3IZt6Mctoi8aN6ag0l9awNI897 {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #U9K4nK5hWJ4xo8GdhWu6AHRbfDvUq5id {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #tdxB1CuD7wrivTgPnwGCE8gmrAfNwT3A {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #Z10ou9kuTEEBUTPFPgPr6bSNEbrgST3R {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ex02ntptLqS9hnXIGLJNiUmQlKgCvpUu {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ulEewct3iHDvdGwmGma6DH6gN3UtZrwA {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #WQod2WvVRyMQT5Iln6hAxVAgAP5kqaga {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #UDPMrCDTB7nIzZaMLQDpR2XFWBu1zKfW {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #T2LTaTxHlxoUpqASu8Je1icqaCCmr5Gn {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #PkIO8ZoaBWCCTnaMkOM697Io2hq62dFZ {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #mASlfCRKrDlTm6lKvQxJF7TzPTivKGsT {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #kQI5Rq4fdfQ2OZuEEVKJNCbRv85k7mzX {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #doFws3cWltLv8nP00V8MmIVLGUC8EmUC {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #oAv5kbcILE2T8kWSbEeoFIlTRoqSmGls {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ABh0TzK8H9wXmOFbRmxfhskH3tPu6lrJ {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #cflFzUxE1kWBQkUt48qBQy5xeI1kuuMG {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #pwZD3aR4iRx13SWehiNc5rOlc3RX8Pg1 {  }
 }@media only screen and (max-width: 763px) { #nWIM9rrzo5LZWt4BPkKvUf4hP34TA7uN #ipefQ3Ru8CLVONHT19ftmOmM3fzgcnei {  }
 }@media only screen and (max-width: 763px) { #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8b663b6-fc01-4705-b551-e8fdb9618527/greatgroup.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.adaptive-delivery-prevent-bg, #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.lazyload, #JTDOFoUSwQI1mVsFpsP612frIW2aFtTG.lazyloading { background-image: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container { background-color: transparent; background-image: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,46,114,0.3); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container > .video-iframe-container { display: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(164,46,114,0.3); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row > .video-iframe-container { display: none; }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .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); }#JTDOFoUSwQI1mVsFpsP612frIW2aFtTG > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ry8AT27TmggoZZ9QnsaJvJyMub9cvzWM { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBmT6sUFucImGy5XOgmQgoW0nKxKJ3We { width:20rem;height:1.13720625rem;top:4rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #VQE0IUuNQOLdniksKHUJeAnFiMUfNxti { display:block; }#VQE0IUuNQOLdniksKHUJeAnFiMUfNxti > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHFGkG790871LaK2iJq1CTTwRZZxSZHo { width:5.0625rem;height:2.1875rem;top:1.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF53P5MIVhZBt1q8MtmSy4Xqvtyud0am { width:19.9375rem;height:1.13720625rem;top:5.50146484375rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #RGvGq6sCKKnWh3zWE3EWAJaRdP53lrz9 { width:7.75rem;height:7.75rem;top:6.71875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR979HfmFp0lyT8mq6WoBZMMSK7lI3G2 { width:10.8125rem;height:1.13720625rem;top:3.4375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }