.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:251,227,237;--color-primary-1:244,170,200;--color-primary-2:237,113,164;--color-primary-3:251,80,82;--color-primary-4:236,71,76;--color-secondary-0:221,223,234;--color-secondary-1:153,158,193;--color-secondary-2:85,94,152;--color-secondary-3:42,54,126;--color-secondary-4:7,52,83;--color-tertiary-0:255,255,255;--color-tertiary-1:154,154,154;--color-tertiary-2:109,109,109;--color-tertiary-3:66,66,66;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q { 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; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container { background-color: transparent; background-image: none; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container > .video-iframe-container { display: none; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row > .video-iframe-container { display: none; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .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); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container { border-width: 0; border-radius: 0; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:12.5rem;top:0.8740234375rem;left:1.624755859375rem;overflow:hidden;display:block; }
#O2RvPCfhlTwVpUTRpSG6Jit2bXKcJDHS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.705322265625rem;left:56.873779296875rem;height:1.462675rem;display:block; }
#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#de4044;background-image:url("https://images.assets-landingi.com/uc/37a8fc71-980e-45a1-bdb9-dfec10dd9a5b/Yourparagraphtext14.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.adaptive-delivery-prevent-bg, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyload, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyloading { background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { border-width: 0; border-radius: 0; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.5625rem;left:1.875rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfQUHJVZA2ElW9ltRHGkogUZUErBwRWs { color:rgba(var(--color-primary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.619140625rem;left:7.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qa1s62zsmDGX9ycgHU2ANz9ePMZO6m87 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.7494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:22.811199188233rem;left:7.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CUQiBlIq9erKa1Fh3tSBBgsISehSJct5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:22.811199188233rem;left:15.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m4gUG4R3if02imHMy27RnvegSXTwgoXU { color:rgba(var(--color-primary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.618251800537rem;left:17.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),0.79);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:23.125rem;width:18.3125rem;top:20.499267578125rem;left:47.4365234375rem;display:block; }
#na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:21.749267578125rem;left:49.874267578125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-form-header {  }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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:15.4375rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:15.4375rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;line-height:1; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:15.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;line-height:1; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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:15.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox { width:0.75rem;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; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.4375rem;height:3.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.2; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-moz-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-moz-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-ms-input-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-webkit-input-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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.6;font-size:0.6875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:14.4375rem;overflow:hidden;font-style:normal;float:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.6845703125rem;left:47.6220703125rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.4375rem;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.6845703125rem;left:47.6220703125rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr { position:relative; }
#FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.3125rem;width:26.9375rem;top:23.1875rem;left:1.875rem;display:block; }
#Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.875rem;left:7.9375rem;height:1.625rem;font-style:normal;display:block; }
#fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.5625rem;left:7.9375rem;height:2.2734375rem;font-style:normal;display:block; }
#di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.8125rem;left:7.875rem;height:1.625rem;font-style:normal;display:block; }
#IAtyyIg5b48svLpkFHNrixWIbET94sOG { color:rgba(var(--color-tertiary-0),1);display:block;width:20.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.4375rem;left:7.9375rem;height:2.2734375rem;font-style:normal;display:block; }
#RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.0625rem;left:8.3125rem;height:1.625rem;font-style:normal;display:block; }
#PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:37.6875rem;left:7.9375rem;height:2.2734375rem;font-style:normal;display:block; }
#R8ypXohiEwOevC8NA3EFITDnBU9QvXvF { 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;opacity:1;top:24.4375rem;left:3rem; }
#CWWTwbe8kEOwH4ipmMf3K7ERBXQg9QTf { 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;opacity:1;top:30.5rem;left:3.0625rem; }
#hStKA2uCIWwBTdtqnmMOwTZV2X5U31NW { 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:15023;opacity:1;top:36.25rem;left:3rem; }
#JIUf3JKzXHd2qT7hGeKt0RZL47B7NVx3 { 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:15.6875rem;width:8.9375rem;top:15.77880859375rem;left:41.015625rem;overflow:hidden;display:block; }
#vSlO7l5oiMMtDtVQqZqpIAtakUXn3JuP { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.875rem;height:12.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbbME5nk8kPhDuEmXXKcFgWVbscVOK0T { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.3125rem;width:26.9375rem;top:29.125rem;left:1.875rem;display:block; }
#ENTIJ4TTw8TbCzyIHRC8rHz6RkbIgfom { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.3125rem;width:26.9375rem;top:35rem;left:1.875rem;display:block; }
#INhsQhhyx7BXe8bC01SZiT7NHnPwDxLT { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.3125rem;width:26.9375rem;top:21.75rem;left:7.5rem;display:none; }
#f9pWvhoxM71SywKNcMVEK0PBM4TvuliS { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.3125rem;width:26.9375rem;top:21.75rem;left:7.5rem;display:none; }
#z7D4BSPzpuHVT2pxMVAFZ2u6QMmRLn0X { background-color:#f34a4a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.25rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7498125rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.061789512634rem;left:54.375rem;display:none; }
#nnJn74qCEyNAA9QVJHFiPAkfQL1pvaD6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIMAslHUpO8q4ira8Hu2zFbO5ez1HADV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.5rem;left:52.75rem;filter: drop-shadow(0.5rem 0.5rem 1.25rem rgba(0,0,0,0.5));display:none; }
#OIMAslHUpO8q4ira8Hu2zFbO5ez1HADV > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#ROT9uN6KvqvxlBov0dStPM58nd5xOPIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6873125rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.1642396450043rem;left:7.5rem;height:12.9225625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ioUe5vnOWy6ZOnZsZDiXMVVADWaZ7bWz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.125rem;left:7.5rem;height:1.50035625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#p222FtIzJNVoZLOrv7eBerlVTNUn777C { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:18.451171875rem;left:1.875rem;height:1.375175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgyLOyATQqac7AV1VoGMTXKV9BTiyEBz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:27.5625rem;left:13.9375rem;display:none; }
#DCbEoNGcoDLxdUsCMi6sB4qaWtTKltdD { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:39.125rem;left:4.875rem;display:none; }
#ElGIzt2GDtB969hcVtqQLeGeeo5k1PZw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:39.125rem;left:8.4375rem;display:none; }
#pgDwov1krdhDXZirhVXh4Eh3KEH98J04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pgDwov1krdhDXZirhVXh4Eh3KEH98J04 > .row .container { border-width: 0; border-radius: 0; }#pgDwov1krdhDXZirhVXh4Eh3KEH98J04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgDwov1krdhDXZirhVXh4Eh3KEH98J04 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:none; }#uec2I52liaDOTlAcbS2Fggaz3SUIPIJq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:2.375rem;left:8.25rem;height:7.8003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZiLOICBrT3iXCdRDKgV01VZV8FwH2Lv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6244375rem;width:28.6869375rem;top:0.31250095367432rem;left:38.8125rem;overflow:hidden;display:block; }
#Q2yreK7Ze1p5TTo11km2w438R1ilsDeo { color:#0f0b7c;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.3125rem;left:8.25rem;height:1.7858875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/D88s1RqW/bg2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD.adaptive-delivery-prevent-bg, #kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD.lazyload, #kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD.lazyloading { background-image: none; }#kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD > .row .container { border-width: 0; border-radius: 0; }#kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:none; }#GfmmzSPllTcrk0aDaCIgsG7vGxF9fOb3 { color:#0f0b7c;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:37.5rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Pg4lmpRkBi3BQyqnKPUB0uDGVoRXly3n { color:#0f0b7c;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:8.25rem;height:1.7858875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4wVQ3PoznEydN7GrQDUoLwnbSTEOqrR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.0625rem;left:8.25rem;height:10.400375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/fwfMHo8U/Group-21.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V.adaptive-delivery-prevent-bg, #Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V.lazyload, #Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V.lazyloading { background-image: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container { background-color: transparent; background-image: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container > .video-iframe-container { display: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row > .video-iframe-container { display: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .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); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container { border-width: 0; border-radius: 0; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#i9bifKbzRJWMS1MnfNl03crisdezHZTX { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4y3V89W2b019as3JnaTB7EOwavInpr4 { position:absolute;display:block;z-index:14997;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.3125rem;width:8.9375rem;top:6.4375rem;left:32.875rem;overflow:hidden;display:block; }
#Pzncu86VKgQ6vy2i7oWf0HLfwgEs0b0w { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.8125rem;left:31.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#BBGi0BNCTriUliFSS1CLDH8AoWUkZMgo { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875rem;left:31.75rem;height:5.84765625rem;font-style:normal;display:block; }
#NeDOKkh7KHbqciWrn5BVg0RgghWlIrbX { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3115rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.3125rem;left:55.75rem;height:4.38654375rem;font-style:normal;display:block; }
#nmG0RZ04TpW0tl3Ci8oy4VBmb9DU3Fmt { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5rem;left:55.75rem;height:1.7871125rem;font-style:normal;display:block; }
#dd3Elt37FDLMXVPqHBgl2ByEia2KZi9F { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:36.65625rem;left:27.59375rem;display:block; }
#orz0D4Lt2gNomxh8vy0v3LofqFNsAG6a { color:rgba(var(--color-tertiary-2),1);display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.1875rem;left:31.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#qD0XLIQAnRuDprQTfEAmxlnnkSkLvoxN { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.125rem;left:31.8125rem;height:5.84765625rem;font-style:normal;display:block; }
#y4ZwmTLSfX378PD0i4V1Br6Jk3zlH4GH { box-sizing:content-box;color:#64b22b;font-size:2.625rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:27.875rem;left:52rem;display:block; }
#PpRzkBdGl0cJgKfCOWHniVXQTW61sEZk { color:rgba(var(--color-tertiary-3),0.8);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.74951171875rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uD0hWD19ic1yQ2AsgqJUDTSBAwvgoFBI { color:rgba(var(--color-tertiary-1),1);display:block;width:18.93675rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.8125rem;left:55.75rem;height:5.84765625rem;font-style:normal;display:block; }
#frZFScT5QiPHLAkMtUIx1xv26LbPQAfx { color:rgba(var(--color-tertiary-2),1);display:block;width:18.374rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:55.75rem;height:1.7871125rem;font-style:normal;display:block; }
#HZDdLm5WmRKtVgbUekbZbEcsTwlMBcAa { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.1875rem;left:55.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#gmwz8nQ1RdnZQ7oEVgMpQIvFbG1ccZsn { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:39.4375rem;left:31.8125rem;height:5.84765625rem;font-style:normal;display:block; }
#uxeWKTpSk01mXEeKJaHBRJmNHq8n3fve { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.5rem;left:31.8125rem;height:1.7871125rem;font-style:normal;display:block; }
#yZqufSq6rF2XLf8rAXAvWFg7BoX3cLoH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:36.5rem;left:51.5625rem; }
#h64KCWCSLiNrpKV4aFnkJ4h84CwpnUFv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:27.5625rem;left:27.625rem; }
#bHb4TVwOpyZ9V5CR6u5xaWD0igXkWPRi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.3125rem;left:52rem; }
#pFc0D7bwR1rMTaSoQch1yLV5LF8ZVt00 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.3125rem;left:27.625rem; }
#UNWvn3RIqxAgTkZBvBhy47so8qVkhMiP { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:39rem;left:55.75rem;height:4.38574375rem;font-style:normal;display:block; }
#P214CTJrsTObgqER2x4Tm9tcZdfdO4ht { position:absolute;display:block;z-index:14996;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:35.5625rem;width:35.5625rem;top:17.696533203125rem;left:0rem;overflow:hidden;display:block; }
#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:top left !important;background-repeat:no-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;display:block; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B.adaptive-delivery-prevent-bg, #GKp4WTPpszI6fM9JCfdw0223nkzt5T0B.lazyload, #GKp4WTPpszI6fM9JCfdw0223nkzt5T0B.lazyloading { background-image: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container { background-color: transparent; background-image: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container > .video-iframe-container { display: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row > .video-iframe-container { display: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .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); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container { border-width: 0; border-radius: 0; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B::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; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container { font-size:0.875rem;font-family:arial;height:81.75rem;width:75rem;position:relative;display:block; }#CCdclGzBTCZZKUmlEBM0GpE1RA37wIOT { position:absolute;display:block;z-index:15006;background-color:#ffc926;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffc926;border-left:0.125rem solid #ffc926;border-right:0.125rem solid #ffc926;border-bottom:0.125rem solid #ffc926;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.5625rem;width:26.5rem;top:21.2490234375rem;left:40rem;display:block; }
#EfCg8dKZFVUzpd0vidoSGIMe2r5Cad30 { background-color:#ffc926;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8745rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:72.87255859375rem;left:46.387939453125rem;display:block; }
#DDEcDbf4y9yAJ4nVP8oIpmp359Evpp4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHcNnDCRpcbCN1GNduNbUrTAxn3lgBq5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.4375rem;width:26.3125rem;top:21.37353515625rem;left:40.2490234375rem;overflow:hidden;display:block; }
#Vb4unGgxD9kmscDI3dppwPaeKPn00T56 { box-sizing:content-box;height:34.0625rem;width:26.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.1845703125rem;left:40.2490234375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ZPnJ9JfQhQuyzPXQgEb4dTChCKHXbv3b { position:absolute;display:block;z-index:15013;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.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.4375rem;width:26.5rem;top:21.2490234375rem;left:8.311767578125rem;display:block; }
#d7bWexlJeTarLCNZqiOvp7DCRS87HCp8 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem #ffd3d4 ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8733125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:72.87255859375rem;left:14.7021484375rem;display:block; }
#w7tT7aGLu4bnrTNWlSPp1mITd8DtxJ0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OasLnlMhm9TVBUE0g6qLDmxz50RfT5oJ { box-sizing:content-box;height:35.4375rem;width:26.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.686767578125rem;left:8.49853515625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#aO3y7TWHMvTOgNkzwTpURrSzM0iR0LMT { color:rgba(var(--color-primary-4),1);display:block;width:13.9978125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:69.6865234375rem;left:14.437255859375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lv50hHMuGzMShOa35UT7odInoNuslTex { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.43725rem;width:26.31225rem;top:21.435791015625rem;left:8.4814453125rem;overflow:hidden;display:block; }
#ctbwRDSP0otLR92Ff5VET7md2npJlalh { color:rgba(var(--color-tertiary-3),1);display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:52.25rem;left:11.1865234375rem;height:14.797875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ctbwRDSP0otLR92Ff5VET7md2npJlalh li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ctbwRDSP0otLR92Ff5VET7md2npJlalh li:before{  }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #cd6e00;border-left:0.0625rem solid #cd6e00;border-right:0.0625rem solid #cd6e00;border-bottom:0.0625rem solid #cd6e00; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .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; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:#ea8a1b;text-align:center;text-align-last:center; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .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_85f66dbc0079262ce2a06ba6560292e0f4004a42.svg");background-size:contain !important; }#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-trigger.adaptive-delivery-prevent-bg, #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-trigger.lazyload, #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-trigger.lazyloading { background-image: none; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL { box-sizing:content-box;height:auto;width:15.99825rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15030;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:47.312255859375rem;left:45.325927734375rem; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #haAUR5PJb7oAvy278707RO5hBkoep42f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK { display:block;position:relative; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
#OSNSGpei9sToacnxIVy3hTq9p6RZb2L9 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.4980625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:52.328125rem;left:43.077392578125rem;height:14.797875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OSNSGpei9sToacnxIVy3hTq9p6RZb2L9 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OSNSGpei9sToacnxIVy3hTq9p6RZb2L9 li:before{  }
#yz2u5d083TeCKc8w1Qa1KuLNpAdTZXSP { color:#f8820e;display:block;width:13.999rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:69.6865234375rem;left:46.326904296875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feuIANzBPhP1WPvCGeLCDacqfRZVJxTO { color:#d32f2f;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0LTkRKl4g9hT2qAu3ocEBnwMVIVBc4L { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3120125rem;width:8.93675rem;top:6.763916015625rem;left:16.37451171875rem;overflow:hidden;display:block; }
#WmuAFeZP6xQ7OrNTPFTucS0OzVqF9GV2 { color:rgba(var(--color-tertiary-3),0.8);display:block;width:73.37375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.871826171875rem;left:0.810546875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #d2395c;border-left:0.0625rem solid #d2395c;border-right:0.0625rem solid #d2395c;border-bottom:0.0625rem solid #d2395c; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .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; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:#d32f2f;text-align:center;text-align-last:center; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .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_41eb2316e411a8349d607961b2f2454049354112.svg");background-size:contain !important; }#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-trigger.adaptive-delivery-prevent-bg, #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-trigger.lazyload, #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-trigger.lazyloading { background-image: none; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 { box-sizing:content-box;height:auto;width:15.996125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:47.31103515625rem;left:13.63037109375rem; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #t9mLONKoCqVWT252dFBi6Uf4E92QQXs2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #XznhettbCyCv0uzVJ25F4Mu7XnEIeuPB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #VzFkLeK6KRiKtKv2ZgLrJM3KoD3mdUno { display:block;position:relative; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #T1D7RqQTFuHeENcr5ZDAuMFNX09gKIlq {  }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #b0lJCaDdeHuMAWubAEUZtFwKwKGKrO33 {  }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #d78616;border-left:0.0625rem solid #d78616;border-right:0.0625rem solid #d78616;border-bottom:0.0625rem solid #d78616; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .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; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:#f6800c;text-align:center;text-align-last:center; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .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_41eb2316e411a8349d607961b2f2454049354112.svg");background-size:contain !important; }#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-trigger.adaptive-delivery-prevent-bg, #V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-trigger.lazyload, #V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-trigger.lazyloading { background-image: none; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt { box-sizing:content-box;height:auto;width:19.4995rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15032;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:47.31103515625rem;left:43.57421875rem; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#V1evlPsySoJI2plTDGig1OHeE2liGGdt #y9eTS8IIx0Qlv3J4OxiDRzTwze4nInPp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt #Uwi17TVl6HrahbfQer3mQkqpTNMwl7Tz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt #AEuGov8waPOSfppBCJe4Ni30wm9kCQoQ { display:block;position:relative; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt #nTN1KMFIyGqwE0OU5yXWhvTZ5N8T9WCi {  }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt #X6iM3NpMWG4avuc9JapZDNmu0kZ6BDnp {  }
#qqFeep7Dag3qbNc88HeEhG90JhSiezsx { color:rgba(var(--color-secondary-3),1);display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.3125rem;left:36.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vVp2qJJeOvBGkrdnCVoDRvDPCoVu0edx { box-sizing:content-box;height:2.5rem;width:11rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:14.0625rem;left:32.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;display:none; }
#ncDRL5Ce8CEBkBuIHsPRl59cLfI7U1CD { box-sizing:content-box;height:2.8125rem;width:6.75rem;position:absolute;display:block;z-index:15004;background-color:#d32f2f;background-image:none;top:14rem;left:29.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#hgFMZ2V9q0RUPWXbdTTtDgrJtRJn5z1S { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:"marck script";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.4375rem;left:30.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:top left !important;background-repeat:no-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;display:block; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q.adaptive-delivery-prevent-bg, #sgkizagZIlBBwGTizW8Bb4ESH01oAk6q.lazyload, #sgkizagZIlBBwGTizW8Bb4ESH01oAk6q.lazyloading { background-image: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container { background-color: transparent; background-image: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container > .video-iframe-container { display: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row > .video-iframe-container { display: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .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); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container { border-width: 0; border-radius: 0; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q::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; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:block; }#TBlR8yXaRkKLm8O8E3tyqrcWvKQoTgVU { position:absolute;display:block;z-index:15006;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.125rem solid #b247b0;border-left:0.125rem solid #b247b0;border-right:0.125rem solid #b247b0;border-bottom:0.125rem solid #b247b0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.5625rem;width:26.5rem;top:1.749267578125rem;left:40.12451171875rem;display:block; }
#nAo5vDP30oJrX6ZpIGW8aUTCkfwrT1wu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8745rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:53.3740234375rem;left:46.4990234375rem;display:block; }
#LiKrea10yE9QWAvMHPT4bVJF1tOkUodw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdP069QfD8cZBTODLsDaE7WTHZIQwahG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.5625rem;width:26.375rem;top:1.937255859375rem;left:40.311279296875rem;overflow:hidden;display:block; }
#FUv68L83fOeuQP0xKd9ngVVweDceG9xP { box-sizing:content-box;height:34.0625rem;width:26.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.687255859375rem;left:40.374755859375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#QAzupQzHfnSmKuwHPTQGQz40IQbMHToh { position:absolute;display:block;z-index:15013;background-color:#7ed957;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-3),1);border-left:0.125rem solid rgba(var(--color-tertiary-3),1);border-right:0.125rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.4375rem;width:26.5rem;top:1.749267578125rem;left:8.4375rem;display:block; }
#ryPZNsuisHtu4TLZn11Miz2cz8aHm6hh { background-color:#75cf4f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-3),0.2) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8733125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:53.3740234375rem;left:14.81201171875rem;display:block; }
#UHsTzLZcQ1PCT8NTeRzHTUJXR18D6zba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0nifxvNEbaPfNRxXJZuQbqDz7mLLnTR { box-sizing:content-box;height:35.4375rem;width:26.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.18701171875rem;left:8.624267578125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#VTkJSDpkEzcSwn9VKd1spfsNxrG24pR6 { color:#002b39;display:block;width:13.9978125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:50.186767578125rem;left:14.561767578125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmhZeSmvCVwZH0h8e3JCiIPBoW64govA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.5625rem;width:26.375rem;top:1.93603515625rem;left:8.624267578125rem;overflow:hidden;display:block; }
#IwcbBUANOQan2IeXB6NcJfcS90NeS2we { color:rgba(var(--color-tertiary-3),1);display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:32.7490234375rem;left:11.312255859375rem;height:14.797875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IwcbBUANOQan2IeXB6NcJfcS90NeS2we li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IwcbBUANOQan2IeXB6NcJfcS90NeS2we li:before{  }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #c91769;border-left:0.0625rem solid #c91769;border-right:0.0625rem solid #c91769;border-bottom:0.0625rem solid #c91769; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .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; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:#c91769;text-align:center;text-align-last:center; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .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_41728eeaa7c9e73a0d3511c7a61c4f55abffc284.svg");background-size:contain !important; }#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-trigger.adaptive-delivery-prevent-bg, #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-trigger.lazyload, #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-trigger.lazyloading { background-image: none; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp { box-sizing:content-box;height:auto;width:19.7485625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15030;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:27.74658203125rem;left:43.65478515625rem; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #haAUR5PJb7oAvy278707RO5hBkoep42f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK { display:block;position:relative; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
#Tmb48f1wgydvvzJlMbCeVrBaU97eg6Lg { color:rgba(var(--color-tertiary-3),1);display:block;width:22.061625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:32.7490234375rem;left:42.412109375rem;height:16.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Tmb48f1wgydvvzJlMbCeVrBaU97eg6Lg li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tmb48f1wgydvvzJlMbCeVrBaU97eg6Lg li:before{  }
#TkfB1XqsT5GAaGp5XCMLndRhiHi4gOQM { color:#c91769;display:block;width:13.999rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:50.186767578125rem;left:46.436767578125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid #002b39;border-left:0.0625rem solid #002b39;border-right:0.0625rem solid #002b39;border-bottom:0.0625rem solid #002b39; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .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; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:#002b39;text-align:center;text-align-last:center; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .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_6e52fc558bcab569ab6196453916234d778b068c.svg");background-size:contain !important; }#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-trigger.adaptive-delivery-prevent-bg, #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-trigger.lazyload, #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-trigger.lazyloading { background-image: none; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M { box-sizing:content-box;height:auto;width:22.5610625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:27.747802734375rem;left:10.4736328125rem; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #zHX1VdGVGdEFDsSPPN9CRrB5LRBbbLHz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #VDyGnQd9EtxUV9OEmkEZ1vwsGtAR21Ob { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #uAgZ4iZC6ngyx6XtXIJyrRldlWrMxf0V { display:block;position:relative; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #NnWHbi5UCSnoNEs352EvZzWIOWScUwLi {  }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #bT87POBzRihu31OyEfebQ2MVZoZq1wlT {  }
#ec7fHzlvNSGtJizDsdcT64MS3teCvORT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ec7fHzlvNSGtJizDsdcT64MS3teCvORT > .row .container { border-width: 0; border-radius: 0; }#ec7fHzlvNSGtJizDsdcT64MS3teCvORT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ec7fHzlvNSGtJizDsdcT64MS3teCvORT > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:none; }#xAc7Kpc0vBeK4dByqHELGGdBmynbmVUZ { color:#f6de0c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.62500286102294rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZV2g4zQ2f7F2ViIp5AEpIcpXHN0RyaEA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.3016710281372rem;left:7.5rem;height:5.20019375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qVvDPp92xWyMTfWnSD7v4o4APSVoFCPN { color:#0f0b7c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S99v0H2AIXNtvASp08GGW1NWmWXpJ5rw { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.5867195129394rem;left:37.5rem;height:10.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qKP5aXJa8AR1GQJOrFdiT6r1e0e4RhDo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9364375rem;width:13.18625rem;top:8.5617895126344rem;left:51.375rem;overflow:hidden;display:block; }
#rVCwbssBDifXqN5nHMWJgDMzP97lupJs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.1248125rem;width:21.1248125rem;top:1.875rem;left:7.5rem;overflow:hidden;display:none; }
#gVsmzZMcfC8D0ZvKZVTL4BbBzPQ1mRFW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:29.375rem;display:none; }
#eHD81Kq0shyxzZw3Nesg6ZTgXK1LbrtA { color:rgba(var(--color-secondary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:2.1;letter-spacing:0;top:3.0625rem;left:31rem;height:18.763rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iR9LsLpZ3LEbZayw8emnmLUJ7IS8MXcq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:29.375rem;display:none; }
#iL2NNSd9qQSSU930Wp80ooJtiOGfAF9I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:29.375rem;display:none; }
#ZREV6uzBGlXl2HvxKWeOv2O6A4OOwRev { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:29.375rem;display:none; }
#OX9rwr0qIwsTRqEHbwpMs9Gu4QODVLfu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:29.375rem;display:none; }
#yTcoNJWV8Q1vToyTbWva8gQu3wK0CHSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:29.375rem;display:none; }
#Ow3t5tLksQOTel7K2Sk77OTmzsOBob09 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:29.375rem;display:none; }
#VvyneBsdhnTk8xTFeovHkdEVvFtlME1b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:29.375rem;display:none; }
#d2BCwHpTbqFJx1SayxMTKx307o9byQ94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:29.375rem;display:none; }
#bt2ObkbnRmDJ7K94UoqGD5PFnOxcUaiI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:29.375rem;display:none; }
#PB0uUEDwx5gAToDefp6Doo9xH44qtcBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:29.375rem;display:none; }
#Lg8tVloZfVx9gHM79TW0CkrtsEqKS89K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:29.375rem;display:none; }
#PtRwCtxFBmOuG5xZdTHUbFV1tbss0Q1q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9364375rem;width:13.18625rem;top:8.5617895126344rem;left:51.375rem;overflow:hidden;display:none; }
#lzy3TUOaVeFT8JEv6tsXRIK0a4n7zMIg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.5rem;left:52.75rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#lzy3TUOaVeFT8JEv6tsXRIK0a4n7zMIg > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#u4ZpoFkLvacpnluUSdFs5qKdxsMWLDgk { background-color:#f34a4a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7498125rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.061789512634rem;left:54.375rem;display:none; }
#FxIlVTdtSB3DwifTFPxyRKVcsZLku9Ps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { border-width: 0; border-radius: 0; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:none; }#uBioTPDoIHJsoU7H0mhGXEUyopqb1aEQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:25.625rem; }
#B2IXHyUTNrSJdmdD8PU5SXFCrbIKXOP7 { color:rgba(var(--color-secondary-3),1);display:block;width:18.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:2.1;letter-spacing:0;top:3.30322265625rem;left:27.999267578125rem;height:18.763rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPVXxxq2szM143KTrPKpE3e5rJisLJhE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:25.625rem; }
#yxFzTeIsOETESKp673bbHTUyCt4yD6dI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:25.625rem; }
#o4txfwV9BNcJ7GvtX89xAzzO1BpN04VX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.5rem;left:56.5rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#o4txfwV9BNcJ7GvtX89xAzzO1BpN04VX > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#CmfTpKQRtlx1qUJ6roT89F0yl8FiT9al { background-color:#f34a4a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7498125rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.061789512634rem;left:58.125rem;display:block; }
#TQ5ONG8iyARzXdrdQJrnmWT9mZAy6xP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlFx2w3bCdp7vLW2o0WCGSmvfRecpUbB { color:rgba(var(--color-secondary-3),1);display:block;width:8.3123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:18.906249523163rem;left:57.3125rem;height:;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; }
#c7WDa54ftmkxZWanRHD2BGQTHPrwyq2f { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.1248125rem;width:21.1248125rem;top:1.875rem;left:3.75rem;overflow:hidden;display:block; }
#vwyJilkUT9OwKEEt4Cin1tkcF3imTAuA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8rem;left:25.625rem; }
#NoUAmDKuDDx7R4QdambZoZpf6FsZVInE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.6875rem;left:25.625rem; }
#PWAWFou6G0XpsiqewHc3BWMDTa8orRIR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.375rem;left:25.625rem; }
#toq3mXTzkZpdanFxprFISPATJ1u3e9Lt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.0625rem;left:25.625rem; }
#yEWUMkTiuNkr3kG7vlpTxVDcxsM0EC3m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.875rem;left:25.625rem; }
#v5HSgVzmPblMmi0g8vFOmIkkDvSB9GmN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.5625rem;left:25.625rem; }
#CdChXVGIH8WrT0Tz04921LZ1Eplil99y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:19.9375rem;left:25.625rem; }
#FB50TCN5f54rNBNswETESNaX90yO82Je { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.25rem;left:25.625rem; }
#WCdB1iuEOuSLb5ieqymfpTCeV7ArbmWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:25.625rem;display:none; }
#T3dyHT1a65v5dvGIsSLXlOebzKIHGkss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:25.625rem;display:none; }
#Siyr2kkACNdUv1IFEpldha32McqHgcM1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:25.625rem;display:none; }
#AWQyQPn9spFiT7eFFv11cUaGDMtghr4N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:25.625rem;display:none; }
#pTxdfxX4aHq0iRuRyaSKkdTgMgcJKWwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:25.625rem;display:none; }
#SocVX72CwKDNVlFhMl7tNkowR4OvbqwW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:25.625rem;display:none; }
#oxBB5kTw9RrwWHzuZngoLSLcreaxOobw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:25.625rem;display:none; }
#p7BhTiCMsdwUIcDsMah0xAyrLk8ilAEq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.625rem;left:25.625rem;display:none; }
#r003hBVAe05XV0GN530AS8SAsZvdVmzL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.9375rem;left:25.625rem;display:none; }
#v2q6lSAtyD549M22E0hkSkai5ze7dNqh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9364375rem;width:13.18625rem;top:8.5617895126344rem;left:55.125rem;overflow:hidden;display:none; }
#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 { position:relative;display:none; }#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 { border-width: 0; border-radius: 0; }#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 > .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; }#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld > .row .container { border-width: 0; border-radius: 0; }#Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:none; }#vodGm6fshGOKifyb60mBV3eSzu9Tg7Ov { color:#f6de0c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.62500286102294rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3zL1CZkafEgqI0ZFK49LnfgrCwTG3NR { color:rgba(var(--color-tertiary-0),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.3016710281372rem;left:7.5rem;height:5.20019375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#idGWsnBczlVSLMzbJNp5gbIL8ZK90RnM { color:#0f0b7c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tlQlvOAJnhsDJXpq4Rxp1DAXBZqn6A88 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.5867195129394rem;left:37.5rem;height:10.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IrrZBss32ZdM6dPo6turR3lcVMhr7PZt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.625rem;width:21.125rem;top:2.3224411010742rem;left:8.125rem;overflow:hidden;display:none; }
#rtNqH4hMXRJcBagqHlTEvdDzppzLTCpQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5.625rem;left:32.3125rem;height:13.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IiDXTxQpgCgXuqcR7KKOCF01n1k9E6lT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.9375rem;left:30.9375rem;display:none; }
#PvTdPuCIM2NOws2e6aKuUtrvTchef5Hn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.5625rem;left:30.9375rem;display:none; }
#vCb7ettOLhh7Wq61tVcaxnTIIdlTiZgM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.1875rem;left:30.9375rem;display:none; }
#d5IsLOJEmRuPkz41sgE54L31p1EdnS1P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:7.625rem;left:30.9375rem;display:none; }
#Vw1z4gNlIdC9TTsJKiomuOdTletBwPws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.25rem;left:30.9375rem;display:none; }
#v90sTsZLJ4hEizdyQo2evCxwKVzDl1RF { background-color:#041495;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.874375rem;height:2.56185rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.375rem;left:55.75rem;display:none; }
#Jfy38s6wIRhoSg9NVylQZcQ03H3lSk7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1nxPNgPOET8gtBFAeVUMTUoBw4Hbwfe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.4375rem;left:53.125rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#f1nxPNgPOET8gtBFAeVUMTUoBw4Hbwfe > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#zPVgpAJRUxoKTz1mTRBNWXhxXV3WWPsl { color:#041495;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.75rem;left:54.75rem;height:1.46218125rem;text-align:center;text-align-last:center;display:none; }
#UD5LR2W0nvlQHNtvg1k4LT9rJe6iSuhT { color:#f6de0c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.62500286102294rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#APgDTRAWP283C7zfRZUvhKBm465yfn0k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:11.375rem;top:8.5617895126344rem;left:51.375rem;overflow:hidden;display:none; }
#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 > .row .container { border-width: 0; border-radius: 0; }#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:none; }#dhCzmpitKzrkH1x7UcKboQBMHe6Utw6w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.25rem;left:30.9375rem; }
#pekP0bset3qIiZHaZCUvCruDKLC3P9bt { color:rgba(var(--color-secondary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5.625rem;left:32.3125rem;height:13.403875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PMgwRHfydxVAk7melyR1SKBd6Hn29W7C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:7.625rem;left:30.9375rem; }
#rXa8d2ihdhgA0ZmOsV9cTyce0r9cWXn4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.4375rem;left:53.125rem;filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(0,0,0,0.5));display:none; }
#rXa8d2ihdhgA0ZmOsV9cTyce0r9cWXn4 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#dVcNf7BTRzpyZHR6BdeQTQnzaC6L8IFc { background-color:#041495;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.874375rem;height:2.56185rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.375rem;left:55.75rem;display:none; }
#w2s8TyDxL80JTUfPhNbFOqOKz7FvlcNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmLEqwKXcw8PIIJog9I8vm9nd1Wp2gnw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.6244375rem;width:21.1248125rem;top:3.7801847457886rem;left:8.125rem;overflow:hidden;display:block; }
#Ut2bdTrm2D1d8PCmZqXT4TxVwUhR75AP { color:rgba(var(--color-primary-4),1);display:block;width:18.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4683971405029rem;left:28.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jf4gVf6mMoTg8HtuwqymKdugSaZ0oyMN { color:#041495;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.75rem;left:54.75rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#ktdXGuTSWiFX2sug7u7zNkDUdisGT0wy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:9.625rem;top:8.9375rem;left:45.875rem;overflow:hidden;display:none; }
#WJgwV9zkgVCWK40rBWqNCl2t7ysABBxR { background-color:#041495;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7489375rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.8125rem;left:55.625rem;display:block; }
#c6QCt30ASKfo2X76Tx1y8FtVb5TPbzCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnblepi1OK4c4ucLNATqzDqiJElIMvOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.5625rem;left:30.9375rem; }
#yGQWZ8BPFMhBbL8ScS0uCelxz8UwrhIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.1875rem;left:30.9375rem; }
#u8UyyPmfI0trHXVGBUAIbAiHTFMAHkaL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.9375rem;left:30.9375rem; }
#ByD3cDOvAi2phrnWhu9aleppSxfzAz9i { position:absolute;display:block;z-index:15001;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.0618125rem;width:12.7468125rem;top:0.68714523315431rem;left:51.875rem;overflow:hidden;display:block; }
#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.06);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; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row .container { background-color: transparent; background-image: none; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row .container > .video-iframe-container { display: none; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row > .video-iframe-container { display: none; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .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); }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row .container { border-width: 0; border-radius: 0; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#zxx4S3xbmLAU32Eo02H8BLwd8w2CbPtu { color:#383737;display:block;width:28.9994375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4792251586914rem;left:32.625rem;height:0;font-style:normal;display:none; }
#tJlSRWTeHMvRkJ0kREfggnwLkLrsB1BD { color:#337ab2;display:block;width:16.4985625rem;position:absolute;font-family:"times new roman";font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.37286949157715rem;left:16.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GgRAbT6vvrcUs6pkZl9VSV23NQRgx9On { color:#041495;display:block;width:39.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.19097137451172rem;left:23.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m8C2qq2yFo0fwZUDrZ3rZy4hSLCPKnJI { position:absolute;display:block;z-index:15001;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.3112rem;width:8.936625rem;top:6.37371635437rem;left:34.186201095581rem;overflow:hidden;display:block; }
#kBXgAMbKNJxOEfKe1Fe5EgiREdFUyneA { color:#d32f2f;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.62936019897463rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 { position:relative;display:block; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 { background-color: transparent; background-image: none; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .row .container > .video-iframe-container { display: none; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .row > .video-iframe-container { display: none; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .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); }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 { border-width: 0; border-radius: 0; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .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; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTHB3lU6yDSrVSmPhweo19aQltcMeGn9 { position:absolute;display:block;z-index:15000;height:33.6870625rem;width:60rem;top:3.3094615936279rem;left:7.5rem;display:block; }
#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn > .row .container { border-width: 0; border-radius: 0; }#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:none; }#fH7raQT7AtCpIaSaQQAwaXs2KsfxTDXN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:12.625rem;top:2.5rem;left:5.4375rem;overflow:hidden;display:block; }
#WaCxnmR0RMm4Xzo7gWsbRmVbhVyORbTr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:12.875rem;top:2.375rem;left:32.8125rem;overflow:hidden;display:block; }
#AyAig24DdZIaT64PgA78szKMnzwI9hSo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:12.8125rem;top:2.5rem;left:56.5rem;overflow:hidden;display:block; }
#GVBIcuCUJ78Jy8FkiJlOEIBECAadfveH { color:rgba(var(--color-primary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.4375rem;left:4.125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fAdwE4VdaBrq2duN3HFl1cOzEOD1gzH3 { color:rgba(var(--color-primary-4),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.4375rem;left:31.25rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlqEyhCEfngEaIQWJH3mutE8Tv7HD90L { color:rgba(var(--color-primary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.4375rem;left:54.9375rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWp0OAbCVgecKrkgxoxONStzNtBPHvDK { color:#041495;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.1875rem;left:8.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#p6w3HiEkw9zsPbF1yQgH9OT02qhXOp9V { color:#041495;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:20.0625rem;left:35.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#df9KzpA3KT8lAZWKCAB4haLcaoVwBPBn { color:#041495;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.0625rem;left:59.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#BeRvAo2TkzEFgXsGwyVgu1v40l4Z9v4p { 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:8.1875rem;top:23.25rem;left:7.625rem;overflow:hidden;display:block; }
#nCn3k7Ofs604prnvypEG3ZtxMLv47IUi { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.1875rem;top:23.25rem;left:35.1875rem;overflow:hidden;display:block; }
#WdPxdbF1rPAVZeAlZLC7tDSX8nmxAFv9 { position:absolute;display:block;z-index:15035;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:8.1875rem;top:23.25rem;left:58.8125rem;overflow:hidden;display:block; }
#WSefktTy6SHVB6e2bnSoIzUr6IqrNm9B { 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.125rem solid #fbf7cb;border-left:0.125rem solid #fbf7cb;border-right:0.125rem solid #fbf7cb;border-bottom:0.125rem solid #fbf7cb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:2.75rem;display:none; }
#IDsm6LntOfUApZAyxETnc81qNKsGWrxM { position:absolute;display:block;z-index:15006;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.125rem solid #c8fff7;border-left:0.125rem solid #c8fff7;border-right:0.125rem solid #c8fff7;border-bottom:0.125rem solid #c8fff7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:27.8125rem;display:none; }
#W6sscw0I20zTefKE5zokzC8IUU6mt5Bv { position:absolute;display:block;z-index:15012;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.125rem solid #fcdaff;border-left:0.125rem solid #fcdaff;border-right:0.125rem solid #fcdaff;border-bottom:0.125rem solid #fcdaff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:19rem;top:6.1875rem;left:52.8125rem;display:none; }
#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.09);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; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row .container { background-color: transparent; background-image: none; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row .container > .video-iframe-container { display: none; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row > .video-iframe-container { display: none; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .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); }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row .container { border-width: 0; border-radius: 0; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#WFAoq47glHGZCGJ6kK7kNycun1bJxARM { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-4),1);background-image:none;top:16.125rem;left:8.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#xLPHzGwnpd41vIBu5Bb8nld68WqlqayS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14995;line-height:1.1;letter-spacing:0;top:18rem;left:9.8125rem;height:5.49805rem;text-align:center;text-align-last:center;display:block; }
#KyUVQRabkqFiH39B71nk2TJr0EDpthsC { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:18rem;left:25.1875rem;height:5.49805rem;text-align:center;text-align-last:center;display:block; }
#MFwwa5gOb6GBDoLFpx5Gxw9uM0Lv04KF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:18rem;left:39.3125rem;height:5.49805rem;text-align:center;text-align-last:center;display:block; }
#qeySXb690UEVRUCU7nac6rdNu1TvTvaT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:18rem;left:54.125rem;height:5.49805rem;text-align:center;text-align-last:center;display:block; }
#d8BRuCh7XL88BFrvsewwhy6DlvTUWhiQ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:13.0625rem;left:13.25rem;height:2.19921875rem;text-align:left;text-align-last:left;display:block; }
#NklLKkJlvuLlf9RgXmCNbrB8VWZ9zX0a { 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:15030;opacity:1;top:12.5625rem;left:9.75rem; }
#WqWTr9wvBETNekbSfdF7rhGkboC8iuDb { box-sizing:content-box;height:12.5625rem;width:11.75rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.5625rem;left:9.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.39) ;display:block; }
#GBNhKNEqyfaQ7Rfkkdm3I2tDBlNGgf0U { box-sizing:content-box;height:12.5625rem;width:11.75rem;position:absolute;display:block;z-index:14978;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.6875rem;left:24.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.39) ;display:block; }
#PSR1bfiZJcJD0A4o5PdyKJN0pQ5FzF2A { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),1);background-image:none;top:16.1875rem;left:23.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#P4ey2epyl5GKWtHgvCugZBMcmDNZNSsz { box-sizing:content-box;height:12.5625rem;width:11.75rem;position:absolute;display:block;z-index:14980;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.6875rem;left:39.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.39) ;display:block; }
#oek6lmrQxWrFsoAE34c8InVysnnT1xNz { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:16.1875rem;left:38.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#BMikMKwBkZF1x6nZNElahKZvPmQukHdg { box-sizing:content-box;height:12.5625rem;width:11.75rem;position:absolute;display:block;z-index:14982;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.6875rem;left:53.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.39) ;display:block; }
#oJ0c2KELpwwKaBlCZdkPf6wHC7Uqa9cN { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;top:16.1875rem;left:52.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#G19ul2M2lSbwKTWb5JBsllxR4rLVpE9h { 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:15032;opacity:1;top:12.5rem;left:25.9375rem; }
#rRSEWvAshHvlatNSiiJuTFcLcUFbsoD8 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:13rem;left:29.4375rem;height:2.19921875rem;text-align:left;text-align-last:left;display:block; }
#y5NLAsQamvZ3qeuJkkXbDzCTQXFRSp8D { 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:15034;opacity:1;top:12.5rem;left:39.8125rem; }
#Vd5RzBmaXHg6baw5ZSoMnIaAAUbCsUep { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:13rem;left:43.3125rem;height:2.19921875rem;text-align:left;text-align-last:left;display:block; }
#OxntJA9aSXPN4GPUf5didwbM7Q3s4qA5 { 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:15036;opacity:1;top:12.5rem;left:54.75rem; }
#kh2W47RrVUg9xMvqDCZ8v5bPhe187ASe { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:13rem;left:58.25rem;height:2.19921875rem;text-align:left;text-align-last:left;display:block; }
#wCg3EmghyTURPJr9qTfPXZvBHLEAHp1F { position:absolute;display:block;z-index:15002;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.3112rem;width:8.9355625rem;top:6.3465728759762rem;left:55.281038284302rem;overflow:hidden;display:block; }
#K3k18pdSHt2ZK6nC2L5SxbRWspu5dzFn { color:#d32f2f;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.56206893920899rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R64RVpAafnSUtybDDb59uMUElGUyDHo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.09);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row .container { border-width: 0; border-radius: 0; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:none; }#H7UVZEGb5tcaNDhQPcTF37vKWGmL1EWD { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:1.0625rem;left:12.125rem;height:;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;font-style:normal;display:block; }
#aOwv1zq2IH3n09chgttrnkDwd13rIikS { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.25rem;left:8.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#WfT7StGl1iiH9KJEsGV4DkHrmkQ65TuT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14995;line-height:1.1;letter-spacing:0;top:11.125rem;left:9.8125rem;height:5.5013rem;text-align:center;text-align-last:center;display:block; }
#ZucKGuw8H9DIQT4uHzQ6VpdBJUpLRLcC { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:11.125rem;left:25.1875rem;height:5.5013rem;text-align:center;text-align-last:center;display:block; }
#u6d0iOTUfwqJQickmpJlnEqzy49yo7UP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.1;letter-spacing:0;top:11.125rem;left:39.3125rem;height:5.5013rem;text-align:center;text-align-last:center;display:block; }
#L2TDZOHghMtZ3TDbW5HPhTrx4wLcsDTI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:11.125rem;left:54.125rem;height:5.5013rem;text-align:center;text-align-last:center;display:block; }
#rC4HBgVOXXdF3uMmXRTp0L0eCvZi3wUR { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:6.1875rem;left:13.25rem;height:2.20051875rem;text-align:left;text-align-last:left;display:block; }
#nSTZaHNUy5GkxXyLbP3hUOWrJDTB9O3c { 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:15030;opacity:1;top:5.6875rem;left:9.75rem; }
#LAxgDn4TFK2pD3JSDa3vkMxcEc1vZDPt { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.3125rem;left:23.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#PiKVZ3in3LvLyJvVSs3bnJbBMKPNInox { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.3125rem;left:38.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#VcN0JoUI4HVLuOSkodbfGTnoTTDQZXOo { box-sizing:content-box;height:8.5rem;width:13.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;top:9.3125rem;left:52.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
#rtnR2lhrOT9TvqTXLOOBQ6wTcT1kgyI6 { 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:15032;opacity:1;top:5.625rem;left:25.9375rem; }
#xnTvW9bltpdQnxuZ3cfmc8xWMJ0a0il5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:6.125rem;left:29.4375rem;height:2.200525rem;text-align:left;text-align-last:left;display:block; }
#QZxJq56U8dT5oBQINnWuidwq5uMBa67P { 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:15034;opacity:1;top:5.625rem;left:39.8125rem; }
#fo9b1nzFqElsJbgFX7Tw0WAohSyyTr9D { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:6.125rem;left:43.3125rem;height:2.20051875rem;text-align:left;text-align-last:left;display:block; }
#SET3MZatC7Kmo6Aal7vw5gGKT4kTcv60 { 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:15036;opacity:1;top:5.625rem;left:54.75rem; }
#DeJ1S5k8GKI0Dcc2LXiyzshdQ3hHqieb { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:6.125rem;left:58.25rem;height:2.20051875rem;text-align:left;text-align-last:left;display:block; }
#nS0MLCHJ5eEmeCbCEBiLrhmXn2NaFM4G { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14977;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-size:auto !important;top:4.6875rem;left:24.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-3),0.39) ;display:block; }
#gC0xzQlJD8slf00wNU0kxHKeZWgAWOag { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14978;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-size:auto !important;top:4.6875rem;left:9.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-3),0.39) ;display:block; }
#TJx7oLodDasDb1peSINILHMokU18uL5n { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-size:auto !important;top:4.6875rem;left:39rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-3),0.39) ;display:block; }
#K4IFsOQyX4cu0JXx1QgPLkTp0gO7iImN { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14980;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-size:auto !important;top:4.6875rem;left:53.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-3),0.39) ;display:block; }
#bnGxZL8qoxknWN7UaxlU4fbCeSGV0uOx { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14978;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-size:auto !important;top:4.6875rem;left:9.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-3),0.39) ;display:none; }
#NJmgnc7V1fl2LK9S4QKV9DZ89Ek4MG2l { box-sizing:content-box;height:7.9375rem;width:12.0625rem;position:absolute;display:block;z-index:14978;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#11def6' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-4),1), #11def6);background-size:auto !important;top:4.6875rem;left:9.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-3),0.39) ;display:none; }
#fEGnNwrSGOosMe608hVx8ukD9KFORyRe { color:#041495;display:block;width:20.374625rem;position:absolute;font-family:"times new roman";font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:22.3125rem;height:5.0372875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IyAz6UqyNegSxqcrm84F0Tn65902L63g { color:rgba(var(--color-primary-4),1);display:block;width:9.2498125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:43.4375rem;height:3.493925rem;font-style:normal;display:none; }
#m5ubiJTsFEgRlJXWPNsFuimqlGTOvCTs { color:#d32f2f;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.56206893920899rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GOUCZoZOFloB2FRfRKqrPK5S8T9nr2h2 { position:absolute;display:block;z-index:15002;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.3112rem;width:8.9355625rem;top:6.3465728759762rem;left:55.281038284302rem;overflow:hidden;display:none; }
#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/J8bq1H4i/Group-4vg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP.adaptive-delivery-prevent-bg, #CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP.lazyload, #CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP.lazyloading { background-image: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container { background-color: transparent; background-image: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container > .video-iframe-container { display: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row > .video-iframe-container { display: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .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); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container { border-width: 0; border-radius: 0; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#mDTf5IyuTzFO8cXwTg2C4gPHE86rXBhJ { position:absolute;display:block;z-index:15008;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.625rem;width:10.125rem;top:7.0625rem;left:26.25rem;overflow:hidden;display:block; }
#TOwBXInqqoSSn5Zg8VSy7JWbS9kWslKr { color:#383737;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:4.6875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:36.3125rem;height:6.09375rem;font-style:normal;display:block; }
#Z4FfepxuKsrRU400MFeWyo0AKfpr5kuK { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:13.1875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PplZMA97vQ2e4VT1wyTDrKwrny1HRClm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.375rem;left:15.625rem; }
#rLgq8qmaGctniPB4ES1tIxnh7V4XKpIg { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:20.25rem;left:9.5rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebPEi9vXBy5CvrqZn37TWgRO8Q0FHWRp { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.4375rem;left:10.6875rem;height:4.38654375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tV8oWHFULVaak54CsyxcZNO2fyr4CiVw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.375rem;left:35.375rem; }
#WipXGvU7WKQX4aZqTB0P2349KdH0bIpI { color:rgba(var(--color-tertiary-3),1);display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:31.75rem;height:2.03125rem;font-style:normal;display:block; }
#ehuDhn1eu0TLitmTnExIrwTw3uC4tKud { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.6875rem;left:29.375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ua1FXhTxAVx8KCkIVoLoPkB99OC5gw8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.375rem;left:54.375rem; }
#xfTsNN8It1zGdTpSyXu6yF4cCga3a7tD { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20rem;left:50.1875rem;height:2.03125rem;font-style:normal;display:block; }
#TI1p9yr1FIAD7AzQTd8RhOTw2rU2Z98p { color:rgba(var(--color-tertiary-3),1);display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.4375rem;left:50.1875rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4WlRWvTsZrtIXmv79dASIMMicPnblBg { 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; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container { background-color: transparent; background-image: none; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container > .video-iframe-container { display: none; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row > .video-iframe-container { display: none; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .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); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container { border-width: 0; border-radius: 0; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#s97Q1MCmOE54uvrOFSgWHMLzsuxr1Vs4 { position:absolute;display:block;z-index:15001;height:19.625rem;width:59.9375rem;top:23.124996185302rem;left:7.5rem;display:none; }
#VAwibdmhHJhGT0JnTN4waWMMc9L7d10D { position:absolute;display:block;z-index:15001;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:7.375rem;width:21.625rem;top:2rem;left:27rem;overflow:hidden;display:none; }
#vTEPWI6FMQ2DsHIlwErNliPE44nnlgVR { position:absolute;display:block;z-index:15001;height:15.811625rem;width:59.436875rem;top:2.3111839294434rem;left:6.6243495941163rem;display:block; }
#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container { background-color: transparent; background-image: none; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container > .video-iframe-container { display: none; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row > .video-iframe-container { display: none; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .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); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container { border-width: 0; border-radius: 0; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#bviHqw5r7DtsxHagokOIazTIhUl81u18 .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:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 .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; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:.9;overflow:hidden; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 .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.9375rem;height:auto;color:rgba(var(--color-tertiary-0),1); }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-trigger { width:1rem;min-width:1rem;height:1rem;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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-trigger.adaptive-delivery-prevent-bg, #bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-trigger.lazyload, #bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-trigger.lazyloading { background-image: none; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 { box-sizing:content-box;height:auto;width:58.2480625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;top:0.40217018127441rem;left:7.5rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #oSP2T9w2sgLTiZqOO4GCWIlOIsZMhxHb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #UgsLBCReySuXi0KgcsbkwZkqVF4BxpGU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #Z71EOGyVf4ZBV4aOpT2WBiSr5c0vToK4 { display:block;position:relative; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #ZlzQEJAICb7s42ekGPpXUCnaHGTccHbz {  }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #AgDE28GCtXJ9l0wNBxS6BOPg9T9td8q8 {  }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #V94pyRtbyae02mvXUcIJPIxrwPvKOxkX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #uurW15ufRNLCTM09HRBMCUzOyN5zX6Dz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #f36UcINCisG0EPWwTHF3igLCnq8gL5SR { display:block;position:relative; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #WKEhd2uBuw5QM6n7mygbKg7S4n3WtEqh {  }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #VaqtVkArr2qQXuDrFIvaXWLxNVVTsyZW { display:none; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #ZTNN2lUunn5Pi0eiIQXqk6ZtU28UX60L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #l4BGN9z8F34oJQDXFykBB6ru2LRWmg9Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #pRmd1wypTyBtbeZ7VEeO6rgwbMVkdUgI { display:block;position:relative; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #ubvHOyMC4KNKt4A5SNI8Mr6HHXJOhheS {  }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #kAkF9k0TD3VTQOzkvDA2MKDTlH0HcUib { display:none; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #KlmAecnnpFaTzDGDPlfJGruH4ygAyZGW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #hv7kFGcdv3QznimtURw7LqwtMCDQXW83 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #TaqhSINdvphMzyDure6iev8QGovGZh7H { display:block;position:relative; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #Bmkpg2QPSW4WOsNkv7thE4kQKTQbTfF0 {  }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #Cv4ToWbg0WQSa44vw1mZEKk0vaK6xPWJ { display:none; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #aOTUmeGaqCIWd1bIZ4sbEfuK6GR2fueF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #Z5lR9Rirb9GGqQTd9Wsvr3nkxFIwLx4M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #x8Jx3i7tOtaN5KHdo75cFeJM98S8pA2o { display:block;position:relative; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #i1pHdJcABDt7eTW5Sd6UDBxR2iscJNMR {  }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 #fOiLtGJeyeTNpy8oiEiya52FCmP7Foiq { display:none; }
#hBPslTfD25KPb3PbklAufQLASWKyceUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hBPslTfD25KPb3PbklAufQLASWKyceUX > .row .container { border-width: 0; border-radius: 0; }#hBPslTfD25KPb3PbklAufQLASWKyceUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hBPslTfD25KPb3PbklAufQLASWKyceUX > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:none; }#BRPGJRKn91HgT1iT55PT7TiQdpe9KIHi { position:absolute;display:block;z-index:15036;height:3.0625rem;width:5.625rem;top:10.0400390625rem;left:26.9375rem;display:block; }
#KQzVdixTGcUCB7a9xbIfLNT6vZV1JgdP { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.75rem;left:7.5rem;height:1.298825rem;text-align:left;text-align-last:left;display:block; }
#bLf75prtq5dtOv94lGgTqL1KHy1P32dD { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:4.5rem;left:7.5rem;height:4.19745rem;text-align:left;text-align-last:left;display:block; }
#TXGV2pL7CI0TaRoAui0LgJ7qMa3fk4MW { position:absolute;display:block;z-index:15016;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:9.75rem;top:0.9619140625rem;left:28.5rem;overflow:hidden;display:block; }
#LOFq81G7h9Pr5fk9adITvpDBW8TlsZnB { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.57421875rem;left:28.4375rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#fpi26wNiGOXaIGraSoohCcGNnzrr8sie { color:#383737;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.625rem;left:36.125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LoAsTnFtZRJLHeVono1GSNbZ6RLT0T9U { color:rgba(31,51,59,0.6);display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.26171875rem;left:29.1875rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#z6NLLMkTEUyz1Bs1ToE4cNu60l0wGdmr { position:absolute;display:block;z-index:15040;height:3.25rem;width:5.9375rem;top:9.9462890625rem;left:37.5rem;display:block; }
#bxf5HQIvPpnWbndhS1gs6Zp8hlxghoxl { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:3.4365234375rem;left:49.375rem;height:4.4989375rem;text-align:right;text-align-last:right;display:block; }
#TwVDCEx87sE3pvvW97kwf1sgotGSgMnp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10rem;top:10.0087890625rem;left:57.1875rem;overflow:hidden;display:block; }
#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Z4myle5x/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA.adaptive-delivery-prevent-bg, #T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA.lazyload, #T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA.lazyloading { background-image: none; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row .container { background-color: transparent; background-image: none; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row .container > .video-iframe-container { display: none; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row > .video-iframe-container { display: none; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .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); }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row .container { border-width: 0; border-radius: 0; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#TCK3qeqzfdSsBcr5VUFoD4WAiFiTEmMK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f52388IHUuMT8CflJ7iI1RHQbWoiywXN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.875rem;left:10.5rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#AEAzZMzcqxTA3roqXh1FvJ8SCaaSHmkT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:31.125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h4oTrcNo9vL7cXsvCmJDd8hTGBSTCz95 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.875rem;left:33.875rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#gl9QpasFNd193xu0Zq01JJzBWJgQNPSN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:50rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#pR3Qg7xnJVqFuGHGfIKueualSXrGEqDT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.8125rem;left:47.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dexRx038XNa0S8kzkUPWRbDxlJPfeVBT { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0rem none #041495;border-right:0rem none #041495;border-bottom:0.125rem solid #041495;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16rem;left:31rem;display:block; }
#TktTV4CuA2A9cR0VtFtAg2t5XMwbHU3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGmlbaLU27VbehwtcegfHfTTRtSaRTfG { color:#041495;display:block;width:33.5rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.78125rem;left:20.75rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3txSOumnDopRvehoGdvni9suiaX5uG7 { position:absolute;display:block;z-index:15011;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.5rem;width:12.9375rem;top:16.34375rem;left:13.5rem;overflow:hidden;display:block; }
#zHIW3oNdxAq4W8I8WsfSekXPDxiJwMJU { position:absolute;display:block;z-index:15012;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.5rem;width:11.1875rem;top:16.125rem;left:50rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q { display:block; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { top:0.8125rem;left:0rem;width:12.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2RvPCfhlTwVpUTRpSG6Jit2bXKcJDHS { top:1.6875rem;left:30.8125rem;width:16.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { top:3.5625rem;left:0rem;width:28.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfQUHJVZA2ElW9ltRHGkogUZUErBwRWs { top:19.5625rem;left:0rem;width:7.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa1s62zsmDGX9ycgHU2ANz9ePMZO6m87 { top:22.75rem;left:0rem;width:7.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQiBlIq9erKa1Fh3tSBBgsISehSJct5 { top:22.75rem;left:2.125rem;width:8.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4gUG4R3if02imHMy27RnvegSXTwgoXU { top:19.5625rem;left:3.6875rem;width:5.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { top:20.4375rem;left:29.4375rem;width:18.3125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { top:21.6875rem;left:33.6875rem;width:14.0625rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:15.4375rem;height:auto;top:26.625rem;left:29.8125rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:15.4375rem;height:auto;top:26.625rem;left:29.8125rem; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { top:23.1875rem;left:0rem;width:26.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { top:23.875rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { top:25.5625rem;left:0rem;width:20.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { top:29.8125rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAtyyIg5b48svLpkFHNrixWIbET94sOG { top:31.4375rem;left:0rem;width:20.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { top:36.0625rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { top:37.6875rem;left:0rem;width:20.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ypXohiEwOevC8NA3EFITDnBU9QvXvF { top:24.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWWTwbe8kEOwH4ipmMf3K7ERBXQg9QTf { top:30.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStKA2uCIWwBTdtqnmMOwTZV2X5U31NW { top:36.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIUf3JKzXHd2qT7hGeKt0RZL47B7NVx3 { top:15.75rem;left:27.390625rem;width:8.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlO7l5oiMMtDtVQqZqpIAtakUXn3JuP { top:5.625rem;left:0rem;width:39.625rem;height:12.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbbME5nk8kPhDuEmXXKcFgWVbscVOK0T { top:29.125rem;left:0rem;width:26.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTIJ4TTw8TbCzyIHRC8rHz6RkbIgfom { top:35rem;left:0rem;width:26.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INhsQhhyx7BXe8bC01SZiT7NHnPwDxLT { top:21.6875rem;left:0rem;width:26.875rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9pWvhoxM71SywKNcMVEK0PBM4TvuliS { top:21.6875rem;left:0rem;width:26.875rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7D4BSPzpuHVT2pxMVAFZ2u6QMmRLn0X { width:6.6875rem;height:1.875rem;top:21rem;left:40.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnJn74qCEyNAA9QVJHFiPAkfQL1pvaD6 { display:block; }
 }@media only screen and (max-width: 763px) { #OIMAslHUpO8q4ira8Hu2zFbO5ez1HADV { top:21.5rem;left:39.125rem;width:2.375rem;height:2.375rem;display:none; }
#OIMAslHUpO8q4ira8Hu2zFbO5ez1HADV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #ROT9uN6KvqvxlBov0dStPM58nd5xOPIZ { top:5.375rem;left:0rem;width:13.125rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioUe5vnOWy6ZOnZsZDiXMVVADWaZ7bWz { top:3.5rem;left:0rem;width:17.0625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p222FtIzJNVoZLOrv7eBerlVTNUn777C { top:18.4375rem;left:0rem;width:12.625rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyLOyATQqac7AV1VoGMTXKV9BTiyEBz { top:27.5625rem;left:0.36480075120926rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCbEoNGcoDLxdUsCMi6sB4qaWtTKltdD { top:39.125rem;left:0rem;width:3.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElGIzt2GDtB969hcVtqQLeGeeo5k1PZw { top:39.125rem;left:0rem;width:3.125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgDwov1krdhDXZirhVXh4Eh3KEH98J04 { display:block; }#pgDwov1krdhDXZirhVXh4Eh3KEH98J04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uec2I52liaDOTlAcbS2Fggaz3SUIPIJq { top:2.3125rem;left:0rem;width:29.375rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiLOICBrT3iXCdRDKgV01VZV8FwH2Lv { top:0.3125rem;left:19.125rem;width:28.625rem;height:24.571209453924rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2yreK7Ze1p5TTo11km2w438R1ilsDeo { top:0.3125rem;left:0rem;width:28.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD { display:none; }#kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GfmmzSPllTcrk0aDaCIgsG7vGxF9fOb3 { top:1.875rem;left:23.875rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pg4lmpRkBi3BQyqnKPUB0uDGVoRXly3n { top:0.9375rem;left:0rem;width:28.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4wVQ3PoznEydN7GrQDUoLwnbSTEOqrR { top:3rem;left:0rem;width:29.5rem;height:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V { display:block; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9bifKbzRJWMS1MnfNl03crisdezHZTX { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4y3V89W2b019as3JnaTB7EOwavInpr4 { width:8.9375rem;height:2.3122065313173rem;top:6.375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzncu86VKgQ6vy2i7oWf0HLfwgEs0b0w { width:17.5625rem;height:1.75rem;top:18.8125rem;left:18.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGi0BNCTriUliFSS1CLDH8AoWUkZMgo { width:18.125rem;height:5.8125rem;top:20.875rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeDOKkh7KHbqciWrn5BVg0RgghWlIrbX { width:19.25rem;height:4.375rem;top:20.3125rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0RZ04TpW0tl3Ci8oy4VBmb9DU3Fmt { width:16.625rem;height:1.75rem;top:18.5rem;left:31.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd3Elt37FDLMXVPqHBgl2ByEia2KZi9F { width:4.125rem;height:4.125rem;top:36.625rem;left:13.96875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orz0D4Lt2gNomxh8vy0v3LofqFNsAG6a { width:13.25rem;height:1.75rem;top:28.1875rem;left:18.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD0XLIQAnRuDprQTfEAmxlnnkSkLvoxN { width:16.875rem;height:5.8125rem;top:30.125rem;left:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ZwmTLSfX378PD0i4V1Br6Jk3zlH4GH { width:3.75rem;height:3.75rem;top:27.875rem;left:38.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpRzkBdGl0cJgKfCOWHniVXQTW61sEZk { width:47.75rem;height:5.0625rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD0hWD19ic1yQ2AsgqJUDTSBAwvgoFBI { width:18.875rem;height:5.8125rem;top:29.8125rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZFScT5QiPHLAkMtUIx1xv26LbPQAfx { width:18.3125rem;height:1.75rem;top:27.875rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZDdLm5WmRKtVgbUekbZbEcsTwlMBcAa { width:15.375rem;height:1.75rem;top:37.1875rem;left:32.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmwz8nQ1RdnZQ7oEVgMpQIvFbG1ccZsn { width:18.75rem;height:5.8125rem;top:39.4375rem;left:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxeWKTpSk01mXEeKJaHBRJmNHq8n3fve { width:18rem;height:1.75rem;top:37.5rem;left:18.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZqufSq6rF2XLf8rAXAvWFg7BoX3cLoH { top:36.5rem;left:37.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64KCWCSLiNrpKV4aFnkJ4h84CwpnUFv { top:27.5625rem;left:14rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHb4TVwOpyZ9V5CR6u5xaWD0igXkWPRi { top:18.3125rem;left:38.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFc0D7bwR1rMTaSoQch1yLV5LF8ZVt00 { top:18.3125rem;left:14rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNWvn3RIqxAgTkZBvBhy47so8qVkhMiP { width:18.125rem;height:4.375rem;top:39rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P214CTJrsTObgqER2x4Tm9tcZdfdO4ht { top:17.6875rem;left:0rem;width:35.5625rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKp4WTPpszI6fM9JCfdw0223nkzt5T0B { display:block; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCdclGzBTCZZKUmlEBM0GpE1RA37wIOT { width:26.5rem;height:58.5625rem;top:21.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfCg8dKZFVUzpd0vidoSGIMe2r5Cad30 { width:13.8125rem;height:3.4375rem;top:72.8125rem;left:25.950439453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDEcDbf4y9yAJ4nVP8oIpmp359Evpp4W { display:block; }
 }@media only screen and (max-width: 763px) { #rHcNnDCRpcbCN1GNduNbUrTAxn3lgBq5 { width:26.3125rem;height:24.437482185104rem;top:21.3125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb4unGgxD9kmscDI3dppwPaeKPn00T56 { top:45.125rem;left:21.4375rem;width:26.3125rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnJ9JfQhQuyzPXQgEb4dTChCKHXbv3b { width:26.5rem;height:58.4375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7bWexlJeTarLCNZqiOvp7DCRS87HCp8 { width:13.8125rem;height:3.4375rem;top:72.8125rem;left:7.8896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tT7aGLu4bnrTNWlSPp1mITd8DtxJ0e { display:block; }
 }@media only screen and (max-width: 763px) { #OasLnlMhm9TVBUE0g6qLDmxz50RfT5oJ { top:43.625rem;left:0rem;width:26.3125rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO3y7TWHMvTOgNkzwTpURrSzM0iR0LMT { width:13.9375rem;height:2rem;top:69.625rem;left:7.624755859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv50hHMuGzMShOa35UT7odInoNuslTex { width:26.25rem;height:24.37935148476rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctbwRDSP0otLR92Ff5VET7md2npJlalh { width:20.9375rem;height:14.75rem;top:52.25rem;left:2.9375rem;font-size:1rem;display:block; }#ctbwRDSP0otLR92Ff5VET7md2npJlalh li:before{  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #haAUR5PJb7oAvy278707RO5hBkoep42f {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
 }@media only screen and (max-width: 763px) { #OSNSGpei9sToacnxIVy3hTq9p6RZb2L9 { width:20.4375rem;height:14.75rem;top:52.3125rem;left:23.875rem;font-size:1rem;display:block; }#OSNSGpei9sToacnxIVy3hTq9p6RZb2L9 li:before{  }
 }@media only screen and (max-width: 763px) { #yz2u5d083TeCKc8w1Qa1KuLNpAdTZXSP { width:13.9375rem;height:2rem;top:69.625rem;left:25.889404296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feuIANzBPhP1WPvCGeLCDacqfRZVJxTO { width:47.75rem;height:8.125rem;top:0.875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0LTkRKl4g9hT2qAu3ocEBnwMVIVBc4L { width:8.875rem;height:2.2960372548745rem;top:6.75rem;left:9.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuAFeZP6xQ7OrNTPFTucS0OzVqF9GV2 { width:47.75rem;height:3.375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #t9mLONKoCqVWT252dFBi6Uf4E92QQXs2 {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #XznhettbCyCv0uzVJ25F4Mu7XnEIeuPB {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #VzFkLeK6KRiKtKv2ZgLrJM3KoD3mdUno {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #T1D7RqQTFuHeENcr5ZDAuMFNX09gKIlq {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #b0lJCaDdeHuMAWubAEUZtFwKwKGKrO33 {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #y9eTS8IIx0Qlv3J4OxiDRzTwze4nInPp {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #Uwi17TVl6HrahbfQer3mQkqpTNMwl7Tz {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #AEuGov8waPOSfppBCJe4Ni30wm9kCQoQ {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #nTN1KMFIyGqwE0OU5yXWhvTZ5N8T9WCi {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #X6iM3NpMWG4avuc9JapZDNmu0kZ6BDnp {  }
 }@media only screen and (max-width: 763px) { #qqFeep7Dag3qbNc88HeEhG90JhSiezsx { width:6.625rem;height:2.125rem;top:14.3125rem;left:17.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVp2qJJeOvBGkrdnCVoDRvDPCoVu0edx { top:14.0625rem;left:12.6875rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncDRL5Ce8CEBkBuIHsPRl59cLfI7U1CD { top:14rem;left:17.1875rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgFMZ2V9q0RUPWXbdTTtDgrJtRJn5z1S { width:3.75rem;height:2.1875rem;top:14.4375rem;left:20.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgkizagZIlBBwGTizW8Bb4ESH01oAk6q { display:block; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBlR8yXaRkKLm8O8E3tyqrcWvKQoTgVU { width:26.4375rem;height:58.5rem;top:1.6875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAo5vDP30oJrX6ZpIGW8aUTCkfwrT1wu { width:13.8125rem;height:3.4375rem;top:53.3125rem;left:26.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiKrea10yE9QWAvMHPT4bVJF1tOkUodw { display:block; }
 }@media only screen and (max-width: 763px) { #bdP069QfD8cZBTODLsDaE7WTHZIQwahG { width:26.375rem;height:24.56221563442rem;top:1.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUv68L83fOeuQP0xKd9ngVVweDceG9xP { top:25.625rem;left:21.5rem;width:26.25rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAzupQzHfnSmKuwHPTQGQz40IQbMHToh { width:26.4375rem;height:58.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPZNsuisHtu4TLZn11Miz2cz8aHm6hh { width:13.8125rem;height:3.4375rem;top:53.3125rem;left:7.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsTzLZcQ1PCT8NTeRzHTUJXR18D6zba { display:block; }
 }@media only screen and (max-width: 763px) { #p0nifxvNEbaPfNRxXJZuQbqDz7mLLnTR { top:24.125rem;left:0rem;width:26.25rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkJSDpkEzcSwn9VKd1spfsNxrG24pR6 { width:13.9375rem;height:2rem;top:50.125rem;left:7.749267578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmhZeSmvCVwZH0h8e3JCiIPBoW64govA { width:26.375rem;height:24.56221563442rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwcbBUANOQan2IeXB6NcJfcS90NeS2we { width:20.9375rem;height:;top:32.6875rem;left:2.9375rem;font-size:1rem;display:block; }#IwcbBUANOQan2IeXB6NcJfcS90NeS2we li:before{  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #haAUR5PJb7oAvy278707RO5hBkoep42f {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
 }@media only screen and (max-width: 763px) { #Tmb48f1wgydvvzJlMbCeVrBaU97eg6Lg { width:22rem;height:16.0625rem;top:32.6875rem;left:23.875rem;font-size:1rem;display:block; }#Tmb48f1wgydvvzJlMbCeVrBaU97eg6Lg li:before{  }
 }@media only screen and (max-width: 763px) { #TkfB1XqsT5GAaGp5XCMLndRhiHi4gOQM { width:13.9375rem;height:2rem;top:50.125rem;left:25.999267578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #zHX1VdGVGdEFDsSPPN9CRrB5LRBbbLHz {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #VDyGnQd9EtxUV9OEmkEZ1vwsGtAR21Ob {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #uAgZ4iZC6ngyx6XtXIJyrRldlWrMxf0V {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #NnWHbi5UCSnoNEs352EvZzWIOWScUwLi {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #bT87POBzRihu31OyEfebQ2MVZoZq1wlT {  }
 }@media only screen and (max-width: 763px) { #ec7fHzlvNSGtJizDsdcT64MS3teCvORT { display:block; }#ec7fHzlvNSGtJizDsdcT64MS3teCvORT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAc7Kpc0vBeK4dByqHELGGdBmynbmVUZ { top:0.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2g4zQ2f7F2ViIp5AEpIcpXHN0RyaEA { top:3.25rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvDPp92xWyMTfWnSD7v4o4APSVoFCPN { top:16.6875rem;left:0rem;width:15.3125rem;height:4.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S99v0H2AIXNtvASp08GGW1NWmWXpJ5rw { top:4.5625rem;left:23.875rem;width:19.125rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKP5aXJa8AR1GQJOrFdiT6r1e0e4RhDo { top:8.5rem;left:34.625rem;width:13.125rem;height:18.847875005332rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVCwbssBDifXqN5nHMWJgDMzP97lupJs { top:1.875rem;left:0rem;width:21.0625rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVsmzZMcfC8D0ZvKZVTL4BbBzPQ1mRFW { top:2.875rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHD81Kq0shyxzZw3Nesg6ZTgXK1LbrtA { top:3rem;left:17.375rem;width:18.1875rem;height:18.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iR9LsLpZ3LEbZayw8emnmLUJ7IS8MXcq { top:4.5625rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iL2NNSd9qQSSU930Wp80ooJtiOGfAF9I { top:6.25rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZREV6uzBGlXl2HvxKWeOv2O6A4OOwRev { top:2.875rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OX9rwr0qIwsTRqEHbwpMs9Gu4QODVLfu { top:4.5625rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTcoNJWV8Q1vToyTbWva8gQu3wK0CHSh { top:6.25rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ow3t5tLksQOTel7K2Sk77OTmzsOBob09 { top:2.875rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvyneBsdhnTk8xTFeovHkdEVvFtlME1b { top:2.875rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2BCwHpTbqFJx1SayxMTKx307o9byQ94 { top:4.5625rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bt2ObkbnRmDJ7K94UoqGD5PFnOxcUaiI { top:6.25rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PB0uUEDwx5gAToDefp6Doo9xH44qtcBW { top:6.25rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lg8tVloZfVx9gHM79TW0CkrtsEqKS89K { top:4.5625rem;left:15.75rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtRwCtxFBmOuG5xZdTHUbFV1tbss0Q1q { top:8.5rem;left:34.625rem;width:13.125rem;height:18.84972874776rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzy3TUOaVeFT8JEv6tsXRIK0a4n7zMIg { top:21.5rem;left:39.125rem;width:2.375rem;height:2.375rem;display:none; }
#lzy3TUOaVeFT8JEv6tsXRIK0a4n7zMIg > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #u4ZpoFkLvacpnluUSdFs5qKdxsMWLDgk { width:6.6875rem;height:1.875rem;top:21rem;left:40.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxIlVTdtSB3DwifTFPxyRKVcsZLku9Ps { display:block; }
 }@media only screen and (max-width: 763px) { #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { display:block; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBioTPDoIHJsoU7H0mhGXEUyopqb1aEQ { top:2.875rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IXHyUTNrSJdmdD8PU5SXFCrbIKXOP7 { top:3.25rem;left:5.6875rem;width:18.1875rem;height:18.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPVXxxq2szM143KTrPKpE3e5rJisLJhE { top:4.5625rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxFzTeIsOETESKp673bbHTUyCt4yD6dI { top:6.25rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4txfwV9BNcJ7GvtX89xAzzO1BpN04VX { top:21.5rem;left:36.0625rem;width:2.375rem;height:2.375rem;display:block; }
#o4txfwV9BNcJ7GvtX89xAzzO1BpN04VX > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #CmfTpKQRtlx1qUJ6roT89F0yl8FiT9al { width:6.6875rem;height:1.875rem;top:21rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5ONG8iyARzXdrdQJrnmWT9mZAy6xP0 { display:block; }
 }@media only screen and (max-width: 763px) { #tlFx2w3bCdp7vLW2o0WCGSmvfRecpUbB { top:18.875rem;left:36.875rem;width:8.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7WDa54ftmkxZWanRHD2BGQTHPrwyq2f { top:1.875rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwyJilkUT9OwKEEt4Cin1tkcF3imTAuA { top:7.9375rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoUAmDKuDDx7R4QdambZoZpf6FsZVInE { top:9.6875rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAWFou6G0XpsiqewHc3BWMDTa8orRIR { top:11.3125rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #toq3mXTzkZpdanFxprFISPATJ1u3e9Lt { top:13rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEWUMkTiuNkr3kG7vlpTxVDcxsM0EC3m { top:14.8125rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5HSgVzmPblMmi0g8vFOmIkkDvSB9GmN { top:16.5625rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdChXVGIH8WrT0Tz04921LZ1Eplil99y { top:19.875rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB50TCN5f54rNBNswETESNaX90yO82Je { top:18.1875rem;left:18.8125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCdB1iuEOuSLb5ieqymfpTCeV7ArbmWn { top:6.25rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3dyHT1a65v5dvGIsSLXlOebzKIHGkss { top:4.5625rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Siyr2kkACNdUv1IFEpldha32McqHgcM1 { top:2.875rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWQyQPn9spFiT7eFFv11cUaGDMtghr4N { top:6.25rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTxdfxX4aHq0iRuRyaSKkdTgMgcJKWwL { top:4.5625rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SocVX72CwKDNVlFhMl7tNkowR4OvbqwW { top:2.875rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxBB5kTw9RrwWHzuZngoLSLcreaxOobw { top:6.25rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7BhTiCMsdwUIcDsMah0xAyrLk8ilAEq { top:4.5625rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #r003hBVAe05XV0GN530AS8SAsZvdVmzL { top:2.875rem;left:18.8125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2q6lSAtyD549M22E0hkSkai5ze7dNqh { top:8.5rem;left:34.625rem;width:13.125rem;height:18.84972874776rem;display:none; }
 }@media only screen and (max-width: 763px) { #wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 { display:block; }#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld { display:block; }#Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vodGm6fshGOKifyb60mBV3eSzu9Tg7Ov { top:0.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3zL1CZkafEgqI0ZFK49LnfgrCwTG3NR { top:3.25rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idGWsnBczlVSLMzbJNp5gbIL8ZK90RnM { top:16.6875rem;left:0rem;width:20rem;height:3rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlQlvOAJnhsDJXpq4Rxp1DAXBZqn6A88 { top:4.5625rem;left:23.875rem;width:19.125rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrrZBss32ZdM6dPo6turR3lcVMhr7PZt { top:2.3125rem;left:0rem;width:21.125rem;height:19.624611682944rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtNqH4hMXRJcBagqHlTEvdDzppzLTCpQ { top:5.625rem;left:18.6875rem;width:15.1875rem;height:13.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiDXTxQpgCgXuqcR7KKOCF01n1k9E6lT { top:14.875rem;left:17.3125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvTdPuCIM2NOws2e6aKuUtrvTchef5Hn { top:12.5rem;left:17.3125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCb7ettOLhh7Wq61tVcaxnTIIdlTiZgM { top:10.125rem;left:17.3125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5IsLOJEmRuPkz41sgE54L31p1EdnS1P { top:7.5625rem;left:17.3125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vw1z4gNlIdC9TTsJKiomuOdTletBwPws { top:5.1875rem;left:17.3125rem;width:1.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v90sTsZLJ4hEizdyQo2evCxwKVzDl1RF { width:7.8125rem;height:2.5rem;top:22.375rem;left:39.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jfy38s6wIRhoSg9NVylQZcQ03H3lSk7y { display:block; }
 }@media only screen and (max-width: 763px) { #f1nxPNgPOET8gtBFAeVUMTUoBw4Hbwfe { top:22.4375rem;left:39.5rem;width:2.375rem;height:2.375rem;display:none; }
#f1nxPNgPOET8gtBFAeVUMTUoBw4Hbwfe > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #zPVgpAJRUxoKTz1mTRBNWXhxXV3WWPsl { top:20.6875rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UD5LR2W0nvlQHNtvg1k4LT9rJe6iSuhT { top:0.625rem;left:0rem;width:17.3125rem;height:1.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #APgDTRAWP283C7zfRZUvhKBm465yfn0k { top:8.5rem;left:34.625rem;width:13.125rem;height:21.778846153846rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 { display:block; }#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhCzmpitKzrkH1x7UcKboQBMHe6Utw6w { top:5.1875rem;left:17.3125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pekP0bset3qIiZHaZCUvCruDKLC3P9bt { top:5.625rem;left:18.6875rem;width:15.1875rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMgwRHfydxVAk7melyR1SKBd6Hn29W7C { top:7.5625rem;left:17.3125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXa8d2ihdhgA0ZmOsV9cTyce0r9cWXn4 { top:22.4375rem;left:39.5rem;width:2.375rem;height:2.375rem;display:block; }
#rXa8d2ihdhgA0ZmOsV9cTyce0r9cWXn4 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #dVcNf7BTRzpyZHR6BdeQTQnzaC6L8IFc { width:7.8125rem;height:2.5rem;top:22.375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2s8TyDxL80JTUfPhNbFOqOKz7FvlcNU { display:block; }
 }@media only screen and (max-width: 763px) { #JmLEqwKXcw8PIIJog9I8vm9nd1Wp2gnw { top:3.75rem;left:0rem;width:21.0625rem;height:19.566635501852rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut2bdTrm2D1d8PCmZqXT4TxVwUhR75AP { top:1.4375rem;left:14.5625rem;width:18.4375rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf4gVf6mMoTg8HtuwqymKdugSaZ0oyMN { top:20.6875rem;left:39.3125rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktdXGuTSWiFX2sug7u7zNkDUdisGT0wy { top:8.9375rem;left:28.8125rem;width:18.9375rem;height:37.260146103896rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJgwV9zkgVCWK40rBWqNCl2t7ysABBxR { width:6.6875rem;height:1.875rem;top:22.8125rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6QCt30ASKfo2X76Tx1y8FtVb5TPbzCV { display:block; }
 }@media only screen and (max-width: 763px) { #bnblepi1OK4c4ucLNATqzDqiJElIMvOT { top:12.5rem;left:17.3125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQWZ8BPFMhBbL8ScS0uCelxz8UwrhIC { top:10.125rem;left:17.3125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8UyyPmfI0trHXVGBUAIbAiHTFMAHkaL { top:14.875rem;left:17.3125rem;width:1.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByD3cDOvAi2phrnWhu9aleppSxfzAz9i { top:0.625rem;left:35.0625rem;width:12.6875rem;height:20.963225072936rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvvf7T92eCrunMUJdTUZPZERZvfQpV9U { display:block; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxx4S3xbmLAU32Eo02H8BLwd8w2CbPtu { width:28.9375rem;height:2.5625rem;top:2.4375rem;left:18.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJlSRWTeHMvRkJ0kREfggnwLkLrsB1BD { width:16.4375rem;height:5.625rem;top:0.3125rem;left:2.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgRAbT6vvrcUs6pkZl9VSV23NQRgx9On { top:0.1875rem;left:8.3125rem;width:39.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8C2qq2yFo0fwZUDrZ3rZy4hSLCPKnJI { width:8.875rem;height:2.2952624732491rem;top:6.3125rem;left:20.561201095581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBXgAMbKNJxOEfKe1Fe5EgiREdFUyneA { width:47.75rem;height:8.125rem;top:0.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 { display:block; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTHB3lU6yDSrVSmPhweo19aQltcMeGn9 { top:3.25rem;left:0rem;width:47.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn { display:block; }#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fH7raQT7AtCpIaSaQQAwaXs2KsfxTDXN { width:12.5625rem;height:18.346497720263rem;top:2.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaCxnmR0RMm4Xzo7gWsbRmVbhVyORbTr { width:12.8125rem;height:18.659886402253rem;top:2.3125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyAig24DdZIaT64PgA78szKMnzwI9hSo { width:12.8125rem;height:18.624125rem;top:2.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVBIcuCUJ78Jy8FkiJlOEIBECAadfveH { width:15.1875rem;height:1.6875rem;top:21.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAdwE4VdaBrq2duN3HFl1cOzEOD1gzH3 { width:15.9375rem;height:1.6875rem;top:21.375rem;left:15.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqEyhCEfngEaIQWJH3mutE8Tv7HD90L { width:15.9375rem;height:1.6875rem;top:21.375rem;left:31.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWp0OAbCVgecKrkgxoxONStzNtBPHvDK { top:20.125rem;left:3.5625rem;width:7.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6w3HiEkw9zsPbF1yQgH9OT02qhXOp9V { top:20rem;left:22rem;width:7.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9KzpA3KT8lAZWKCAB4haLcaoVwBPBn { top:20rem;left:36.5rem;width:7.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeRvAo2TkzEFgXsGwyVgu1v40l4Z9v4p { top:23.1875rem;left:3.0625rem;width:8.125rem;height:3.7216581418429rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCn3k7Ofs604prnvypEG3ZtxMLv47IUi { top:23.1875rem;left:21.5rem;width:8.125rem;height:3.7216581418429rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdPxdbF1rPAVZeAlZLC7tDSX8nmxAFv9 { top:23.1875rem;left:36rem;width:8.125rem;height:3.7216581418429rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSefktTy6SHVB6e2bnSoIzUr6IqrNm9B { width:19rem;height:36rem;top:6.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDsm6LntOfUApZAyxETnc81qNKsGWrxM { width:19rem;height:36rem;top:6.125rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6sscw0I20zTefKE5zokzC8IUU6mt5Bv { width:19rem;height:36rem;top:6.125rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF { display:block; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFAoq47glHGZCGJ6kK7kNycun1bJxARM { top:16.125rem;left:0rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPHzGwnpd41vIBu5Bb8nld68WqlqayS { top:18rem;left:0rem;width:10.3125rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyUVQRabkqFiH39B71nk2TJr0EDpthsC { top:18rem;left:11.5625rem;width:10rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFwwa5gOb6GBDoLFpx5Gxw9uM0Lv04KF { top:18rem;left:25.6875rem;width:11.4375rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeySXb690UEVRUCU7nac6rdNu1TvTvaT { top:18rem;left:36.5rem;width:11.25rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8BRuCh7XL88BFrvsewwhy6DlvTUWhiQ { top:13.0625rem;left:0rem;width:7.25rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklLKkJlvuLlf9RgXmCNbrB8VWZ9zX0a { top:12.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqWTr9wvBETNekbSfdF7rhGkboC8iuDb { top:11.5625rem;left:0rem;width:11.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBNhKNEqyfaQ7Rfkkdm3I2tDBlNGgf0U { top:11.6875rem;left:10.5625rem;width:11.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSR1bfiZJcJD0A4o5PdyKJN0pQ5FzF2A { top:16.1875rem;left:9.5625rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ey2epyl5GKWtHgvCugZBMcmDNZNSsz { top:11.6875rem;left:25.4375rem;width:11.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oek6lmrQxWrFsoAE34c8InVysnnT1xNz { top:16.1875rem;left:24.4375rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMikMKwBkZF1x6nZNElahKZvPmQukHdg { top:11.6875rem;left:35.8125rem;width:11.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0c2KELpwwKaBlCZdkPf6wHC7Uqa9cN { top:16.1875rem;left:33.875rem;width:13.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G19ul2M2lSbwKTWb5JBsllxR4rLVpE9h { top:12.5rem;left:12.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRSEWvAshHvlatNSiiJuTFcLcUFbsoD8 { top:13rem;left:15.8125rem;width:5.3125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5NLAsQamvZ3qeuJkkXbDzCTQXFRSp8D { top:12.5rem;left:26.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5RzBmaXHg6baw5ZSoMnIaAAUbCsUep { top:13rem;left:29.6875rem;width:7.25rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxntJA9aSXPN4GPUf5didwbM7Q3s4qA5 { top:12.5rem;left:41.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh2W47RrVUg9xMvqDCZ8v5bPhe187ASe { top:13rem;left:40.5rem;width:7.25rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCg3EmghyTURPJr9qTfPXZvBHLEAHp1F { width:8.875rem;height:2.2955353957851rem;top:6.3125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3k18pdSHt2ZK6nC2L5SxbRWspu5dzFn { width:47.75rem;height:8.125rem;top:0.5rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R64RVpAafnSUtybDDb59uMUElGUyDHo6 { display:none; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H7UVZEGb5tcaNDhQPcTF37vKWGmL1EWD { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwv1zq2IH3n09chgttrnkDwd13rIikS { top:9.1875rem;left:0rem;width:13.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfT7StGl1iiH9KJEsGV4DkHrmkQ65TuT { top:11.0625rem;left:0rem;width:10.3125rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZucKGuw8H9DIQT4uHzQ6VpdBJUpLRLcC { top:11.0625rem;left:11.5625rem;width:10rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6d0iOTUfwqJQickmpJlnEqzy49yo7UP { top:11.0625rem;left:25.6875rem;width:11.5rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TDZOHghMtZ3TDbW5HPhTrx4wLcsDTI { top:11.0625rem;left:36.5rem;width:11.25rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC4HBgVOXXdF3uMmXRTp0L0eCvZi3wUR { top:6.125rem;left:0rem;width:7.3125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTZaHNUy5GkxXyLbP3hUOWrJDTB9O3c { top:5.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxgDn4TFK2pD3JSDa3vkMxcEc1vZDPt { top:9.25rem;left:9.5625rem;width:13.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiKVZ3in3LvLyJvVSs3bnJbBMKPNInox { top:9.25rem;left:24.4375rem;width:13.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcN0JoUI4HVLuOSkodbfGTnoTTDQZXOo { top:9.25rem;left:33.8125rem;width:13.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnR2lhrOT9TvqTXLOOBQ6wTcT1kgyI6 { top:5.625rem;left:12.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnTvW9bltpdQnxuZ3cfmc8xWMJ0a0il5 { top:6.0625rem;left:15.8125rem;width:5.375rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZxJq56U8dT5oBQINnWuidwq5uMBa67P { top:5.625rem;left:26.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo9b1nzFqElsJbgFX7Tw0WAohSyyTr9D { top:6.0625rem;left:29.6875rem;width:7.3125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SET3MZatC7Kmo6Aal7vw5gGKT4kTcv60 { top:5.625rem;left:41.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeJ1S5k8GKI0Dcc2LXiyzshdQ3hHqieb { top:6.0625rem;left:40.4375rem;width:7.3125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS0MLCHJ5eEmeCbCEBiLrhmXn2NaFM4G { top:4.6875rem;left:10.5rem;width:12.0625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC0xzQlJD8slf00wNU0kxHKeZWgAWOag { top:4.6875rem;left:0rem;width:12.0625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJx7oLodDasDb1peSINILHMokU18uL5n { top:4.6875rem;left:25.375rem;width:12.0625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4IFsOQyX4cu0JXx1QgPLkTp0gO7iImN { top:4.6875rem;left:35.6875rem;width:12.0625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnGxZL8qoxknWN7UaxlU4fbCeSGV0uOx { top:4.6875rem;left:0rem;width:12.0625rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJmgnc7V1fl2LK9S4QKV9DZ89Ek4MG2l { top:4.6875rem;left:0rem;width:12.0625rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEGnNwrSGOosMe608hVx8ukD9KFORyRe { width:20.3125rem;height:5rem;top:1.3125rem;left:8.6875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyAz6UqyNegSxqcrm84F0Tn65902L63g { width:9.1875rem;height:3.4375rem;top:2.375rem;left:29.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5ubiJTsFEgRlJXWPNsFuimqlGTOvCTs { width:47.75rem;height:8.125rem;top:0.5rem;left:0rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOUCZoZOFloB2FRfRKqrPK5S8T9nr2h2 { width:8.875rem;height:2.2955353957851rem;top:6.3125rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP { display:block; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDTf5IyuTzFO8cXwTg2C4gPHE86rXBhJ { width:10.125rem;height:2.625rem;top:7.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwBXInqqoSSn5Zg8VSy7JWbS9kWslKr { width:18.125rem;height:6.0625rem;top:5.375rem;left:22.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4FfepxuKsrRU400MFeWyo0AKfpr5kuK { width:42.5625rem;height:8.125rem;top:0rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PplZMA97vQ2e4VT1wyTDrKwrny1HRClm { top:14.375rem;left:2rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLgq8qmaGctniPB4ES1tIxnh7V4XKpIg { width:16.9375rem;height:1.5625rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebPEi9vXBy5CvrqZn37TWgRO8Q0FHWRp { width:13.8125rem;height:4.375rem;top:23.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV8oWHFULVaak54CsyxcZNO2fyr4CiVw { top:14.375rem;left:21.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WipXGvU7WKQX4aZqTB0P2349KdH0bIpI { width:11.1875rem;height:2rem;top:20rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehuDhn1eu0TLitmTnExIrwTw3uC4tKud { width:16.375rem;height:4.375rem;top:22.6875rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1FXhTxAVx8KCkIVoLoPkB99OC5gw8w { top:14.375rem;left:40.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTsNN8It1zGdTpSyXu6yF4cCga3a7tD { width:15.375rem;height:2rem;top:20rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1p9yr1FIAD7AzQTd8RhOTw2rU2Z98p { width:14.625rem;height:2.875rem;top:23.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4WlRWvTsZrtIXmv79dASIMMicPnblBg { display:block; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s97Q1MCmOE54uvrOFSgWHMLzsuxr1Vs4 { top:23.0625rem;left:0rem;width:47.75rem;height:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAwibdmhHJhGT0JnTN4waWMMc9L7d10D { top:1.9375rem;left:13.375rem;width:21.625rem;height:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTEPWI6FMQ2DsHIlwErNliPE44nnlgVR { top:2.25rem;left:0rem;width:47.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS { display:block; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #oSP2T9w2sgLTiZqOO4GCWIlOIsZMhxHb {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #UgsLBCReySuXi0KgcsbkwZkqVF4BxpGU {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Z71EOGyVf4ZBV4aOpT2WBiSr5c0vToK4 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #ZlzQEJAICb7s42ekGPpXUCnaHGTccHbz {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #AgDE28GCtXJ9l0wNBxS6BOPg9T9td8q8 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #V94pyRtbyae02mvXUcIJPIxrwPvKOxkX {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #uurW15ufRNLCTM09HRBMCUzOyN5zX6Dz {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #f36UcINCisG0EPWwTHF3igLCnq8gL5SR {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #WKEhd2uBuw5QM6n7mygbKg7S4n3WtEqh {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #VaqtVkArr2qQXuDrFIvaXWLxNVVTsyZW {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #ZTNN2lUunn5Pi0eiIQXqk6ZtU28UX60L {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #l4BGN9z8F34oJQDXFykBB6ru2LRWmg9Z {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #pRmd1wypTyBtbeZ7VEeO6rgwbMVkdUgI {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #ubvHOyMC4KNKt4A5SNI8Mr6HHXJOhheS {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #kAkF9k0TD3VTQOzkvDA2MKDTlH0HcUib {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #KlmAecnnpFaTzDGDPlfJGruH4ygAyZGW {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #hv7kFGcdv3QznimtURw7LqwtMCDQXW83 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #TaqhSINdvphMzyDure6iev8QGovGZh7H {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Bmkpg2QPSW4WOsNkv7thE4kQKTQbTfF0 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Cv4ToWbg0WQSa44vw1mZEKk0vaK6xPWJ {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #aOTUmeGaqCIWd1bIZ4sbEfuK6GR2fueF {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Z5lR9Rirb9GGqQTd9Wsvr3nkxFIwLx4M {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #x8Jx3i7tOtaN5KHdo75cFeJM98S8pA2o {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #i1pHdJcABDt7eTW5Sd6UDBxR2iscJNMR {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #fOiLtGJeyeTNpy8oiEiya52FCmP7Foiq {  }
 }@media only screen and (max-width: 763px) { #hBPslTfD25KPb3PbklAufQLASWKyceUX { display:none; }#hBPslTfD25KPb3PbklAufQLASWKyceUX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BRPGJRKn91HgT1iT55PT7TiQdpe9KIHi { top:10rem;left:13.3125rem;width:5.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQzVdixTGcUCB7a9xbIfLNT6vZV1JgdP { width:18.125rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLf75prtq5dtOv94lGgTqL1KHy1P32dD { width:18.125rem;height:4.1875rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGV2pL7CI0TaRoAui0LgJ7qMa3fk4MW { top:0.9375rem;left:14.875rem;width:18rem;height:4.499192276626rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOFq81G7h9Pr5fk9adITvpDBW8TlsZnB { width:18.125rem;height:1.25rem;top:6.5625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpi26wNiGOXaIGraSoohCcGNnzrr8sie { width:31.25rem;height:1.4375rem;top:1.5625rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoAsTnFtZRJLHeVono1GSNbZ6RLT0T9U { width:16.625rem;height:0.9375rem;top:15.25rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6NLLMkTEUyz1Bs1ToE4cNu60l0wGdmr { top:9.9375rem;left:23.875rem;width:5.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxf5HQIvPpnWbndhS1gs6Zp8hlxghoxl { width:18.125rem;height:4.5rem;top:3.375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVDCEx87sE3pvvW97kwf1sgotGSgMnp { top:10rem;left:37.4375rem;width:10.3125rem;height:3.158203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA { display:block; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCK3qeqzfdSsBcr5VUFoD4WAiFiTEmMK { top:4.875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52388IHUuMT8CflJ7iI1RHQbWoiywXN { top:10.8125rem;left:0rem;width:20.375rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEAzZMzcqxTA3roqXh1FvJ8SCaaSHmkT { top:10.75rem;left:17.5rem;width:2.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oTrcNo9vL7cXsvCmJDd8hTGBSTCz95 { top:10.8125rem;left:20.25rem;width:13.3125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl9QpasFNd193xu0Zq01JJzBWJgQNPSN { top:10.8125rem;left:33.25rem;width:14.5rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3Qg7xnJVqFuGHGfIKueualSXrGEqDT { top:10.75rem;left:33.625rem;width:2.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexRx038XNa0S8kzkUPWRbDxlJPfeVBT { width:12.9375rem;height:3.75rem;top:15.9375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktTV4CuA2A9cR0VtFtAg2t5XMwbHU3N { display:block; }
 }@media only screen and (max-width: 763px) { #MGmlbaLU27VbehwtcegfHfTTRtSaRTfG { width:33.5rem;height:2.8125rem;top:1.75rem;left:7.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3txSOumnDopRvehoGdvni9suiaX5uG7 { top:16.3125rem;left:0rem;width:12.9375rem;height:3.4998915115077rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHIW3oNdxAq4W8I8WsfSekXPDxiJwMJU { top:16.0625rem;left:36.375rem;width:11.1875rem;height:3.500069105339rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q { background-color:#ffffff;background-image:none;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; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container { background-color: transparent; background-image: none; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container > .video-iframe-container { display: none; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row > .video-iframe-container { display: none; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .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); }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container { border-width: 0; border-radius: 0; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b63rgVV9t7dyRlaIU6JgZCAoP5Kkpo8q > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { width:11.8125rem;height:3rem;top:0.81232243776319rem;left:3.686967253685rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2RvPCfhlTwVpUTRpSG6Jit2bXKcJDHS { width:12.5rem;height:0;top:5.9366147510529rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { background-color:rgba(42,54,126,0.2);background-image:url("https://images.assets-landingi.com/uc/85a45071-b891-4df1-9261-e03644165ce7/Untitleddesign.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.adaptive-delivery-prevent-bg, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyload, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyloading { background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { border-width: 0; border-radius: 0; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { width:11.310375rem;height:0;top:4.0553970336914rem;left:1.6859019994736rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #GfQUHJVZA2ElW9ltRHGkogUZUErBwRWs { width:4.25rem;height:0;top:15.875rem;left:4.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qa1s62zsmDGX9ycgHU2ANz9ePMZO6m87 { width:4.875rem;height:0;top:26.1875rem;left:4.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CUQiBlIq9erKa1Fh3tSBBgsISehSJct5 { width:6.25rem;height:0;top:17.6875rem;left:10rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m4gUG4R3if02imHMy27RnvegSXTwgoXU { width:5.875rem;height:0;top:15.875rem;left:10.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { width:18.9375rem;height:22.125rem;top:20.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { width:14.875rem;height:0;top:21.0625rem;left:2.5625rem;font-size:1.125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox { width:0.75rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:16.75rem;height:auto;top:23.6875rem;left:0.375rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:16.75rem;height:auto;top:23.6875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { width:18.75rem;height:5.6875rem;top:31.75rem;left:0.625rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { width:12rem;height:0;top:32.375rem;left:6.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { width:12.25rem;height:0;top:33.875rem;left:6.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { width:11rem;height:0;top:39.1875rem;left:6.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAtyyIg5b48svLpkFHNrixWIbET94sOG { width:12.625rem;height:0;top:40.625rem;left:6.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { width:11.5625rem;height:0;top:45.9375rem;left:6.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { width:12.4375rem;height:0;top:47.375rem;left:6.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8ypXohiEwOevC8NA3EFITDnBU9QvXvF { display:flex;width:3.125rem;height:3.125rem;top:29.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #CWWTwbe8kEOwH4ipmMf3K7ERBXQg9QTf { display:flex;width:3.125rem;height:3.125rem;top:29.6875rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #hStKA2uCIWwBTdtqnmMOwTZV2X5U31NW { display:flex;width:3.125rem;height:3.125rem;top:29.3125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #JIUf3JKzXHd2qT7hGeKt0RZL47B7NVx3 { width:7.1245625rem;height:12.561875rem;top:15.687935113907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlO7l5oiMMtDtVQqZqpIAtakUXn3JuP { width:14.4375rem;height:0;top:7.7592325210569rem;left:1.2180396318436rem;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #XbbME5nk8kPhDuEmXXKcFgWVbscVOK0T { width:19.75rem;height:5.3125rem;top:53.77571rem;left:0.0625rem;background-color:rgba(255,255,255,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ENTIJ4TTw8TbCzyIHRC8rHz6RkbIgfom { width:19.75rem;height:5.3125rem;top:60.5654825rem;left:0.0625rem;background-color:rgba(255,255,255,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #INhsQhhyx7BXe8bC01SZiT7NHnPwDxLT { width:18.75rem;height:5.6875rem;top:38.6875rem;left:0.625rem;background-color:transparent;background-image:none;z-index:15001;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #f9pWvhoxM71SywKNcMVEK0PBM4TvuliS { width:18.75rem;height:5.6875rem;top:45.5rem;left:0.625rem;background-color:transparent;background-image:none;z-index:15002;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #z7D4BSPzpuHVT2pxMVAFZ2u6QMmRLn0X { width:8.6875rem;height:2.5rem;top:34.9375rem;left:3.4375rem;font-size:0.9375rem;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.25rem rgba(0,0,0,0.17) ;display:block; }
 }@media only screen and (max-width: 763px) { #nnJn74qCEyNAA9QVJHFiPAkfQL1pvaD6 { display:block; }
 }@media only screen and (max-width: 763px) { #OIMAslHUpO8q4ira8Hu2zFbO5ez1HADV { display:flex;width:2.43696875rem;height:2.43696875rem;top:34.9375rem;left:0.75rem;z-index:15010;filter: drop-shadow(0.5rem 0.5rem 1.25rem rgba(0,0,0,0.5)); }
#OIMAslHUpO8q4ira8Hu2zFbO5ez1HADV > img { max-width: 100%;max-height:100%; width:2.43696875rem; height:2.43696875rem; } }@media only screen and (max-width: 763px) { #ROT9uN6KvqvxlBov0dStPM58nd5xOPIZ { width:14.124375rem;height:9rem;top:5.9364149570465rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ioUe5vnOWy6ZOnZsZDiXMVVADWaZ7bWz { width:13.2498125rem;height:1.03125rem;top:4.7864587306976rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #p222FtIzJNVoZLOrv7eBerlVTNUn777C { width:12.625rem;height:auto;top:18.4375rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #UgyLOyATQqac7AV1VoGMTXKV9BTiyEBz { top:32.6875rem;left:0.75rem;width:3.125rem;height:1.13769375rem;z-index:15025;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCbEoNGcoDLxdUsCMi6sB4qaWtTKltdD { top:32.6875rem;left:4.625rem;width:3.125rem;height:1.13769375rem;z-index:15026;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElGIzt2GDtB969hcVtqQLeGeeo5k1PZw { top:32.6875rem;left:8.125rem;width:3.125rem;height:1.13769375rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDwov1krdhDXZirhVXh4Eh3KEH98J04 { display:none; }#pgDwov1krdhDXZirhVXh4Eh3KEH98J04 > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uec2I52liaDOTlAcbS2Fggaz3SUIPIJq { width:20rem;height:9.592rem;top:3.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZiLOICBrT3iXCdRDKgV01VZV8FwH2Lv { width:20rem;height:17.1244375rem;top:13.999465942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2yreK7Ze1p5TTo11km2w438R1ilsDeo { width:16.8125rem;height:1.7871125rem;top:1rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ec474c;display:block; }
 }@media only screen and (max-width: 763px) { #kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD { display:none; }#kCmXukHtLDtrRK1FZeaQVeCraT5Hz0wD > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GfmmzSPllTcrk0aDaCIgsG7vGxF9fOb3 { width:16.624375rem;height:3.57421875rem;top:0.478515625rem;left:1.6872830986977rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Pg4lmpRkBi3BQyqnKPUB0uDGVoRXly3n { width:20rem;height:0;top:14.1552734375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J4wVQ3PoznEydN7GrQDUoLwnbSTEOqrR { width:20rem;height:13.189rem;top:4.6100234985351rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55dafb95-9717-4299-bee4-362045092fc4/CopyofGlutathioneIV8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V.adaptive-delivery-prevent-bg, #Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V.lazyload, #Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V.lazyloading { background-image: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container { background-color: transparent; background-image: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container > .video-iframe-container { display: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row > .video-iframe-container { display: none; }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .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); }#Ws7IIIVD4pSxnWe7TdJ7HUvn96s8049V > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9bifKbzRJWMS1MnfNl03crisdezHZTX { width:17.3125rem;height:6.1875rem;top:0.75rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:3.4375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #p4y3V89W2b019as3JnaTB7EOwavInpr4 { width:8.625rem;height:2.25rem;top:7.1103515625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzncu86VKgQ6vy2i7oWf0HLfwgEs0b0w { width:13.4375rem;height:1.625rem;top:22.875rem;left:5.75rem;text-align:left;text-align-last:left;color:#424242;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGi0BNCTriUliFSS1CLDH8AoWUkZMgo { width:11.75rem;height:4.875rem;top:24.75rem;left:5.75rem;text-align:left;text-align-last:left;color:#6d6d6d;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeDOKkh7KHbqciWrn5BVg0RgghWlIrbX { width:13.875rem;height:6.09375rem;top:34.790366172791rem;left:5.6868494153022rem;text-align:left;text-align-last:left;color:#6d6d6d;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0RZ04TpW0tl3Ci8oy4VBmb9DU3Fmt { width:10.7498125rem;height:3.25rem;top:31.281252861023rem;left:5.6868494153022rem;text-align:left;text-align-last:left;color:#424242;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd3Elt37FDLMXVPqHBgl2ByEia2KZi9F { width:4.6875rem;height:4.6875rem;top:60.182079315186rem;left:0.90494793653488rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orz0D4Lt2gNomxh8vy0v3LofqFNsAG6a { width:12.9375rem;height:1.625rem;top:42.1875rem;left:5.6875rem;text-align:left;text-align-last:left;color:#424242;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD0XLIQAnRuDprQTfEAmxlnnkSkLvoxN { width:12.3125rem;height:4.875rem;top:44rem;left:5.6875rem;text-align:left;text-align-last:left;color:#6d6d6d;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ZwmTLSfX378PD0i4V1Br6Jk3zlH4GH { width:4.875rem;height:4.875rem;top:49.866539001465rem;left:0.81163197755812rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpRzkBdGl0cJgKfCOWHniVXQTW61sEZk { width:18.375rem;height:9.75rem;top:11.1875rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD0hWD19ic1yQ2AsgqJUDTSBAwvgoFBI { width:13.125rem;height:4.875rem;top:53.999568939209rem;left:5.6868494153022rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#6d6d6d;display:block; }
 }@media only screen and (max-width: 763px) { #frZFScT5QiPHLAkMtUIx1xv26LbPQAfx { width:11.4375rem;height:3.25rem;top:50.375rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #HZDdLm5WmRKtVgbUekbZbEcsTwlMBcAa { width:13rem;height:1.625rem;top:71rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #gmwz8nQ1RdnZQ7oEVgMpQIvFbG1ccZsn { width:13.0625rem;height:4.875rem;top:64.436851501462rem;left:5.7497833371163rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#6d6d6d;display:block; }
 }@media only screen and (max-width: 763px) { #uxeWKTpSk01mXEeKJaHBRJmNHq8n3fve { width:11.436625rem;height:3.25rem;top:60.749568939209rem;left:5.6868494153022rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #yZqufSq6rF2XLf8rAXAvWFg7BoX3cLoH { display:flex;width:3.93663125rem;height:3.93663125rem;top:71.0000038147rem;left:1.3433161377907rem; }
 }@media only screen and (max-width: 763px) { #h64KCWCSLiNrpKV4aFnkJ4h84CwpnUFv { display:flex;width:3.87478125rem;height:3.87478125rem;top:42.187500953674rem;left:1.2183161377907rem; }
 }@media only screen and (max-width: 763px) { #bHb4TVwOpyZ9V5CR6u5xaWD0igXkWPRi { display:flex;width:4.0625rem;height:4.0625rem;top:31.125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #pFc0D7bwR1rMTaSoQch1yLV5LF8ZVt00 { display:flex;width:3.81185rem;height:3.81185rem;top:22.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #UNWvn3RIqxAgTkZBvBhy47so8qVkhMiP { width:11.4375rem;height:6.09375rem;top:72.8125rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#6d6d6d;display:block; }
 }@media only screen and (max-width: 763px) { #P214CTJrsTObgqER2x4Tm9tcZdfdO4ht { width:6.4375rem;height:6.4375rem;top:100.21484375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKp4WTPpszI6fM9JCfdw0223nkzt5T0B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B.adaptive-delivery-prevent-bg, #GKp4WTPpszI6fM9JCfdw0223nkzt5T0B.lazyload, #GKp4WTPpszI6fM9JCfdw0223nkzt5T0B.lazyloading { background-image: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container { background-color: transparent; background-image: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container > .video-iframe-container { display: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row > .video-iframe-container { display: none; }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .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); }#GKp4WTPpszI6fM9JCfdw0223nkzt5T0B > .row .container { width:20rem;height:133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCdclGzBTCZZKUmlEBM0GpE1RA37wIOT { width:19.75rem;height:55.625rem;top:76.130126953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfCg8dKZFVUzpd0vidoSGIMe2r5Cad30 { width:13.875rem;height:3.4375rem;top:125.44287109375rem;left:3.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDEcDbf4y9yAJ4nVP8oIpmp359Evpp4W { display:block; }
 }@media only screen and (max-width: 763px) { #rHcNnDCRpcbCN1GNduNbUrTAxn3lgBq5 { width:19.6875rem;height:19.6875rem;top:76.31689453125rem;left:0.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb4unGgxD9kmscDI3dppwPaeKPn00T56 { width:19.6875rem;height:36.25rem;top:95.19140625rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPnJ9JfQhQuyzPXQgEb4dTChCKHXbv3b { width:19.75rem;height:51.875rem;top:22.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7bWexlJeTarLCNZqiOvp7DCRS87HCp8 { width:13.8748125rem;height:3.4375rem;top:69.623779296875rem;left:3.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tT7aGLu4bnrTNWlSPp1mITd8DtxJ0e { display:block; }
 }@media only screen and (max-width: 763px) { #OasLnlMhm9TVBUE0g6qLDmxz50RfT5oJ { width:19.625rem;height:33.75rem;top:40.124267578125rem;left:0.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO3y7TWHMvTOgNkzwTpURrSzM0iR0LMT { width:13.9995625rem;height:2.03125rem;top:67.223876953125rem;left:2.998046875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv50hHMuGzMShOa35UT7odInoNuslTex { width:19.6875rem;height:18.311625rem;top:22.560791015625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctbwRDSP0otLR92Ff5VET7md2npJlalh { width:17.9375rem;height:19.9970625rem;top:46.529296875rem;left:1.15478515625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#ctbwRDSP0otLR92Ff5VET7md2npJlalh li:before{  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL { display:flex;height:auto;width:15.999375rem;top:98.658861160281rem;left:3.9995663762093rem;display:none; }
#AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #haAUR5PJb7oAvy278707RO5hBkoep42f {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
 }@media only screen and (max-width: 763px) { #AsJKKkZOtwpF76ZwvPtqi7as9KfaR3oL #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
 }@media only screen and (max-width: 763px) { #OSNSGpei9sToacnxIVy3hTq9p6RZb2L9 { width:18.4375rem;height:18.69725rem;top:102.52783203125rem;left:0.843505859375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#OSNSGpei9sToacnxIVy3hTq9p6RZb2L9 li:before{  }
 }@media only screen and (max-width: 763px) { #yz2u5d083TeCKc8w1Qa1KuLNpAdTZXSP { width:14rem;height:2.03125rem;top:122.69262695312rem;left:2.998046875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feuIANzBPhP1WPvCGeLCDacqfRZVJxTO { width:20rem;height:5.5rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Z0LTkRKl4g9hT2qAu3ocEBnwMVIVBc4L { width:8.9375rem;height:2.3125rem;top:6.4370574951175rem;left:5.5305994153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmuAFeZP6xQ7OrNTPFTucS0OzVqF9GV2 { width:20rem;height:6.09375rem;top:9.7862415313719rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 { display:flex;height:auto;width:15.9375rem;top:41.935791015625rem;left:2.03125rem; }
#rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #t9mLONKoCqVWT252dFBi6Uf4E92QQXs2 {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #XznhettbCyCv0uzVJ25F4Mu7XnEIeuPB {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #VzFkLeK6KRiKtKv2ZgLrJM3KoD3mdUno {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #T1D7RqQTFuHeENcr5ZDAuMFNX09gKIlq {  }
 }@media only screen and (max-width: 763px) { #rDZ5gW0e5mTs4tr5yU1BBt2K4GaXPvq3 #b0lJCaDdeHuMAWubAEUZtFwKwKGKrO33 {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-desc-text { font-size:0.9375rem;height:auto; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt { display:flex;height:auto;width:16.5625rem;top:96.989501953125rem;left:1.71875rem; }
#V1evlPsySoJI2plTDGig1OHeE2liGGdt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #y9eTS8IIx0Qlv3J4OxiDRzTwze4nInPp {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #Uwi17TVl6HrahbfQer3mQkqpTNMwl7Tz {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #AEuGov8waPOSfppBCJe4Ni30wm9kCQoQ {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #nTN1KMFIyGqwE0OU5yXWhvTZ5N8T9WCi {  }
 }@media only screen and (max-width: 763px) { #V1evlPsySoJI2plTDGig1OHeE2liGGdt #X6iM3NpMWG4avuc9JapZDNmu0kZ6BDnp {  }
 }@media only screen and (max-width: 763px) { #qqFeep7Dag3qbNc88HeEhG90JhSiezsx { width:6.62475rem;height:0;top:17.5625rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVp2qJJeOvBGkrdnCVoDRvDPCoVu0edx { width:12.5rem;height:2.625rem;top:17.25rem;left:3.625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #ncDRL5Ce8CEBkBuIHsPRl59cLfI7U1CD { width:5.6875rem;height:2.125rem;top:17.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgFMZ2V9q0RUPWXbdTTtDgrJtRJn5z1S { width:4.4375rem;height:0;top:17.75rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgkizagZIlBBwGTizW8Bb4ESH01oAk6q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q.adaptive-delivery-prevent-bg, #sgkizagZIlBBwGTizW8Bb4ESH01oAk6q.lazyload, #sgkizagZIlBBwGTizW8Bb4ESH01oAk6q.lazyloading { background-image: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container { background-color: transparent; background-image: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container > .video-iframe-container { display: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row > .video-iframe-container { display: none; }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .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); }#sgkizagZIlBBwGTizW8Bb4ESH01oAk6q > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBlR8yXaRkKLm8O8E3tyqrcWvKQoTgVU { width:19.75rem;height:53.3125rem;top:57.687288284302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAo5vDP30oJrX6ZpIGW8aUTCkfwrT1wu { width:13.8748125rem;height:3.4375rem;top:105.31858062744rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiKrea10yE9QWAvMHPT4bVJF1tOkUodw { display:block; }
 }@media only screen and (max-width: 763px) { #bdP069QfD8cZBTODLsDaE7WTHZIQwahG { width:19.6875rem;height:18.499375rem;top:57.873920440674rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUv68L83fOeuQP0xKd9ngVVweDceG9xP { width:19.6875rem;height:35.4375rem;top:74.937507629394rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAzupQzHfnSmKuwHPTQGQz40IQbMHToh { width:19.75rem;height:54.8125rem;top:0.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPZNsuisHtu4TLZn11Miz2cz8aHm6hh { width:13.8748125rem;height:3.4375rem;top:50.811635971069rem;left:3.0620661377907rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(66,66,66,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #UHsTzLZcQ1PCT8NTeRzHTUJXR18D6zba { display:block; }
 }@media only screen and (max-width: 763px) { #p0nifxvNEbaPfNRxXJZuQbqDz7mLLnTR { width:19.5rem;height:37.25rem;top:17.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkJSDpkEzcSwn9VKd1spfsNxrG24pR6 { width:13.9995625rem;height:2.03125rem;top:48.183595657349rem;left:3.0002172589302rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmhZeSmvCVwZH0h8e3JCiIPBoW64govA { width:19.5625rem;height:18.3125rem;top:0.9989013671875rem;left:0.31206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwcbBUANOQan2IeXB6NcJfcS90NeS2we { width:17.6875rem;height:19.9970625rem;top:26.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#IwcbBUANOQan2IeXB6NcJfcS90NeS2we li:before{  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-desc-text { font-size:0.875rem;height:auto; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp { display:flex;height:auto;width:18.6843125rem;top:77.310768127444rem;left:0.65538197755812rem; }
#SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #haAUR5PJb7oAvy278707RO5hBkoep42f {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
 }@media only screen and (max-width: 763px) { #SmhPMG27aDB7VwcZgUoHlBbTSRDufyCp #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
 }@media only screen and (max-width: 763px) { #Tmb48f1wgydvvzJlMbCeVrBaU97eg6Lg { width:18.311625rem;height:18.69725rem;top:81.936420440675rem;left:0.84309905767444rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Tmb48f1wgydvvzJlMbCeVrBaU97eg6Lg li:before{  }
 }@media only screen and (max-width: 763px) { #TkfB1XqsT5GAaGp5XCMLndRhiHi4gOQM { width:13.9995625rem;height:2.03125rem;top:102.68619537354rem;left:2.9991322159767rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-desc-text { font-size:0.875rem;height:auto; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M { display:flex;height:auto;width:17.1875rem;top:19.748265266419rem;left:1.4746094346046rem; }
#l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #zHX1VdGVGdEFDsSPPN9CRrB5LRBbbLHz {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #VDyGnQd9EtxUV9OEmkEZ1vwsGtAR21Ob {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #uAgZ4iZC6ngyx6XtXIJyrRldlWrMxf0V {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #NnWHbi5UCSnoNEs352EvZzWIOWScUwLi {  }
 }@media only screen and (max-width: 763px) { #l4GOvR3D4tSyzCaWJIwwT2NWBliyDH9M #bT87POBzRihu31OyEfebQ2MVZoZq1wlT {  }
 }@media only screen and (max-width: 763px) { #ec7fHzlvNSGtJizDsdcT64MS3teCvORT { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #009999, #2a367e);background-image: -moz-linear-gradient(360deg, #009999, #2a367e);background-image: -ms-linear-gradient(360deg, #009999, #2a367e);background-image: -o-linear-gradient(360deg, #009999, #2a367e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#2a367e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#2a367e' );";background-image: linear-gradient(360deg, #009999, #2a367e);background-size:auto !important;display:none; }#ec7fHzlvNSGtJizDsdcT64MS3teCvORT > .row .container { width:20rem;height:83.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xAc7Kpc0vBeK4dByqHELGGdBmynbmVUZ { width:20rem;height:0;top:0.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZV2g4zQ2f7F2ViIp5AEpIcpXHN0RyaEA { width:20rem;height:0;top:1.1318359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qVvDPp92xWyMTfWnSD7v4o4APSVoFCPN { width:16.311875rem;height:3.02300625rem;top:1.3075103759766rem;left:1.8435330986977rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15002;line-height:1.1;color:#f6de0c;display:block; }
 }@media only screen and (max-width: 763px) { #S99v0H2AIXNtvASp08GGW1NWmWXpJ5rw { width:18.3744375rem;height:8.394125rem;top:5.3116159439087rem;left:0.81143462657931rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:14998;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qKP5aXJa8AR1GQJOrFdiT6r1e0e4RhDo { width:13.9364375rem;height:20rem;top:35.936611175537rem;left:3.0308948755264rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVCwbssBDifXqN5nHMWJgDMzP97lupJs { width:20rem;height:20rem;top:15.67116355896rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gVsmzZMcfC8D0ZvKZVTL4BbBzPQ1mRFW { display:flex;width:1.31185rem;height:2.06163125rem;top:37.1875rem;left:0.6875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #eHD81Kq0shyxzZw3Nesg6ZTgXK1LbrtA { width:17.1245625rem;height:15.19425rem;top:37.5rem;left:2.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.7;z-index:15012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iR9LsLpZ3LEbZayw8emnmLUJ7IS8MXcq { display:flex;width:1.31185rem;height:2.06163125rem;top:38.5625rem;left:0.6875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #iL2NNSd9qQSSU930Wp80ooJtiOGfAF9I { display:flex;width:1.31185rem;height:2.06163125rem;top:39.9375rem;left:0.6875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #ZREV6uzBGlXl2HvxKWeOv2O6A4OOwRev { display:flex;width:1.31185rem;height:2.06163125rem;top:41.3125rem;left:0.6875rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #OX9rwr0qIwsTRqEHbwpMs9Gu4QODVLfu { display:flex;width:1.31185rem;height:2.06163125rem;top:42.8125rem;left:0.6875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #yTcoNJWV8Q1vToyTbWva8gQu3wK0CHSh { display:flex;width:1.31185rem;height:2.06163125rem;top:44.125rem;left:0.6875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #Ow3t5tLksQOTel7K2Sk77OTmzsOBob09 { display:flex;width:1.31185rem;height:2.06163125rem;top:45.4375rem;left:0.6875rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #VvyneBsdhnTk8xTFeovHkdEVvFtlME1b { display:flex;width:1.31185rem;height:2.06163125rem;top:45.4375rem;left:0.6875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #d2BCwHpTbqFJx1SayxMTKx307o9byQ94 { display:flex;width:1.31185rem;height:2.06163125rem;top:46.875rem;left:0.6875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #bt2ObkbnRmDJ7K94UoqGD5PFnOxcUaiI { display:flex;width:1.31185rem;height:2.06163125rem;top:48.3125rem;left:0.6875rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #PB0uUEDwx5gAToDefp6Doo9xH44qtcBW { display:flex;width:1.31185rem;height:2.06163125rem;top:49.6875rem;left:0.6875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #Lg8tVloZfVx9gHM79TW0CkrtsEqKS89K { display:flex;width:1.31185rem;height:2.06163125rem;top:51.0625rem;left:0.6875rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #PtRwCtxFBmOuG5xZdTHUbFV1tbss0Q1q { width:16.372625rem;height:23.686rem;top:54.435771942139rem;left:1.3509114384651rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lzy3TUOaVeFT8JEv6tsXRIK0a4n7zMIg { display:flex;width:2.43706875rem;height:2.43706875rem;top:79.8125rem;left:4.375rem;z-index:15010; }
#lzy3TUOaVeFT8JEv6tsXRIK0a4n7zMIg > img { max-width: 100%;max-height:100%; width:2.43706875rem; height:2.43706875rem; } }@media only screen and (max-width: 763px) { #u4ZpoFkLvacpnluUSdFs5qKdxsMWLDgk { width:7.79861125rem;height:2.48611125rem;top:79.8125rem;left:6.9375rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FxIlVTdtSB3DwifTFPxyRKVcsZLku9Ps { display:block; }
 }@media only screen and (max-width: 763px) { #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { border-top:0.125rem solid rgba(66,66,66,0.4);border-left:0.125rem solid rgba(66,66,66,0.4);border-right:0.125rem solid rgba(66,66,66,0.4);border-bottom:0.125rem solid rgba(66,66,66,0.4);background-color:#2a367e;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { border-width: 0; border-radius: 0; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uBioTPDoIHJsoU7H0mhGXEUyopqb1aEQ { display:flex;width:1.3125rem;height:2.0625rem;top:0.625rem;left:0.87428975105287rem; }
 }@media only screen and (max-width: 763px) { #B2IXHyUTNrSJdmdD8PU5SXFCrbIKXOP7 { width:17.125rem;height:15.19425rem;top:0.9375rem;left:2.3124998807907rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.7;z-index:14999;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qPVXxxq2szM143KTrPKpE3e5rJisLJhE { display:flex;width:1.3125rem;height:2.0625rem;top:1.9992895126343rem;left:0.81214487552644rem; }
 }@media only screen and (max-width: 763px) { #yxFzTeIsOETESKp673bbHTUyCt4yD6dI { display:flex;width:1.3125rem;height:2.0625rem;top:3.3744668960571rem;left:0.81214487552644rem; }
 }@media only screen and (max-width: 763px) { #o4txfwV9BNcJ7GvtX89xAzzO1BpN04VX { display:flex;width:2.4375rem;height:2.4375rem;top:42.437141418457rem;left:4.811789393425rem; }
#o4txfwV9BNcJ7GvtX89xAzzO1BpN04VX > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #CmfTpKQRtlx1qUJ6roT89F0yl8FiT9al { width:7.8125rem;height:2.5rem;top:42.437141418457rem;left:7.3748220205306rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5ONG8iyARzXdrdQJrnmWT9mZAy6xP0 { display:block; }
 }@media only screen and (max-width: 763px) { #tlFx2w3bCdp7vLW2o0WCGSmvfRecpUbB { width:8.125rem;height:1.462675rem;top:40.124465942382rem;left:6.374289393425rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7WDa54ftmkxZWanRHD2BGQTHPrwyq2f { width:20rem;height:20rem;top:26.245561599731rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #vwyJilkUT9OwKEEt4Cin1tkcF3imTAuA { display:flex;width:1.25rem;height:2rem;top:54.124641418457rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NoUAmDKuDDx7R4QdambZoZpf6FsZVInE { display:flex;width:1.25rem;height:2rem;top:55.812316894531rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWAWFou6G0XpsiqewHc3BWMDTa8orRIR { display:flex;width:1.25rem;height:2rem;top:57.49910736084rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #toq3mXTzkZpdanFxprFISPATJ1u3e9Lt { display:flex;width:1.25rem;height:2rem;top:59.186782836914rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEWUMkTiuNkr3kG7vlpTxVDcxsM0EC3m { display:flex;width:1.25rem;height:2rem;top:60.999641418457rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5HSgVzmPblMmi0g8vFOmIkkDvSB9GmN { display:flex;width:1.25rem;height:2rem;top:62.687316894531rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdChXVGIH8WrT0Tz04921LZ1Eplil99y { display:flex;width:1.25rem;height:2rem;top:66.061782836912rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FB50TCN5f54rNBNswETESNaX90yO82Je { display:flex;width:1.25rem;height:2rem;top:64.374107360837rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCdB1iuEOuSLb5ieqymfpTCeV7ArbmWn { display:flex;width:1.3125rem;height:2.0625rem;top:7.56214427948rem;left:0.81214487552644rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #T3dyHT1a65v5dvGIsSLXlOebzKIHGkss { display:flex;width:1.3125rem;height:2.0625rem;top:6.2499990463257rem;left:0.81214487552644rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Siyr2kkACNdUv1IFEpldha32McqHgcM1 { display:flex;width:1.3125rem;height:2.0625rem;top:4.74964427948rem;left:0.81214487552644rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #AWQyQPn9spFiT7eFFv11cUaGDMtghr4N { display:flex;width:1.3125rem;height:2.0625rem;top:11.749821662903rem;left:0.81214487552644rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #pTxdfxX4aHq0iRuRyaSKkdTgMgcJKWwL { display:flex;width:1.31214375rem;height:2.062325rem;top:14.499288797379rem;left:0.81214487552644rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #SocVX72CwKDNVlFhMl7tNkowR4OvbqwW { display:flex;width:1.3125rem;height:2.0625rem;top:8.8742890357969rem;left:0.81214487552644rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #oxBB5kTw9RrwWHzuZngoLSLcreaxOobw { display:flex;width:1.31214375rem;height:2.062325rem;top:13.124999284744rem;left:0.81214487552644rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #p7BhTiCMsdwUIcDsMah0xAyrLk8ilAEq { display:flex;width:1.3125rem;height:2.0625rem;top:10.312499046326rem;left:0.81214487552644rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #r003hBVAe05XV0GN530AS8SAsZvdVmzL { display:flex;width:1.3125rem;height:2.0625rem;top:8.8742890357969rem;left:0.81214487552644rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #v2q6lSAtyD549M22E0hkSkai5ze7dNqh { width:16.3743125rem;height:23.6860625rem;top:17.183944702149rem;left:1.811967253685rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 { display:none; }#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 { border-width: 0; border-radius: 0; }#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wN0db3xMWELCXlp3toh89Vy0tmBbnvQ8 > .row .container { width:20rem;height:0.625rem;background-color:#ffffff;background-image:none;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;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld { background-color:transparent;background-image: -webkit-linear-gradient(165deg, #622b9d, #e63136);background-image: -moz-linear-gradient(165deg, #622b9d, #e63136);background-image: -ms-linear-gradient(165deg, #622b9d, #e63136);background-image: -o-linear-gradient(165deg, #622b9d, #e63136);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#622b9d', endColorstr='#e63136' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#622b9d', endColorstr='#e63136' );";background-image: linear-gradient(165deg, #622b9d, #e63136);background-size:auto !important;display:none; }#Rc2Eyylm6f0VBDdDsxUwOlhSDJ1Zknld > .row .container { width:20rem;height:85.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vodGm6fshGOKifyb60mBV3eSzu9Tg7Ov { width:17.3748125rem;height:0;top:0.99964427948rem;left:1.3112570047379rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s3zL1CZkafEgqI0ZFK49LnfgrCwTG3NR { width:18.6869375rem;height:13.189rem;top:5.8133697509766rem;left:0.65538197755812rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #idGWsnBczlVSLMzbJNp5gbIL8ZK90RnM { width:15.8735625rem;height:0;top:7.1235780715944rem;left:2.0623222589493rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15002;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #tlQlvOAJnhsDJXpq4Rxp1DAXBZqn6A88 { width:18.375rem;height:0;top:4.8125rem;left:0.875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:14998;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #IrrZBss32ZdM6dPo6turR3lcVMhr7PZt { width:20rem;height:18.5625rem;top:20.434692382812rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #rtNqH4hMXRJcBagqHlTEvdDzppzLTCpQ { width:16.25rem;height:14.2990625rem;top:40.499794006347rem;left:2.7495661377907rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #IiDXTxQpgCgXuqcR7KKOCF01n1k9E6lT { display:flex;width:1.25rem;height:1.9992875rem;top:50.687507629394rem;left:1.0622830986977rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #PvTdPuCIM2NOws2e6aKuUtrvTchef5Hn { display:flex;width:1.25rem;height:1.9992875rem;top:48.061645507812rem;left:1.0622830986977rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #vCb7ettOLhh7Wq61tVcaxnTIIdlTiZgM { display:flex;width:1.25rem;height:1.9992875rem;top:45.375007629394rem;left:1.0622830986977rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #d5IsLOJEmRuPkz41sgE54L31p1EdnS1P { display:flex;width:1.31214375rem;height:2.062325rem;top:42.812072753906rem;left:0.99934905767444rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Vw1z4gNlIdC9TTsJKiomuOdTletBwPws { display:flex;width:1.31214375rem;height:2.062325rem;top:40.187294006347rem;left:1.0622830986977rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #v90sTsZLJ4hEizdyQo2evCxwKVzDl1RF { width:7.8125rem;height:2.5rem;top:80.935989379881rem;left:7.4359810948375rem;font-size:0.9375rem;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jfy38s6wIRhoSg9NVylQZcQ03H3lSk7y { display:block; }
 }@media only screen and (max-width: 763px) { #f1nxPNgPOET8gtBFAeVUMTUoBw4Hbwfe { display:flex;width:2.43696875rem;height:2.43696875rem;top:80.998924255369rem;left:4.7493494153022rem;z-index:15011; }
#f1nxPNgPOET8gtBFAeVUMTUoBw4Hbwfe > img { max-width: 100%;max-height:100%; width:2.43696875rem; height:2.43696875rem; } }@media only screen and (max-width: 763px) { #zPVgpAJRUxoKTz1mTRBNWXhxXV3WWPsl { width:7.9989375rem;height:1.462675rem;top:78.748489379881rem;left:5.9993494153022rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UD5LR2W0nvlQHNtvg1k4LT9rJe6iSuhT { width:11.124125rem;height:3.57421875rem;top:1.5577392578125rem;left:4.4368494153022rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #APgDTRAWP283C7zfRZUvhKBm465yfn0k { width:14.249125rem;height:23.624125rem;top:54.798835754394rem;left:2.8743491768837rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 { border-top:0.125rem solid rgba(66,66,66,0.4);border-left:0.125rem solid rgba(66,66,66,0.4);border-right:0.125rem solid rgba(66,66,66,0.4);border-bottom:0.125rem solid rgba(66,66,66,0.4);background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 > .row .container { border-width: 0; border-radius: 0; }#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ckq2pJIQoz0Ecv2TTLNLdwQiP0BTohB9 > .row .container { width:20rem;height:90rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dhCzmpitKzrkH1x7UcKboQBMHe6Utw6w { display:flex;width:1.3125rem;height:2.0625rem;top:20.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #pekP0bset3qIiZHaZCUvCruDKLC3P9bt { width:15.4368125rem;height:14.296875rem;top:19.434480428696rem;left:3.6239346265793rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PMgwRHfydxVAk7melyR1SKBd6Hn29W7C { display:flex;width:1.3125rem;height:2.0625rem;top:23.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #rXa8d2ihdhgA0ZmOsV9cTyce0r9cWXn4 { display:flex;width:2.4375rem;height:2.4375rem;top:52.75rem;left:4.75rem; }
#rXa8d2ihdhgA0ZmOsV9cTyce0r9cWXn4 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #dVcNf7BTRzpyZHR6BdeQTQnzaC6L8IFc { width:7.8125rem;height:2.5rem;top:52.6875rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2s8TyDxL80JTUfPhNbFOqOKz7FvlcNU { display:block; }
 }@media only screen and (max-width: 763px) { #JmLEqwKXcw8PIIJog9I8vm9nd1Wp2gnw { width:14.3119375rem;height:13.3123125rem;top:6.123046875rem;left:2.8426846265793rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ut2bdTrm2D1d8PCmZqXT4TxVwUhR75AP { width:18.49975rem;height:4.0625rem;top:1.373291015625rem;left:0.74951171875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jf4gVf6mMoTg8HtuwqymKdugSaZ0oyMN { width:8rem;height:1.46218125rem;top:50.6875rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktdXGuTSWiFX2sug7u7zNkDUdisGT0wy { width:13.0593125rem;height:26.371625rem;top:27.247869491577rem;left:3.4685724973679rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WJgwV9zkgVCWK40rBWqNCl2t7ysABBxR { width:6.6868125rem;height:1.875rem;top:17.615411758423rem;left:10.522016882896rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6QCt30ASKfo2X76Tx1y8FtVb5TPbzCV { display:block; }
 }@media only screen and (max-width: 763px) { #bnblepi1OK4c4ucLNATqzDqiJElIMvOT { display:flex;width:1.25rem;height:2rem;top:28.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #yGQWZ8BPFMhBbL8ScS0uCelxz8UwrhIC { display:flex;width:1.25rem;height:2rem;top:25.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #u8UyyPmfI0trHXVGBUAIbAiHTFMAHkaL { display:flex;width:1.25rem;height:2rem;top:31.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ByD3cDOvAi2phrnWhu9aleppSxfzAz9i { width:14.8748125rem;height:24.8118125rem;top:54.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvvf7T92eCrunMUJdTUZPZERZvfQpV9U { display:block; }#rvvf7T92eCrunMUJdTUZPZERZvfQpV9U > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxx4S3xbmLAU32Eo02H8BLwd8w2CbPtu { width:15.1873125rem;height:0;top:4.3474788665771rem;left:2.4050070047379rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#424242;display:none; }
 }@media only screen and (max-width: 763px) { #tJlSRWTeHMvRkJ0kREfggnwLkLrsB1BD { width:10.2494375rem;height:0;top:0.93483734130862rem;left:4.8739346265793rem;text-align:left;text-align-last:left;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgRAbT6vvrcUs6pkZl9VSV23NQRgx9On { width:15rem;height:1.37478125rem;top:0.93511962890625rem;left:3.8750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;z-index:15008;color:#424242;display:none; }
 }@media only screen and (max-width: 763px) { #m8C2qq2yFo0fwZUDrZ3rZy4hSLCPKnJI { width:8.8748125rem;height:2.294925rem;top:7.9448795318606rem;left:5.5620663762093rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBXgAMbKNJxOEfKe1Fe5EgiREdFUyneA { width:20rem;height:5.5rem;top:1.675537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 { display:block; }#Lmx5PnU6ogPp1oVsTfDJcGc0LPKxwdo2 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTHB3lU6yDSrVSmPhweo19aQltcMeGn9 { width:20rem;height:33.6870625rem;top:2.3122882843017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn { background-color:#ffffff;background-image:none;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:none; }#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn > .row .container { border-width: 0; border-radius: 0; }#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyTSsuwrkoJKWEW61Au6IEs1lTvF8Rgn > .row .container { width:20rem;height:91.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fH7raQT7AtCpIaSaQQAwaXs2KsfxTDXN { width:12.6245rem;height:18.4375rem;top:2.2016067504883rem;left:3.6870661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaCxnmR0RMm4Xzo7gWsbRmVbhVyORbTr { width:13.0615rem;height:19.0625rem;top:29.327247619629rem;left:3.4689670205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyAig24DdZIaT64PgA78szKMnzwI9hSo { width:12.8125rem;height:18.6230625rem;top:56.013450622559rem;left:3.5937500596046rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GVBIcuCUJ78Jy8FkiJlOEIBECAadfveH { width:15.2485rem;height:1.7875rem;top:21.654731750488rem;left:2.3752170205116rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAdwE4VdaBrq2duN3HFl1cOzEOD1gzH3 { width:15.99825rem;height:1.7875rem;top:48.825950622559rem;left:1.9997830986977rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqEyhCEfngEaIQWJH3mutE8Tv7HD90L { width:15.9375rem;height:1.7875rem;top:75.777992248538rem;left:2.0312500596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWp0OAbCVgecKrkgxoxONStzNtBPHvDK { width:7.1875rem;height:1.21875rem;top:20.513236999512rem;left:6.4062500596044rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6w3HiEkw9zsPbF1yQgH9OT02qhXOp9V { width:7.1875rem;height:1.21875rem;top:47.554252624512rem;left:6.4062500596044rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #df9KzpA3KT8lAZWKCAB4haLcaoVwBPBn { width:7.1875rem;height:1.21875rem;top:74.636497497556rem;left:6.4062500596044rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeRvAo2TkzEFgXsGwyVgu1v40l4Z9v4p { width:8.186875rem;height:3.75rem;top:22.828773498535rem;left:5.9060330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCn3k7Ofs604prnvypEG3ZtxMLv47IUi { width:8.18725rem;height:3.75rem;top:50.327690124512rem;left:5.9038630127907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdPxdbF1rPAVZeAlZLC7tDSX8nmxAFv9 { width:8.18725rem;height:3.75rem;top:77.187507629394rem;left:5.9049482941628rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSefktTy6SHVB6e2bnSoIzUr6IqrNm9B { width:15rem;height:23.6230625rem;top:3.4841537475586rem;left:2.3589411377907rem;z-index:15001;border-top:0.1875rem solid #fbf7cb;border-left:0.1875rem solid #fbf7cb;border-right:0.1875rem solid #fbf7cb;border-bottom:0.1875rem solid #fbf7cb;display:block; }
 }@media only screen and (max-width: 763px) { #IDsm6LntOfUApZAyxETnc81qNKsGWrxM { width:14.9370625rem;height:23.5623125rem;top:30.995002746582rem;left:2.3904080986977rem;z-index:15007;border-top:0.1875rem solid #c8fff7;border-left:0.1875rem solid #c8fff7;border-right:0.1875rem solid #c8fff7;border-bottom:0.1875rem solid #c8fff7;display:block; }
 }@media only screen and (max-width: 763px) { #W6sscw0I20zTefKE5zokzC8IUU6mt5Bv { width:14.9375rem;height:23.6875rem;top:57.583549499512rem;left:2.4609375596046rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9671f818-928f-4282-b1fc-dd9383d14e74/Asset1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF.adaptive-delivery-prevent-bg, #FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF.lazyload, #FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF.lazyloading { background-image: none; }#FuFJKko67ZMtbGQXswdDCLRCtL9KNKpF > .row .container { width:20rem;height:72.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WFAoq47glHGZCGJ6kK7kNycun1bJxARM { width:12rem;height:7.6875rem;top:11.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPHzGwnpd41vIBu5Bb8nld68WqlqayS { width:9.25rem;height:5.15408125rem;top:13.1875rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyUVQRabkqFiH39B71nk2TJr0EDpthsC { width:9.375rem;height:5.15408125rem;top:25.8125rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFwwa5gOb6GBDoLFpx5Gxw9uM0Lv04KF { width:10.3125rem;height:6.18489375rem;top:38.3125rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeySXb690UEVRUCU7nac6rdNu1TvTvaT { width:10.4375rem;height:6.18489375rem;top:51.4375rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8BRuCh7XL88BFrvsewwhy6DlvTUWhiQ { width:7.3115rem;height:2.20051875rem;top:8.9375rem;left:7.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NklLKkJlvuLlf9RgXmCNbrB8VWZ9zX0a { display:flex;width:3.125rem;height:3.125rem;top:8.5rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #WqWTr9wvBETNekbSfdF7rhGkboC8iuDb { width:11.75rem;height:11.375rem;top:7.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBNhKNEqyfaQ7Rfkkdm3I2tDBlNGgf0U { width:11.75rem;height:11.125rem;top:20.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSR1bfiZJcJD0A4o5PdyKJN0pQ5FzF2A { width:12.0625rem;height:7rem;top:24.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4ey2epyl5GKWtHgvCugZBMcmDNZNSsz { width:11.75rem;height:12.1875rem;top:32.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oek6lmrQxWrFsoAE34c8InVysnnT1xNz { width:12.0625rem;height:8.4375rem;top:36.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMikMKwBkZF1x6nZNElahKZvPmQukHdg { width:11.75rem;height:11.8125rem;top:46.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0c2KELpwwKaBlCZdkPf6wHC7Uqa9cN { width:12.125rem;height:8.0625rem;top:50.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G19ul2M2lSbwKTWb5JBsllxR4rLVpE9h { display:flex;width:3.125rem;height:3.125rem;top:21.1875rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #rRSEWvAshHvlatNSiiJuTFcLcUFbsoD8 { width:5.37464375rem;height:2.20051875rem;top:21.6875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5NLAsQamvZ3qeuJkkXbDzCTQXFRSp8D { display:flex;width:3.125rem;height:3.125rem;top:33.3125rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #Vd5RzBmaXHg6baw5ZSoMnIaAAUbCsUep { width:7.3118125rem;height:2.20051875rem;top:33.8125rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxntJA9aSXPN4GPUf5didwbM7Q3s4qA5 { display:flex;width:3.125rem;height:3.125rem;top:46.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #kh2W47RrVUg9xMvqDCZ8v5bPhe187ASe { width:7.3118125rem;height:2.20051875rem;top:47.375rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCg3EmghyTURPJr9qTfPXZvBHLEAHp1F { width:8.875rem;height:2.2955353957851rem;top:69.061421630856rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3k18pdSHt2ZK6nC2L5SxbRWspu5dzFn { width:20rem;height:1.59939375rem;top:59.686421630859rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #R64RVpAafnSUtybDDb59uMUElGUyDHo6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9671f818-928f-4282-b1fc-dd9383d14e74/Asset1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6.adaptive-delivery-prevent-bg, #R64RVpAafnSUtybDDb59uMUElGUyDHo6.lazyload, #R64RVpAafnSUtybDDb59uMUElGUyDHo6.lazyloading { background-image: none; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row .container { background-color: transparent; background-image: none; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row .container > .video-iframe-container { display: none; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row > .video-iframe-container { display: none; }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .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); }#R64RVpAafnSUtybDDb59uMUElGUyDHo6 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7UVZEGb5tcaNDhQPcTF37vKWGmL1EWD { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aOwv1zq2IH3n09chgttrnkDwd13rIikS { width:10.4375rem;height:7.9375rem;top:11.936828613281rem;left:8.3745663762094rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #WfT7StGl1iiH9KJEsGV4DkHrmkQ65TuT { width:8.6875rem;height:5.15625rem;top:13.374572753906rem;left:9.3120663762094rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ZucKGuw8H9DIQT4uHzQ6VpdBJUpLRLcC { width:8.6875rem;height:6.1875rem;top:21.812072753906rem;left:9.4368498921394rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6d0iOTUfwqJQickmpJlnEqzy49yo7UP { width:9.9375rem;height:6.1875rem;top:31.187072753906rem;left:8.6870663762094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2TDZOHghMtZ3TDbW5HPhTrx4wLcsDTI { width:9.8125rem;height:6.1875rem;top:40.3125rem;left:8.6870663762094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC4HBgVOXXdF3uMmXRTp0L0eCvZi3wUR { width:5.9375rem;height:2.0625rem;top:16.311828613281rem;left:1.7491319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSTZaHNUy5GkxXyLbP3hUOWrJDTB9O3c { display:flex;width:3.125rem;height:3.125rem;top:12.866760253906rem;left:3.1553822159767rem; }
 }@media only screen and (max-width: 763px) { #LAxgDn4TFK2pD3JSDa3vkMxcEc1vZDPt { width:10.4375rem;height:7.9375rem;top:20.999328613281rem;left:8.5622838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiKVZ3in3LvLyJvVSs3bnJbBMKPNInox { width:10.4375rem;height:7.9375rem;top:30.3125rem;left:8.4375002980231rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #VcN0JoUI4HVLuOSkodbfGTnoTTDQZXOo { width:10.4375rem;height:7.9375rem;top:39.499755859375rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnR2lhrOT9TvqTXLOOBQ6wTcT1kgyI6 { display:flex;width:3.125rem;height:3.125rem;top:21.875rem;left:3.3116319775581rem; }
 }@media only screen and (max-width: 763px) { #xnTvW9bltpdQnxuZ3cfmc8xWMJ0a0il5 { width:5.374025rem;height:2.0625rem;top:25rem;left:2.1875000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZxJq56U8dT5oBQINnWuidwq5uMBa67P { display:flex;width:3.125rem;height:3.125rem;top:31.124145507812rem;left:3.1868491768837rem; }
 }@media only screen and (max-width: 763px) { #fo9b1nzFqElsJbgFX7Tw0WAohSyyTr9D { width:7.3115rem;height:2.0625rem;top:34.375rem;left:1.3118489384651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SET3MZatC7Kmo6Aal7vw5gGKT4kTcv60 { display:flex;width:3.125rem;height:3.125rem;top:40.499145507812rem;left:3.1868491768837rem; }
 }@media only screen and (max-width: 763px) { #DeJ1S5k8GKI0Dcc2LXiyzshdQ3hHqieb { width:5.4375rem;height:2.0625rem;top:43.562255859375rem;left:2.1245661377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS0MLCHJ5eEmeCbCEBiLrhmXn2NaFM4G { width:10.4375rem;height:7.9375rem;top:20.999328613281rem;left:1.1241319775581rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gC0xzQlJD8slf00wNU0kxHKeZWgAWOag { width:10.4375rem;height:7.9375rem;top:11.936828613281rem;left:0.99934905767444rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TJx7oLodDasDb1peSINILHMokU18uL5n { width:12.0625rem;height:7.9375rem;top:30.25rem;left:3.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #K4IFsOQyX4cu0JXx1QgPLkTp0gO7iImN { width:12.0625rem;height:7.9375rem;top:60rem;left:4.75rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #11def6, #073453);background-image: -moz-linear-gradient(183deg, #11def6, #073453);background-image: -ms-linear-gradient(183deg, #11def6, #073453);background-image: -o-linear-gradient(183deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(183deg, #11def6, #073453);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bnGxZL8qoxknWN7UaxlU4fbCeSGV0uOx { width:10.4375rem;height:7.9375rem;top:30.3125rem;left:1.1870660185814rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #NJmgnc7V1fl2LK9S4QKV9DZ89Ek4MG2l { width:10.4375rem;height:7.9375rem;top:39.499755859375rem;left:1.3118489384651rem;background-color:transparent;background-image: -webkit-linear-gradient(323deg, #11def6, #073453);background-image: -moz-linear-gradient(323deg, #11def6, #073453);background-image: -ms-linear-gradient(323deg, #11def6, #073453);background-image: -o-linear-gradient(323deg, #11def6, #073453);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11def6', endColorstr='#073453' );";background-image: linear-gradient(323deg, #11def6, #073453);background-size:auto !important;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #fEGnNwrSGOosMe608hVx8ukD9KFORyRe { width:15rem;height:0;top:0.71941375732425rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #IyAz6UqyNegSxqcrm84F0Tn65902L63g { width:9.2480625rem;height:0;top:1.5982856750488rem;left:4.3750002980232rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #m5ubiJTsFEgRlJXWPNsFuimqlGTOvCTs { width:20rem;height:5.5rem;top:1.7144098281861rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;line-height:.8;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #GOUCZoZOFloB2FRfRKqrPK5S8T9nr2h2 { width:8.8748125rem;height:2.294925rem;top:8.522216796875rem;left:5.5615234375rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP { background-color:rgba(0,0,0,0.23);background-image:url("https://images.assets-landingi.com/J8bq1H4i/Group-4vg.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP.adaptive-delivery-prevent-bg, #CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP.lazyload, #CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP.lazyloading { background-image: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container { background-color: transparent; background-image: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container > .video-iframe-container { display: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row > .video-iframe-container { display: none; }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .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); }#CKptfQTEqMTPD9KGxVQ1tGVRICvZHAWP > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDTf5IyuTzFO8cXwTg2C4gPHE86rXBhJ { width:7.25rem;height:1.8125rem;top:5.34375rem;left:0.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TOwBXInqqoSSn5Zg8VSy7JWbS9kWslKr { width:13.125rem;height:4.46875rem;top:3.953125rem;left:6.75rem;text-align:left;text-align-last:left;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4FfepxuKsrRU400MFeWyo0AKfpr5kuK { width:11.4375rem;height:4.875rem;top:0.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PplZMA97vQ2e4VT1wyTDrKwrny1HRClm { display:flex;width:4rem;height:4rem;top:10.3486328125rem;left:8rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #rLgq8qmaGctniPB4ES1tIxnh7V4XKpIg { width:16.25rem;height:1.00043125rem;top:15.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebPEi9vXBy5CvrqZn37TWgRO8Q0FHWRp { width:13.875rem;height:2.5996125rem;top:17.3994140625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV8oWHFULVaak54CsyxcZNO2fyr4CiVw { display:flex;width:4rem;height:4rem;top:21.7353515625rem;left:8rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #WipXGvU7WKQX4aZqTB0P2349KdH0bIpI { width:11.1875rem;height:1.29980625rem;top:26.88671875rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehuDhn1eu0TLitmTnExIrwTw3uC4tKud { width:16.375rem;height:3.8994125rem;top:28.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1FXhTxAVx8KCkIVoLoPkB99OC5gw8w { display:flex;width:4rem;height:4rem;top:34.4853515625rem;left:8rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #xfTsNN8It1zGdTpSyXu6yF4cCga3a7tD { width:15.375rem;height:1.29980625rem;top:39.0478515625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1p9yr1FIAD7AzQTd8RhOTw2rU2Z98p { width:14.625rem;height:2.5996125rem;top:40.59765625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4WlRWvTsZrtIXmv79dASIMMicPnblBg { display:block; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg { background-color: transparent; background-image: none; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container > .video-iframe-container { display: none; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row > .video-iframe-container { display: none; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .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); }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg { border-width: 0; border-radius: 0; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4WlRWvTsZrtIXmv79dASIMMicPnblBg > .row .container { width:20rem;height:26.875rem;background-color:#ffffff;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s97Q1MCmOE54uvrOFSgWHMLzsuxr1Vs4 { width:20rem;height:15.999375rem;top:9.46621131897rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VAwibdmhHJhGT0JnTN4waWMMc9L7d10D { width:19.625rem;height:6.6875rem;top:1.4474830627441rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vTEPWI6FMQ2DsHIlwErNliPE44nnlgVR { width:20rem;height:19.625rem;top:38.784606933594rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS { background-color:#ec474c;background-image:none;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; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container { background-color: transparent; background-image: none; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container > .video-iframe-container { display: none; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row > .video-iframe-container { display: none; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .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); }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container { border-width: 0; border-radius: 0; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXvKGyEb8bb9ZA0zSAG7aRNVGmI1LFqS > .row .container { width:20rem;height:26.7988125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ec474c;background-image:none; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.1;overflow:hidden; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 .accordion-desc-text { font-size:0.625rem;height:auto; }
#bviHqw5r7DtsxHagokOIazTIhUl81u18 { display:flex;height:auto;width:20rem;top:1.1796875rem;left:0rem;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.25rem; }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #oSP2T9w2sgLTiZqOO4GCWIlOIsZMhxHb {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #UgsLBCReySuXi0KgcsbkwZkqVF4BxpGU {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Z71EOGyVf4ZBV4aOpT2WBiSr5c0vToK4 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #ZlzQEJAICb7s42ekGPpXUCnaHGTccHbz {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #AgDE28GCtXJ9l0wNBxS6BOPg9T9td8q8 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #V94pyRtbyae02mvXUcIJPIxrwPvKOxkX {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #uurW15ufRNLCTM09HRBMCUzOyN5zX6Dz {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #f36UcINCisG0EPWwTHF3igLCnq8gL5SR {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #WKEhd2uBuw5QM6n7mygbKg7S4n3WtEqh {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #VaqtVkArr2qQXuDrFIvaXWLxNVVTsyZW {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #ZTNN2lUunn5Pi0eiIQXqk6ZtU28UX60L {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #l4BGN9z8F34oJQDXFykBB6ru2LRWmg9Z {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #pRmd1wypTyBtbeZ7VEeO6rgwbMVkdUgI {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #ubvHOyMC4KNKt4A5SNI8Mr6HHXJOhheS {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #kAkF9k0TD3VTQOzkvDA2MKDTlH0HcUib {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #KlmAecnnpFaTzDGDPlfJGruH4ygAyZGW {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #hv7kFGcdv3QznimtURw7LqwtMCDQXW83 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #TaqhSINdvphMzyDure6iev8QGovGZh7H {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Bmkpg2QPSW4WOsNkv7thE4kQKTQbTfF0 {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Cv4ToWbg0WQSa44vw1mZEKk0vaK6xPWJ {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #aOTUmeGaqCIWd1bIZ4sbEfuK6GR2fueF {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #Z5lR9Rirb9GGqQTd9Wsvr3nkxFIwLx4M {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #x8Jx3i7tOtaN5KHdo75cFeJM98S8pA2o {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #i1pHdJcABDt7eTW5Sd6UDBxR2iscJNMR {  }
 }@media only screen and (max-width: 763px) { #bviHqw5r7DtsxHagokOIazTIhUl81u18 #fOiLtGJeyeTNpy8oiEiya52FCmP7Foiq {  }
 }@media only screen and (max-width: 763px) { #hBPslTfD25KPb3PbklAufQLASWKyceUX { display:block; }#hBPslTfD25KPb3PbklAufQLASWKyceUX > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRPGJRKn91HgT1iT55PT7TiQdpe9KIHi { width:2.74946875rem;height:2.24964375rem;top:22.555930137634rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQzVdixTGcUCB7a9xbIfLNT6vZV1JgdP { width:18.125rem;height:1.29980625rem;top:7.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLf75prtq5dtOv94lGgTqL1KHy1P32dD { width:18.125rem;height:4.1982375rem;top:9.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXGV2pL7CI0TaRoAui0LgJ7qMa3fk4MW { width:12.5rem;height:3.1875rem;top:2.3046875rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LOFq81G7h9Pr5fk9adITvpDBW8TlsZnB { width:18.125rem;height:1.29980625rem;top:29.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpi26wNiGOXaIGraSoohCcGNnzrr8sie { width:20rem;height:1.29980625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoAsTnFtZRJLHeVono1GSNbZ6RLT0T9U { width:16.624rem;height:0.9747875rem;top:31.8125rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6NLLMkTEUyz1Bs1ToE4cNu60l0wGdmr { width:2.87464375rem;height:2.12446875rem;top:22.618962287903rem;left:16.245560050011rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxf5HQIvPpnWbndhS1gs6Zp8hlxghoxl { width:18.125rem;height:4.5rem;top:17.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwVDCEx87sE3pvvW97kwf1sgotGSgMnp { width:10rem;height:3.0625rem;top:24.804686546326rem;left:4.968039393425rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA { display:none; }#T9FnlTw8N6Ua7iuhuU3dGNDI1BMoaIUA > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCK3qeqzfdSsBcr5VUFoD4WAiFiTEmMK { width:20rem;height:4.12464375rem;top:2.5625rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f52388IHUuMT8CflJ7iI1RHQbWoiywXN { width:20rem;height:1.70543125rem;top:11.16796875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEAzZMzcqxTA3roqXh1FvJ8SCaaSHmkT { width:2.5625rem;height:2.6rem;top:19.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oTrcNo9vL7cXsvCmJDd8hTGBSTCz95 { width:7.25rem;height:1.9504625rem;top:19.75rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl9QpasFNd193xu0Zq01JJzBWJgQNPSN { width:8.6875rem;height:1.9504625rem;top:19.75rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3Qg7xnJVqFuGHGfIKueualSXrGEqDT { width:2.5625rem;height:2.6rem;top:19.4375rem;left:8.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexRx038XNa0S8kzkUPWRbDxlJPfeVBT { width:10.8125rem;height:3.0625rem;top:14.8330078125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktTV4CuA2A9cR0VtFtAg2t5XMwbHU3N { display:block; }
 }@media only screen and (max-width: 763px) { #MGmlbaLU27VbehwtcegfHfTTRtSaRTfG { width:20rem;height:2.03125rem;top:7.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3txSOumnDopRvehoGdvni9suiaX5uG7 { width:9.3125rem;height:2.375rem;top:29.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHIW3oNdxAq4W8I8WsfSekXPDxiJwMJU { width:12.0625rem;height:3.6875rem;top:23.4375rem;left:3.4375rem;display:block; }
 }