.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,18,18;--color-primary-1:255,0,0;--color-primary-2:185,24,24;--color-primary-3:124,16,16;--color-primary-4:128,0,0;--color-secondary-0:255,226,228;--color-secondary-1:255,158,164;--color-secondary-2:255,60,73;--color-secondary-3:128,30,37;--color-secondary-4:38,9,11;--color-tertiary-0:255,255,255;--color-tertiary-1:235,235,235;--color-tertiary-2:94,94,94;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"Forgotten Futurist";--paragraphs-font-family:"poppins"; }@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:#e6e6e6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { background-color: transparent; background-image: none; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container > .video-iframe-container { display: none; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row > .video-iframe-container { display: none; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .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); }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { border-width: 0; border-radius: 0; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0.351875rem;padding-right:0.31375rem;padding-bottom:0.351875rem;padding-left:0.31375rem;display:block;align-items:center;width:1.880625rem;min-width:1.880625rem;height:1.89125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.4075rem;font-weight:700;line-height:30.26px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-label { background-color:;background-image:none;color:#f72020;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5075rem;height:0.7475rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5275rem;font-weight:400;line-height:11.96px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.0625rem;height:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:50.5rem;z-index:15002; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #mV9TvoEeqN6e5xOCtLLAC5u4fgWOFzkT { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #ryTTz7OLigVsbIEo8grd7wRwDfitaIxC { width:auto; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #W0A0gpbRRRn8mKdW4JD7qhAwCfGJKoni {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xa1RILZfi3WQgFW8nMOn5Zn3Wp6J5odw { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Bot1T5zD0RK32c4UR77FFTzFqvE53wRc {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xd0TxFnNV2I9oV7RNQ99LXXEc1PqT5in {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #x0Qx4id06PubRA2M4dcWkRymShvU4nU5 { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #QuvyH9M4UMqMipJANtTHvGVO6O6FQ0Xd {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Jg359X1AwdA4bQRA29WS3GaB4PKXKMmP {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #TT18f6UDQzHG7T9MFsrnHJZEvrm9fnCh { display:flex;position:relative;top:0rem;left:0rem; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #lxNOxqNnFbPkFVxHIfoAyQZmWx7NlPdx {  }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx #euvAXGMaz0N4C7TegXOekzxNTdUy7ac9 {  }
#DfSmZVbVwV4PwvwRB8UmKOGWp7mbDuOU { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0.880859375rem;left:1.0625rem;height:1.79904375rem;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:left;text-align-last:left;font-style:normal;display:block; }
#imTBqlZfNazJJFKZLBbvXKg8GUs0SBdJ { position:absolute;display:block;z-index:15008;background-color:#f72020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.75rem;top:1.6875rem;left:66.25rem;display:block; }
#DS0y3o16m6h3K4zKofFr7ErBd4cVWnna { position:absolute;display:block;z-index:15009;background-color:#f72020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:35.3125rem;top:1.6875rem;left:13rem;display:block; }
#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { background-color: transparent; background-image: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container > .video-iframe-container { display: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container { display: none; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .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); }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { border-width: 0; border-radius: 0; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#wqhh5HaGnGl92oN5aO0tq0ERh4WlAdTI { background-color:#f72020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#bsk3DCy2NVK6ANzNqlyShm88CR7TQH6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f72020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.78125rem;left:52.0625rem;display:block; }
#ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7pcQUR715Q8GXAmyZwEQDQCU2N66144 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f72020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:43.9375rem;display:block; }
#VsaZcJOWSzlEMPLPCTUNHJ4z6cQWN4Xi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GR1n74D0UUR72lZvGhFdwCQRR3triigm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f72020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.78125rem;left:35.875rem;display:block; }
#wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QskkGLvDupEc6skgRho054G7fmucVUsX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:19.6875rem;top:0.24956607818604rem;left:0rem;overflow:hidden;display:block; }
#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(var(--color-tertiary-4),1), #ff2f2f);background-image: -moz-linear-gradient(267deg, rgba(var(--color-tertiary-4),1), #ff2f2f);background-image: -ms-linear-gradient(267deg, rgba(var(--color-tertiary-4),1), #ff2f2f);background-image: -o-linear-gradient(267deg, rgba(var(--color-tertiary-4),1), #ff2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#ff2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#ff2f2f' );";background-image: linear-gradient(267deg, rgba(var(--color-tertiary-4),1), #ff2f2f);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { background-color: transparent; background-image: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .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); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { border-width: 0; border-radius: 0; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:80.125rem;width:75rem;overflow:visible;position:relative;display:block; }#eJ2xWdFJR5VRz7B2AU6orVFPHd75WZZH { color:rgba(var(--color-tertiary-0),1);display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:3.1875rem;left:15rem;height:;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;text-align:right;text-align-last:right;display:block; }
#krndrVtaafB3yT65DHwZ8qSpTK7s8HJl { color:rgba(var(--color-tertiary-0),1);display:block;width:29.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:26.34548664093rem;left:41.628694534302rem;height:13.7858rem;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:left;text-align-last:left;display:block; }
#hpGWqgOiH63NHur2avdC1KTKyKBqpLe1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.0625rem;left:8.5625rem; }
#Din8qSkoTe3vADwMIB2ghXqDwq5Tzc42 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.3125rem;left:12.0625rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-form-header { font-size:0.75rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:33.1875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f72020;border-left:0.0625rem solid #f72020;border-right:0.0625rem solid #f72020;border-bottom:0.0625rem solid #f72020;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:33.1875rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-text {padding-top: 0; padding-bottom: 0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-textarea { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f72020;border-left:0.0625rem solid #f72020;border-right:0.0625rem solid #f72020;border-bottom:0.0625rem solid #f72020;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:33.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-select { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #f72020;border-left:0.0625rem solid #f72020;border-right:0.0625rem solid #f72020;border-bottom:0.0625rem solid #f72020;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:33.1875rem;box-sizing:border-box;height:3.75rem;color:#646464;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-select {padding-top: 0; padding-bottom: 0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#511d1d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.625rem;margin-bottom:0.25rem;margin-left:6.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.875rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1;box-shadow: none; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]:-moz-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]::-moz-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]:-ms-input-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]::-webkit-input-placeholder { color:#7d7d7d;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.5625rem;font-weight:400;color:#c3c3c3;vertical-align:top;width:31.9375rem;overflow:hidden;font-style:normal;float:none; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .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; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .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:400;color:rgba(var(--color-tertiary-2),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-container:first-of-type{padding-top:0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-container:last-of-type{padding-bottom:0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:2.7463111877441rem;top:21.213109016419rem;z-index:15011;position:absolute;font-size:0.75rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.1875rem;display:block;vertical-align:top; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf {display:block;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:2.7463111877441rem;top:21.213109016419rem;z-index:15011;position:absolute;font-size:0.75rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #MO1fHGsCEW03lAynVG6M4Z2EECBL5tFa { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #fLs75IcxC4Za2GSK2kZlcKLQGZT2Ete0 { position:relative;display:block; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #dHsgKCa73nTDVnt0ioEbkFIWZRGFTu7h { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #TnVcJbZ4Vw4XA4AWoldDDG0WpkgEZ2hL { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #mpCEZNUr60tXPqrsOi1lDSsNTNfHbzqi { position:relative;display:block; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #Ky2REgQqpTAyST2T1XMd9DVNI139Mi86 { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #KQQmxMs6wgJq1iR1pMhKUBe8JdDx1qsJ { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #OTpEe30n2ny4Ctv5Wp5uRD67rxqHzanM { position:relative;display:block; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #RqpgxBaStLd8bysTTfc0v7uhnsHn1lIX { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #RA0y3bZng1ow9cPmJSuS1q6fgZNIiPM3 { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #HJI42g1CdsryTBhUQiVe4PNvDXykDDBo { position:relative;display:block; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #fb4ge5aNkMl3lVbHrVyUsBvytVpkMoBM { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #iqRUsce2KoGdU2okcmV1MNaHlXEffcWu { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #E9cf86CT5KyE9ToqzMHCQTT2Jk3MT8sC { position:relative;display:block; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #KAqNMZ1VfqT1DefFh5qhrr9nzd0xZMy0 { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #Ug5rny2t55KCxDLCE5HuDnVHQA9V1hh4 { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #TLoyIqKy1uvsl6hMwM82qqUC19bzzipa { position:relative;display:block; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #He6qEB2T8u4L8xyccVc9QKFvz6AQIDTt { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #OuZFL0kkT7vHgX4lHPXmlnT70oPhca7A { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #mA1DxmsNzbalXzuxdAZTWwtFVFEkzmC6 { position:relative;z-index:2; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #iTpviIO8DIAMO4eSGbpJd4T2l6GQ4lWT { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #UFrXv7P5yp8fT5Di8eNLXpUOviNkJFxC { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #aRWc7MbBRCIeskDG57n9koEHrnKZy923 { position:relative;z-index:2; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #C8ta5g6Fe2cvEliTLtDInzoIdWezeC8g { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #rhZlNNsyfXzqQRPygyENiuiHha1IU0il { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #prcUC6aXaLT1WVNRXMOTfMe8BJIrOUkT { position:relative;z-index:2; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #hTnkyJf4oc0uFOrh1fqZzA2MUmeod3Rn { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #kqZH1ewc3QPDrKOcT4T932SOwGGgDTD2 { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #JHoUMB8CsooqGUdKbSmitucKH4fLblPK { position:relative;z-index:2; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #MAi24svnbTDvIGz51FCvV6XS79Tdr5Ah { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #oXBoGVJE4XONc9AtTOaMXmSTQeTsC7kT { position:relative; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #nGyKaKnxIuv1em8DC1r0MrelETrlOB4p { position:relative; }
#eEoTn55NoGF4ZPT2kCJXtIn5R3CVJhOh { color:rgba(var(--color-tertiary-0),1);display:block;width:45.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:21.213109016419rem;left:29.000654220581rem;height:3.225rem;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;font-style:normal;display:block; }
#Is2JVWrEMHDDqF8ckmo6ShUu8V0ByUgS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:34.436875rem;width:34.436875rem;top:46.587458610534rem;left:40.563150405884rem;overflow:hidden;display:block; }
#LKV15fZrhwZtXTA821Hsd2sdRUmHWzeV { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:21.0623125rem;height:4rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:41.28581237793rem;left:47.249353408814rem;display:block; }
#urAFuIPP5CUnP4lxzOXsa8QZsvXIDWyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 { position:relative;display:block; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 { background-color: transparent; background-image: none; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .row .container > .video-iframe-container { display: none; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .row > .video-iframe-container { display: none; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .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); }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 { border-width: 0; border-radius: 0; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .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; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e6e6;background-image:none;font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q1hdds6Jf0CZTFL3ygWfuaqeTBiU9vTC { color:#9f3737;display:block;width:43.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:17.398002624512rem;left:14.503038406372rem;height:2.7rem;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:left;text-align-last:left;font-style:normal;display:block; }
#D7tEukUSm2goTP5DySUt1TI55xMPuEu2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.31055rem;width:3.31055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.470703125rem;left:24.373918533325rem; }
#A9inQe0sqsvW0WChHX0QsXAPTxuT2ddS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.31055rem;width:3.31055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.470703125rem;left:34.598527908325rem; }
#XWPk6GNnJ0mpixTzG621Jg5end5omcoh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.31055rem;width:3.31055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.470703125rem;left:44.559465408325rem; }
#ZrMpIXW54eVqcKZJL6mSAZhJsmz9pKNE { color:#561425;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.6017799377441rem;left:19.534505844116rem;height:5.24956875rem;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;font-style:normal;display:block; }
#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE { background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { background-color: transparent; background-image: none; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container > .video-iframe-container { display: none; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row > .video-iframe-container { display: none; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .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); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { border-width: 0; border-radius: 0; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:41.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zBQ4m6DFAnnhaDRIdmbqc68WDiiXFyCw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.25rem;left:0rem;height:5.24956875rem;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;font-style:normal;display:block; }
#Abhhc9l0XK6lEwx7st97MMDOL8bzMrTV { 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:23.4375rem;left:0rem; }
#cH31GykdC8MNT4mmQppOkXPtd8JdIgTh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:27.5rem;left:0rem;height:;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:left;text-align-last:left;font-style:normal;display:block; }
#ZKKuuuiQUCXestRsBPPFcavTWlcpafEt { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:13.0625rem;left:37.5rem;height:2.25rem;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:left;text-align-last:left;font-style:normal;display:block; }
#fxDsPzgzpG9PN7ucBERVDVMRwVSN4OUq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:32.328125rem;left:0rem;height:1.875rem;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:left;text-align-last:left;display:block; }
#rc93bOPmTw7BG7VudNiIQr67cVR1zviN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:15.5625rem;left:37.5rem;height:3.28125rem;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:left;text-align-last:left;font-style:normal;display:block; }
#vo2KTP8dztsRV0JKtp2TkER4kooOLA9N { color:#9b4a4a;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:15.5625rem;left:0rem;height:3.28125rem;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:left;text-align-last:left;font-style:normal;display:block; }
#iVlALukG9MMAIcIamom56Lo7Wxs5RezX { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:13.0625rem;left:0rem;height:2.24935rem;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:left;text-align-last:left;font-style:normal;display:block; }
#U78wt0TH4wzV2GeAbOcEwODlXIAP8EiZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:32rem;left:37.5rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#T4KzrHA1MZutmkPNHI9S6i2WrzqipdeA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:27.5rem;left:37.5rem;height:;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:left;text-align-last:left;font-style:normal;display:block; }
#u63LFTktlItVfN3gMnvZDoGfFp8O8zWz { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.625rem;left:37.5rem; }
#otmJAeThMZOdzZfKAtXPDDdD1Od7mqMp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #cecece);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #cecece);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #cecece);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #cecece);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#cecece' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#cecece' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #cecece);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:17.0625rem;width:39.5rem;top:20.75rem;left:35.5rem;display:block; }
#cT64IJxDGaVVTy3NfSSElk6GxXobSqR4 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.625rem;left:0rem; }
#XeSOaK7LSF0uHt8CNcn0lui5BXvgO6sp { 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:15024;opacity:1;top:23.4375rem;left:37.5rem; }
#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:#cccccc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { border-width: 0; border-radius: 0; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.15625rem;left:25.125rem;height:11.5495rem;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:right;text-align-last:right;font-style:normal;display:block; }
#Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { background-color:#f72020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:5.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.1875rem;left:40.4125rem;display:block; }
#D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.21875rem;left:41.3125rem;height:1.875rem;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:left;text-align-last:left;display:block; }
#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.8125rem;left:41.3125rem;height:2.25rem;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:left;text-align-last:left;font-style:normal;display:block; }
#Iaq327omOJeptqsZEeV60nAGHEuHebSo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.6875rem;left:37.8125rem; }
#zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72020', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72020', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:3.28515625rem;left:27.875rem;display:block; }
#MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.224609375rem;left:37.8125rem;height:0;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:left;text-align-last:left;display:block; }
#dAN1HDQy7C2nGDTbScqURkRxXNg5ShFW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:31.5625rem;width:31.5625rem;top:8.1228294372556rem;left:1.8435344696045rem;overflow:hidden;display:block; }
#RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc > .row .container { border-width: 0; border-radius: 0; }#RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.5rem;width:75rem;overflow:visible;position:relative;display:none; }#vGTJkuG4Kzq3ETlTIh5qz0VA0TOmLFQA { color:rgba(var(--color-tertiary-3),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:6.01171875rem;left:0rem;height:;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:left;text-align-last:left;display:block; }
#Gz4yqPJR6gPI4g8AiMVDxBPIseZIPhHc { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid #df0000;border-left:0.125rem solid #df0000;border-right:0.125rem solid #df0000;border-bottom:0.125rem solid #df0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ff2727;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.5;overflow:hidden;position:absolute;width:21rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.84375rem;left:36rem;display:block; }
#FznTbn1LA9DpQZ8f8Wkq8nldpnTIoblJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvbyF7HGMOCo5tcoplLT0duB8JZ7phrb { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:24.5rem;width:24.5rem;top:21.875rem;left:0rem;display:block; }
#G4BFaAG33btLRE8ZhDb1XWCm4iTX3NeR { 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:19.125rem;width:19.125rem;top:17rem;left:12.375rem;overflow:hidden;display:block; }
#VITSV67mh8LlDDPuvf6P8wqwS0zml4uv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:4.3125rem;left:63.5625rem; }
#ByucBXOLG7kaWwU0nkwtdHQpyOWe4COb { position:absolute;display:block;z-index:15027;background-color:#bfbfbf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:35.125rem;top:11.6865234375rem;left:32.375rem;display:block; }
#OROkg3H7DDJGzaTKUq7g6iRlZVXuMOfS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.8125rem;left:67.0625rem; }
#ZETqNbUqVcsqEAQfzxGHQxvQObcfa9qr { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:17rem;left:36rem;height:12rem;display:block; }#ZETqNbUqVcsqEAQfzxGHQxvQObcfa9qr li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZETqNbUqVcsqEAQfzxGHQxvQObcfa9qr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d7530a59196e3bcd87920523cdb9b05aaacb70b4.svg); }
#Vcrungfitv3ET4zte4D0MdV0flbhLLTP { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { border-width: 0; border-radius: 0; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:;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; }
#uyabgRl5ri3R7EEZ8yoZ34PDwUcMmT7Z { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -moz-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -ms-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -o-linear-gradient(180deg, #bfbfbf, #f95858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );";background-image: linear-gradient(180deg, #bfbfbf, #f95858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:17.6240234375rem;left:0rem;display:block; }
#wuTmyoSMsdh09MbsuqToBBck00QyqLGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.3544921875rem;left:2.3125rem; }
#hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { color:rgba(var(--color-tertiary-1),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:18.4794921875rem;left:0.3125rem;height:3.5996125rem;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; }
#ptyRx6QMVLNIsHI0gsLgImrbIoVL9kzs { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -moz-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -ms-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -o-linear-gradient(180deg, #bfbfbf, #f95858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );";background-image: linear-gradient(180deg, #bfbfbf, #f95858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:17.625rem;left:51.75rem;display:block; }
#zbBwtXIqktdmze7akI0NG8nsdUBBJArO { color:rgba(var(--color-tertiary-1),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:18.5rem;left:52.0625rem;height:3.5996125rem;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; }
#qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:14.375rem;left:58.875rem;height:6rem;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; }
#nPWl6yxvTGbFa5qiVwauS8THdKUr5VVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.375rem;left:54.0625rem; }
#d9Kvz5IQF7bu7f5maKTva3mW0TEkgvpF { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -moz-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -ms-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -o-linear-gradient(180deg, #bfbfbf, #f95858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );";background-image: linear-gradient(180deg, #bfbfbf, #f95858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:17.625rem;left:25.875rem;display:block; }
#g3xwB4PW1TF8PCVT2uvKEkKOAFS3tXQ3 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:18.5rem;left:26.1875rem;height:3.5996125rem;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; }
#ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:14.375rem;left:33rem;height:4.5rem;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; }
#eSDye81pc5KvumqNTGxCkV7VoCfLn7WU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.375rem;left:28.1875rem; }
#FcnSlqlto4T9nrIAqNdT3cheTANfukys { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:14.3544921875rem;left:7.65625rem;height:3rem;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; }
#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { border-width: 0; border-radius: 0; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:35.125rem;width:75rem;overflow:visible;position:relative;display:none; }#nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.375rem;left:46.625rem;display:block; }
#KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:8rem;left:44.875rem;height:5.9982625rem;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;font-style:normal;display:block; }
#UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72020', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f72020', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(180deg, #f72020, rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.375rem;width:33.1875rem;top:3.6875rem;left:41.8125rem;display:block; }
#WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:3.6875rem;left:2.75rem;height:7.5rem;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; }
#H44fCuUnnO3kR60cfUDBTsklOE7npJHK { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -moz-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -ms-linear-gradient(180deg, #bfbfbf, #f95858);background-image: -o-linear-gradient(180deg, #bfbfbf, #f95858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#f95858' );";background-image: linear-gradient(180deg, #bfbfbf, #f95858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:17.875rem;left:28.625rem;display:block; }
#HiH6mQFRVLcCQqBzeuLGuz7q9AARgtPw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:33.4375rem;top:7.125rem;left:2.75rem;overflow:hidden;display:block; }
#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { border-width: 0; border-radius: 0; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.5rem;left:9.875rem;height:3.75rem;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;font-style:normal;display:block; }
#mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:7.9375rem;left:0rem;display:block; }
#xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.6875rem;width:9.6875rem;top:32.375rem;left:41.0625rem;overflow:hidden;display:block; }
#WB28pxPUo8rVyh27fZimOA5sLteaU9iS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:34.9375rem;left:53.75rem;height:1.79904375rem;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; }
#Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:13.0498046875rem;left:14.8125rem;height:1.40625rem;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:italic;display:block; }
#Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:11.25rem;left:14.8125rem;height:1.79904375rem;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; }
#adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:13.0498046875rem;left:53.75rem;height:1.40625rem;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:italic;display:block; }
#kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:7.9375rem;left:39.625rem;display:block; }
#iebJXbrW5islORdeQteJVyT0AyHW8sKw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:9.125rem;left:40.8125rem;overflow:hidden;display:block; }
#MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:11.32421875rem;left:53.75rem;height:1.79904375rem;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; }
#aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:36.7373046875rem;left:14.8125rem;height:1.40625rem;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:italic;display:block; }
#kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:34.9375rem;left:14.8125rem;height:1.79904375rem;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; }
#z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:36.7373046875rem;left:53.75rem;height:1.40625rem;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:italic;display:block; }
#aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.0625rem;width:12.5rem;top:31.1875rem;left:39.625rem;display:block; }
#Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.625rem;width:9.625rem;top:9.375rem;left:1.4375rem;overflow:hidden;display:block; }
#MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:30.25rem;left:0rem;display:block; }
#h75dFFp8dMUha6Ay2TvINnr0awtqUmwT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.625rem;width:9.625rem;top:31.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#CUySxU5liiJWLPvxbuRwNPT9h22RTNpM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.8125rem;width:7.75rem;top:20.6875rem;left:22.25rem;overflow:hidden;display:block; }
#hvtCkmzGKAV4A47qLFaZED1i9AdR9a5R { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:19.25rem;left:19.8125rem;display:block; }
#enuL5opVWyDqAlc5Ot2w9820uyaQRQTW { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:23.25rem;left:33.9375rem;height:1.79904375rem;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; }
#sf2LGCyFeHyBKlxLbopfFedimMVgDPTW { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:25rem;left:33.9375rem;height:0;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:italic;display:block; }
#I3CrBq2DWHyhkh9Lsn8uTsQA4OT4eN9G { box-sizing:content-box;height:9.625rem;width:9.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#e8e8e8;background-image:none;top:20.6875rem;left:21.25rem;display:block; }
#qT9pSDmcaxGdT0oh0C4QshUtn26d5AHu { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24.75rem;left:33.9375rem;height:1.6875rem;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:italic;display:block; }
#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { background-color: transparent; background-image: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .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); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { border-width: 0; border-radius: 0; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:4.80025rem;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:right;text-align-last:right;font-style:normal;display:block; }
#iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5625rem;left:0rem;height:16.875rem;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:right;text-align-last:right;font-style:normal;display:block; }
#e9CPaZatwsBzKPtC9FJLOglrsowKe0pg { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f72020' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f72020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:23.748893737793rem;left:12.748481750488rem;display:block; }
#xcKBSTTkfXFVOt47OrXA58z6hT6qU5Dh { background-color:#f72020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 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(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.6875rem;left:3.3125rem;display:block; }
#ckexpe6x0Cu30Xn7hfonBty4FdtDJRlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.75rem;width:53.125rem;top:10.5625rem;left:21.75rem;display:block; }
#mPyMFcU6oHQJwI4hGu2oLOggMrT1oRZN { color:rgba(var(--color-tertiary-4),1);display:block;width:53.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:42.999134063721rem;left:21.812068939209rem;height:3.75rem;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; }
#eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.5625rem;left:19.3125rem; }
#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { border-width: 0; border-radius: 0; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:54.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#CfnEgrUIzGLic3Ld4Ddha8XHPCEe5J5S { color:rgba(var(--color-tertiary-3),1);display:block;width:63.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.7119140625rem;left:11.3125rem;height:4.79980625rem;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:right;text-align-last:right;display:block; }
#kc4dfoBBZv0QLw9pi5WaQcGZ8TKEV1z7 { position:absolute;display:block;z-index:15003;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.4375rem;width:35.625rem;top:12.625rem;left:0rem;overflow:hidden;display:block; }
#o8UXhpFEIHpUTTTFEFGIoCCnSMEE9TxZ { position:absolute;display:block;z-index:15004;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.5rem;width:35.625rem;top:12.59375rem;left:39.375rem;overflow:hidden;display:block; }
#K1EibEDxRMlBqIXIbedwcJf0x4uLDkb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.861328125rem;left:3.1875rem; }
#TsWg8JtnqVxdKVBI3riZPoI5usvfNZHD { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(251,144,144,0.68), #f95858);background-image: -moz-linear-gradient(180deg, rgba(251,144,144,0.68), #f95858);background-image: -ms-linear-gradient(180deg, rgba(251,144,144,0.68), #f95858);background-image: -o-linear-gradient(180deg, rgba(251,144,144,0.68), #f95858);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9090ad', endColorstr='#f95858' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9090ad', endColorstr='#f95858' );";background-image: linear-gradient(180deg, rgba(251,144,144,0.68), #f95858);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5rem;width:19.625rem;top:16.09375rem;left:27.6875rem;display:block; }
#EvihCMdWsR2BAgvk6fAkMzTZWGhX7Kxc { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:41.2998046875rem;left:0rem;height:6rem;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; }
#r2VGLMUJR5KHFPhuwAXwaBNGvg0sHXrT { color:rgba(var(--color-tertiary-3),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:37.75rem;left:0rem;height:;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; }
#ADyxsvLhrR3ta2WhH5ddg3NsUD4SBfLq { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:41.2998046875rem;left:18.5625rem;height:6rem;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; }
#mEb6tb5yqWz84NGLtvHkLQnO29mb0bI4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:41.2998046875rem;left:39.375rem;height:6rem;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; }
#MWhGtB95v5ylq0MTMkwD0ZV5gR1D3VzN { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:41.2998046875rem;left:57.8125rem;height:6rem;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; }
#sCA6pzd2mkHSGrNVmRrnbJfTKuDiG1fQ { color:rgba(var(--color-tertiary-3),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:37.75rem;left:39.375rem;height:;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; }
#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row .container { background-color: transparent; background-image: none; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row .container > .video-iframe-container { display: none; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row > .video-iframe-container { display: none; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .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); }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row .container { border-width: 0; border-radius: 0; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22rem;width:75rem;overflow:visible;position:relative;display:block; }#e8FQ8FnkFp0xPgIAkTUX2NnZvI01xFWA { color:#f72020;display:block;width:16.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:16.310764789581rem;left:51.499567031861rem;height:1.49956875rem;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;font-style:normal;display:block; }
#IfUCZm53O5a3KQZfvZritoTO5mJWr1tK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:11.374783039093rem;left:57.312288284302rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#QqmDdLxGkpLbcluk33CTgHP0BQNFpb9Q { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.999783039093rem;left:52.999132156372rem; }
#Om6zrWZiiiwrffOoVyhrnFqO6Kkk3px1 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:11.374783039093rem;left:32.343751907349rem;height:3.75rem;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; }
#PAJlIClhVxaRDlz0bXTogVctfXGwDXic { color:#f72020;display:block;width:16.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:16.310764789581rem;left:28.498266220092rem;height:1.49956875rem;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;font-style:normal;display:block; }
#JCzAzi9CHaoctR5QTDrkS5yNlXlyb2ln { color:#f72020;display:block;width:14.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:15.499132633209rem;left:5.1996555328369rem;height:4.4987rem;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;font-style:normal;display:block; }
#MZsnTNEpkBGgGSNIJR8oz3zBkzOWqPHd { color:rgba(var(--color-tertiary-4),1);display:block;width:9.561625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:11.374783039093rem;left:10.320096969604rem;height:3.75rem;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:left;text-align-last:left;display:block; }
#bPvcppVJMe9TnMri3PJDPiCfvZvX388K { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.5rem;left:0rem;height:5.25rem;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;font-style:normal;display:block; }
#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { background-color:#fb9090;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { border-width: 0; border-radius: 0; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.25rem;width:75rem;overflow:visible;position:relative;display:none; }#uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.76171875rem;left:0rem;height:4.79980625rem;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; }
#Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.625rem;left:0rem; }
#hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;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:15018;opacity:1;top:14.03125rem;left:28.28125rem; }
#ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.6875rem;left:53.25rem; }
#ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { color:rgba(var(--color-tertiary-1),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:20.8125rem;left:0rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { color:rgba(var(--color-tertiary-1),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:20.8125rem;left:28.3125rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { color:rgba(var(--color-tertiary-1),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:20.8125rem;left:54.125rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:15.65625rem;left:4.1875rem;height:2.25rem;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:left;text-align-last:left;font-style:normal;display:block; }
#VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:15.65625rem;left:33.625rem;height:2.25rem;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:left;text-align-last:left;font-style:normal;display:block; }
#g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:15.65625rem;left:57.75rem;height:2.25rem;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:left;text-align-last:left;font-style:normal;display:block; }
#Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:19.3125rem;left:0rem;display:block; }
#f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:19.3125rem;left:28.28125rem;display:block; }
#xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:19.3125rem;left:54.125rem;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { color:rgba(var(--color-tertiary-1),1);display:block;width:61.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:13.1875rem;height:4.79980625rem;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:right;text-align-last:right;display:block; }
#c1prin0cHFcVC0y1KQxbsVWy2DnErMRD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.3125rem;left:4.625rem; }
#ALJqxk9Nzzpdlxm56i33i4rkQ1HUryhM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.8125rem;left:1.0625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#fb9090;background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-3),1);line-height:2.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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_f1b2da18f27f871ec7377e20d705316dc53833ab.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.625rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 { border-top:0.0625rem solid #dedcdd;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedcdd;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; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { background-color: transparent; background-image: none; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container > .video-iframe-container { display: none; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row > .video-iframe-container { display: none; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .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); }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { border-width: 0; border-radius: 0; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#hHq7mg1quG8LNCgZWgP7bi8D6c2FvWXV { 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:5.3125rem;width:5.625rem;top:1.75rem;left:5.75rem;overflow:hidden;display:block; }
#f1MO16PkT4U7Pkq6thlhErAex7ERrNrK { position:absolute;display:block;z-index:15003;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:5.3125rem;width:5.625rem;top:1.75rem;left:19.25rem;overflow:hidden;display:block; }
#itW9n14rFkqM7Z91ibUOak3IMNRqFZ3F { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.0625rem;left:3.8125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmITgIlCU0pwk4w6aaHJrdhr5qVlZTH4 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:8.0625rem;left:17.75rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2Pci9kVvTUu5sh9UfoPQ2i5SSKru79b { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3701171875rem;left:4.34375rem;height:3.897575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unmbOv0rZUwLuRhyL2EqVi1M26HLuD3M { position:absolute;display:block;z-index:15005;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:5.1875rem;width:5.625rem;top:1.8125rem;left:49.0625rem;overflow:hidden;display:block; }
#NzgADcqGXoVHhPm0H0PTbRb6gPG57xBU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.625rem;left:45.625rem;height:2.69856875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILkqU3N3sz8M8RXOXLS79xZmECKdIcI7 { position:absolute;display:block;z-index:15005;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:5.1875rem;width:5.625rem;top:1.8125rem;left:63.0625rem;overflow:hidden;display:block; }
#p75Xg40dHN8hbeOD8FDne9aTFuq1vBWE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:8.0625rem;left:60.625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeXiJEIXVZEn914OOLLVNr7BJU62aZ85 { 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:4.3125rem;width:18.125rem;top:2.8125rem;left:28.4375rem;overflow:hidden;display:block; }
#zRCUQwNsNgsUSXdWKNgpUHlbUfffmxvp { color:#8d8d8d;display:block;width:11.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:0rem;height:1.3rem;display:block; }
#wKoDKbTHIQWygSZTri9DMM0Um3ASs7G4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:14.934898376465rem;height:1.3rem;display:block; }
#wuH2Kmpp2GGQhoF3mwPADbFvfLcQs0N0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:29.843753814698rem;height:1.3rem;display:block; }
#U1MVQwLG08vxanakEsH7ZWRqlIJSbL7i { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.312282562256rem;left:49.062503814698rem;height:1.3rem;display:block; }
#mS5k8PdxS1mx1iJlWmgyGUO2gyDWZ0Hy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.381729125976rem;left:61.748050689698rem;height:1.2999125rem;display:block; }
#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { position:relative;display:block; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { background-color: transparent; background-image: none; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container > .video-iframe-container { display: none; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row > .video-iframe-container { display: none; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .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); }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { border-width: 0; border-radius: 0; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .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; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WEmGB0kHKiImsqrae7Epa0TPrBGdsgLG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3172721862793rem;left:0rem;height:1.3rem;display:block; }
#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { position:relative;display:block; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { background-color: transparent; background-image: none; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container > .video-iframe-container { display: none; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row > .video-iframe-container { display: none; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .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); }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { border-width: 0; border-radius: 0; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .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; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .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:9.25rem;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; }#H8x210VEDfc3MXA6q1Fz9zTEOgOc7OtT { color:#7f7f7f;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.515625rem;left:19.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#e1QGTJtrTcGArDp78gOI7JgpL7BXMEAP { 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.0625rem;width:1.0625rem;top:1.0625rem;left:59.75rem;overflow:hidden;display:block; }
#UQQSJhm8eK2fNJDTUGOMVcuK8s9ximI9 { 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.0625rem;width:2.0625rem;top:1.125rem;left:62.1875rem;overflow:hidden;display:block; }
#BDSoX1p8J3w9Ae7Ja8aGgymc9QrqMdmZ { position:absolute;display:block;z-index:15003;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:1.875rem;width:1.9375rem;top:1.1875rem;left:65.6875rem;overflow:hidden;display:block; }
#lsifsP1b3163kh0tCVgPKuOhgSfhP6iA { position:absolute;display:block;z-index:15004;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:1.8125rem;width:2.0625rem;top:1.25rem;left:68.75rem;overflow:hidden;display:block; }
#Ufvi3Bnl90p8atiqqXFzbzoq5lwafKXx { position:absolute;display:block;z-index:15005;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:1.375rem;width:1.9375rem;top:1.4375rem;left:72rem;overflow:hidden;display:block; }
#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { background-color: transparent; background-image: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container > .video-iframe-container { display: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container { display: none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .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); }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { border-width: 0; border-radius: 0; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.025390625rem;left:0rem;height:4.140625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw { display:block; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #mV9TvoEeqN6e5xOCtLLAC5u4fgWOFzkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #ryTTz7OLigVsbIEo8grd7wRwDfitaIxC {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #W0A0gpbRRRn8mKdW4JD7qhAwCfGJKoni {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xa1RILZfi3WQgFW8nMOn5Zn3Wp6J5odw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Bot1T5zD0RK32c4UR77FFTzFqvE53wRc {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xd0TxFnNV2I9oV7RNQ99LXXEc1PqT5in {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #x0Qx4id06PubRA2M4dcWkRymShvU4nU5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #QuvyH9M4UMqMipJANtTHvGVO6O6FQ0Xd {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Jg359X1AwdA4bQRA29WS3GaB4PKXKMmP {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #TT18f6UDQzHG7T9MFsrnHJZEvrm9fnCh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #lxNOxqNnFbPkFVxHIfoAyQZmWx7NlPdx {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #euvAXGMaz0N4C7TegXOekzxNTdUy7ac9 {  }
 }@media only screen and (max-width: 763px) { #DfSmZVbVwV4PwvwRB8UmKOGWp7mbDuOU { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTBqlZfNazJJFKZLBbvXKg8GUs0SBdJ { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0y3o16m6h3K4zKofFr7ErBd4cVWnna { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqhh5HaGnGl92oN5aO0tq0ERh4WlAdTI { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsk3DCy2NVK6ANzNqlyShm88CR7TQH6G { display:block; }
 }@media only screen and (max-width: 763px) { #pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block; }
 }@media only screen and (max-width: 763px) { #k7pcQUR715Q8GXAmyZwEQDQCU2N66144 { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaZcJOWSzlEMPLPCTUNHJ4z6cQWN4Xi { display:block; }
 }@media only screen and (max-width: 763px) { #GR1n74D0UUR72lZvGhFdwCQRR3triigm { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block; }
 }@media only screen and (max-width: 763px) { #QskkGLvDupEc6skgRho054G7fmucVUsX { top:0.1875rem;left:0rem;width:19.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { display:block; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ2xWdFJR5VRz7B2AU6orVFPHd75WZZH { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krndrVtaafB3yT65DHwZ8qSpTK7s8HJl { top:26.3125rem;left:18.375rem;width:29.375rem;height:13.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpGWqgOiH63NHur2avdC1KTKyKBqpLe1 { top:8.0625rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Din8qSkoTe3vADwMIB2ghXqDwq5Tzc42 { top:4.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-regular-label { display:block;width:33.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-text { width:33.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-text {padding-top: 0; padding-bottom: 0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-textarea { width:33.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-select { width:33.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-select {padding-top: 0; padding-bottom: 0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-button { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.625rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-checkbox-label { width:32rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf  { width:33.1875rem;height:auto;top:21.1875rem;left:0rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .radio-container { width:33.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf {display:block;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf { width:33.1875rem;height:auto;top:21.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #MO1fHGsCEW03lAynVG6M4Z2EECBL5tFa {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #fLs75IcxC4Za2GSK2kZlcKLQGZT2Ete0 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #dHsgKCa73nTDVnt0ioEbkFIWZRGFTu7h {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #TnVcJbZ4Vw4XA4AWoldDDG0WpkgEZ2hL {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #mpCEZNUr60tXPqrsOi1lDSsNTNfHbzqi {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #Ky2REgQqpTAyST2T1XMd9DVNI139Mi86 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #KQQmxMs6wgJq1iR1pMhKUBe8JdDx1qsJ {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #OTpEe30n2ny4Ctv5Wp5uRD67rxqHzanM { display:block; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #RqpgxBaStLd8bysTTfc0v7uhnsHn1lIX {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #RA0y3bZng1ow9cPmJSuS1q6fgZNIiPM3 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #HJI42g1CdsryTBhUQiVe4PNvDXykDDBo {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #fb4ge5aNkMl3lVbHrVyUsBvytVpkMoBM {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #iqRUsce2KoGdU2okcmV1MNaHlXEffcWu {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #E9cf86CT5KyE9ToqzMHCQTT2Jk3MT8sC { display:block; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #KAqNMZ1VfqT1DefFh5qhrr9nzd0xZMy0 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #Ug5rny2t55KCxDLCE5HuDnVHQA9V1hh4 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #TLoyIqKy1uvsl6hMwM82qqUC19bzzipa {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #He6qEB2T8u4L8xyccVc9QKFvz6AQIDTt {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #OuZFL0kkT7vHgX4lHPXmlnT70oPhca7A {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #mA1DxmsNzbalXzuxdAZTWwtFVFEkzmC6 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #iTpviIO8DIAMO4eSGbpJd4T2l6GQ4lWT {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #UFrXv7P5yp8fT5Di8eNLXpUOviNkJFxC {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #aRWc7MbBRCIeskDG57n9koEHrnKZy923 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #C8ta5g6Fe2cvEliTLtDInzoIdWezeC8g {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #rhZlNNsyfXzqQRPygyENiuiHha1IU0il {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #prcUC6aXaLT1WVNRXMOTfMe8BJIrOUkT {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #hTnkyJf4oc0uFOrh1fqZzA2MUmeod3Rn {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #kqZH1ewc3QPDrKOcT4T932SOwGGgDTD2 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #JHoUMB8CsooqGUdKbSmitucKH4fLblPK {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #MAi24svnbTDvIGz51FCvV6XS79Tdr5Ah {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #oXBoGVJE4XONc9AtTOaMXmSTQeTsC7kT {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #nGyKaKnxIuv1em8DC1r0MrelETrlOB4p {  }
 }@media only screen and (max-width: 763px) { #eEoTn55NoGF4ZPT2kCJXtIn5R3CVJhOh { top:21.1875rem;left:1.8125rem;width:45.9375rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2JVWrEMHDDqF8ckmo6ShUu8V0ByUgS { top:46.5625rem;left:13.3125rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKV15fZrhwZtXTA821Hsd2sdRUmHWzeV { width:21rem;height:4rem;top:41.25rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urAFuIPP5CUnP4lxzOXsa8QZsvXIDWyc { display:block; }
 }@media only screen and (max-width: 763px) { #snz9T7NfoWMgnqacr06zNVBMKZwLZga8 { display:block; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1hdds6Jf0CZTFL3ygWfuaqeTBiU9vTC { top:17.375rem;left:0.87803840637206rem;width:43.4375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7tEukUSm2goTP5DySUt1TI55xMPuEu2 { top:12.4375rem;left:10.748918533325rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9inQe0sqsvW0WChHX0QsXAPTxuT2ddS { top:12.4375rem;left:20.973527908325rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWPk6GNnJ0mpixTzG621Jg5end5omcoh { top:12.4375rem;left:30.934465408325rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMpIXW54eVqcKZJL6mSAZhJsmz9pKNE { top:4.5625rem;left:5.9095058441162rem;width:33.4375rem;height:5.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE { display:block; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBQ4m6DFAnnhaDRIdmbqc68WDiiXFyCw { top:2.25rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abhhc9l0XK6lEwx7st97MMDOL8bzMrTV { top:23.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH31GykdC8MNT4mmQppOkXPtd8JdIgTh { top:27.5rem;left:0rem;width:31.25rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKKuuuiQUCXestRsBPPFcavTWlcpafEt { top:13.0625rem;left:10.9375rem;width:36.8125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxDsPzgzpG9PN7ucBERVDVMRwVSN4OUq { top:32.3125rem;left:0rem;width:32.5rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc93bOPmTw7BG7VudNiIQr67cVR1zviN { top:15.5625rem;left:15.25rem;width:32.5rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2KTP8dztsRV0JKtp2TkER4kooOLA9N { top:15.5625rem;left:0rem;width:32.5rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVlALukG9MMAIcIamom56Lo7Wxs5RezX { top:13.0625rem;left:0rem;width:30.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U78wt0TH4wzV2GeAbOcEwODlXIAP8EiZ { top:31.9375rem;left:15.25rem;width:32.5rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4KzrHA1MZutmkPNHI9S6i2WrzqipdeA { top:27.5rem;left:11.9375rem;width:35.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u63LFTktlItVfN3gMnvZDoGfFp8O8zWz { top:9.625rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otmJAeThMZOdzZfKAtXPDDdD1Od7mqMp { top:20.75rem;left:8.25rem;width:39.5rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT64IJxDGaVVTy3NfSSElk6GxXobSqR4 { top:9.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeSOaK7LSF0uHt8CNcn0lui5BXvgO6sp { top:23.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { top:6.125rem;left:4rem;width:43.75rem;height:;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:28.25rem;height:5.4375rem;top:25.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { top:22.1875rem;left:16rem;width:31.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { top:19.8125rem;left:14.0625rem;width:33.6875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { top:19.6875rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { top:3.25rem;left:14.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { top:13.1875rem;left:10.5rem;width:37.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAN1HDQy7C2nGDTbScqURkRxXNg5ShFW { top:8.0625rem;left:0rem;width:31.5625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc { display:none; }#RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGTJkuG4Kzq3ETlTIh5qz0VA0TOmLFQA { top:6rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz4yqPJR6gPI4g8AiMVDxBPIseZIPhHc { width:21rem;height:4.5625rem;top:31.8125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznTbn1LA9DpQZ8f8Wkq8nldpnTIoblJ { display:block; }
 }@media only screen and (max-width: 763px) { #XvbyF7HGMOCo5tcoplLT0duB8JZ7phrb { top:21.875rem;left:0rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BFaAG33btLRE8ZhDb1XWCm4iTX3NeR { top:17rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VITSV67mh8LlDDPuvf6P8wqwS0zml4uv { top:4.3125rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByucBXOLG7kaWwU0nkwtdHQpyOWe4COb { top:11.625rem;left:12.625rem;width:35.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OROkg3H7DDJGzaTKUq7g6iRlZVXuMOfS { top:7.8125rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZETqNbUqVcsqEAQfzxGHQxvQObcfa9qr { top:17rem;left:15.3125rem;width:32.4375rem;height:;font-size:1rem;display:block; }#ZETqNbUqVcsqEAQfzxGHQxvQObcfa9qr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d7530a59196e3bcd87920523cdb9b05aaacb70b4.svg); }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyabgRl5ri3R7EEZ8yoZ34PDwUcMmT7Z { top:17.5625rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTmyoSMsdh09MbsuqToBBck00QyqLGr { top:14.3125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { top:18.4375rem;left:0rem;width:4.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptyRx6QMVLNIsHI0gsLgImrbIoVL9kzs { top:17.625rem;left:38.125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBwtXIqktdmze7akI0NG8nsdUBBJArO { top:18.5rem;left:38.4375rem;width:4.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { top:14.375rem;left:34.0625rem;width:13.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPWl6yxvTGbFa5qiVwauS8THdKUr5VVo { top:14.375rem;left:40.4375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Kvz5IQF7bu7f5maKTva3mW0TEkgvpF { top:17.625rem;left:12.25rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3xwB4PW1TF8PCVT2uvKEkKOAFS3tXQ3 { top:18.5rem;left:12.5625rem;width:4.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { top:14.375rem;left:19.375rem;width:16.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDye81pc5KvumqNTGxCkV7VoCfLn7WU { top:14.375rem;left:14.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnSlqlto4T9nrIAqNdT3cheTANfukys { top:14.3125rem;left:0rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:23.625rem;height:4.375rem;top:16.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { top:8rem;left:20.625rem;width:27.125rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { top:3.6875rem;left:14.5625rem;width:33.1875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { top:3.6875rem;left:0rem;width:34.4375rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44fCuUnnO3kR60cfUDBTsklOE7npJHK { top:17.875rem;left:15rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiH6mQFRVLcCQqBzeuLGuz7q9AARgtPw { top:7.125rem;left:0rem;width:33.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { display:block; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { top:2.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { top:7.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { top:32.375rem;left:27.4375rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB28pxPUo8rVyh27fZimOA5sLteaU9iS { top:34.9375rem;left:27.875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { top:13rem;left:1.1875rem;width:21.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { top:11.25rem;left:1.1875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { top:13rem;left:26.5rem;width:21.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { top:7.9375rem;left:26rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebJXbrW5islORdeQteJVyT0AyHW8sKw { top:9.125rem;left:27.1875rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { top:11.3125rem;left:27.875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { top:36.6875rem;left:1.1875rem;width:21.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { top:34.9375rem;left:1.1875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { top:36.6875rem;left:26.5rem;width:21.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { top:31.1875rem;left:26rem;width:12.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { top:9.375rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { top:30.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h75dFFp8dMUha6Ay2TvINnr0awtqUmwT { top:31.6875rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUySxU5liiJWLPvxbuRwNPT9h22RTNpM { top:20.6875rem;left:8.625rem;width:7.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvtCkmzGKAV4A47qLFaZED1i9AdR9a5R { top:19.25rem;left:6.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enuL5opVWyDqAlc5Ot2w9820uyaQRQTW { top:23.25rem;left:20.3125rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2LGCyFeHyBKlxLbopfFedimMVgDPTW { top:25rem;left:20.3125rem;width:21.25rem;height:0;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3CrBq2DWHyhkh9Lsn8uTsQA4OT4eN9G { top:20.6875rem;left:7.625rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9pSDmcaxGdT0oh0C4QshUtn26d5AHu { top:24.75rem;left:20.3125rem;width:21.25rem;height:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { top:3.75rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { top:4.5rem;left:0rem;width:20.4375rem;height:16.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CPaZatwsBzKPtC9FJLOglrsowKe0pg { top:23.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcKBSTTkfXFVOt47OrXA58z6hT6qU5Dh { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckexpe6x0Cu30Xn7hfonBty4FdtDJRlZ { display:block; }
 }@media only screen and (max-width: 763px) { #XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { top:10.5625rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPyMFcU6oHQJwI4hGu2oLOggMrT1oRZN { top:42.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { top:27.5625rem;left:5.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 { display:block; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfnEgrUIzGLic3Ld4Ddha8XHPCEe5J5S { top:4.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4dfoBBZv0QLw9pi5WaQcGZ8TKEV1z7 { top:12.625rem;left:0rem;width:35.625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8UXhpFEIHpUTTTFEFGIoCCnSMEE9TxZ { top:12.5625rem;left:12.125rem;width:35.625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1EibEDxRMlBqIXIbedwcJf0x4uLDkb4 { top:3.8125rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWg8JtnqVxdKVBI3riZPoI5usvfNZHD { top:16.0625rem;left:14.0625rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvihCMdWsR2BAgvk6fAkMzTZWGhX7Kxc { top:41.25rem;left:0rem;width:17.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2VGLMUJR5KHFPhuwAXwaBNGvg0sHXrT { top:37.75rem;left:0rem;width:35.625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADyxsvLhrR3ta2WhH5ddg3NsUD4SBfLq { top:41.25rem;left:4.9375rem;width:17.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEb6tb5yqWz84NGLtvHkLQnO29mb0bI4 { top:41.25rem;left:25.75rem;width:17.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWhGtB95v5ylq0MTMkwD0ZV5gR1D3VzN { top:41.25rem;left:30.5625rem;width:17.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCA6pzd2mkHSGrNVmRrnbJfTKuDiG1fQ { top:37.75rem;left:12.125rem;width:35.625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA { display:block; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8FQ8FnkFp0xPgIAkTUX2NnZvI01xFWA { top:16.25rem;left:30.9375rem;width:16.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfUCZm53O5a3KQZfvZritoTO5mJWr1tK { top:11.3125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqmDdLxGkpLbcluk33CTgHP0BQNFpb9Q { top:11.9375rem;left:39.374132156372rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om6zrWZiiiwrffOoVyhrnFqO6Kkk3px1 { top:11.3125rem;left:18.718751907349rem;width:10.3125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAJlIClhVxaRDlz0bXTogVctfXGwDXic { top:16.25rem;left:14.873266220092rem;width:16.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCzAzi9CHaoctR5QTDrkS5yNlXlyb2ln { top:15.4375rem;left:0rem;width:14.6875rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZsnTNEpkBGgGSNIJR8oz3zBkzOWqPHd { top:11.3125rem;left:0rem;width:9.5rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPvcppVJMe9TnMri3PJDPiCfvZvX388K { top:3.5rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { display:block; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { top:13.625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { top:14rem;left:14.65625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { top:13.6875rem;left:39.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { top:20.8125rem;left:0rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { top:20.8125rem;left:14.6875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { top:20.8125rem;left:26.875rem;width:20.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { top:15.625rem;left:0rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { top:15.625rem;left:20rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { top:15.625rem;left:32.125rem;width:15.625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { top:19.3125rem;left:0rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { top:19.3125rem;left:14.65625rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { top:19.3125rem;left:32.75rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { top:6.0625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1prin0cHFcVC0y1KQxbsVWy2DnErMRD { top:4.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALJqxk9Nzzpdlxm56i33i4rkQ1HUryhM { top:7.8125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 { display:block; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHq7mg1quG8LNCgZWgP7bi8D6c2FvWXV { top:1.75rem;left:0rem;width:5.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1MO16PkT4U7Pkq6thlhErAex7ERrNrK { top:1.75rem;left:5.625rem;width:5.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itW9n14rFkqM7Z91ibUOak3IMNRqFZ3F { top:8.0625rem;left:0rem;width:9.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmITgIlCU0pwk4w6aaHJrdhr5qVlZTH4 { top:8.0625rem;left:4.125rem;width:8.625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Pci9kVvTUu5sh9UfoPQ2i5SSKru79b { top:12.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unmbOv0rZUwLuRhyL2EqVi1M26HLuD3M { top:1.8125rem;left:35.4375rem;width:5.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzgADcqGXoVHhPm0H0PTbRb6gPG57xBU { top:7.625rem;left:32rem;width:12.5625rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILkqU3N3sz8M8RXOXLS79xZmECKdIcI7 { top:1.8125rem;left:42.125rem;width:5.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75Xg40dHN8hbeOD8FDne9aTFuq1vBWE { top:8.0625rem;left:37.1875rem;width:10.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeXiJEIXVZEn914OOLLVNr7BJU62aZ85 { top:2.8125rem;left:14.8125rem;width:18.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCUQwNsNgsUSXdWKNgpUHlbUfffmxvp { top:17.375rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKoDKbTHIQWygSZTri9DMM0Um3ASs7G4 { top:17.375rem;left:1.3098983764649rem;width:10.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuH2Kmpp2GGQhoF3mwPADbFvfLcQs0N0 { top:17.375rem;left:16.218753814698rem;width:15.3125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1MVQwLG08vxanakEsH7ZWRqlIJSbL7i { top:17.25rem;left:35.437503814698rem;width:10.375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5k8PdxS1mx1iJlWmgyGUO2gyDWZ0Hy { top:17.375rem;left:36.5rem;width:11.25rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { display:block; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEmGB0kHKiImsqrae7Epa0TPrBGdsgLG { top:1.3125rem;left:0rem;width:9.0625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { display:block; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8x210VEDfc3MXA6q1Fz9zTEOgOc7OtT { top:1.5rem;left:5.625rem;width:36.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QGTJtrTcGArDp78gOI7JgpL7BXMEAP { top:1.0625rem;left:46.125rem;width:1.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQSJhm8eK2fNJDTUGOMVcuK8s9ximI9 { top:1.125rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSoX1p8J3w9Ae7Ja8aGgymc9QrqMdmZ { top:1.1875rem;left:45.8125rem;width:1.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsifsP1b3163kh0tCVgPKuOhgSfhP6iA { top:1.25rem;left:45.6875rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufvi3Bnl90p8atiqqXFzbzoq5lwafKXx { top:1.4375rem;left:45.8125rem;width:1.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { display:block; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { top:1rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw { display:block; }#WfCTPdKGGMKMUg3DOTxiVTUeEoxOFxgw > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B1a5zPLTdt1oRTKExV8h0shluyW20eDx { display:flex;width:13.1875rem;height:3.186875rem;top:2.4375rem;left:3.53125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #mV9TvoEeqN6e5xOCtLLAC5u4fgWOFzkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #ryTTz7OLigVsbIEo8grd7wRwDfitaIxC {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #W0A0gpbRRRn8mKdW4JD7qhAwCfGJKoni {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xa1RILZfi3WQgFW8nMOn5Zn3Wp6J5odw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Bot1T5zD0RK32c4UR77FFTzFqvE53wRc {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #xd0TxFnNV2I9oV7RNQ99LXXEc1PqT5in {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #x0Qx4id06PubRA2M4dcWkRymShvU4nU5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #QuvyH9M4UMqMipJANtTHvGVO6O6FQ0Xd {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #Jg359X1AwdA4bQRA29WS3GaB4PKXKMmP {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #TT18f6UDQzHG7T9MFsrnHJZEvrm9fnCh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #lxNOxqNnFbPkFVxHIfoAyQZmWx7NlPdx {  }
 }@media only screen and (max-width: 763px) { #B1a5zPLTdt1oRTKExV8h0shluyW20eDx #euvAXGMaz0N4C7TegXOekzxNTdUy7ac9 {  }
 }@media only screen and (max-width: 763px) { #DfSmZVbVwV4PwvwRB8UmKOGWp7mbDuOU { width:20rem;height:1.2000875rem;top:1.14453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imTBqlZfNazJJFKZLBbvXKg8GUs0SBdJ { width:8.75rem;height:0.1875rem;top:5.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS0y3o16m6h3K4zKofFr7ErBd4cVWnna { width:20rem;height:0.1875rem;top:0.39453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ { display:block; }#gCQsWNT9axtZAUrNTJDC537Rnqle5HFZ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqhh5HaGnGl92oN5aO0tq0ERh4WlAdTI { width:7.874375rem;height:2.24935rem;top:2.3187932968139rem;left:12.124566376209rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsk3DCy2NVK6ANzNqlyShm88CR7TQH6G { display:block; }
 }@media only screen and (max-width: 763px) { #pHMwDCRIu4lTUy7DdPZXDBnByXeQ8pE8 { width:4.6875rem;height:2.25rem;top:4.5rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATETTnuN4ZxnhXFCRri3Req0z0h2hFwH { display:block; }
 }@media only screen and (max-width: 763px) { #k7pcQUR715Q8GXAmyZwEQDQCU2N66144 { width:4.6875rem;height:2.25rem;top:4.5rem;left:7.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaZcJOWSzlEMPLPCTUNHJ4z6cQWN4Xi { display:block; }
 }@media only screen and (max-width: 763px) { #GR1n74D0UUR72lZvGhFdwCQRR3triigm { width:4.6875rem;height:2.25rem;top:4.5rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc9v3PsT0NqVs5WhfRVldHvyfF68WACw { display:block; }
 }@media only screen and (max-width: 763px) { #QskkGLvDupEc6skgRho054G7fmucVUsX { width:15.061875rem;height:3.87478125rem;top:0rem;left:2.4685330986977rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU { background-color:transparent;background-image: -webkit-linear-gradient(104deg, #000000, #ff2f2f);background-image: -moz-linear-gradient(104deg, #000000, #ff2f2f);background-image: -ms-linear-gradient(104deg, #000000, #ff2f2f);background-image: -o-linear-gradient(104deg, #000000, #ff2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2f2f' );";background-image: linear-gradient(104deg, #000000, #ff2f2f);background-size:auto !important;display:block; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { background-color: transparent; background-image: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row > .video-iframe-container { display: none; }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .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); }#mQPaIEFWupXiRQNR1SfrK9CZ9Bm6DGuU > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJ2xWdFJR5VRz7B2AU6orVFPHd75WZZH { width:20rem;height:5.49913125rem;top:0.87456607818606rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krndrVtaafB3yT65DHwZ8qSpTK7s8HJl { width:20rem;height:8.52973125rem;top:7.2222251892087rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpGWqgOiH63NHur2avdC1KTKyKBqpLe1 { display:flex;width:2.3125rem;height:2.3125rem;top:3.4375rem;left:17.6875rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Din8qSkoTe3vADwMIB2ghXqDwq5Tzc42 { display:flex;width:2.56185rem;height:2.56185rem;top:0.87456607818606rem;left:0.81163197755812rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-size:1.125rem;overflow:hidden;height:auto; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-text {padding-top: 0; padding-bottom: 0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-select {padding-top: 0; padding-bottom: 0;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;font-size:0.9375rem;overflow:hidden;height:2.1875rem;line-height:1;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#000000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf  { width:17.5rem;height:auto;top:21.034072875976rem;left:0rem; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf {display:block;}#yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf { width:17.5rem;height:auto;top:21.034072875976rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #MO1fHGsCEW03lAynVG6M4Z2EECBL5tFa {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #fLs75IcxC4Za2GSK2kZlcKLQGZT2Ete0 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #dHsgKCa73nTDVnt0ioEbkFIWZRGFTu7h {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #TnVcJbZ4Vw4XA4AWoldDDG0WpkgEZ2hL {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #mpCEZNUr60tXPqrsOi1lDSsNTNfHbzqi {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #Ky2REgQqpTAyST2T1XMd9DVNI139Mi86 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #KQQmxMs6wgJq1iR1pMhKUBe8JdDx1qsJ {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #OTpEe30n2ny4Ctv5Wp5uRD67rxqHzanM { display:block; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #RqpgxBaStLd8bysTTfc0v7uhnsHn1lIX {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #RA0y3bZng1ow9cPmJSuS1q6fgZNIiPM3 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #HJI42g1CdsryTBhUQiVe4PNvDXykDDBo {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #fb4ge5aNkMl3lVbHrVyUsBvytVpkMoBM {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #iqRUsce2KoGdU2okcmV1MNaHlXEffcWu {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #E9cf86CT5KyE9ToqzMHCQTT2Jk3MT8sC { display:block; }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #KAqNMZ1VfqT1DefFh5qhrr9nzd0xZMy0 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #Ug5rny2t55KCxDLCE5HuDnVHQA9V1hh4 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #TLoyIqKy1uvsl6hMwM82qqUC19bzzipa {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #He6qEB2T8u4L8xyccVc9QKFvz6AQIDTt {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #OuZFL0kkT7vHgX4lHPXmlnT70oPhca7A {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #mA1DxmsNzbalXzuxdAZTWwtFVFEkzmC6 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #iTpviIO8DIAMO4eSGbpJd4T2l6GQ4lWT {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #UFrXv7P5yp8fT5Di8eNLXpUOviNkJFxC {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #aRWc7MbBRCIeskDG57n9koEHrnKZy923 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #C8ta5g6Fe2cvEliTLtDInzoIdWezeC8g {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #rhZlNNsyfXzqQRPygyENiuiHha1IU0il {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #prcUC6aXaLT1WVNRXMOTfMe8BJIrOUkT {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #hTnkyJf4oc0uFOrh1fqZzA2MUmeod3Rn {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #kqZH1ewc3QPDrKOcT4T932SOwGGgDTD2 {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #JHoUMB8CsooqGUdKbSmitucKH4fLblPK {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #MAi24svnbTDvIGz51FCvV6XS79Tdr5Ah {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #oXBoGVJE4XONc9AtTOaMXmSTQeTsC7kT {  }
 }@media only screen and (max-width: 763px) { #yy3dwwiZmicTtaIOOyhTinKGH7lxkWbf #nGyKaKnxIuv1em8DC1r0MrelETrlOB4p {  }
 }@media only screen and (max-width: 763px) { #eEoTn55NoGF4ZPT2kCJXtIn5R3CVJhOh { width:20rem;height:2.3990875rem;top:91.717670440675rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Is2JVWrEMHDDqF8ckmo6ShUu8V0ByUgS { width:20rem;height:20rem;top:80.234374046325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKV15fZrhwZtXTA821Hsd2sdRUmHWzeV { width:19rem;height:4rem;top:15.751957893372rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #urAFuIPP5CUnP4lxzOXsa8QZsvXIDWyc { display:block; }
 }@media only screen and (max-width: 763px) { #snz9T7NfoWMgnqacr06zNVBMKZwLZga8 { display:block; }#snz9T7NfoWMgnqacr06zNVBMKZwLZga8 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1hdds6Jf0CZTFL3ygWfuaqeTBiU9vTC { width:20rem;height:1.349825rem;top:9.0852870941163rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7tEukUSm2goTP5DySUt1TI55xMPuEu2 { display:flex;width:3.24978125rem;height:3.24978125rem;top:4.7764749526978rem;left:1.6851130127907rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #A9inQe0sqsvW0WChHX0QsXAPTxuT2ddS { display:flex;width:3.2487rem;height:3.2487rem;top:4.84375rem;left:8.3745663762094rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XWPk6GNnJ0mpixTzG621Jg5end5omcoh { display:flex;width:3.24978125rem;height:3.24978125rem;top:4.7743062973022rem;left:15.060764610767rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZrMpIXW54eVqcKZJL6mSAZhJsmz9pKNE { width:20rem;height:2.17448125rem;top:1.5104160308838rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE { display:block; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBQ4m6DFAnnhaDRIdmbqc68WDiiXFyCw { width:20rem;height:4.3496125rem;top:2.0625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abhhc9l0XK6lEwx7st97MMDOL8bzMrTV { display:flex;width:1.9375rem;height:1.9375rem;top:24.875rem;left:0.96875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cH31GykdC8MNT4mmQppOkXPtd8JdIgTh { width:14.875rem;height:4.94791875rem;top:24.875rem;left:3.375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZKKuuuiQUCXestRsBPPFcavTWlcpafEt { width:14.375rem;height:3.2986125rem;top:17.25rem;left:3.625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fxDsPzgzpG9PN7ucBERVDVMRwVSN4OUq { width:12.75rem;height:2.4375rem;top:30.4609375rem;left:3.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rc93bOPmTw7BG7VudNiIQr67cVR1zviN { width:12.125rem;height:1.50065rem;top:21.1484375rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vo2KTP8dztsRV0JKtp2TkER4kooOLA9N { width:9.9375rem;height:1.50065rem;top:12.607421875rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVlALukG9MMAIcIamom56Lo7Wxs5RezX { width:14.375rem;height:3.2986125rem;top:8.7109375rem;left:3.625rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U78wt0TH4wzV2GeAbOcEwODlXIAP8EiZ { width:14.6875rem;height:3.65625rem;top:42.28125rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4KzrHA1MZutmkPNHI9S6i2WrzqipdeA { width:14.375rem;height:6.597625rem;top:34.96875rem;left:3.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u63LFTktlItVfN3gMnvZDoGfFp8O8zWz { display:flex;width:1.875rem;height:1.875rem;top:8.7109375rem;left:1rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #otmJAeThMZOdzZfKAtXPDDdD1Od7mqMp { width:20rem;height:40.125rem;top:7.2861328125rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT64IJxDGaVVTy3NfSSElk6GxXobSqR4 { display:flex;width:1.875rem;height:1.875rem;top:17.25rem;left:1rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #XeSOaK7LSF0uHt8CNcn0lui5BXvgO6sp { display:flex;width:2.125rem;height:2.125rem;top:34.96875rem;left:0.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:20rem;height:88.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { width:20rem;height:4.798825rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:13.125rem;height:4.375rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { width:20rem;height:3rem;top:18.5234375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { width:16.875rem;height:3.298825rem;top:16.01171875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { display:flex;width:2.5rem;height:2.5rem;top:15.5859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { width:12.5rem;height:12.5rem;top:19.8359375rem;left:7.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { width:20rem;height:0;top:5.8359375rem;left:0rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dAN1HDQy7C2nGDTbScqURkRxXNg5ShFW { width:20rem;height:20rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc { display:none; }#RlL0dvTuxcTJGgSSokik9kH8UVDDM4lc > .row .container { width:20rem;height:115.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGTJkuG4Kzq3ETlTIh5qz0VA0TOmLFQA { width:20rem;height:4.798825rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz4yqPJR6gPI4g8AiMVDxBPIseZIPhHc { width:13.125rem;height:4.375rem;top:43.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznTbn1LA9DpQZ8f8Wkq8nldpnTIoblJ { display:block; }
 }@media only screen and (max-width: 763px) { #XvbyF7HGMOCo5tcoplLT0duB8JZ7phrb { width:15.0625rem;height:18.5rem;top:66rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BFaAG33btLRE8ZhDb1XWCm4iTX3NeR { width:11.375rem;height:11.375rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VITSV67mh8LlDDPuvf6P8wqwS0zml4uv { display:flex;width:5.9375rem;height:5.9375rem;top:45.6875rem;left:14.0625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #ByucBXOLG7kaWwU0nkwtdHQpyOWe4COb { width:20rem;height:0.3125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OROkg3H7DDJGzaTKUq7g6iRlZVXuMOfS { display:flex;width:5.9375rem;height:5.9375rem;top:48.3125rem;left:11.4375rem;font-size:4.125rem; }
 }@media only screen and (max-width: 763px) { #ZETqNbUqVcsqEAQfzxGHQxvQObcfa9qr { width:20rem;height:15.375rem;top:91.9375rem;left:0rem;font-size:1rem;display:block; }#ZETqNbUqVcsqEAQfzxGHQxvQObcfa9qr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d7530a59196e3bcd87920523cdb9b05aaacb70b4.svg); }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:20rem;height:67.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { width:20rem;height:2.3999rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyabgRl5ri3R7EEZ8yoZ34PDwUcMmT7Z { width:3.125rem;height:3.125rem;top:8.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTmyoSMsdh09MbsuqToBBck00QyqLGr { display:flex;width:4.1875rem;height:4.1875rem;top:8.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { width:4.6875rem;height:2.3999rem;top:8.9375rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptyRx6QMVLNIsHI0gsLgImrbIoVL9kzs { width:3.125rem;height:3.125rem;top:39.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBwtXIqktdmze7akI0NG8nsdUBBJArO { width:4.6875rem;height:2.3994125rem;top:39.8125rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { width:20rem;height:4.5rem;top:43.5625rem;left:0rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #nPWl6yxvTGbFa5qiVwauS8THdKUr5VVo { display:flex;width:4.1875rem;height:4.1875rem;top:39.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d9Kvz5IQF7bu7f5maKTva3mW0TEkgvpF { width:3.125rem;height:3.125rem;top:24rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3xwB4PW1TF8PCVT2uvKEkKOAFS3tXQ3 { width:4.6875rem;height:2.3994125rem;top:24.375rem;left:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { width:20rem;height:4.5rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDye81pc5KvumqNTGxCkV7VoCfLn7WU { display:flex;width:4.1875rem;height:4.1875rem;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FcnSlqlto4T9nrIAqNdT3cheTANfukys { width:16.125rem;height:3rem;top:49.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { background-color:#626262;background-image:none;display:none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:17.125rem;height:3.75rem;top:15.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { width:18.375rem;height:3.75rem;top:9.9375rem;left:1.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { width:20rem;height:16.3125rem;top:7.734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { width:18.4375rem;height:6.0926625rem;top:0.6875rem;left:0.78125rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H44fCuUnnO3kR60cfUDBTsklOE7npJHK { width:5.3125rem;height:5.3125rem;top:21.421875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiH6mQFRVLcCQqBzeuLGuz7q9AARgtPw { width:20rem;height:13.6875rem;top:17.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSxE4cPe86vctWyQTqrFJcLitdLxvtdf { display:none; }#wSxE4cPe86vctWyQTqrFJcLitdLxvtdf > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQIgTwQn8fVbG13OFgdKgtwE56zvIWMC { width:20rem;height:4.798825rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqUch0BTlZmRGqPmkeDMx77oxy3EXPg { width:6.875rem;height:6.875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWnyvpyqZtKsBTfBos5CD62DTHAWiwK { width:5.625rem;height:5.625rem;top:34.2578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB28pxPUo8rVyh27fZimOA5sLteaU9iS { width:10.1875rem;height:3.298825rem;top:35.421875rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cff4F7Lv2nzfrOhMbkrT8AMQkMpN6hV4 { width:9.125rem;height:1.0319rem;top:22.94921875rem;left:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2Jxi1CQ7W7dU667yQhERVqWJBTqNX4 { width:12.5rem;height:1.65rem;top:21.30078125rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adcqmaUDdbT1G26OmyVfMnUkkboeX3Tk { width:10.25rem;height:1.0319rem;top:15.40625rem;left:7.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJBtwsLbitWU5BDGLAaS1a8UwZbfhWfL { width:6.875rem;height:6.875rem;top:17.16796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebJXbrW5islORdeQteJVyT0AyHW8sKw { width:5.625rem;height:5.625rem;top:10.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbAbNJi2HN80TVOOTuXxRJXvRpQK1HKm { width:12.5rem;height:1.6494125rem;top:13.8203125rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7aBRsSFoQpzTR5gwzA5tradh0Fbm5N { width:11.5625rem;height:1.0319rem;top:30.91796875rem;left:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyPpXK35TLg0LlUi56riwgJF7QL5MLVX { width:12.5rem;height:1.6494125rem;top:29.33203125rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z822DrHzNnmIXzmfTE6KtQ3kdGEBw8EB { width:11.625rem;height:1.0319rem;top:38.916015625rem;left:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOd9NxFoAEvAHADnKJm3CfV17BIf43l { width:6.875rem;height:6.875rem;top:33.009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwsdy9rgTN3dMotDzebTZ9W8zihhnono { width:5.625rem;height:5.625rem;top:18.41796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRlU6qT3XIgDKxd885Tkr8SlXS52NuK { width:6.875rem;height:6.875rem;top:25.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h75dFFp8dMUha6Ay2TvINnr0awtqUmwT { width:5.6875rem;height:5.6875rem;top:26.19921875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUySxU5liiJWLPvxbuRwNPT9h22RTNpM { width:4.125rem;height:5.25rem;top:42.533203125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvtCkmzGKAV4A47qLFaZED1i9AdR9a5R { width:6.625rem;height:6.625rem;top:41.095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enuL5opVWyDqAlc5Ot2w9820uyaQRQTW { width:10.875rem;height:3.298825rem;top:43.5078125rem;left:7.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2LGCyFeHyBKlxLbopfFedimMVgDPTW { width:10.9375rem;height:0;top:47.845703125rem;left:4.53125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3CrBq2DWHyhkh9Lsn8uTsQA4OT4eN9G { width:5.3125rem;height:5.3125rem;top:42.470703125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9pSDmcaxGdT0oh0C4QshUtn26d5AHu { width:8.1875rem;height:1.0319rem;top:46.814453125rem;left:6.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { width:20rem;height:4.798825rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { width:20rem;height:7.3111875rem;top:8.484375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9CPaZatwsBzKPtC9FJLOglrsowKe0pg { width:12.5rem;height:12.5rem;top:18.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcKBSTTkfXFVOt47OrXA58z6hT6qU5Dh { width:16rem;height:4.375rem;top:33rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckexpe6x0Cu30Xn7hfonBty4FdtDJRlZ { display:block; }
 }@media only screen and (max-width: 763px) { #XsnLfm8H2PtRDJgJhARIP6tU9yQOT0VT { height:11.19925rem;width:20rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPyMFcU6oHQJwI4hGu2oLOggMrT1oRZN { width:20rem;height:4.875rem;top:39rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { display:flex;width:2.8125rem;height:2.8125rem;top:4.109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 { display:none; }#xCMeFMOuIq1JI6IGTRuTQiwk1LLv1Ml6 > .row .container { width:20rem;height:77rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfnEgrUIzGLic3Ld4Ddha8XHPCEe5J5S { width:20rem;height:4.798825rem;top:2.2646484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kc4dfoBBZv0QLw9pi5WaQcGZ8TKEV1z7 { width:20rem;height:13.25rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8UXhpFEIHpUTTTFEFGIoCCnSMEE9TxZ { width:20rem;height:13.25rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1EibEDxRMlBqIXIbedwcJf0x4uLDkb4 { display:flex;width:3.75rem;height:3.75rem;top:8.1875rem;left:13.9375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #TsWg8JtnqVxdKVBI3riZPoI5usvfNZHD { width:18.75rem;height:17.25rem;top:1.4375rem;left:0.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvihCMdWsR2BAgvk6fAkMzTZWGhX7Kxc { width:20rem;height:6rem;top:30.537109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2VGLMUJR5KHFPhuwAXwaBNGvg0sHXrT { width:20rem;height:5.19921875rem;top:26.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADyxsvLhrR3ta2WhH5ddg3NsUD4SBfLq { width:20rem;height:6rem;top:36.224609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEb6tb5yqWz84NGLtvHkLQnO29mb0bI4 { width:20rem;height:6rem;top:63.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWhGtB95v5ylq0MTMkwD0ZV5gR1D3VzN { width:20rem;height:6rem;top:69rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCA6pzd2mkHSGrNVmRrnbJfTKuDiG1fQ { width:20rem;height:2.5996125rem;top:58.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA { display:block; }#ueOeexKNRQtNkZ6BO5CWLDJi2Ip2RiaA > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8FQ8FnkFp0xPgIAkTUX2NnZvI01xFWA { width:15.625rem;height:1.5rem;top:21.6875rem;left:3.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IfUCZm53O5a3KQZfvZritoTO5mJWr1tK { width:12.9375rem;height:2.4rem;top:18.3125rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqmDdLxGkpLbcluk33CTgHP0BQNFpb9Q { display:flex;width:2.5rem;height:2.5rem;top:18.3125rem;left:0.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Om6zrWZiiiwrffOoVyhrnFqO6Kkk3px1 { width:14.1875rem;height:2.4rem;top:27rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAJlIClhVxaRDlz0bXTogVctfXGwDXic { width:15.625rem;height:1.5rem;top:30.375rem;left:3.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JCzAzi9CHaoctR5QTDrkS5yNlXlyb2ln { width:15.625rem;height:4.4987rem;top:39.125rem;left:3.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZsnTNEpkBGgGSNIJR8oz3zBkzOWqPHd { width:14.1875rem;height:2.4rem;top:35.75rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPvcppVJMe9TnMri3PJDPiCfvZvX388K { width:20rem;height:2.32530625rem;top:3.375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmFz0RXARRXyr2eXhTQluuL74MWxSvNl { display:none; }#KmFz0RXARRXyr2eXhTQluuL74MWxSvNl > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uDux7pQWUQTaiO0L7TQT9GmephRMMen7 { width:20rem;height:4.798825rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Jpoui9bOS04lKxLOAD5XRclKZV3sQLqa { display:flex;width:2.375rem;height:2.375rem;top:8.25rem;left:0.625rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #hTPHGdAd9SlWd1wb2XiAmPwOZtHkX9Jh { display:flex;width:2.1875rem;height:2.1875rem;top:17.875rem;left:0.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZD6wWFZa0uGQN9ytZmxZLKdTeicrcgLJ { display:flex;width:2.8125rem;height:2.8125rem;top:27.5625rem;left:0.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ZzRqlLKb58DOdu945uOoRzm51SJAkQfD { width:15.8125rem;height:1.5rem;top:11.8125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGTqZwBCCTFfhyiHsoCxFSHxgAXUnPT { width:15.8125rem;height:1.5rem;top:21.5rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkuzQsxJHHzcEkDFsF21o6AJf7611PS { width:15.8125rem;height:1.5rem;top:31.1875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wrzoRoHtoa1tdyVNgCOXHXkffbi9c5 { width:15.8125rem;height:2.0625rem;top:8.3125rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXJPlQlXDbuND4IaWW8FTuJeJvu7CR3 { width:15.8125rem;height:2.0625rem;top:17.9375rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3tARXyPnJS6wdNJbNgXfUDasTyLetDd { width:15.8125rem;height:2.0625rem;top:27.9375rem;left:4.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3zFTGrVkqawVLvUVqMRoCcuKm3UCqnn { width:15rem;height:0.0625rem;top:15.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7NZ0B2bz7It9keDyTRLuvXbSV7aok3w { width:15rem;height:0.0625rem;top:25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRlLkvpwk0ktqPMxIbX32HesSJefS68 { width:15rem;height:0.0625rem;top:35.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { width:20rem;height:4.798825rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c1prin0cHFcVC0y1KQxbsVWy2DnErMRD { display:flex;width:3.75rem;height:3.75rem;top:10.421875rem;left:14.9375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #ALJqxk9Nzzpdlxm56i33i4rkQ1HUryhM { display:flex;width:3.75rem;height:3.75rem;top:8.734375rem;left:13.3125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:20rem;top:11.859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 { display:block; }#mNHgPdxHlq1oKt4bv2OtSOTe5lv07dG6 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHq7mg1quG8LNCgZWgP7bi8D6c2FvWXV { width:4rem;height:3.75rem;top:8.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1MO16PkT4U7Pkq6thlhErAex7ERrNrK { width:4rem;height:3.75rem;top:8.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itW9n14rFkqM7Z91ibUOak3IMNRqFZ3F { width:6.4375rem;height:1.64930625rem;top:13.1875rem;left:1.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmITgIlCU0pwk4w6aaHJrdhr5qVlZTH4 { width:7.3125rem;height:1.64930625rem;top:13.1875rem;left:11.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2Pci9kVvTUu5sh9UfoPQ2i5SSKru79b { width:20rem;height:7.3046875rem;top:24.844792366028rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #unmbOv0rZUwLuRhyL2EqVi1M26HLuD3M { width:4rem;height:3.6875rem;top:16.124999046326rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzgADcqGXoVHhPm0H0PTbRb6gPG57xBU { width:8.6875rem;height:2.47395625rem;top:20.187499046326rem;left:0.84375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILkqU3N3sz8M8RXOXLS79xZmECKdIcI7 { width:4rem;height:3.6875rem;top:16.124999046326rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p75Xg40dHN8hbeOD8FDne9aTFuq1vBWE { width:8.375rem;height:1.64930625rem;top:20.599999427796rem;left:10.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeXiJEIXVZEn914OOLLVNr7BJU62aZ85 { width:18.125rem;height:4.3125rem;top:2.29296875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRCUQwNsNgsUSXdWKNgpUHlbUfffmxvp { width:7.5625rem;height:0.8125rem;top:38.125rem;left:6.21875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKoDKbTHIQWygSZTri9DMM0Um3ASs7G4 { width:6.75rem;height:0.8125rem;top:32.724609375rem;left:6.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuH2Kmpp2GGQhoF3mwPADbFvfLcQs0N0 { width:10.0625rem;height:0.8125rem;top:35.32421875rem;left:4.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1MVQwLG08vxanakEsH7ZWRqlIJSbL7i { width:6.75rem;height:0.8125rem;top:34.0244140625rem;left:6.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5k8PdxS1mx1iJlWmgyGUO2gyDWZ0Hy { width:11.25rem;height:0.8125rem;top:36.75rem;left:4.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E { display:block; }#eMATTPQiVKKiTRcFpLr6mzKakSSGCJ1E > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEmGB0kHKiImsqrae7Epa0TPrBGdsgLG { width:5.875rem;height:0.8125rem;top:0.53125rem;left:7.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP { display:block; }#xSgvXCUrgF7XUkBqBfPN5sIPW6P9ybWP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8x210VEDfc3MXA6q1Fz9zTEOgOc7OtT { width:20rem;height:0.8941rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QGTJtrTcGArDp78gOI7JgpL7BXMEAP { width:0.5625rem;height:1.1875rem;top:2.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQSJhm8eK2fNJDTUGOMVcuK8s9ximI9 { width:1.1875rem;height:1.1875rem;top:2.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSoX1p8J3w9Ae7Ja8aGgymc9QrqMdmZ { width:1.1875rem;height:1.125rem;top:2.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsifsP1b3163kh0tCVgPKuOhgSfhP6iA { width:1.1875rem;height:1rem;top:2.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufvi3Bnl90p8atiqqXFzbzoq5lwafKXx { width:1.1875rem;height:0.8125rem;top:2.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zibmumFfZIRt31sUV7I0ElLVwPPdrqNV { position:relative;z-index:auto;display:none; }#zibmumFfZIRt31sUV7I0ElLVwPPdrqNV > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQG7zvSHTSTTeSXlcmfPV819aqp8nNz9 { width:20rem;height:7.1484375rem;top:0.20625114440918rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;font-weight:700;font-style:normal;display:block; }
 }