.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:255,223,204;--color-primary-1:255,160,102;--color-primary-2:255,97,0;--color-primary-3:255,198,0;--color-primary-4:255,214,0;--color-secondary-0:218,228,221;--color-secondary-1:132,166,143;--color-secondary-2:8,77,30;--color-secondary-3:4,39,15;--color-secondary-4:1,12,5;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:108,117,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28de7496-e8e0-4b7a-b96b-35196d992360/landingiuconline6400x2000px.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:60rem;height:35.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#MxCqB8b89DTA7r58nDJqyREGAMnzNSL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15051;line-height:1.1;letter-spacing:0;text-shadow:0.75rem 0.75rem 1.25rem #0f1219;top:9.375rem;left:4.375rem;height:4.05639375rem;font-style:normal;display:block; }
#dCL6VHO9kVh1gKZ0rQqdTUAbrCbP0KpC { color:rgba(var(--color-tertiary-4),1);display:block;width:43.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;text-shadow:0.75rem 0.75rem 1.25rem #0f1219;top:19.375rem;left:4.375rem;height:1.5808125rem;font-style:normal;display:block; }
#nxWotM7DQhUe7wKIbg5c9uaaza1bXcfF { box-sizing:content-box;height:2.3125rem;width:14.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-4),0.46);background-image:none;top:4.40625rem;left:40.875rem;display:block; }
#r35TGEFoRAd0sBwfoWKkJQioJNgtZEGy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;text-shadow:0.75rem 0.75rem 1.25rem #0f1219;top:4.703125rem;left:41.3125rem;height:1.71875rem;font-style:normal;display:block; }
#i3FqCeEZQKw596zW48rsc0v3LOgXxVeC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),1);top:16.68701171875rem;left:4.49951171875rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MR89wRlqQSDaNQk7utnqAKzmWe9cyNNd { box-sizing:content-box;height:0.3125rem;width:35.8125rem;position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;top:21.875rem;left:4.375rem;display:block; }
#k91oLXO375IcDTbVFANgwyEaoWb9Qeno { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;text-shadow:0.75rem 0.75rem 1.25rem #0f1219;top:13.3740234375rem;left:4.49951171875rem;height:2.61230625rem;font-style:normal;display:block; }
#hiMSP0u99V02TQa3mPdWCUNh1cfrneKG { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),1);top:23.125rem;left:4.5rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkOkhOHmD77hQZF61zR6cySc4RrheMmV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:28.5625rem;left:5.9375rem; }
#VDAxZdIMGysIqNoSS0EpUcGLfvKGTlNf { box-sizing:content-box;height:8.3125rem;width:22.375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-4),0.64);background-image:none;top:25.9375rem;left:4.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Avd4HalHc2BNyrmPZp8FFTA41PixDk26 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:23.3125rem;top:3.25rem;left:4.375rem;overflow:hidden;display:block; }
#LkSWVqRO6kSoUTDSK5fzvF9NDm5I78C7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:28.875rem;left:8.5rem;height:1.62475625rem;display:block; }
#rB9D1yShbJSf72oCWkXNDAI1lvOx3HuM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:31.28125rem;left:5.9375rem; }
#is2nd10TOibkqPkKrKs54zULqJyn2uEN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:31.625rem;left:8.5rem;height:1.62475625rem;display:block; }
#k5N0Izz9BUeGJ7eQEeE5BfpgdqqiZgF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:26.25rem;left:5.9375rem;height:2.03125rem;display:block; }
#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ixxjruC7Gg4/unsplash/magicpattern-ixxjruC7Gg4-photo-1605106702842-01a887a31122.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.adaptive-delivery-prevent-bg, #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.lazyload, #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR.lazyloading { background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.375rem;left:25.5625rem;height:3.93555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.75rem;left:25.5625rem;height:12.9980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AI7QByGgCW399D6P0CTTwBbCuf20KbQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.1435546875rem;left:25.5625rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paWB7FozvTO1G9rr8ceB3fZzTuZrbSHp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.37353515625rem;left:25.5615234375rem;height:1.7858875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JyTQpbkOMBkEiEGea8FMW2IvptgL5MF0 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:32.498779296875rem;left:25.5615234375rem;height:2.11181875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TsTJVzT976PuC8VLxVKJx3cRlEf9yTzt { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.5rem;left:25.5625rem;height:2.11181875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7taWKd0ZxwSo2HzoBS4IJ2W815yE3FO { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.3125rem;left:25.5625rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T7taWKd0ZxwSo2HzoBS4IJ2W815yE3FO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7taWKd0ZxwSo2HzoBS4IJ2W815yE3FO li:before{  }
#M2GoTx24hsUkR2PvaQlD1dVHTxrquLWf { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.40625rem;left:25.5625rem;height:2.905275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-form-header {  }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal;float:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-container:first-of-type{padding-top:0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-container:last-of-type{padding-bottom:0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.75rem;left:2.335205078125rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 {display:block;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.75rem;left:2.335205078125rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #CCLTqc1duaaKJvwJvQBU1aZLV9OwHKPT { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #lnSaGdvcrp372FCQU5n5AtBlc8AtZQRb { position:relative;display:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #uMRxlnxwFsTOq1Dvz5anmBSH5RqmlwRg { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #ws6B6VxytaNwIBEeO1dTnAcKl15t8m71 { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #OlsiUTb4rygv5GOPglaOTTFsGlZWffcJ { position:relative;display:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #ZICPOwT8AUbbp7KdSXDylZtZ1EeeMAVp { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #MBpgu4rDrSTpA8yw8HZoiMGhbHIiZcte { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Bpb4lULlsOms5kByE8mmSpCM2XO3R7NP { position:relative;display:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Iu1HbV4o4hXWgyWL4wLXNyNKHBqXK7oc { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #oPMcADSFCEVnEziiL2ldulnlUT1DEmw0 { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #DFIngD5nyQCoySP59grOOwxFQEfktJt3 { position:relative;display:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Za99DkOAhLPaiLUwPpcgtscVWk6TWMol { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #z96Vk8tItHWk22mMKRISb1k2rOHMl8xe { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #MlEc7E5ptrVmGJPiB2Lb9GdnLdpZ5uRT { position:relative;display:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #JHXZZ80syuNL3dOlOfXOauSKrR2HOKUE { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #XEhwSF7SGmkfI2i2e9XCFk7rigCNOsaE { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Dt8tLaeKla6LMAfePPu1dMI4HFitcTKf { position:relative;display:none; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #z6L0v1zluyQSOtLfxqc1E9hV8G16vM00 { position:relative; }
#psvFN6JzITDTwNfG5UnWT2kdXKSF6Twr { position:relative;display:block; }
#SfeVm9qawVzBdEL1w1D3aqJ459md9ZPJ { position:relative;display:block; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #vGdSJO3mOwG9idkrwKgB6gSP8xkkJgpd { position:relative; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #pkKLLKnqtuWyBcdMwkdLGTJfbNaHWgMu { position:relative; }
#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN { position:relative;display:block; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN { background-color: transparent; background-image: none; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .row .container > .video-iframe-container { display: none; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .row > .video-iframe-container { display: none; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .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); }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN { border-width: 0; border-radius: 0; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .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; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f0f6;background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lte3VmO7rMuSLltZHvWGIi5MMIaTg88y { color:#2b2e2b;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXMguTnNP4ZSzPgs66KmE7Txw6Tc0cAW { position:absolute;display:block;z-index:15046;background-color:#2b2e2b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.875rem;left:1.5625rem;display:block; }
#rCTV8phRbIWI8IruZNONXOczStLkcfqW { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.9375rem;left:1.5625rem;display:block; }
#KToL623xidzw4VAznHA8LUCU3feGk4yc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:8rem;left:27.0625rem; }
#zlMtutC3ESflHBUq0c7X2SkBaAurHD4q { color:#04253a;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.6875rem;left:19.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVqGT0nlx8kqWWJwTzluIgCUzLLBqmSd { background-color:#2b2e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:16.125rem;left:25.8125rem;display:block; }
#iXHmRaDOGUyf4KTLg7L3LnDs2oeG0Exm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWcOdWmsOK6DVgMZP2xrxlNS4DGZZUD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:21.0625rem;left:16.625rem; }
#KZRTWRTQSrhBkbmUpyZT79ytP28tIHK3 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:26.5rem;left:10.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DiH2xNOEWChCA91lsDfO6IDvABaGOkQF { background-color:#2b2e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:28.9375rem;left:15.1875rem;display:block; }
#gwayo5DfHCVdviF3rVohEAe9yWepQGJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blVIwUZJOB8I24V5sX5TxqnQ3zZZZdMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:20.6875rem;left:38.1875rem; }
#xD49Dq6syul3Zv17W2ZEGfBW7sDoouoz { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:26.375rem;left:32.3125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkxBMphpLwKQXhegNSTAlbdRSQfmbD1B { background-color:#2b2e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:29rem;left:37rem;display:block; }
#gSGp0CvZ7CapRSN490e26ZBoWrDKSl1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5LtwVSO8W2PLxigvB0KW3GXesKyMuBA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:7.75rem;left:7.8125rem; }
#QncCi6Ky1TWxoJ59qIfbsgUCMCnwFRdB { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.9375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASLmh0tGHSspTOaPE5BO2sxffxUGbs7z { background-color:#2b2e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:16.0625rem;left:6.625rem;display:block; }
#hlOq6hiVOHLfp6GrH0s8xcJuQ2ndA8lM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TocSNvvpcrpvDA7uKmXqyytI33Z2XAIX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8.1875rem;left:47.0625rem; }
#nIbtgTgsyuvBlABDZKr5g43rJC20rEI7 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:13.5625rem;left:41.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUkscvfEeQ3zuXa9n3iH198oHlkWsS3O { background-color:#2b2e2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:16.0625rem;left:45.8125rem;display:block; }
#LS8MAN5Mdf9JugsElKD8R1kf8IucaKid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Al3FITZFl75ZPyTpXoouH3JM3dHLc3sS { z-index:15005;top:34.5rem;left:23.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iTsMW2m8z8hugoMewG9f7I8HkyHML3ze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN { position:relative;display:block; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN { background-color: transparent; background-image: none; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .row .container > .video-iframe-container { display: none; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .row > .video-iframe-container { display: none; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .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); }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN { border-width: 0; border-radius: 0; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .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; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f0f6;background-image:none;font-size:0.875rem;font-family:arial;height:126.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CT0FxL093ickIQmzlLeDE0i6pBPwwOUu { color:#2b2e2b;display:block;width:56.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1.0625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMgUw6XzZNzhdzQE7Jrh0CJUmpDko1ON { color:#2b2e2b;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.875rem;left:1.0625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QM3WZ4vvOw1r3XfBRkil2Lg2ekApfJ7h { color:#2b2e2b;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.875rem;left:20.968751907349rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNBnPtWNE57ukz6tHJEOyFg8gc0AlMK6 { color:#2b2e2b;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.875rem;left:40.093751907349rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 .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:#e3e3e3;background-image:none;vertical-align:top; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 .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; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;height:auto;font-family:"open sans";line-height:1.4;overflow:hidden; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;height:auto;font-family:"open sans";line-height:1.4;overflow:hidden; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 .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; }#khDFpBlhzokH3GR9rbLF3ChwypvU3226 .accordion-trigger.adaptive-delivery-prevent-bg, #khDFpBlhzokH3GR9rbLF3ChwypvU3226 .accordion-trigger.lazyload, #khDFpBlhzokH3GR9rbLF3ChwypvU3226 .accordion-trigger.lazyloading { background-image: none; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 { box-sizing:content-box;height:auto;width:17.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:11.25rem;left:1.0625rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ZesfgQK1NkRqw4f7gfeu0ZPTAFsreyS4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #bMyNa4yqQhJT92KFXQZBxI1tpQI0yCVy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #zuBZxvyuToB1NgpPkUDS7wFdP5TP4LG2 { display:block;position:relative; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #SNbdMlTv3dGyqphR7KO6JOT3Zmo8f5TF {  }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ziCWa5FlC5bFMukiQ9MeQ8gghPD3zvGz {  }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ygRmQZsQBt2monWKt4dvJFeVATDd06rc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #Joe2BaGf8l4AsUpBF50pfDQTZCvAdTZT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #F4OiVvuPxD6hwqHFdNbNxpKR4L4gHqtE { display:block;position:relative; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #hf3nygOTNGZftxzMnSBfWoCvRvk0d6bU {  }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #diqepO790oRSXP804t2s0wCBlJMT0l5C { display:none; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #KyJzT3uHthKOLDTNgb9clTZTEgnHGQMr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #C34i82UCdTKMk3Hhw0kSyKdH6iIpiTTl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #OFBK5oHvK9hpbzX8h5vMaQvsLqeovtxZ { display:block;position:relative; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #vMibxtUIUNZ9xd8UWV1IoS4fnMbyLhqq {  }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #HZBOn7MwBFAIoMi97xzwiChWXTxCA0Jm { display:none; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #uHOwDEEe657SZlEh3dkC9SdeV1avPhQ9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #aUEPVp1ixGk9FbQRDhOkKq3DBQAF597e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #aJyURqVTDF5m2ziOxsWfyDTrPqAIE7S2 { display:block;position:relative; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ixTBPtx02OBTrkM6fQn66xa50bdNdZfb {  }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 #pEllGnpaL7xZGBQawhSflLSsFBZtaazE { display:none; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR .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:#e3e3e3;background-image:none;vertical-align:top; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR .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; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;height:auto;line-height:1.4;overflow:hidden;font-family:"open sans"; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR .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; }#CuP86V97w8vMISk2tzqsWnR14tSe5VhR .accordion-trigger.adaptive-delivery-prevent-bg, #CuP86V97w8vMISk2tzqsWnR14tSe5VhR .accordion-trigger.lazyload, #CuP86V97w8vMISk2tzqsWnR14tSe5VhR .accordion-trigger.lazyloading { background-image: none; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR { box-sizing:content-box;height:auto;width:17.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:11.25rem;left:20.906251907349rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #zrUPcV7C8HTC7Tg8P3gBp4vMkXT4fBmx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #X0J4bqAO2OVFvCKOtymKUpdWnVFQK4kG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #JngCtGZGJ112J80nAARiAeCzq2WrP26J { display:block;position:relative; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Rl9xDTBCCByZvkAyJybXhUNtTe0VBgZq {  }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #tNqI2xTCEECl6uua4WsH6e4BVc7SoOJF {  }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #LothCz51RoDcTOEQKn2WvXLsCa5vdu3M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #XFOEcEndKqxAI8CpaINU7RTstS9AHlEH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #feOrc7xTSFGaWGgQi0HGw3TUlP0HLBEU { display:block;position:relative; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #TLlohKpbmW5Py5KtpWqKZ9E5uLOoVZ96 {  }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #xVKPLAyt1T1U3yW9fAnfoJftPLPEFDHL { display:none; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Tv32Ck2IGLlxPqzVyTeJb9Q63tCTn0tx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #KOngsRTi8wIOUT856KleQqtGy9wbaDkN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Cd7Tw0kqzBmhtJ74rmJZQgBWFrPz3qlS { display:block;position:relative; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #DKVqra5mrkkCTO2pcUt7sLTMwFoh03kk {  }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #SplOub7rWpfUmgwrxbQR3grMeXycnzwI { display:none; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #nqe4nTATTZd73WFKkOeS7vkVJQPzdMTa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Cag9AVGCLg1wpQadseQiKlWLQtHxgKG6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #pWZ8x2gudbvHf4zeeLCmgOiCMuqHXW9h { display:block;position:relative; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #TJAaUSochfTJpsbdzq3nlMLDncOLZhAk {  }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR #if150GKxhOy4z10xIczAwiAqwGteyOGx { display:none; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B .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:#e3e3e3;background-image:none;vertical-align:top; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B .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; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;height:auto;font-family:"open sans";line-height:1.4;overflow:hidden; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B .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; }#VfWEURPrCQcLhrcNMUCm857enVqDhb3B .accordion-trigger.adaptive-delivery-prevent-bg, #VfWEURPrCQcLhrcNMUCm857enVqDhb3B .accordion-trigger.lazyload, #VfWEURPrCQcLhrcNMUCm857enVqDhb3B .accordion-trigger.lazyloading { background-image: none; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B { box-sizing:content-box;height:auto;width:17.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:11.25rem;left:40.625001907349rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #cK5OaJv1JiwNJmLDrUt90WRRX8XNghSF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #KoWUqRPadBOcLPv5oNJ7rBckixAUa6Vw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #QOdgA50Bc9Rtm9Xzwyw5yqv4yXz9Lm3X { display:block;position:relative; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #TUmRelTubGMlyTEaIQzkLQb5ps0ndg2o {  }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #CVlstidTKsfXdK0o7ZHl7zRQ5JH1dsFR {  }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #aoNmO0XUhFoGW9XzGz18N5qEqARTw9cI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #zHe6qJ4t3WlTtr1FfB6oN7X0mJUJZsLJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #bTGO96DKCdsRTd1rqRMHmDL9nuarAuKn { display:block;position:relative; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #SvGGTdSmaLRvODUQTI8tEuU5ZszFO3Ev {  }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #vptHbzkio1HxFs2PvcFNr5A1NQ3KqTCb { display:none; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #Pz9X2lRsbFglFivklCVIbuDDSNDsPgVJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #ZTPq0ITiU1U2Cpw0QD5fptxks1s8lqyM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #yyItIrOOFcTsc4Gis67KIV5iNzBnZKJU { display:block;position:relative; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #aTKi6FZzd4yIU46PhoTry0EeKOsfD1in {  }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #ADSI7ExVT7Iknv53A0z26LgR4qf36LN9 { display:none; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #Pgs0Rc1ZSvkLgE7DWZJmLFGyyP24Ui6X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #M1AKq3Bw0teeTIlPvimLIzc65gKI1b12 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #vxvyAgpE00o9iy95d65LRHbIAsSwbytd { display:block;position:relative; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #La5JffWq9PkznayaiyD7wN9cJ0ATQv9Q {  }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B #CqiJe7CyppZg6t6v5CvCD0RhNg8SBNBB { display:none; }
#MKU2orFIJqrGgkTPlIPdyneXJ3zKLx30 { z-index:15004;top:120.78594207764rem;left:23.750001907349rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D4qviGGu3J8HwovGn89M886QxsHkOFZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FH4kDWn3Vu49naHihw1mdsQG2uPCMhC4 { color:#2b2e2b;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:61.125rem;left:1.5625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK .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:#e3e3e3;background-image:none;vertical-align:top; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK .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; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;height:auto;font-family:"open sans";line-height:1.4;overflow:hidden; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK .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; }#IrsAG63v9s25b0fNJ7rIN40q086VgdkK .accordion-trigger.adaptive-delivery-prevent-bg, #IrsAG63v9s25b0fNJ7rIN40q086VgdkK .accordion-trigger.lazyload, #IrsAG63v9s25b0fNJ7rIN40q086VgdkK .accordion-trigger.lazyloading { background-image: none; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK { box-sizing:content-box;height:auto;width:17.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:66.3125rem;left:0.875rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #vSOc65C3MmMqoCFqWugoG2mHQMfMKtH6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #r21EZRQLsctKhBGE5fvywc1HKeburhTx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #gOSbi2Lz825rNiclZ64P6ViM1T2iIT6V { display:block;position:relative; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #rIocIQUfL4ViqPKKRcxnDDu2vFUlv7ZU {  }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #pmVSTGR0u6hidBSOodIgfNwWy6ba0xCz {  }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #PFbrdmvXsQXcoCnewFKUJ60nnFTiTJnJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #mHpOebmELMPym4WN0hdIeyXBDViuGZh6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #XPp9UQo5udBcfVxgEMHki9UoXUQeZUKh { display:block;position:relative; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #nyLGoatm4TpkthGVuCRgewlkKxFW3IGM {  }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #bZoU1QFdGVBO04iJzvEpoeeaTMKXatAN { display:none; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #Ib5qZ4gm7EylaiFmkey0Is16dhQvohxF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #X5ObIAXKQaJ46tci1qQWTHztVGaWuLm0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #OwScD5A7QOACGilgFhXWeT3f4TG9Am64 { display:block;position:relative; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #VQeQxTQpMRNsbtnshckvm4c2VrZh99NO {  }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #d9hGQ6sGF4rDyeivmElTyVvuZ0Xh8o2v { display:none; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #E25aO8JtzxPEtW9fP2pT802VmVERzDTV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #S8bC9DtMS1SG3NBsKzrzStsTOvpzN3aH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #xoWAObsai4vD68Pat6CcmO9o4HpLJcT0 { display:block;position:relative; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #AmGa48uxKMvcqrG2pdyE1St7TuDcgamK {  }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK #KgKcWXw6fXdiZ2xwPKv9u1I1LPkUvgcE { display:none; }
#RrLCsWiyOTCrT3t00JDkXPJRUfNg35Ny { color:#2b2e2b;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:61.125rem;left:20.125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .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:#e3e3e3;background-image:none;vertical-align:top; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .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; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;height:auto;font-family:"open sans";line-height:1.4;overflow:hidden; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .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; }#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .accordion-trigger.adaptive-delivery-prevent-bg, #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .accordion-trigger.lazyload, #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .accordion-trigger.lazyloading { background-image: none; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC { box-sizing:content-box;height:auto;width:17.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:66.3125rem;left:20.5625rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #rFzUPlZ9AWJBeSxyquLs1DBsi6JlV9dF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #Gmx9MvuaG2F1H3WZwQdSDGsDO85qZKsL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #e1kriEARepLRqphVddATW1s6Vn0LeGPp { display:block;position:relative; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #pdSVX9brcUfzTVMcl9LcfUW91BkHIPUJ {  }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #QfkNfP9oJvtD0sEQE6JhBKz1xh8TqR6A {  }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #dV3XasCBAwWRMiveAtMOCZEJaUTTfugh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #MH5M0NJ8KU4pkJcwGo2NADrlXouLsvco { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #hsJfmQlHJbTGDtERlN5c8FfIDcDHZBfo { display:block;position:relative; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #nATRiJqVh69vOOA8XBIwJsJs4T8nQQ6D {  }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #ZTTy8e4HfMcylI11p0Csua0K4XuJEzTi { display:none; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #owKIo1D3TDw1zhoMN9klAkQTLoMFpTTD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #MztAxwMrk7WHLTm4GJTPaSvpOXvfz9Vx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #OFpQvkuDgsT6TDiTFMyRdB5r4SezVKUp { display:block;position:relative; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #fk6zv1PWQJsDH6VGr7cyiHpXCz8GPcT3 {  }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #AdXO7N57VMKWKfe0pSsbnwHoQozuTuzk { display:none; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #upSiTE54tgLGg0XgNyyef1IJm5VRnagg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #hNRz50Ne1eil7pToV0ZTxlWofCDr54KX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #TM2fcBiXtxBPrrhJc1KQffl2Cxbt9BIM { display:block;position:relative; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #f7QLFZQF6W3VyqAMvcXxTke4wTDNzizt {  }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #VFm8LB1s0F24HJOhGpnkUbOl3vIEoCQw { display:none; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .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:#e3e3e3;background-image:none;vertical-align:top; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .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; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;height:auto;font-family:"open sans";line-height:1.4;overflow:hidden; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .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; }#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .accordion-trigger.adaptive-delivery-prevent-bg, #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .accordion-trigger.lazyload, #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .accordion-trigger.lazyloading { background-image: none; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg { box-sizing:content-box;height:auto;width:17.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:66.3125rem;left:40.3125rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #ggPbzwX81oQZPfs4PxBmvqUZ4eQlhgTp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #MmSekyB5GRizArtFBoIe7E2thl4TTSU4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #DAvOrTV3pTllD4Vrb81gxDvNyRCA5PJ5 { display:block;position:relative; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #SbuTkSSpN5PKVell5oQ1z8Zc1lrrn0lb {  }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #fJPEtHPcVRU6L4NxaTyvMVPDvRKNveQ6 {  }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #M90rkgcpTuFULuGdoTw2vGRREKXdMeuT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #DIEXdzZNp2KgsCHmyA7urHV2NFKNINng { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #ctd9sTiqWwdXPOERr9nB5Peql9tAvIrE { display:block;position:relative; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #N6OKJq7bO4DMZQCttZsLwQM45KOQ58B3 {  }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #yMddc9LPqieTRzKGhACQ4eaMFyAOtAe9 { display:none; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #PwABzh82qbVrfpUt52XkTeDZM1037mVn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #qVAiTxe1EmKbHe7ml3ipMyPMtfW33Z0Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #yZazZdJCOO5g9Acd80ZlgMNoIz3aeFyC { display:block;position:relative; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #abEEbeCe8zc41TAwTsBuLHF0JRzNrOnU {  }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #PcHkMazA0zgwTtXX6sTtCDM5q58cWteM { display:none; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #fiGdZIp0leVRI6sLyuJZbfb8o47V3e7L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #iwZomESzPXEIkJ2zgn7ChifvdTFpu9nR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #v5hnRnkE19rg1KoAADvatdsZpf62Lbhf { display:block;position:relative; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #uLHyDrTwoJ5ELIv32456tO57e2wtDbwQ {  }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #myvrVyuHuMPD2nQTwh8S6GJWduREZgpe { display:none; }
#QFtZoSWCZ6PG67uDiT7BAK0q1JSGqUFi { color:#2b2e2b;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:61.125rem;left:39.9375rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH { 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; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row .container { background-color: transparent; background-image: none; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row .container > .video-iframe-container { display: none; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row > .video-iframe-container { display: none; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .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); }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row .container { border-width: 0; border-radius: 0; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#ZcSTSmJi9UdEoQJpMblc7cFdiyocBAlT { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJrxE22KmuoHe1eHZ0cWzSKXWVgo2dtO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.1875rem;left:0.75rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSWCotszDJi7Z3ta2AlA8HSDbmnDWco4 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.4375rem;left:20.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDloRmDMbkkoDCaPFfafH4qqQvEt7oQD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.1875rem;left:20.75rem;height:4.49706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOau1B7lsnDDMThlWXZTBZE80T7e3CJx { color:#04253a;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.5rem;left:37.812501907349rem;height:1.800425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLTfJFci3VT9ab7TuwcTXIz8ffTcFfuc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:20.187499523163rem;left:40.406251907349rem;height:4.49706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfyxirxD7rJTatv5vXd3MTOVQxIITKFm { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:11.624997138977rem;left:1.5625rem;display:block; }
#SQpv3L51OPPmqBXZcsaMLlzc9qg9sCpQ { color:#2b2e2b;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.5625rem;height:3.00536875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmJXLW21VqWmC0gM87UT95oxzTOPc5uT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:11.5625rem;left:27.312501907349rem;display:block; }
#VzlzhAMkV9m8m1cLkGDmRtDdT1LTJc0b { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5rem;left:0.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#baiHMNXULEXPwFgxXTtVmgh4Rn2qOgui { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:33.1875rem;left:0.75rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5MLqK7rabTDO24GEi2Wm2MLZlQIyT9m { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.5rem;left:20.750001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yob7AWB1XuaAaXrwnXg4O88VReKABaqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:33.25rem;left:20.750001907349rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bUBN5srivdGQDQ4WSqVOQG4KgSLsd8VB { color:#04253a;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.500001430511rem;left:40.000001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ao1nTM41WFRTfb1gGimsr4ZQhzXXkaqH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:33.187501430511rem;left:41.562501907349rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqJqtPp7rfFxJ1XZe0ZDX4zdKlXJMU5k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:13.8125rem;left:7.625rem; }
#DBiCC7UPxWvp3nmmMTmHazfD3pF8EPT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:13.8125rem;left:27.625rem; }
#qJCPAn3vFmyaXVmvLwmuom8FxGb7KIMf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:13.812499523163rem;left:47.280469894409rem; }
#w9NAIQxMCHLn35waW8keKf1bFTkyTS2N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:26.812499523163rem;left:47.280469894409rem; }
#nghtvFepcasCDdtTKprRueQq8QlOREFw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:26.8125rem;left:27.625001907349rem; }
#x8QvXHLZPilsa9Jt1K3cUuTB16WvT1IQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:26.8125rem;left:7.625rem; }
#CuoW0B08vd8RqbFP7ibCuICCbWfgLJqP { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.8312511444092rem;left:4.53125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#ghIoAW7z89IcHAF0LGyBBlllpuoM5rob { z-index:15005;top:40.3486328125rem;left:23.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gfon1dHpcciUDRBJGuG4ZgkhdmSVKLCe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/KfFmwa7m5VQ/unsplash/magicpattern-KfFmwa7m5VQ-photo-1605106702734-205df224ecce.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw.adaptive-delivery-prevent-bg, #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw.lazyload, #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw.lazyloading { background-image: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { background-color: transparent; background-image: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.97); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container > .video-iframe-container { display: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.97); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row > .video-iframe-container { display: none; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { border-width: 0; border-radius: 0; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#OhrX0FyzoBX2VWPlPWTlTVKsHeLJu8aU { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kpig8eqRz6PfUseX46DaIzZs3Lh84XR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:8.125rem;left:0rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9NotseswZuCOy1W8y4tI28nnph6VcRW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.375rem;top:14.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#WWqQF6dxnW23AvozAVmsSMpr3Pl15aFh { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:12.625rem;left:0rem;display:block; }
#URKBdnIyOHNaiAWzTBTz5LybRAOq9R0S { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.5rem;width:25.4375rem;top:13.625000476837rem;left:1.8125rem;display:block; }
#PhItOhAROqtUFV9HaIkZWDTQb8IrIe8u { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:15.78125rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I6mM8Gey8znGkpXCyNPzV7up5mdh71D9 { position:absolute;display:block;z-index:15005;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.4375rem;width:25.4375rem;top:20.9375rem;left:1.8125rem;display:block; }
#wbCqTAZx8AIgQ9eBs1rtGLud1gfsG6vV { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:19.9375rem;left:0rem;display:block; }
#abZrDdkfcM3gpk6Mb5SJvPMawm9JmbRq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:21.3125rem;left:1.375rem;overflow:hidden;display:block; }
#ZH7b3y5x1Vz3scZJ69PHxbrl3FTVGWUi { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.375rem;width:25.5rem;top:28.3125rem;left:1.8125rem;display:block; }
#de8vWTp9kXHPykHyOIOHMQ6KCwL24ORG { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:27.3125rem;left:0rem;display:block; }
#pP57gEUPbr0JV5xOaA632ksv1bDfZuul { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:28.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#m200WfyhWzZUmmxVFZageJsDZ6zKcnPX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:23.0625rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZVhqtDSfBqth54Xk1zeArWt2G28GFXTN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:30.4375rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTMEKgOoR5nyd7wdDhiCWJrS5ZKSiERc { position:absolute;display:block;z-index:15027;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:5.0625rem;width:5.0625rem;top:34.25rem;left:0rem;display:block; }
#VvLrcumeydkDOX3h6u5FUnhvSddlyzVL { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-4),0.09) ;height:5.375rem;width:25.5rem;top:35.25rem;left:1.8125rem;display:block; }
#kRIckCXLJMPq3ZkX0vh8d9DBnpEv9s07 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:37.375rem;left:6.0625rem;height:1.18785625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzOa1AzOTekXmZ27HBSxFeQ3JmApegUz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:35.21875rem;left:1rem; }
#PiytUEWmTazqGU14ZFkFNaqRhmxZks6W { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:27.9375rem;top:13.625rem;left:32.0625rem;overflow:hidden;display:block; }
#WOez7QzvNISkJlVBBMRcMJOmDG3sm5Wc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.3125rem;top:21.9375rem;left:49.3125rem;overflow:hidden;display:block; }
#P5HWBhelOnnfb44GqR4EytvMpW9tdpTD { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:17.875rem;left:31.4375rem;overflow:hidden;display:block; }
#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL { background-color:#f1f0f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row .container { background-color: transparent; background-image: none; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row .container > .video-iframe-container { display: none; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row > .video-iframe-container { display: none; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .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); }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row .container { border-width: 0; border-radius: 0; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row .container { width:60rem;height:31.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FLDx17O1FRbUOWiHqNzv1HWoRD6mcQmG { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5726478099823rem;left:7.73671913147rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dS9rQ6BAP5BndOEazWHQ2Fl6Viae0c58 { color:rgba(var(--color-primary-2),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.6742103099823rem;left:4.3929691314697rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ziu45P8trC3g1kBeAJZvv7meB8WN2pug { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:43.5rem;top:8.9617195129394rem;left:8.08046913147rem;overflow:hidden;display:block; }
#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container { background-color: transparent; background-image: none; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container > .video-iframe-container { display: none; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row > .video-iframe-container { display: none; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .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); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container { border-width: 0; border-radius: 0; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container { width:60rem;height:31.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#KklXgc3EeSzw1bkv5Flur5w07Q9Lbhto { color:#2b2e2b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.8125rem;left:0rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzGGTVQJ2ESUuJsV9NRnfez2F2Uc7Q22 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:18.625rem;left:8.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIEpoEErZdorJTQvVXGKWulwUxMKMMp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.5625rem;left:9rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWLVwwGVxJDcHW88iXblICld6iVXQInL { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/22a9f3ab-e720-40ee-b098-3bb5c4b00db0/421.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11rem;width:11rem;top:6.75rem;left:7.9375rem;display:block; }#QWLVwwGVxJDcHW88iXblICld6iVXQInL.adaptive-delivery-prevent-bg, #QWLVwwGVxJDcHW88iXblICld6iVXQInL.lazyload, #QWLVwwGVxJDcHW88iXblICld6iVXQInL.lazyloading { background-image: none; }
#wPRrfpb93g9zdwciRVDn3sDKLWBFdWRa { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0bf9070e-019a-439e-99f9-8af91ecbc8fd/431.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.25rem;width:11.25rem;top:6.625rem;left:23.75rem;display:block; }#wPRrfpb93g9zdwciRVDn3sDKLWBFdWRa.adaptive-delivery-prevent-bg, #wPRrfpb93g9zdwciRVDn3sDKLWBFdWRa.lazyload, #wPRrfpb93g9zdwciRVDn3sDKLWBFdWRa.lazyloading { background-image: none; }
#SiRWglchHzWgB88LfdHRiHSscKK71RXb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:18.625rem;left:23.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8ci42uRP9srv7t3Ty5pdb0bqGyDtbO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:22.062501907349rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzWfMrpNPo49r4G4TUhVPNRMeOu08g8U { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad430c0c-5af2-4018-ba2e-d715e5c50d05/44.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:11.25rem;width:11.25rem;top:6.625rem;left:40.4375rem;display:block; }#VzWfMrpNPo49r4G4TUhVPNRMeOu08g8U.adaptive-delivery-prevent-bg, #VzWfMrpNPo49r4G4TUhVPNRMeOu08g8U.lazyload, #VzWfMrpNPo49r4G4TUhVPNRMeOu08g8U.lazyloading { background-image: none; }
#qqZ9hUFJeT7dZAHKZAyyykgMRp28ox9b { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:18.625rem;left:36.062501907349rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQ41gBdiG91VrED7fZOrDTWNKSzGNTXV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:39.031251907349rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w46LRqLfhfN0DZnBMyT7n3oWL2nL1Vsk { z-index:15009;top:26.1171875rem;left:23.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vRukzHiSCZz3HiDQSH4ELkGaBNcCGx0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS { 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; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row .container { background-color: transparent; background-image: none; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row .container > .video-iframe-container { display: none; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row > .video-iframe-container { display: none; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .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); }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row .container { border-width: 0; border-radius: 0; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#AV9QTV3gG196p6eyTiA0WX1TC35sPa11 { color:#2b2e2b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#izvgROtnscErisqf1kOBRVQuMiWOFNsh { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yDTBDsi5esWs1ii05anPKQS59TpFE9oc { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:11.4375rem;left:28.75rem;display:block; }
#UctgJMsRRNfIZHZqyye3HRzA5BcIS3aK { color:rgba(var(--color-tertiary-2),0.15);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:9.74975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jz0tSTagocFX9CQ2ZAr14vzaKhBSSqgI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.4375rem;left:0rem;display:block; }
#N53ESoJOUPWlQGlM3EHzC1eGC6JL9RHU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:14.25rem;left:0.6875rem;height:10.72875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tpict6rxVsZt7R2L0u8KiMbOWMB2PcyB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.75rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yUUVL9iSu9BOBch3TLdnrD1ehEcfuoFl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.375rem;left:5.625rem;height:2.1118125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PommX9VIMeSDhz7kwhzV5zuZFi2X75Wx { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a538e3c-9111-40d0-9d46-340e0a829ddf/DOSENMAGISTER6.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.0625rem;left:0rem;display:block; }#PommX9VIMeSDhz7kwhzV5zuZFi2X75Wx.adaptive-delivery-prevent-bg, #PommX9VIMeSDhz7kwhzV5zuZFi2X75Wx.lazyload, #PommX9VIMeSDhz7kwhzV5zuZFi2X75Wx.lazyloading { background-image: none; }
#uRSpmquZqvbHHFDKHhKztzx6kcthdT4e { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.75rem;left:25.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sLbkUecIlokFvOM8R6STDiv7owbdII1y { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.375rem;left:25.625rem;height:2.11181875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGNrSqNUsyzxFWeC7IoTmGGXFSJGM4gE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.4375rem;left:20.5625rem;display:block; }
#ud1ziXasLlx7av3nPOTWy3wqCi36J8W0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:15.22500038147rem;left:21.250001907349rem;height:8.7780625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PS7dEP8X3PC4L01cPhI16DD8afkA5hDL { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0db4c031-c970-46a2-842c-cbcd3abb1208/DOSENMAGISTER7.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.0625rem;left:20.5625rem;display:block; }#PS7dEP8X3PC4L01cPhI16DD8afkA5hDL.adaptive-delivery-prevent-bg, #PS7dEP8X3PC4L01cPhI16DD8afkA5hDL.lazyload, #PS7dEP8X3PC4L01cPhI16DD8afkA5hDL.lazyloading { background-image: none; }
#mhVpx8MoE4MkloSXHBcuFlb2MTnxiasm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.75rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q0wfvPBBcaz0ZfSI0nLsa0XS06hzMtVU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29.375rem;left:46.687498092651rem;height:2.1118125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQHd6yonrhHDEmSWfiZ9tQ86ZumvreMB { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.4375rem;left:41.0625rem;display:block; }
#UlggJ1WptAo2HmJbohTVBwPN6C3Sh9DD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:15.66250038147rem;left:41.92421913147rem;height:7.80275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccRfkxkKZG40HtUBShDfTHumIaEcvCKG { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a999a7ff-8945-403f-a6f6-ccb2944555ae/DOSENMAGISTER5.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.0625rem;left:41.0625rem;display:block; }#ccRfkxkKZG40HtUBShDfTHumIaEcvCKG.adaptive-delivery-prevent-bg, #ccRfkxkKZG40HtUBShDfTHumIaEcvCKG.lazyload, #ccRfkxkKZG40HtUBShDfTHumIaEcvCKG.lazyloading { background-image: none; }
#qsvaH73bIbFWXJz7MpZTh6T2ZJPXATv0 { z-index:15008;top:34.5546875rem;left:25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f8NhNrox6anHC9UrStp4Ri248qerJMsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { background-color: transparent; background-image: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container > .video-iframe-container { display: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container { display: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { border-width: 0; border-radius: 0; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:15.062499523163rem;left:2.9375rem;height:12.595225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MoUTBRMZMTmUbzNuNKAIPHLP8JBKtJLU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.8544921875rem;left:2.56103515625rem;height:4.22363125rem;font-style:normal;display:block; }
#Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:6rem;left:2.5625rem;display:block; }
#uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:7.375rem;left:2.5625rem;height:7.4267625rem;font-style:normal;display:block; }
#ztukB9BXJKOloNLip3elCbRIyhNtuUZ4 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.24) ;height:17.3125rem;width:30.8125rem;top:5rem;left:29.1875rem;display:block; }
#pUcRySgTGEbQneQpZnim1OZgatqz8J5x { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:35.0625rem;top:0.062255859375rem;left:0rem;display:block; }
#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aWBPk_GBaCk/unsplash/koushik-chowdavarapu-aWBPk_GBaCk-photo-1506463108611-88834e9f6169.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm.adaptive-delivery-prevent-bg, #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm.lazyload, #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm.lazyloading { background-image: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { background-color: transparent; background-image: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.9); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { border-width: 0; border-radius: 0; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.3085975646973rem;left:0rem;height:2.19238125rem;font-style:normal;display:block; }
#XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5609378814697rem;left:0.0625rem;height:1.4624rem;font-style:normal;display:block; }
#zIgtASA5wzmADMf00J982H80ViIMPXFS { z-index:15003;top:3.40625rem;left:44.58749961853rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kuhxuWbqfVxCgLRLyZyp7PcIbkomTpPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { background-color: transparent; background-image: none; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container > .video-iframe-container { display: none; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row > .video-iframe-container { display: none; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { border-width: 0; border-radius: 0; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#fT4KkWOiieNCoGuEc0DMtcurC53IrvJz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:48.375rem;display:block; }
#hP1WXT92e30rEO9bwGSgvqExuttfJFMF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:51.9375rem;display:block; }
#sSOPs6THWXsBhbdpowRt9lVwffrNGaDn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:55.9375rem;display:block; }
#BXwN28UW6kfHsnLdfn5Qpz3dGg4Rvs4J { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5.38671875rem;left:50.437498092651rem;height:2.44873125rem;font-style:normal;display:block; }
#ulZJ0HlDe4C4zb307gg1ouy4h0NuZvk9 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#yrLSwr5f3na5Zio9hz0mdln9zGCmww2M { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6rem;left:40.3125rem;height:1.225rem;font-style:normal;display:block; }
#fH1wm0y4HNflO3Cx3DfQTwvu2isbwILT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:26.187501907349rem;height:1.22514375rem;font-style:normal;display:block; }
#zX1lmTI3EGRKkxlxVN0ZTyENyQT585Xn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.04858125rem;font-style:normal;display:block; }
#gxyuPr4b97aJ4iJW6cTwh5m2NXXR2uCI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.625001907349rem;height:1.04858125rem;font-style:normal;display:block; }
#Tx6rAp720DhsmPb88toKPDqIawhJZoDF { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#ZS2Z8upbASdr3QCGbckfmvF3WTAIXwZT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9554748535156rem;left:24.500001907349rem; }
#d4ExT9ODDEngOfMI7SxNJGlDiwIsCx5R { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.875rem;left:38.375rem; }
#vRKoEKhqVM5a8iGEUArgZDObAkuUgl3P { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6rem;left:48.375rem; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.15625rem;left:48.96875rem; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cl8W8GX9m7xZOroyT368ce6vTLCRW76z { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.125rem;left:52.5rem; }
#cl8W8GX9m7xZOroyT368ce6vTLCRW76z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:56.375rem; }
#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CFwbaMKRrA6iBP8SHsSHRmxuLGBFKyAt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:20rem;top:5.6179676055908rem;left:0rem;overflow:hidden;display:block; }
#o4UxCTlz0N3TnqrCOsvpK92bzWorS57F { color:rgba(var(--color-tertiary-4),1);display:block;width:26.499rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:17.623291015625rem;left:16.75048828125rem;height:1.2243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxCqB8b89DTA7r58nDJqyREGAMnzNSL2 { top:9.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCL6VHO9kVh1gKZ0rQqdTUAbrCbP0KpC { top:19.375rem;left:0rem;width:43.4375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxWotM7DQhUe7wKIbg5c9uaaza1bXcfF { top:4.375rem;left:33.625rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r35TGEFoRAd0sBwfoWKkJQioJNgtZEGy { top:4.6875rem;left:34.5rem;width:13.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3FqCeEZQKw596zW48rsc0v3LOgXxVeC { top:16.625rem;left:0rem;width:34.4375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR89wRlqQSDaNQk7utnqAKzmWe9cyNNd { top:21.875rem;left:0rem;width:35.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k91oLXO375IcDTbVFANgwyEaoWb9Qeno { top:13.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiMSP0u99V02TQa3mPdWCUNh1cfrneKG { top:23.125rem;left:0rem;width:30.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkOkhOHmD77hQZF61zR6cySc4RrheMmV { top:28.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDAxZdIMGysIqNoSS0EpUcGLfvKGTlNf { top:25.9375rem;left:0rem;width:22.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avd4HalHc2BNyrmPZp8FFTA41PixDk26 { top:3.25rem;left:0rem;width:23.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkSWVqRO6kSoUTDSK5fzvF9NDm5I78C7 { top:28.8125rem;left:2.374755859375rem;width:15.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB9D1yShbJSf72oCWkXNDAI1lvOx3HuM { top:31.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #is2nd10TOibkqPkKrKs54zULqJyn2uEN { top:31.5625rem;left:2.374755859375rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5N0Izz9BUeGJ7eQEeE5BfpgdqqiZgF3 { top:26.25rem;left:0rem;width:17rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { width:32.1875rem;height:3.9375rem;top:20.375rem;left:15.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { width:31.4375rem;height:;top:3.75rem;left:16.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7QByGgCW399D6P0CTTwBbCuf20KbQZ { width:31.25rem;height:0.8125rem;top:39.125rem;left:16.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWB7FozvTO1G9rr8ceB3fZzTuZrbSHp { width:28.25rem;height:1.75rem;top:35.3125rem;left:19.4365234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyTQpbkOMBkEiEGea8FMW2IvptgL5MF0 { width:28.25rem;height:2.0625rem;top:32.4375rem;left:19.4365234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTJVzT976PuC8VLxVKJx3cRlEf9yTzt { width:28.3125rem;height:2.0625rem;top:25.5rem;left:19.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7taWKd0ZxwSo2HzoBS4IJ2W815yE3FO { width:32.5rem;height:;top:28.25rem;left:15.25rem;font-size:0.8125rem;display:block; }#T7taWKd0ZxwSo2HzoBS4IJ2W815yE3FO li:before{  }
 }@media only screen and (max-width: 763px) { #M2GoTx24hsUkR2PvaQlD1dVHTxrquLWf { width:32.1875rem;height:2.875rem;top:17.375rem;left:15.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2  { width:17.5rem;height:auto;top:3.75rem;left:0rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 {display:block;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 { width:17.5rem;height:auto;top:3.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #CCLTqc1duaaKJvwJvQBU1aZLV9OwHKPT {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #lnSaGdvcrp372FCQU5n5AtBlc8AtZQRb {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #uMRxlnxwFsTOq1Dvz5anmBSH5RqmlwRg {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #ws6B6VxytaNwIBEeO1dTnAcKl15t8m71 {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #OlsiUTb4rygv5GOPglaOTTFsGlZWffcJ {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #ZICPOwT8AUbbp7KdSXDylZtZ1EeeMAVp {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #MBpgu4rDrSTpA8yw8HZoiMGhbHIiZcte {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Bpb4lULlsOms5kByE8mmSpCM2XO3R7NP {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Iu1HbV4o4hXWgyWL4wLXNyNKHBqXK7oc {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #oPMcADSFCEVnEziiL2ldulnlUT1DEmw0 {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #DFIngD5nyQCoySP59grOOwxFQEfktJt3 {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Za99DkOAhLPaiLUwPpcgtscVWk6TWMol {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #z96Vk8tItHWk22mMKRISb1k2rOHMl8xe {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #MlEc7E5ptrVmGJPiB2Lb9GdnLdpZ5uRT {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #JHXZZ80syuNL3dOlOfXOauSKrR2HOKUE {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #XEhwSF7SGmkfI2i2e9XCFk7rigCNOsaE {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Dt8tLaeKla6LMAfePPu1dMI4HFitcTKf {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #z6L0v1zluyQSOtLfxqc1E9hV8G16vM00 {  }
 }@media only screen and (max-width: 763px) { #psvFN6JzITDTwNfG5UnWT2kdXKSF6Twr { display:block; }
 }@media only screen and (max-width: 763px) { #SfeVm9qawVzBdEL1w1D3aqJ459md9ZPJ { display:block; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #vGdSJO3mOwG9idkrwKgB6gSP8xkkJgpd {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #pkKLLKnqtuWyBcdMwkdLGTJfbNaHWgMu {  }
 }@media only screen and (max-width: 763px) { #aRZcXtnE9Qx9xId3569HHOBsbVZtbywN { display:block; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lte3VmO7rMuSLltZHvWGIi5MMIaTg88y { width:47.75rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMguTnNP4ZSzPgs66KmE7Txw6Tc0cAW { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTV8phRbIWI8IruZNONXOczStLkcfqW { width:47.75rem;height:0.0625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KToL623xidzw4VAznHA8LUCU3feGk4yc { top:8rem;left:20.9375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMtutC3ESflHBUq0c7X2SkBaAurHD4q { width:20.5rem;height:1.9375rem;top:13.6875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqGT0nlx8kqWWJwTzluIgCUzLLBqmSd { width:7.625rem;height:2.4375rem;top:16.125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXHmRaDOGUyf4KTLg7L3LnDs2oeG0Exm { display:block; }
 }@media only screen and (max-width: 763px) { #EWcOdWmsOK6DVgMZP2xrxlNS4DGZZUD5 { top:21.0625rem;left:10.5rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRTWRTQSrhBkbmUpyZT79ytP28tIHK3 { width:16.875rem;height:1.9375rem;top:26.5rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiH2xNOEWChCA91lsDfO6IDvABaGOkQF { width:7.625rem;height:2.4375rem;top:28.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwayo5DfHCVdviF3rVohEAe9yWepQGJU { display:block; }
 }@media only screen and (max-width: 763px) { #blVIwUZJOB8I24V5sX5TxqnQ3zZZZdMG { top:20.6875rem;left:32.0625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD49Dq6syul3Zv17W2ZEGfBW7sDoouoz { width:16.875rem;height:1.9375rem;top:26.375rem;left:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxBMphpLwKQXhegNSTAlbdRSQfmbD1B { width:7.625rem;height:2.4375rem;top:29rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSGp0CvZ7CapRSN490e26ZBoWrDKSl1x { display:block; }
 }@media only screen and (max-width: 763px) { #Z5LtwVSO8W2PLxigvB0KW3GXesKyMuBA { top:7.75rem;left:1.6875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QncCi6Ky1TWxoJ59qIfbsgUCMCnwFRdB { width:16.875rem;height:1.9375rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASLmh0tGHSspTOaPE5BO2sxffxUGbs7z { width:7.625rem;height:2.4375rem;top:16.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOq6hiVOHLfp6GrH0s8xcJuQ2ndA8lM { display:block; }
 }@media only screen and (max-width: 763px) { #TocSNvvpcrpvDA7uKmXqyytI33Z2XAIX { top:8.1875rem;left:40.9375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIbtgTgsyuvBlABDZKr5g43rJC20rEI7 { width:16.875rem;height:1.9375rem;top:13.5625rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUkscvfEeQ3zuXa9n3iH198oHlkWsS3O { width:7.625rem;height:2.4375rem;top:16.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS8MAN5Mdf9JugsElKD8R1kf8IucaKid { display:block; }
 }@media only screen and (max-width: 763px) { #Al3FITZFl75ZPyTpXoouH3JM3dHLc3sS { top:34.5rem;left:17.625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsMW2m8z8hugoMewG9f7I8HkyHML3ze { display:block; }
 }@media only screen and (max-width: 763px) { #Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN { display:block; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT0FxL093ickIQmzlLeDE0i6pBPwwOUu { width:47.75rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgUw6XzZNzhdzQE7Jrh0CJUmpDko1ON { width:18.3125rem;height:3.0625rem;top:6.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM3WZ4vvOw1r3XfBRkil2Lg2ekApfJ7h { width:18.0625rem;height:3.0625rem;top:6.875rem;left:14.843751907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNBnPtWNE57ukz6tHJEOyFg8gc0AlMK6 { width:19.375rem;height:3.0625rem;top:6.875rem;left:28.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 { display:flex;height:auto;width:16.5625rem;top:11.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ZesfgQK1NkRqw4f7gfeu0ZPTAFsreyS4 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #bMyNa4yqQhJT92KFXQZBxI1tpQI0yCVy {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #zuBZxvyuToB1NgpPkUDS7wFdP5TP4LG2 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #SNbdMlTv3dGyqphR7KO6JOT3Zmo8f5TF {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ziCWa5FlC5bFMukiQ9MeQ8gghPD3zvGz {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ygRmQZsQBt2monWKt4dvJFeVATDd06rc {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #Joe2BaGf8l4AsUpBF50pfDQTZCvAdTZT {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #F4OiVvuPxD6hwqHFdNbNxpKR4L4gHqtE {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #hf3nygOTNGZftxzMnSBfWoCvRvk0d6bU {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #diqepO790oRSXP804t2s0wCBlJMT0l5C {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #KyJzT3uHthKOLDTNgb9clTZTEgnHGQMr {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #C34i82UCdTKMk3Hhw0kSyKdH6iIpiTTl {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #OFBK5oHvK9hpbzX8h5vMaQvsLqeovtxZ {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #vMibxtUIUNZ9xd8UWV1IoS4fnMbyLhqq {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #HZBOn7MwBFAIoMi97xzwiChWXTxCA0Jm {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #uHOwDEEe657SZlEh3dkC9SdeV1avPhQ9 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #aUEPVp1ixGk9FbQRDhOkKq3DBQAF597e {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #aJyURqVTDF5m2ziOxsWfyDTrPqAIE7S2 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ixTBPtx02OBTrkM6fQn66xa50bdNdZfb {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #pEllGnpaL7xZGBQawhSflLSsFBZtaazE {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR { display:flex;height:auto;width:21.875rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #zrUPcV7C8HTC7Tg8P3gBp4vMkXT4fBmx {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #X0J4bqAO2OVFvCKOtymKUpdWnVFQK4kG {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #JngCtGZGJ112J80nAARiAeCzq2WrP26J {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Rl9xDTBCCByZvkAyJybXhUNtTe0VBgZq {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #tNqI2xTCEECl6uua4WsH6e4BVc7SoOJF {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #LothCz51RoDcTOEQKn2WvXLsCa5vdu3M {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #XFOEcEndKqxAI8CpaINU7RTstS9AHlEH {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #feOrc7xTSFGaWGgQi0HGw3TUlP0HLBEU {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #TLlohKpbmW5Py5KtpWqKZ9E5uLOoVZ96 {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #xVKPLAyt1T1U3yW9fAnfoJftPLPEFDHL {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Tv32Ck2IGLlxPqzVyTeJb9Q63tCTn0tx {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #KOngsRTi8wIOUT856KleQqtGy9wbaDkN {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Cd7Tw0kqzBmhtJ74rmJZQgBWFrPz3qlS {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #DKVqra5mrkkCTO2pcUt7sLTMwFoh03kk {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #SplOub7rWpfUmgwrxbQR3grMeXycnzwI {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #nqe4nTATTZd73WFKkOeS7vkVJQPzdMTa {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Cag9AVGCLg1wpQadseQiKlWLQtHxgKG6 {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #pWZ8x2gudbvHf4zeeLCmgOiCMuqHXW9h {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #TJAaUSochfTJpsbdzq3nlMLDncOLZhAk {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #if150GKxhOy4z10xIczAwiAqwGteyOGx {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B { display:flex;height:auto;width:20.875rem;top:14.25rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #cK5OaJv1JiwNJmLDrUt90WRRX8XNghSF {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #KoWUqRPadBOcLPv5oNJ7rBckixAUa6Vw {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #QOdgA50Bc9Rtm9Xzwyw5yqv4yXz9Lm3X {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #TUmRelTubGMlyTEaIQzkLQb5ps0ndg2o {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #CVlstidTKsfXdK0o7ZHl7zRQ5JH1dsFR {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #aoNmO0XUhFoGW9XzGz18N5qEqARTw9cI {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #zHe6qJ4t3WlTtr1FfB6oN7X0mJUJZsLJ {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #bTGO96DKCdsRTd1rqRMHmDL9nuarAuKn {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #SvGGTdSmaLRvODUQTI8tEuU5ZszFO3Ev {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #vptHbzkio1HxFs2PvcFNr5A1NQ3KqTCb {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #Pz9X2lRsbFglFivklCVIbuDDSNDsPgVJ {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #ZTPq0ITiU1U2Cpw0QD5fptxks1s8lqyM {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #yyItIrOOFcTsc4Gis67KIV5iNzBnZKJU {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #aTKi6FZzd4yIU46PhoTry0EeKOsfD1in {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #ADSI7ExVT7Iknv53A0z26LgR4qf36LN9 {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #Pgs0Rc1ZSvkLgE7DWZJmLFGyyP24Ui6X {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #M1AKq3Bw0teeTIlPvimLIzc65gKI1b12 {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #vxvyAgpE00o9iy95d65LRHbIAsSwbytd {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #La5JffWq9PkznayaiyD7wN9cJ0ATQv9Q {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #CqiJe7CyppZg6t6v5CvCD0RhNg8SBNBB {  }
 }@media only screen and (max-width: 763px) { #MKU2orFIJqrGgkTPlIPdyneXJ3zKLx30 { top:120.75rem;left:17.625001907349rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4qviGGu3J8HwovGn89M886QxsHkOFZW { display:block; }
 }@media only screen and (max-width: 763px) { #FH4kDWn3Vu49naHihw1mdsQG2uPCMhC4 { width:16.75rem;height:4.625rem;top:61.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK { display:flex;height:auto;width:20.875rem;top:14.25rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #vSOc65C3MmMqoCFqWugoG2mHQMfMKtH6 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #r21EZRQLsctKhBGE5fvywc1HKeburhTx {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #gOSbi2Lz825rNiclZ64P6ViM1T2iIT6V {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #rIocIQUfL4ViqPKKRcxnDDu2vFUlv7ZU {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #pmVSTGR0u6hidBSOodIgfNwWy6ba0xCz {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #PFbrdmvXsQXcoCnewFKUJ60nnFTiTJnJ {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #mHpOebmELMPym4WN0hdIeyXBDViuGZh6 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #XPp9UQo5udBcfVxgEMHki9UoXUQeZUKh {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #nyLGoatm4TpkthGVuCRgewlkKxFW3IGM {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #bZoU1QFdGVBO04iJzvEpoeeaTMKXatAN {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #Ib5qZ4gm7EylaiFmkey0Is16dhQvohxF {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #X5ObIAXKQaJ46tci1qQWTHztVGaWuLm0 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #OwScD5A7QOACGilgFhXWeT3f4TG9Am64 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #VQeQxTQpMRNsbtnshckvm4c2VrZh99NO {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #d9hGQ6sGF4rDyeivmElTyVvuZ0Xh8o2v {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #E25aO8JtzxPEtW9fP2pT802VmVERzDTV {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #S8bC9DtMS1SG3NBsKzrzStsTOvpzN3aH {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #xoWAObsai4vD68Pat6CcmO9o4HpLJcT0 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #AmGa48uxKMvcqrG2pdyE1St7TuDcgamK {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #KgKcWXw6fXdiZ2xwPKv9u1I1LPkUvgcE {  }
 }@media only screen and (max-width: 763px) { #RrLCsWiyOTCrT3t00JDkXPJRUfNg35Ny { width:19.1875rem;height:4.625rem;top:61.125rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC { display:flex;height:auto;width:20.875rem;top:14.25rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #rFzUPlZ9AWJBeSxyquLs1DBsi6JlV9dF {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #Gmx9MvuaG2F1H3WZwQdSDGsDO85qZKsL {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #e1kriEARepLRqphVddATW1s6Vn0LeGPp {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #pdSVX9brcUfzTVMcl9LcfUW91BkHIPUJ {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #QfkNfP9oJvtD0sEQE6JhBKz1xh8TqR6A {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #dV3XasCBAwWRMiveAtMOCZEJaUTTfugh {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #MH5M0NJ8KU4pkJcwGo2NADrlXouLsvco {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #hsJfmQlHJbTGDtERlN5c8FfIDcDHZBfo {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #nATRiJqVh69vOOA8XBIwJsJs4T8nQQ6D {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #ZTTy8e4HfMcylI11p0Csua0K4XuJEzTi {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #owKIo1D3TDw1zhoMN9klAkQTLoMFpTTD {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #MztAxwMrk7WHLTm4GJTPaSvpOXvfz9Vx {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #OFpQvkuDgsT6TDiTFMyRdB5r4SezVKUp {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #fk6zv1PWQJsDH6VGr7cyiHpXCz8GPcT3 {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #AdXO7N57VMKWKfe0pSsbnwHoQozuTuzk {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #upSiTE54tgLGg0XgNyyef1IJm5VRnagg {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #hNRz50Ne1eil7pToV0ZTxlWofCDr54KX {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #TM2fcBiXtxBPrrhJc1KQffl2Cxbt9BIM {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #f7QLFZQF6W3VyqAMvcXxTke4wTDNzizt {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #VFm8LB1s0F24HJOhGpnkUbOl3vIEoCQw {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg { display:flex;height:auto;width:20.875rem;top:14.25rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #ggPbzwX81oQZPfs4PxBmvqUZ4eQlhgTp {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #MmSekyB5GRizArtFBoIe7E2thl4TTSU4 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #DAvOrTV3pTllD4Vrb81gxDvNyRCA5PJ5 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #SbuTkSSpN5PKVell5oQ1z8Zc1lrrn0lb {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #fJPEtHPcVRU6L4NxaTyvMVPDvRKNveQ6 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #M90rkgcpTuFULuGdoTw2vGRREKXdMeuT {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #DIEXdzZNp2KgsCHmyA7urHV2NFKNINng {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #ctd9sTiqWwdXPOERr9nB5Peql9tAvIrE {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #N6OKJq7bO4DMZQCttZsLwQM45KOQ58B3 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #yMddc9LPqieTRzKGhACQ4eaMFyAOtAe9 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #PwABzh82qbVrfpUt52XkTeDZM1037mVn {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #qVAiTxe1EmKbHe7ml3ipMyPMtfW33Z0Q {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #yZazZdJCOO5g9Acd80ZlgMNoIz3aeFyC {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #abEEbeCe8zc41TAwTsBuLHF0JRzNrOnU {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #PcHkMazA0zgwTtXX6sTtCDM5q58cWteM {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #fiGdZIp0leVRI6sLyuJZbfb8o47V3e7L {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #iwZomESzPXEIkJ2zgn7ChifvdTFpu9nR {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #v5hnRnkE19rg1KoAADvatdsZpf62Lbhf {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #uLHyDrTwoJ5ELIv32456tO57e2wtDbwQ {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #myvrVyuHuMPD2nQTwh8S6GJWduREZgpe {  }
 }@media only screen and (max-width: 763px) { #QFtZoSWCZ6PG67uDiT7BAK0q1JSGqUFi { width:19.1875rem;height:4.625rem;top:61.125rem;left:28.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH { display:block; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcSTSmJi9UdEoQJpMblc7cFdiyocBAlT { width:16.875rem;height:1.9375rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJrxE22KmuoHe1eHZ0cWzSKXWVgo2dtO { width:16.875rem;height:3rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSWCotszDJi7Z3ta2AlA8HSDbmnDWco4 { width:16.875rem;height:1.9375rem;top:17.4375rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDloRmDMbkkoDCaPFfafH4qqQvEt7oQD { width:16.875rem;height:4.4375rem;top:20.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOau1B7lsnDDMThlWXZTBZE80T7e3CJx { width:22.0625rem;height:1.75rem;top:17.5rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTfJFci3VT9ab7TuwcTXIz8ffTcFfuc { width:16.875rem;height:4.5rem;top:20.125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfyxirxD7rJTatv5vXd3MTOVQxIITKFm { width:47.75rem;height:0.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQpv3L51OPPmqBXZcsaMLlzc9qg9sCpQ { width:47.75rem;height:3rem;top:2.5rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmJXLW21VqWmC0gM87UT95oxzTOPc5uT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzlzhAMkV9m8m1cLkGDmRtDdT1LTJc0b { width:16.875rem;height:1.9375rem;top:30.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiHMNXULEXPwFgxXTtVmgh4Rn2qOgui { width:16.875rem;height:3rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5MLqK7rabTDO24GEi2Wm2MLZlQIyT9m { width:16.875rem;height:1.9375rem;top:30.5rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yob7AWB1XuaAaXrwnXg4O88VReKABaqQ { width:16.875rem;height:2.9375rem;top:33.25rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUBN5srivdGQDQ4WSqVOQG4KgSLsd8VB { width:18.25rem;height:1.9375rem;top:30.5rem;left:29.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao1nTM41WFRTfb1gGimsr4ZQhzXXkaqH { width:16.875rem;height:3rem;top:33.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqJqtPp7rfFxJ1XZe0ZDX4zdKlXJMU5k { width:3.125rem;height:3.125rem;top:13.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBiCC7UPxWvp3nmmMTmHazfD3pF8EPT7 { width:3.125rem;height:3.125rem;top:13.8125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJCPAn3vFmyaXVmvLwmuom8FxGb7KIMf { width:3.125rem;height:3.125rem;top:13.75rem;left:36.967969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NAIQxMCHLn35waW8keKf1bFTkyTS2N { width:3.125rem;height:3.125rem;top:26.75rem;left:36.967969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #nghtvFepcasCDdtTKprRueQq8QlOREFw { width:3.125rem;height:3.125rem;top:26.8125rem;left:21.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8QvXHLZPilsa9Jt1K3cUuTB16WvT1IQ { width:3.125rem;height:3.125rem;top:26.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuoW0B08vd8RqbFP7ibCuICCbWfgLJqP { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghIoAW7z89IcHAF0LGyBBlllpuoM5rob { top:40.3125rem;left:17.5625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfon1dHpcciUDRBJGuG4ZgkhdmSVKLCe { display:block; }
 }@media only screen and (max-width: 763px) { #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw { display:block; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhrX0FyzoBX2VWPlPWTlTVKsHeLJu8aU { top:4.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpig8eqRz6PfUseX46DaIzZs3Lh84XR9 { top:8.125rem;left:0rem;width:30.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9NotseswZuCOy1W8y4tI28nnph6VcRW { top:14.1875rem;left:0rem;width:2.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqQF6dxnW23AvozAVmsSMpr3Pl15aFh { top:12.625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKBdnIyOHNaiAWzTBTz5LybRAOq9R0S { top:13.625rem;left:0rem;width:25.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhItOhAROqtUFV9HaIkZWDTQb8IrIe8u { top:15.75rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6mM8Gey8znGkpXCyNPzV7up5mdh71D9 { top:20.9375rem;left:0rem;width:25.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCqTAZx8AIgQ9eBs1rtGLud1gfsG6vV { top:19.9375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZrDdkfcM3gpk6Mb5SJvPMawm9JmbRq { top:21.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7b3y5x1Vz3scZJ69PHxbrl3FTVGWUi { top:28.3125rem;left:0rem;width:25.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8vWTp9kXHPykHyOIOHMQ6KCwL24ORG { top:27.3125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP57gEUPbr0JV5xOaA632ksv1bDfZuul { top:28.5625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m200WfyhWzZUmmxVFZageJsDZ6zKcnPX { top:23.0625rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVhqtDSfBqth54Xk1zeArWt2G28GFXTN { top:30.4375rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMEKgOoR5nyd7wdDhiCWJrS5ZKSiERc { top:34.25rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLrcumeydkDOX3h6u5FUnhvSddlyzVL { top:35.25rem;left:0rem;width:25.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIckCXLJMPq3ZkX0vh8d9DBnpEv9s07 { top:37.375rem;left:2.0625rem;width:21.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzOa1AzOTekXmZ27HBSxFeQ3JmApegUz { top:35.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiytUEWmTazqGU14ZFkFNaqRhmxZks6W { top:13.625rem;left:19.8125rem;width:27.9375rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOez7QzvNISkJlVBBMRcMJOmDG3sm5Wc { top:21.9375rem;left:40.125rem;width:6.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5HWBhelOnnfb44GqR4EytvMpW9tdpTD { top:17.875rem;left:23.875rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL { display:block; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLDx17O1FRbUOWiHqNzv1HWoRD6mcQmG { top:5.5625rem;left:1.6117191314698rem;width:44.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS9rQ6BAP5BndOEazWHQ2Fl6Viae0c58 { width:47.75rem;height:3.875rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziu45P8trC3g1kBeAJZvv7meB8WN2pug { top:8.9375rem;left:1.9554691314698rem;width:43.5rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2F61li5Teox3Zl9uhMwiXL5KPfa7QT { display:block; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KklXgc3EeSzw1bkv5Flur5w07Q9Lbhto { width:47.75rem;height:3.875rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzGGTVQJ2ESUuJsV9NRnfez2F2Uc7Q22 { width:9.125rem;height:2.5rem;top:18.625rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIEpoEErZdorJTQvVXGKWulwUxMKMMp2 { width:9rem;height:2.0625rem;top:21.5625rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWLVwwGVxJDcHW88iXblICld6iVXQInL { width:11rem;height:11rem;top:6.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRrfpb93g9zdwciRVDn3sDKLWBFdWRa { width:11.25rem;height:11.25rem;top:6.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRWglchHzWgB88LfdHRiHSscKK71RXb { width:12.1875rem;height:2.5rem;top:18.625rem;left:17.125001907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ci42uRP9srv7t3Ty5pdb0bqGyDtbO9 { width:14.5625rem;height:1rem;top:21.5625rem;left:15.937501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzWfMrpNPo49r4G4TUhVPNRMeOu08g8U { width:11.25rem;height:11.25rem;top:6.625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZ9hUFJeT7dZAHKZAyyykgMRp28ox9b { width:20rem;height:2.5rem;top:18.625rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ41gBdiG91VrED7fZOrDTWNKSzGNTXV { width:14.0625rem;height:2.0625rem;top:21.5625rem;left:32.906251907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46LRqLfhfN0DZnBMyT7n3oWL2nL1Vsk { top:26.0625rem;left:17.625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRukzHiSCZz3HiDQSH4ELkGaBNcCGx0t { display:block; }
 }@media only screen and (max-width: 763px) { #UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS { display:block; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV9QTV3gG196p6eyTiA0WX1TC35sPa11 { width:47.75rem;height:4.0625rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izvgROtnscErisqf1kOBRVQuMiWOFNsh { width:47.75rem;height:1.625rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDTBDsi5esWs1ii05anPKQS59TpFE9oc { width:2.5rem;height:0.125rem;top:11.4375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UctgJMsRRNfIZHZqyye3HRzA5BcIS3aK { width:47.75rem;height:9.75rem;top:1.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz0tSTagocFX9CQ2ZAr14vzaKhBSSqgI { width:18.9375rem;height:12.25rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N53ESoJOUPWlQGlM3EHzC1eGC6JL9RHU { width:17.5rem;height:10.6875rem;top:14.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpict6rxVsZt7R2L0u8KiMbOWMB2PcyB { width:11.25rem;height:1.625rem;top:27.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUUVL9iSu9BOBch3TLdnrD1ehEcfuoFl { width:15.5625rem;height:2.0625rem;top:29.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PommX9VIMeSDhz7kwhzV5zuZFi2X75Wx { width:4.5625rem;height:4.5625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRSpmquZqvbHHFDKHhKztzx6kcthdT4e { width:11.25rem;height:1.625rem;top:27.75rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLbkUecIlokFvOM8R6STDiv7owbdII1y { width:14rem;height:2.125rem;top:29.375rem;left:19.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGNrSqNUsyzxFWeC7IoTmGGXFSJGM4gE { width:18.9375rem;height:12.25rem;top:13.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud1ziXasLlx7av3nPOTWy3wqCi36J8W0 { width:17.5rem;height:8.75rem;top:15.1875rem;left:15.125001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS7dEP8X3PC4L01cPhI16DD8afkA5hDL { width:4.5625rem;height:4.5625rem;top:27.0625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVpx8MoE4MkloSXHBcuFlb2MTnxiasm { width:12.6875rem;height:1.625rem;top:27.75rem;left:35.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0wfvPBBcaz0ZfSI0nLsa0XS06hzMtVU { width:13.5625rem;height:2.0625rem;top:29.375rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHd6yonrhHDEmSWfiZ9tQ86ZumvreMB { width:18.9375rem;height:12.25rem;top:13.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlggJ1WptAo2HmJbohTVBwPN6C3Sh9DD { width:17.5rem;height:7.75rem;top:15.625rem;left:30.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccRfkxkKZG40HtUBShDfTHumIaEcvCKG { width:4.5625rem;height:4.5625rem;top:27.0625rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsvaH73bIbFWXJz7MpZTh6T2ZJPXATv0 { top:34.5rem;left:18.875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8NhNrox6anHC9UrStp4Ri248qerJMsk { display:block; }
 }@media only screen and (max-width: 763px) { #Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { display:block; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { width:23.875rem;height:12.5625rem;top:15rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUTBRMZMTmUbzNuNKAIPHLP8JBKtJLU { width:24.6875rem;height:4.1875rem;top:0.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { width:3.875rem;height:0.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { width:24.75rem;height:7.375rem;top:7.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztukB9BXJKOloNLip3elCbRIyhNtuUZ4 { width:30.8125rem;height:17.3125rem;top:5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcRySgTGEbQneQpZnim1OZgatqz8J5x { width:35.0625rem;height:28.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { width:33.4375rem;height:2.1875rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:31.0625rem;height:1.4375rem;top:5.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgtASA5wzmADMf00J982H80ViIMPXFS { top:3.375rem;left:35.25rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuhxuWbqfVxCgLRLyZyp7PcIbkomTpPi { display:block; }
 }@media only screen and (max-width: 763px) { #iG0VWix5tvxpukMxhh4D9KPJWguuDTBE { display:block; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4KkWOiieNCoGuEc0DMtcurC53IrvJz { top:14.5625rem;left:42.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1WXT92e30rEO9bwGSgvqExuttfJFMF { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSOPs6THWXsBhbdpowRt9lVwffrNGaDn { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwN28UW6kfHsnLdfn5Qpz3dGg4Rvs4J { top:5.375rem;left:38.1875rem;width:9.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZJ0HlDe4C4zb307gg1ouy4h0NuZvk9 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLSwr5f3na5Zio9hz0mdln9zGCmww2M { top:6rem;left:34.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH1wm0y4HNflO3Cx3DfQTwvu2isbwILT { top:6.0625rem;left:20.062501907349rem;width:11.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1lmTI3EGRKkxlxVN0ZTyENyQT585Xn { top:13.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxyuPr4b97aJ4iJW6cTwh5m2NXXR2uCI { top:4.0625rem;left:18.500001907349rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6rAp720DhsmPb88toKPDqIawhJZoDF { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2Z8upbASdr3QCGbckfmvF3WTAIXwZT { top:5.9375rem;left:18.375001907349rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ExT9ODDEngOfMI7SxNJGlDiwIsCx5R { top:5.875rem;left:32.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKoEKhqVM5a8iGEUArgZDObAkuUgl3P { top:6rem;left:42.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV { top:15.125rem;left:42.84375rem;width:1.875rem;height:1.875rem;display:block; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cl8W8GX9m7xZOroyT368ce6vTLCRW76z { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#cl8W8GX9m7xZOroyT368ce6vTLCRW76z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CFwbaMKRrA6iBP8SHsSHRmxuLGBFKyAt { top:5.5625rem;left:0rem;width:20rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4UxCTlz0N3TnqrCOsvpK92bzWorS57F { top:17.5625rem;left:10.62548828125rem;width:26.4375rem;height:1.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b26650d9-2e13-4d15-8b02-8e4a25346fbc/twobeautifulwomenworkingcoffeeshop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxCqB8b89DTA7r58nDJqyREGAMnzNSL2 { width:18.0625rem;height:1.58125rem;top:11.0625rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.125rem 0.125rem 0.0625rem #0f1219;display:block; }
 }@media only screen and (max-width: 763px) { #dCL6VHO9kVh1gKZ0rQqdTUAbrCbP0KpC { width:16.6875rem;height:1.95rem;top:18.8125rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.125rem 0.125rem 0.0625rem #0f1219;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nxWotM7DQhUe7wKIbg5c9uaaza1bXcfF { width:11.125rem;height:2.3125rem;top:5.9401044845581rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #r35TGEFoRAd0sBwfoWKkJQioJNgtZEGy { width:10.1875rem;height:1.30625rem;top:6.4443359375rem;left:4.90625rem;font-size:1.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #i3FqCeEZQKw596zW48rsc0v3LOgXxVeC { width:20rem;height:2.3359375rem;top:15.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #MR89wRlqQSDaNQk7utnqAKzmWe9cyNNd { width:20rem;height:0.125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k91oLXO375IcDTbVFANgwyEaoWb9Qeno { width:20rem;height:1.44375rem;top:13rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.125rem 0.125rem 0.0625rem #0f1219;display:block; }
 }@media only screen and (max-width: 763px) { #hiMSP0u99V02TQa3mPdWCUNh1cfrneKG { width:20rem;height:1.1rem;top:22.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.75rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #bkOkhOHmD77hQZF61zR6cySc4RrheMmV { display:flex;width:2.5rem;height:2.5rem;top:28.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #VDAxZdIMGysIqNoSS0EpUcGLfvKGTlNf { width:20rem;height:9.6875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avd4HalHc2BNyrmPZp8FFTA41PixDk26 { width:20rem;height:3.9678284182306rem;top:1.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkSWVqRO6kSoUTDSK5fzvF9NDm5I78C7 { width:14.375rem;height:1.3808625rem;top:28.875rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB9D1yShbJSf72oCWkXNDAI1lvOx3HuM { display:flex;width:2.625rem;height:2.625rem;top:31.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #is2nd10TOibkqPkKrKs54zULqJyn2uEN { width:11.8125rem;height:1.3808625rem;top:32.0625rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5N0Izz9BUeGJ7eQEeE5BfpgdqqiZgF3 { width:17rem;height:2.03125rem;top:25.65625rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:20rem;height:95.098625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { width:20rem;height:2.625rem;top:44.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { width:20rem;height:11.621125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AI7QByGgCW399D6P0CTTwBbCuf20KbQZ { width:20rem;height:1.4609375rem;top:66rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paWB7FozvTO1G9rr8ceB3fZzTuZrbSHp { width:20rem;height:1.94921875rem;top:62.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyTQpbkOMBkEiEGea8FMW2IvptgL5MF0 { width:20rem;height:1.7871125rem;top:61rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTJVzT976PuC8VLxVKJx3cRlEf9yTzt { width:20rem;height:1.7871125rem;top:51.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7taWKd0ZxwSo2HzoBS4IJ2W815yE3FO { width:20rem;height:4.53515625rem;top:53.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#T7taWKd0ZxwSo2HzoBS4IJ2W815yE3FO li:before{  }
 }@media only screen and (max-width: 763px) { #M2GoTx24hsUkR2PvaQlD1dVHTxrquLWf { width:20rem;height:2.90625rem;top:47.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .widget-radio-label { font-size:0.75rem;overflow:hidden; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2  { width:17.5rem;height:auto;top:68.6875rem;left:0rem; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 {display:block;}#M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 { width:17.5rem;height:auto;top:68.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #CCLTqc1duaaKJvwJvQBU1aZLV9OwHKPT {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #lnSaGdvcrp372FCQU5n5AtBlc8AtZQRb { display:none; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #uMRxlnxwFsTOq1Dvz5anmBSH5RqmlwRg {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #ws6B6VxytaNwIBEeO1dTnAcKl15t8m71 {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #OlsiUTb4rygv5GOPglaOTTFsGlZWffcJ { display:none; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #ZICPOwT8AUbbp7KdSXDylZtZ1EeeMAVp {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #MBpgu4rDrSTpA8yw8HZoiMGhbHIiZcte {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Bpb4lULlsOms5kByE8mmSpCM2XO3R7NP { display:none; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Iu1HbV4o4hXWgyWL4wLXNyNKHBqXK7oc {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #oPMcADSFCEVnEziiL2ldulnlUT1DEmw0 {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #DFIngD5nyQCoySP59grOOwxFQEfktJt3 { display:none; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Za99DkOAhLPaiLUwPpcgtscVWk6TWMol {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #z96Vk8tItHWk22mMKRISb1k2rOHMl8xe {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #MlEc7E5ptrVmGJPiB2Lb9GdnLdpZ5uRT { display:none; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #JHXZZ80syuNL3dOlOfXOauSKrR2HOKUE {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #XEhwSF7SGmkfI2i2e9XCFk7rigCNOsaE {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #Dt8tLaeKla6LMAfePPu1dMI4HFitcTKf { display:none; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #z6L0v1zluyQSOtLfxqc1E9hV8G16vM00 {  }
 }@media only screen and (max-width: 763px) { #psvFN6JzITDTwNfG5UnWT2kdXKSF6Twr { display:block; }
 }@media only screen and (max-width: 763px) { #SfeVm9qawVzBdEL1w1D3aqJ459md9ZPJ { display:block; }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #vGdSJO3mOwG9idkrwKgB6gSP8xkkJgpd {  }
 }@media only screen and (max-width: 763px) { #M5waSNAoKvkUdfUdxD7DO46flAmXP5d2 #pkKLLKnqtuWyBcdMwkdLGTJfbNaHWgMu {  }
 }@media only screen and (max-width: 763px) { #aRZcXtnE9Qx9xId3569HHOBsbVZtbywN { display:block; }#aRZcXtnE9Qx9xId3569HHOBsbVZtbywN > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lte3VmO7rMuSLltZHvWGIi5MMIaTg88y { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OXMguTnNP4ZSzPgs66KmE7Txw6Tc0cAW { width:3.75rem;height:0.1875rem;top:6.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTV8phRbIWI8IruZNONXOczStLkcfqW { width:20rem;height:0.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KToL623xidzw4VAznHA8LUCU3feGk4yc { display:flex;width:5.1875rem;height:5.1875rem;top:21.500000476837rem;left:7.4062503576281rem; }
 }@media only screen and (max-width: 763px) { #zlMtutC3ESflHBUq0c7X2SkBaAurHD4q { width:20rem;height:1.4625rem;top:26.687499523163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqGT0nlx8kqWWJwTzluIgCUzLLBqmSd { width:7.625rem;height:2.4375rem;top:28.950000286103rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXHmRaDOGUyf4KTLg7L3LnDs2oeG0Exm { display:block; }
 }@media only screen and (max-width: 763px) { #EWcOdWmsOK6DVgMZP2xrxlNS4DGZZUD5 { display:flex;width:4.75rem;height:4.75rem;top:47.012508392334rem;left:7.6250003576281rem; }
 }@media only screen and (max-width: 763px) { #KZRTWRTQSrhBkbmUpyZT79ytP28tIHK3 { width:16.875rem;height:1.4625rem;top:52.450000762939rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiH2xNOEWChCA91lsDfO6IDvABaGOkQF { width:7.625rem;height:2.4375rem;top:54.6875rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwayo5DfHCVdviF3rVohEAe9yWepQGJU { display:block; }
 }@media only screen and (max-width: 763px) { #blVIwUZJOB8I24V5sX5TxqnQ3zZZZdMG { display:flex;width:5.1875rem;height:5.1875rem;top:59.8125rem;left:7.4062503576281rem; }
 }@media only screen and (max-width: 763px) { #xD49Dq6syul3Zv17W2ZEGfBW7sDoouoz { width:16.875rem;height:1.4625rem;top:65.00000190735rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxBMphpLwKQXhegNSTAlbdRSQfmbD1B { width:7.625rem;height:2.4375rem;top:67.06250190735rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSGp0CvZ7CapRSN490e26ZBoWrDKSl1x { display:block; }
 }@media only screen and (max-width: 763px) { #Z5LtwVSO8W2PLxigvB0KW3GXesKyMuBA { display:flex;width:5.1875rem;height:5.1875rem;top:9.4242186546325rem;left:7.4062503576281rem; }
 }@media only screen and (max-width: 763px) { #QncCi6Ky1TWxoJ59qIfbsgUCMCnwFRdB { width:16.875rem;height:1.4625rem;top:14.562499523163rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASLmh0tGHSspTOaPE5BO2sxffxUGbs7z { width:7.625rem;height:2.4375rem;top:16.575000286103rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOq6hiVOHLfp6GrH0s8xcJuQ2ndA8lM { display:block; }
 }@media only screen and (max-width: 763px) { #TocSNvvpcrpvDA7uKmXqyytI33Z2XAIX { display:flex;width:5.1875rem;height:5.1875rem;top:34.125rem;left:7.4062503576281rem; }
 }@media only screen and (max-width: 763px) { #nIbtgTgsyuvBlABDZKr5g43rJC20rEI7 { width:16.875rem;height:1.4625rem;top:39.3125rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUkscvfEeQ3zuXa9n3iH198oHlkWsS3O { width:7.625rem;height:2.4375rem;top:41.450000762939rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS8MAN5Mdf9JugsElKD8R1kf8IucaKid { display:block; }
 }@media only screen and (max-width: 763px) { #Al3FITZFl75ZPyTpXoouH3JM3dHLc3sS { top:71.6875rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsMW2m8z8hugoMewG9f7I8HkyHML3ze { display:block; }
 }@media only screen and (max-width: 763px) { #Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN { display:block; }#Bzska4Ob5zLZDU4RaPPJe2C2HtkiZUJN > .row .container { width:20rem;height:332.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT0FxL093ickIQmzlLeDE0i6pBPwwOUu { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SMgUw6XzZNzhdzQE7Jrh0CJUmpDko1ON { width:20rem;height:2.8875rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QM3WZ4vvOw1r3XfBRkil2Lg2ekApfJ7h { width:20rem;height:2.8875rem;top:58.261721611023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pNBnPtWNE57ukz6tHJEOyFg8gc0AlMK6 { width:20rem;height:2.8875rem;top:108.39843654633rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#khDFpBlhzokH3GR9rbLF3ChwypvU3226 { display:flex;height:auto;width:16.5625rem;top:10.810156822204rem;left:1.21875rem; }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ZesfgQK1NkRqw4f7gfeu0ZPTAFsreyS4 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #bMyNa4yqQhJT92KFXQZBxI1tpQI0yCVy {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #zuBZxvyuToB1NgpPkUDS7wFdP5TP4LG2 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #SNbdMlTv3dGyqphR7KO6JOT3Zmo8f5TF {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ziCWa5FlC5bFMukiQ9MeQ8gghPD3zvGz {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ygRmQZsQBt2monWKt4dvJFeVATDd06rc {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #Joe2BaGf8l4AsUpBF50pfDQTZCvAdTZT {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #F4OiVvuPxD6hwqHFdNbNxpKR4L4gHqtE {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #hf3nygOTNGZftxzMnSBfWoCvRvk0d6bU {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #diqepO790oRSXP804t2s0wCBlJMT0l5C {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #KyJzT3uHthKOLDTNgb9clTZTEgnHGQMr {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #C34i82UCdTKMk3Hhw0kSyKdH6iIpiTTl {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #OFBK5oHvK9hpbzX8h5vMaQvsLqeovtxZ {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #vMibxtUIUNZ9xd8UWV1IoS4fnMbyLhqq {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #HZBOn7MwBFAIoMi97xzwiChWXTxCA0Jm {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #uHOwDEEe657SZlEh3dkC9SdeV1avPhQ9 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #aUEPVp1ixGk9FbQRDhOkKq3DBQAF597e {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #aJyURqVTDF5m2ziOxsWfyDTrPqAIE7S2 {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #ixTBPtx02OBTrkM6fQn66xa50bdNdZfb {  }
 }@media only screen and (max-width: 763px) { #khDFpBlhzokH3GR9rbLF3ChwypvU3226 #pEllGnpaL7xZGBQawhSflLSsFBZtaazE {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuP86V97w8vMISk2tzqsWnR14tSe5VhR { display:flex;height:auto;width:17.5rem;top:62.311720848084rem;left:0.74999994039537rem; }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #zrUPcV7C8HTC7Tg8P3gBp4vMkXT4fBmx {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #X0J4bqAO2OVFvCKOtymKUpdWnVFQK4kG {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #JngCtGZGJ112J80nAARiAeCzq2WrP26J {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Rl9xDTBCCByZvkAyJybXhUNtTe0VBgZq {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #tNqI2xTCEECl6uua4WsH6e4BVc7SoOJF {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #LothCz51RoDcTOEQKn2WvXLsCa5vdu3M {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #XFOEcEndKqxAI8CpaINU7RTstS9AHlEH {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #feOrc7xTSFGaWGgQi0HGw3TUlP0HLBEU {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #TLlohKpbmW5Py5KtpWqKZ9E5uLOoVZ96 {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #xVKPLAyt1T1U3yW9fAnfoJftPLPEFDHL {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Tv32Ck2IGLlxPqzVyTeJb9Q63tCTn0tx {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #KOngsRTi8wIOUT856KleQqtGy9wbaDkN {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Cd7Tw0kqzBmhtJ74rmJZQgBWFrPz3qlS {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #DKVqra5mrkkCTO2pcUt7sLTMwFoh03kk {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #SplOub7rWpfUmgwrxbQR3grMeXycnzwI {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #nqe4nTATTZd73WFKkOeS7vkVJQPzdMTa {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #Cag9AVGCLg1wpQadseQiKlWLQtHxgKG6 {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #pWZ8x2gudbvHf4zeeLCmgOiCMuqHXW9h {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #TJAaUSochfTJpsbdzq3nlMLDncOLZhAk {  }
 }@media only screen and (max-width: 763px) { #CuP86V97w8vMISk2tzqsWnR14tSe5VhR #if150GKxhOy4z10xIczAwiAqwGteyOGx {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VfWEURPrCQcLhrcNMUCm857enVqDhb3B { display:flex;height:auto;width:17.625rem;top:112.66171932221rem;left:0.68749994039537rem; }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #cK5OaJv1JiwNJmLDrUt90WRRX8XNghSF {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #KoWUqRPadBOcLPv5oNJ7rBckixAUa6Vw {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #QOdgA50Bc9Rtm9Xzwyw5yqv4yXz9Lm3X {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #TUmRelTubGMlyTEaIQzkLQb5ps0ndg2o {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #CVlstidTKsfXdK0o7ZHl7zRQ5JH1dsFR {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #aoNmO0XUhFoGW9XzGz18N5qEqARTw9cI {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #zHe6qJ4t3WlTtr1FfB6oN7X0mJUJZsLJ {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #bTGO96DKCdsRTd1rqRMHmDL9nuarAuKn {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #SvGGTdSmaLRvODUQTI8tEuU5ZszFO3Ev {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #vptHbzkio1HxFs2PvcFNr5A1NQ3KqTCb {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #Pz9X2lRsbFglFivklCVIbuDDSNDsPgVJ {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #ZTPq0ITiU1U2Cpw0QD5fptxks1s8lqyM {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #yyItIrOOFcTsc4Gis67KIV5iNzBnZKJU {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #aTKi6FZzd4yIU46PhoTry0EeKOsfD1in {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #ADSI7ExVT7Iknv53A0z26LgR4qf36LN9 {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #Pgs0Rc1ZSvkLgE7DWZJmLFGyyP24Ui6X {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #M1AKq3Bw0teeTIlPvimLIzc65gKI1b12 {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #vxvyAgpE00o9iy95d65LRHbIAsSwbytd {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #La5JffWq9PkznayaiyD7wN9cJ0ATQv9Q {  }
 }@media only screen and (max-width: 763px) { #VfWEURPrCQcLhrcNMUCm857enVqDhb3B #CqiJe7CyppZg6t6v5CvCD0RhNg8SBNBB {  }
 }@media only screen and (max-width: 763px) { #MKU2orFIJqrGgkTPlIPdyneXJ3zKLx30 { top:327.9781627655rem;left:3.7500000596046rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4qviGGu3J8HwovGn89M886QxsHkOFZW { display:block; }
 }@media only screen and (max-width: 763px) { #FH4kDWn3Vu49naHihw1mdsQG2uPCMhC4 { width:20rem;height:4.33125rem;top:159.91406917572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IrsAG63v9s25b0fNJ7rIN40q086VgdkK { display:flex;height:auto;width:19rem;top:164.64687252044rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #vSOc65C3MmMqoCFqWugoG2mHQMfMKtH6 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #r21EZRQLsctKhBGE5fvywc1HKeburhTx {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #gOSbi2Lz825rNiclZ64P6ViM1T2iIT6V {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #rIocIQUfL4ViqPKKRcxnDDu2vFUlv7ZU {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #pmVSTGR0u6hidBSOodIgfNwWy6ba0xCz {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #PFbrdmvXsQXcoCnewFKUJ60nnFTiTJnJ {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #mHpOebmELMPym4WN0hdIeyXBDViuGZh6 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #XPp9UQo5udBcfVxgEMHki9UoXUQeZUKh {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #nyLGoatm4TpkthGVuCRgewlkKxFW3IGM {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #bZoU1QFdGVBO04iJzvEpoeeaTMKXatAN {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #Ib5qZ4gm7EylaiFmkey0Is16dhQvohxF {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #X5ObIAXKQaJ46tci1qQWTHztVGaWuLm0 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #OwScD5A7QOACGilgFhXWeT3f4TG9Am64 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #VQeQxTQpMRNsbtnshckvm4c2VrZh99NO {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #d9hGQ6sGF4rDyeivmElTyVvuZ0Xh8o2v {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #E25aO8JtzxPEtW9fP2pT802VmVERzDTV {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #S8bC9DtMS1SG3NBsKzrzStsTOvpzN3aH {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #xoWAObsai4vD68Pat6CcmO9o4HpLJcT0 {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #AmGa48uxKMvcqrG2pdyE1St7TuDcgamK {  }
 }@media only screen and (max-width: 763px) { #IrsAG63v9s25b0fNJ7rIN40q086VgdkK #KgKcWXw6fXdiZ2xwPKv9u1I1LPkUvgcE {  }
 }@media only screen and (max-width: 763px) { #RrLCsWiyOTCrT3t00JDkXPJRUfNg35Ny { width:20rem;height:4.33125rem;top:215.00000667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC { display:flex;height:auto;width:19rem;top:220.18750667572rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #rFzUPlZ9AWJBeSxyquLs1DBsi6JlV9dF {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #Gmx9MvuaG2F1H3WZwQdSDGsDO85qZKsL {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #e1kriEARepLRqphVddATW1s6Vn0LeGPp {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #pdSVX9brcUfzTVMcl9LcfUW91BkHIPUJ {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #QfkNfP9oJvtD0sEQE6JhBKz1xh8TqR6A {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #dV3XasCBAwWRMiveAtMOCZEJaUTTfugh {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #MH5M0NJ8KU4pkJcwGo2NADrlXouLsvco {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #hsJfmQlHJbTGDtERlN5c8FfIDcDHZBfo {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #nATRiJqVh69vOOA8XBIwJsJs4T8nQQ6D {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #ZTTy8e4HfMcylI11p0Csua0K4XuJEzTi {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #owKIo1D3TDw1zhoMN9klAkQTLoMFpTTD {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #MztAxwMrk7WHLTm4GJTPaSvpOXvfz9Vx {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #OFpQvkuDgsT6TDiTFMyRdB5r4SezVKUp {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #fk6zv1PWQJsDH6VGr7cyiHpXCz8GPcT3 {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #AdXO7N57VMKWKfe0pSsbnwHoQozuTuzk {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #upSiTE54tgLGg0XgNyyef1IJm5VRnagg {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #hNRz50Ne1eil7pToV0ZTxlWofCDr54KX {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #TM2fcBiXtxBPrrhJc1KQffl2Cxbt9BIM {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #f7QLFZQF6W3VyqAMvcXxTke4wTDNzizt {  }
 }@media only screen and (max-width: 763px) { #y5HJPJJlkwSdsHrXo2uqrrEuui2O9kOC #VFm8LB1s0F24HJOhGpnkUbOl3vIEoCQw {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg { display:flex;height:auto;width:17.375rem;top:275.01016235351rem;left:0.81171876192094rem; }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #ggPbzwX81oQZPfs4PxBmvqUZ4eQlhgTp {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #MmSekyB5GRizArtFBoIe7E2thl4TTSU4 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #DAvOrTV3pTllD4Vrb81gxDvNyRCA5PJ5 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #SbuTkSSpN5PKVell5oQ1z8Zc1lrrn0lb {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #fJPEtHPcVRU6L4NxaTyvMVPDvRKNveQ6 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #M90rkgcpTuFULuGdoTw2vGRREKXdMeuT {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #DIEXdzZNp2KgsCHmyA7urHV2NFKNINng {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #ctd9sTiqWwdXPOERr9nB5Peql9tAvIrE {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #N6OKJq7bO4DMZQCttZsLwQM45KOQ58B3 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #yMddc9LPqieTRzKGhACQ4eaMFyAOtAe9 {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #PwABzh82qbVrfpUt52XkTeDZM1037mVn {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #qVAiTxe1EmKbHe7ml3ipMyPMtfW33Z0Q {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #yZazZdJCOO5g9Acd80ZlgMNoIz3aeFyC {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #abEEbeCe8zc41TAwTsBuLHF0JRzNrOnU {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #PcHkMazA0zgwTtXX6sTtCDM5q58cWteM {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #fiGdZIp0leVRI6sLyuJZbfb8o47V3e7L {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #iwZomESzPXEIkJ2zgn7ChifvdTFpu9nR {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #v5hnRnkE19rg1KoAADvatdsZpf62Lbhf {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #uLHyDrTwoJ5ELIv32456tO57e2wtDbwQ {  }
 }@media only screen and (max-width: 763px) { #wHwlT8SSdCv2yq7IW5tirA0TxgKpZDAg #myvrVyuHuMPD2nQTwh8S6GJWduREZgpe {  }
 }@media only screen and (max-width: 763px) { #QFtZoSWCZ6PG67uDiT7BAK0q1JSGqUFi { width:19.1875rem;height:4.33125rem;top:269.59766292572rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH { display:block; }#ROmeMuti0R6KILLIAtNmSLZ1ZIiHFCQH > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcSTSmJi9UdEoQJpMblc7cFdiyocBAlT { width:16.875rem;height:1.4625rem;top:20.9560546875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJrxE22KmuoHe1eHZ0cWzSKXWVgo2dtO { width:16.875rem;height:3rem;top:22.4169921875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uSWCotszDJi7Z3ta2AlA8HSDbmnDWco4 { width:16.875rem;height:1.4625rem;top:40.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDloRmDMbkkoDCaPFfafH4qqQvEt7oQD { width:16.875rem;height:4.5rem;top:41.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oOau1B7lsnDDMThlWXZTBZE80T7e3CJx { width:16.875rem;height:1.35rem;top:61.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTfJFci3VT9ab7TuwcTXIz8ffTcFfuc { width:16.875rem;height:4.5rem;top:62.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NfyxirxD7rJTatv5vXd3MTOVQxIITKFm { width:20rem;height:0.0625rem;top:6.0810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQpv3L51OPPmqBXZcsaMLlzc9qg9sCpQ { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dmJXLW21VqWmC0gM87UT95oxzTOPc5uT { width:3.75rem;height:0.1875rem;top:6.0185546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzlzhAMkV9m8m1cLkGDmRtDdT1LTJc0b { width:16.875rem;height:1.4625rem;top:30.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiHMNXULEXPwFgxXTtVmgh4Rn2qOgui { width:16.875rem;height:3rem;top:32.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #g5MLqK7rabTDO24GEi2Wm2MLZlQIyT9m { width:16.875rem;height:1.4625rem;top:51.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yob7AWB1XuaAaXrwnXg4O88VReKABaqQ { width:16.875rem;height:3rem;top:53.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bUBN5srivdGQDQ4WSqVOQG4KgSLsd8VB { width:16.875rem;height:1.4625rem;top:73.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao1nTM41WFRTfb1gGimsr4ZQhzXXkaqH { width:16.875rem;height:3rem;top:74.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VqJqtPp7rfFxJ1XZe0ZDX4zdKlXJMU5k { width:3.125rem;height:3.125rem;top:17.8310546875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBiCC7UPxWvp3nmmMTmHazfD3pF8EPT7 { width:3.125rem;height:3.125rem;top:37.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJCPAn3vFmyaXVmvLwmuom8FxGb7KIMf { width:3.125rem;height:3.125rem;top:58.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NAIQxMCHLn35waW8keKf1bFTkyTS2N { width:3.125rem;height:3.125rem;top:70.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nghtvFepcasCDdtTKprRueQq8QlOREFw { width:3.125rem;height:3.125rem;top:48.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8QvXHLZPilsa9Jt1K3cUuTB16WvT1IQ { width:3.125rem;height:3.125rem;top:27.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuoW0B08vd8RqbFP7ibCuICCbWfgLJqP { width:19rem;height:7.9625rem;top:7.375rem;left:0.5rem;font-size:0.875rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghIoAW7z89IcHAF0LGyBBlllpuoM5rob { top:80.4375rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfon1dHpcciUDRBJGuG4ZgkhdmSVKLCe { display:block; }
 }@media only screen and (max-width: 763px) { #TMuZUrK6pHwuIPTMDvLehKym9NZb83tw { display:block; }#TMuZUrK6pHwuIPTMDvLehKym9NZb83tw > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhrX0FyzoBX2VWPlPWTlTVKsHeLJu8aU { width:19.3125rem;height:2.325rem;top:3.4242187738419rem;left:0.68593752384188rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kpig8eqRz6PfUseX46DaIzZs3Lh84XR9 { width:18.375rem;height:3.3984375rem;top:8.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9NotseswZuCOy1W8y4tI28nnph6VcRW { width:2.375rem;height:2.125rem;top:15.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqQF6dxnW23AvozAVmsSMpr3Pl15aFh { width:5.0625rem;height:5.0625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKBdnIyOHNaiAWzTBTz5LybRAOq9R0S { width:20rem;height:2.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhItOhAROqtUFV9HaIkZWDTQb8IrIe8u { width:13.9375rem;height:0.875rem;top:16.5625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6mM8Gey8znGkpXCyNPzV7up5mdh71D9 { width:20rem;height:2.6875rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCqTAZx8AIgQ9eBs1rtGLud1gfsG6vV { width:5.0625rem;height:5.0625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZrDdkfcM3gpk6Mb5SJvPMawm9JmbRq { width:2.4375rem;height:2.4375rem;top:22rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7b3y5x1Vz3scZJ69PHxbrl3FTVGWUi { width:20rem;height:2.5625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8vWTp9kXHPykHyOIOHMQ6KCwL24ORG { width:5.0625rem;height:5.0625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP57gEUPbr0JV5xOaA632ksv1bDfZuul { width:2.4375rem;height:2.4375rem;top:28.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m200WfyhWzZUmmxVFZageJsDZ6zKcnPX { width:12.125rem;height:0.875rem;top:22.75rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVhqtDSfBqth54Xk1zeArWt2G28GFXTN { width:12.1875rem;height:0.875rem;top:29.0625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMEKgOoR5nyd7wdDhiCWJrS5ZKSiERc { width:5.0625rem;height:5.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLrcumeydkDOX3h6u5FUnhvSddlyzVL { width:20rem;height:2.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRIckCXLJMPq3ZkX0vh8d9DBnpEv9s07 { width:12.875rem;height:0.875rem;top:35.1875rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzOa1AzOTekXmZ27HBSxFeQ3JmApegUz { display:flex;width:3.0625rem;height:3.0625rem;top:34.0625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #PiytUEWmTazqGU14ZFkFNaqRhmxZks6W { width:15.25rem;height:15.125rem;top:39.050000190735rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOez7QzvNISkJlVBBMRcMJOmDG3sm5Wc { width:6.3125rem;height:6.4375rem;top:47.6875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5HWBhelOnnfb44GqR4EytvMpW9tdpTD { width:3.625rem;height:3.8125rem;top:43.625rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL { display:block; }#kulTcNieoS1k5qaN2MZba9OXFkqZ5cEL > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLDx17O1FRbUOWiHqNzv1HWoRD6mcQmG { width:20rem;height:2.6rem;top:9.7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS9rQ6BAP5BndOEazWHQ2Fl6Viae0c58 { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(150,150,150,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Ziu45P8trC3g1kBeAJZvv7meB8WN2pug { width:20rem;height:9.9425287356319rem;top:13.55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2F61li5Teox3Zl9uhMwiXL5KPfa7QT { background-color:#ffffff;background-image:none;display:block; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container { background-color: transparent; background-image: none; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container > .video-iframe-container { display: none; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row > .video-iframe-container { display: none; }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .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); }#om2F61li5Teox3Zl9uhMwiXL5KPfa7QT > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KklXgc3EeSzw1bkv5Flur5w07Q9Lbhto { width:20rem;height:8.1rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(150,150,150,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SzGGTVQJ2ESUuJsV9NRnfez2F2Uc7Q22 { width:9.125rem;height:2.12535625rem;top:23.125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIEpoEErZdorJTQvVXGKWulwUxMKMMp2 { width:9rem;height:2.1125rem;top:25.625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWLVwwGVxJDcHW88iXblICld6iVXQInL { width:11rem;height:11rem;top:11.5341875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPRrfpb93g9zdwciRVDn3sDKLWBFdWRa { width:11.25rem;height:11.25rem;top:31.721099853516rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRWglchHzWgB88LfdHRiHSscKK71RXb { width:12.1875rem;height:1.062675rem;top:43.908599853516rem;left:3.9062498807907rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ci42uRP9srv7t3Ty5pdb0bqGyDtbO9 { width:14.5625rem;height:1.05625rem;top:45.39453125rem;left:2.7187501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzWfMrpNPo49r4G4TUhVPNRMeOu08g8U { width:11.25rem;height:11.25rem;top:49.4091796875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZ9hUFJeT7dZAHKZAyyykgMRp28ox9b { width:17.875rem;height:2.12535625rem;top:61.9716796875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ41gBdiG91VrED7fZOrDTWNKSzGNTXV { width:13.375rem;height:2.1125rem;top:64.692186355594rem;left:3.3124998807907rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46LRqLfhfN0DZnBMyT7n3oWL2nL1Vsk { top:68.05175625rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRukzHiSCZz3HiDQSH4ELkGaBNcCGx0t { display:block; }
 }@media only screen and (max-width: 763px) { #UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS { display:block; }#UISO9o8MeOt4GTI8LPXF1qdH8U6qHVGS > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV9QTV3gG196p6eyTiA0WX1TC35sPa11 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izvgROtnscErisqf1kOBRVQuMiWOFNsh { width:20rem;height:1.1375rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDTBDsi5esWs1ii05anPKQS59TpFE9oc { width:2.5rem;height:0.125rem;top:5.44921875rem;left:8.7499998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #UctgJMsRRNfIZHZqyye3HRzA5BcIS3aK { width:10.5625rem;height:3.7375rem;top:0rem;left:3.25rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz0tSTagocFX9CQ2ZAr14vzaKhBSSqgI { width:18.9375rem;height:12.25rem;top:6.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N53ESoJOUPWlQGlM3EHzC1eGC6JL9RHU { width:17.5rem;height:10.725rem;top:7.625rem;left:1.25rem;text-align:center;text-align-last:center;color:#000000;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpict6rxVsZt7R2L0u8KiMbOWMB2PcyB { width:13.8125rem;height:1.625rem;top:20.8125rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUUVL9iSu9BOBch3TLdnrD1ehEcfuoFl { width:13.8125rem;height:1.95rem;top:22.4375rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PommX9VIMeSDhz7kwhzV5zuZFi2X75Wx { width:4.5625rem;height:4.5625rem;top:20.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRSpmquZqvbHHFDKHhKztzx6kcthdT4e { width:13.1875rem;height:1.625rem;top:40.75rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLbkUecIlokFvOM8R6STDiv7owbdII1y { width:13.8125rem;height:1.95rem;top:42.375rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGNrSqNUsyzxFWeC7IoTmGGXFSJGM4gE { width:18.9375rem;height:12.25rem;top:26.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud1ziXasLlx7av3nPOTWy3wqCi36J8W0 { width:17.5rem;height:8.775rem;top:28.625rem;left:1.25rem;text-align:center;text-align-last:center;color:#000000;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS7dEP8X3PC4L01cPhI16DD8afkA5hDL { width:4.5625rem;height:4.5625rem;top:40.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVpx8MoE4MkloSXHBcuFlb2MTnxiasm { width:11.9375rem;height:1.625rem;top:60.875rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0wfvPBBcaz0ZfSI0nLsa0XS06hzMtVU { width:12.5625rem;height:1.95rem;top:62.5rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHd6yonrhHDEmSWfiZ9tQ86ZumvreMB { width:18.9375rem;height:12.25rem;top:46.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlggJ1WptAo2HmJbohTVBwPN6C3Sh9DD { width:17.5rem;height:7.8rem;top:48.9375rem;left:1.375rem;text-align:center;text-align-last:center;color:#000000;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccRfkxkKZG40HtUBShDfTHumIaEcvCKG { width:4.5625rem;height:4.5625rem;top:60.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsvaH73bIbFWXJz7MpZTh6T2ZJPXATv0 { top:68.1875rem;left:3.75rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8NhNrox6anHC9UrStp4Ri248qerJMsk { display:block; }
 }@media only screen and (max-width: 763px) { #Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { display:block; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { width:14.25rem;height:7.4238375rem;top:9.7500007152556rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoUTBRMZMTmUbzNuNKAIPHLP8JBKtJLU { width:20rem;height:1.54375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { width:3.875rem;height:0.3125rem;top:3.5617184638977rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { width:17.875rem;height:4.12109375rem;top:4.7492184638977rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztukB9BXJKOloNLip3elCbRIyhNtuUZ4 { height:11.25rem;width:20rem;top:19.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcRySgTGEbQneQpZnim1OZgatqz8J5x { width:20rem;height:18.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Axu7oXT5oqGDuMFM2VG74Zik6bgRZVkf { width:20rem;height:5.85rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:18.6875rem;height:1.54375rem;top:7.7867193222044rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIgtASA5wzmADMf00J982H80ViIMPXFS { top:10.461719512939rem;left:3.7499998807907rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuhxuWbqfVxCgLRLyZyp7PcIbkomTpPi { display:block; }
 }@media only screen and (max-width: 763px) { #iG0VWix5tvxpukMxhh4D9KPJWguuDTBE { display:block; }#iG0VWix5tvxpukMxhh4D9KPJWguuDTBE > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4KkWOiieNCoGuEc0DMtcurC53IrvJz { width:3.0625rem;height:3.0625rem;top:20.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1WXT92e30rEO9bwGSgvqExuttfJFMF { width:3.0625rem;height:3.0625rem;top:20.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSOPs6THWXsBhbdpowRt9lVwffrNGaDn { width:3.0625rem;height:3.0625rem;top:20.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXwN28UW6kfHsnLdfn5Qpz3dGg4Rvs4J { width:15.8125rem;height:2.798825rem;top:14.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZJ0HlDe4C4zb307gg1ouy4h0NuZvk9 { width:18.75rem;height:0.0625rem;top:18.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLSwr5f3na5Zio9hz0mdln9zGCmww2M { width:10.75rem;height:1.4rem;top:10.75rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH1wm0y4HNflO3Cx3DfQTwvu2isbwILT { width:11.375rem;height:1.4rem;top:7.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1lmTI3EGRKkxlxVN0ZTyENyQT585Xn { width:20rem;height:1.05rem;top:19.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxyuPr4b97aJ4iJW6cTwh5m2NXXR2uCI { width:20rem;height:1.05rem;top:5.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6rAp720DhsmPb88toKPDqIawhJZoDF { width:18.75rem;height:0.0625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2Z8upbASdr3QCGbckfmvF3WTAIXwZT { width:1.5625rem;height:1.5625rem;top:7.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ExT9ODDEngOfMI7SxNJGlDiwIsCx5R { width:1.5625rem;height:1.5625rem;top:10.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKoEKhqVM5a8iGEUArgZDObAkuUgl3P { width:1.5625rem;height:1.5625rem;top:14.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV { width:1.875rem;height:1.875rem;top:21.375rem;left:4.5rem;display:block; }
#TbiViivyaJEqqFqNQwmg1XTwf7TN7OQV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cl8W8GX9m7xZOroyT368ce6vTLCRW76z { width:1.875rem;height:1.875rem;top:21.375rem;left:9.0625rem;display:block; }
#cl8W8GX9m7xZOroyT368ce6vTLCRW76z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw { width:2.1875rem;height:2.1875rem;top:21.1875rem;left:13.5rem;display:block; }
#ftOTzCKvZGh6fAvs4hytBUEA8WBo5ISw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CFwbaMKRrA6iBP8SHsSHRmxuLGBFKyAt { width:17.9375rem;height:3.5rem;top:0.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4UxCTlz0N3TnqrCOsvpK92bzWorS57F { width:20rem;height:0.7875rem;top:24.6875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }