.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:217,245,246;--color-primary-1:130,221,226;--color-primary-2:4,187,197;--color-primary-3:2,94,99;--color-primary-4:1,28,30;--color-secondary-0:251,223,230;--color-secondary-1:242,148,172;--color-secondary-2:229,40,88;--color-secondary-3:115,20,44;--color-secondary-4:34,6,13;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:139,148,153;--color-tertiary-3:83,89,92;--color-tertiary-4:11,16,32;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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;z-index:auto;display:none; }#BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP > .row .container { border-width: 0; border-radius: 0; }#BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#KcIeg0SBwrNeHoIa1LpqfsZfugiDcbAM { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.25rem;top:1rem;left:5.46875rem;overflow:hidden;display:block; }
#AlIJ5BahywWqrnyk92Pl4VZASc9NGUPu { 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:15000;opacity:1;display:none; }
#zgDvBLlOCkyRG3HtDR4aZq4VXh9PZHL3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:5rem;left:3.5625rem;display:none; }
#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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;top:0rem;left:0rem;right:0rem;display:block; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row .container { background-color: transparent; background-image: none; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row .container > .video-iframe-container { display: none; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row > .video-iframe-container { display: none; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .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); }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row .container { border-width: 0; border-radius: 0; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#dGHRo4ZkqmoDPXf27DmTRurnSttOnt2u { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.25rem;top:1rem;left:5.46875rem;overflow:hidden;display:block; }
#z1aNnSyMzBRTh6QRAdfTt4liXC29EeOA { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-primary-4),0.77) ;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.3;overflow:hidden;position:absolute;width:19rem;height:3rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.75rem;left:53.75rem;display:block; }
#wVtlCE5sNBkoT7iWZrq9m8l1UaD85gqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dXOythuVTwp9rsuIN2mSFWWSfpKoaBHR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.703125rem;left:37.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dyUkvM8UMTMyw4cDtSI1PzMUxex91sZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.703125rem;left:25.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#BpICk0Huefw8Qkc1OKLfXJmnhnFThl2w { 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:15000;opacity:1;display:none; }
#qxIuwrNhDPABP5BdzoF3GSkHHbLCQXPz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:5rem;left:3.5625rem;display:none; }
#G4s0nBigsrZCeHBlQVGKvycciRuv8GAR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.703125rem;left:34.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vaTvZcWeSZv4gumbyVVTDQMQHrQn3BhH { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.703125rem;left:29.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#VqhF3qpBHOkyWTQ9tKIo6b1Q5dJm3sT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.703125rem;left:18.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { border-width: 0; border-radius: 0; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { 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:15000;opacity:1;display:none; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#H0kp8IGITGxscR54JtlkJlSLd0RiD5hs { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.5rem;top:24.625rem;left:48.875rem;overflow:hidden;display:none; }
#meU5Efts5AirF0HuQXGpSppiyVeLJCtB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8a5253, #000000);background-image: -moz-linear-gradient(180deg, #8a5253, #000000);background-image: -ms-linear-gradient(180deg, #8a5253, #000000);background-image: -o-linear-gradient(180deg, #8a5253, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5253', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5253', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8a5253, #000000);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.39) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3.1875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:36.0625rem;left:36.8125rem;display:block; }
#NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:29.875rem;left:37.46875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#adtxDbFFmMAD9uUDDT3vNkw5hV01okq3 { box-sizing:content-box;height:0.125rem;width:36.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:36.5625rem;display:block; }
#KsQ7EZkCnDJgqc6meufU7XTq7E3F9PEz { box-sizing:content-box;height:0.125rem;width:36.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:36.5625rem;display:block; }
#a8HTobovqvq3FpmaqNGGAWWnfQzckceg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.1875rem;left:0rem;display:block; }
#SH5wZsNwzrwIdA1bQOGevHfB9skh9sax { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:31.875rem;width:31.9375rem;top:8.0625rem;left:2.1875rem;overflow:hidden;display:block; }
#biEx4T7tdH1GU0EcmHg0cNQe5fN3O4l8 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:"source sans pro";font-size:3.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.5rem;left:36.5625rem;height:11.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rqmCCft2WlKpXHaADKwlV0HDp0rCcyEr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.375rem;left:36.5rem;height:3.57421875rem;display:block; }
#mTyfud0IobeFVUaQtldJCSURez76FucJ { 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:15000;opacity:1;display:none; }
#uI4kU954QSNiqcurpvC803mxdFXED00w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { background-color: transparent; background-image: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container > .video-iframe-container { display: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container { display: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .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); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { border-width: 0; border-radius: 0; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#FB2TkntTEwE9pJPthcTVSsH9yhlLbetG { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.75rem;left:0rem;display:block; }
#DISFm5mdScbfkbrQgN0GCtFQEXBvGfb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:7.0625rem;left:7.1875rem;height:5rem;display:block; }
#V1kXE7GG21yQfzsk2yOGc6Iqd9R40RQx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:13.625rem;left:7.1875rem;height:17.097675rem;display:block; }
#h4b1ENZ0TWFGq436rcQCyc7GDNTicv29 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:28.375rem;width:32.625rem;top:6.4375rem;left:36.875rem;overflow:hidden;display:block; }
#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { position:relative;display:block; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { background-color: transparent; background-image: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .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); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { border-width: 0; border-radius: 0; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .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; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .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:45.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CnZJtq8IMPOKzoVBkiar6sJgAc56Npcc { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.1875rem;left:0rem;display:block; }
#Ttf0PbNsQg0u6lGtbCiyXCXHitgZmIuE { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.75rem;left:35.875rem;height:3.33105625rem;text-align:left;text-align-last:left;display:block; }
#XwTCpqrGMZc24dPyrihvVkSp08GeB6Q1 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:31.5625rem;width:25.125rem;top:4.4375rem;left:7.875rem;overflow:hidden;display:block; }
#TMft7viv57iFPRDO0W7R9k33Rph4SJ6b { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.6875rem;left:35.875rem;height:27.2969rem;display:block; }
#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { background-color: transparent; background-image: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container > .video-iframe-container { display: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container { display: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .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); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { border-width: 0; border-radius: 0; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#x1qpzr4Izlcv6fz1WId55eqcoOhGIo5Q { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:metropolis;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:5.875rem;left:3.3125rem;height:;text-align:left;text-align-last:left;display:block; }
#aLSFBbUO5wczTfMSoBI5wRJO19Zo4DBs { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:5.875rem;left:31.5rem;height:18.55959375rem;text-align:left;text-align-last:left;display:block; }
#vBxAkhgVbsnJZoU5qE4Jc87X9OdKNncO { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.625rem;left:0rem;display:block; }
#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { background-color: transparent; background-image: none; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container > .video-iframe-container { display: none; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row > .video-iframe-container { display: none; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .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); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { border-width: 0; border-radius: 0; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#cl0OoTrlzrmEvZbTsL5kQ7bHQoUl6kKB { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:metropolis;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:5.875rem;left:3.3125rem;height:;text-align:left;text-align-last:left;display:block; }
#Zs2iqhsMp5MzrFKKdCg1c7tf23xt0bOC { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:5.875rem;left:31.5rem;height:17.3222875rem;text-align:left;text-align-last:left;display:block; }
#MmpkiE7012gXRlZ46RhqXLzMKwAQ0bmM { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.25rem;left:0rem;display:block; }
#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { position:relative;display:block; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { background-color: transparent; background-image: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .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); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { border-width: 0; border-radius: 0; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .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; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .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:42.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WZKACxgAeFMbRoKT4BfIaNBMwfZnDbsd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.9140625rem;left:37.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#WmRM30TKFbrBcHI9kf3w25EnC5B08tay { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:37.8125rem;height:10.2363625rem;display:block; }
#oap2K557vq5pExT7gfRkoafRJcIMpTx6 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:30.5rem;width:30.5625rem;top:2.875rem;left:4.125rem;overflow:hidden;display:block; }
#E0J9mSKm4dGBtPk0f8lepxQeV2TlhMic { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.125rem;left:0rem;display:block; }
#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { background-color: transparent; background-image: none; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container > .video-iframe-container { display: none; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row > .video-iframe-container { display: none; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .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); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { border-width: 0; border-radius: 0; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#DzZ69tF4U0Ag2CuycJPyFC2L55HDq2Kg { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5rem;left:18.3125rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#zU9SPWDbq2gd7W8TTKAVLNdfsKpoULwS { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.4375rem;left:18.375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#obIUE04VVtTvKQXM5czb8urWH8uzetup { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.7) ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:3rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:39.3125rem;left:24.5rem;display:block; }
#aUMawN7OOZBBszsrtaiU9F0TJKeQJwfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9U1NCMlTTQ8TmWNF4HFX32bWnsDpKR6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.8125rem;left:0rem;display:block; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-element-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.94) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .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; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-trigger.adaptive-delivery-prevent-bg, #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-trigger.lazyload, #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-trigger.lazyloading { background-image: none; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw { box-sizing:content-box;height:auto;width:61rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#8f4f55;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.875rem;left:5.75rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #gXv47gEIxup7B28dn5fQTSHLqG1U05BN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #fkMMOBAMBzioAFt318XAs9LG5Jh7RERI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #U3wTJlIJWVKpGUXfwE0aluWao29cti1D { display:block;position:relative; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #tAxti8ZnvV4Vn8DPXQCh6cWwqVI89uUk {  }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GdfNnyHZWfAcSJsZuSzQ6qgZmJsPmkxy {  }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #R5Spup7bbEdwXFreLZzTIr2KMqbitTpU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #bfr3WeBWlcyPAdeTu9f7b2TXR7yilhRr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #QKnXFZ8mUtTqJifp49yfQXaBRHxJ72SZ { display:block;position:relative; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #obO4BTirVtKos8EChdfaN9b11GIMNJDP {  }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Hx09tNuChfCbwo6ZJHpM9lSsLhDfxnkx { display:none; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #vIhHakIxTVDLuZg12kR1POyyBIbnPnoG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #qkUQIs3oiXtlQOPGpWovkQcuZHDCbe1R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Iz02iPCLFOqGtlS8P1KlQ7wNda0DBbBT { display:block;position:relative; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #qs4ugnpR87KD3B0uGtUwFDQIL1kTqCGm {  }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GqIaGAlX1mJlybznXG4q9bmQ4ubIJAwJ { display:none; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #CgGKxJsZneDE1vr5bqWOa3xA7RwpWVbV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #obZco0cZGlbkULiSzztrqy2dcDsxkKMN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #EyuvqGwzObVED7kgiLJyttfTv1owxGgR { display:block;position:relative; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #DRJcGXzQwKaXfsWmZXZ7FfQGguTEqOFI {  }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #JuTXeb3SoPhhfzKnrHxiVu0USImgPLV6 { display:none; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #cUBbC3OPVOZqAEIgOTRlH3yr2qwsyaS0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #deqC2Hnf9PgZDMzyWUlhD05CHt9uNDpC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #F0snR8NENdXtQBt1qCMCVnWanF6QQMOR { display:block;position:relative; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GzBsXOHmXXICDeZCUJrDlMulfImkCWQW {  }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #gImB5reMOuLiviZpswGoAAVoTJGFZpdJ { display:none; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #fCG8Jq2WaUGByZTe8pWJ4R1tgzZgUG16 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Lk7r1pAqD93ebgGILOoaRiz9MWkh3pi7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #e6HKrEnwg8wcsTsx9czmmXfF4qwkrkGP { display:block;position:relative; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #MSB4lNfaobIOZIdgw6CpWr7dHDoUIaZW {  }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #kg9oAMb5Dt8JdacT8WkplxfnsWGKJ0CS { display:none; }
#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { background-color: transparent; background-image: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container > .video-iframe-container { display: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container { display: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .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); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { border-width: 0; border-radius: 0; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2rem;left:19.625rem;height:;text-align:center;text-align-last:center;display:block; }
#obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.625rem;left:18.3125rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#pui7cGcspIvmhHMxJhQuGwDGiNAcaorI { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:0rem;display:block; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-element-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.92) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .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; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-trigger.adaptive-delivery-prevent-bg, #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-trigger.lazyload, #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-trigger.lazyloading { background-image: none; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso { box-sizing:content-box;height:auto;width:61rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:#8f4f55;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.625rem;left:5.75rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #tNb7DQa5WuJOnZNqkuTsdas7UWGCB7Uu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #olCTrufS43nIbKw9x91RcsyrMiVX8ud2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #hK2F5h52Av0zmd6rihm8xDMQzRhXZPTq { display:block;position:relative; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #eTkhuHorgnkZs10H513KhFqUFcJtmUhV {  }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #l5JxSTFrHdPTdDCCs6kRLlyK6f1BEea4 {  }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #wHeS5iPVDWqOlB4x5WxoC7xsxfWruMGg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #fDbeSq4zrzB6yUGxOTCm2qUFVF8TZoZD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #aXE5Xw75iNGzIBCOxy9gJQstp5rkkCfT { display:block;position:relative; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #L4HOmAPpwpT1eFdLL2xou4HplEDKz52q {  }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #HrNiDMkZ473a0oVfEBdq8O3GglRP0PIu { display:none; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #ZkefDfBFQyeOmeDNeXslObFBO0zvq1yR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #qN8S9y8yo2G43Ul78kJOq2dU4aw7ybee { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #lP8XbXbHAqSe3HkCU7WlQWpICHEPi50b { display:block;position:relative; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #TrKhEq7rmP4FNLyGaIfseoyLPeRLEWQC {  }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #A1hQOMWprvbPWfJGM4GMsSwdLZAvAw7T { display:none; }
#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { background-color: transparent; background-image: none; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container > .video-iframe-container { display: none; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row > .video-iframe-container { display: none; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .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); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { border-width: 0; border-radius: 0; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#XzEPiHHMT9o6eT04HqDKqWlsT7ryoLg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:28.6875rem;left:21.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-form-header {  }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.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;text-align:left;text-align-last:left;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:29.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.79) ;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:unbounded;vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.79) ; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:29.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .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; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.9) ; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]:-moz-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]::-moz-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]:-ms-input-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]::-webkit-input-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .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.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal;float:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .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; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-container:first-of-type{padding-top:0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-container:last-of-type{padding-bottom:0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn  { background-color:#8f4f55;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:5.1875rem;left:21.6875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.1875rem;display:block;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn {display:block;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn { background-color:#8f4f55;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:6.75rem;left:21.6875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ZNtpnARdzcHl2Rmqalif24GOnbXEPpEU { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #k5AugpxLKSNRXOp23J2C2GaSGmi2tcL9 { position:relative;display:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Bn5dl1SAvgbh7WJMpmqdcLv7cC2LmVKQ { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #tCNAgNXg7JPByHc3STWDXQrlZc1brhm1 { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #cqEe55CR2JVko0kirmnJqDHRcnJv8KDm { position:relative;display:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #OK8PZsd4S7UuNIn5PHJoTTRi0W8i8TQp { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #sm0kvdznwv6qONy7cE4a4bEPWtFtwadk { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #yyvSd1Tbi4NP6PzlXLOdX7xRol7xa560 { position:relative;display:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #BMpOn9l5AXXam609onr0TTTPzMgizZt5 { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #DDbBz4iBk9rk6KhOTWrSDu5wUoFH414G { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #S275RkOcK8bhNVkERPgQpg6vGp8NRT5x { position:relative;z-index:2; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Xs6KJRmTzcsTTmR692Hsn93lb7IpTsNG { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ViC1BwpcK833KQrPcF3naT4DSJCasTKh { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #TTQATPtk6xwSVNSoPoRLOZSOPtaSp7nl { position:relative;z-index:2; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #JxUm3pNFtP6fDCuvONAWGwBnaFdipAGf { position:relative; }
#UFmvc7Ao1lPp5WimePlTA7beHW1dtVSk { position:relative;display:block; }
#p5LrbB9aVCfKmC2xHTxzNW79URwp5QDD { position:relative;display:block; }
#qWkdDGvSf0Lb63BrrzNDulixMAiHwg3S { position:relative;display:block; }
#vz56AZnUyZeGnnXfcgvSmEPTaybvR6C4 { position:relative;display:block; }
#GegImGU1felJvT9HCzpxnPvk2O7DTUr3 { position:relative;display:block; }
#c5l6ENhilVL29XHIgDB60mKHy9ZlCqTM { position:relative;display:block; }
#cd1cptm36Cm3x20algMDFfAyfyaRV9r1 { position:relative;display:block; }
#SAc0IfryU3Sg9uoQn9qpgQQN3rCMBp5b { position:relative;display:block; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #aVGaV1R7EM3tzfO011RdhCFsJ3x0wTa5 { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #HftbgiZUkIogDHPIfW0fDHqS8T2Cm2hT { position:relative; }
#BBAoKph05vLGvfNXXN3GDTc7CQNNAFfo { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:3.375rem;left:16.25rem;height:2.54296875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XX71ZNhGqM3269XN62vUDGKDxA4ic26L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { background-color: transparent; background-image: none; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container > .video-iframe-container { display: none; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row > .video-iframe-container { display: none; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .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); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { border-width: 0; border-radius: 0; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#CDcyUNI8rceFbEwNbeXEMo1AxSscOM97 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:3.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.375rem;left:6.4375rem;height:3.91796875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pcUagtnsUUs3ynukcFvlsU2o3otIbK5H { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }
#cHwAhTmVTidQHl2pXGIyeq7JAmXTbzl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.21875rem;left:6.4375rem;height:16.875rem;text-align:left;text-align-last:left;display:block; }
#ypRUVPegEEPDT15xhxZNoBEzTTKTOAHp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:26.0625rem;width:26.0625rem;top:6.09375rem;left:39.375rem;overflow:hidden;display:block; }
#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { background-color: transparent; background-image: none; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container > .video-iframe-container { display: none; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row > .video-iframe-container { display: none; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .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); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { border-width: 0; border-radius: 0; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:block; }#OhOzSnklmBbPK4ZZoVs90QEAFrFXqDNF { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:2.9375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.5625rem;left:16.25rem;height:3.23046875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#msHCOXPuw1FkxU7rBzMNgzyXOMWsz8WQ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }
#hVNgNPB0cth7oGpkTrdiRgeFlxDBTeXB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.25rem;left:13rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#SHLNQzaKzk39WSf0OStuAyKwAJUED0M3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:13.4375rem;left:13rem;overflow:hidden;display:block; }
#lQTpPevsqT3lTGCZdfH9qW5Rmq9Vt8Fk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.4375rem;left:13.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#WmKpTmfsopgnaU6TRIZEEdptLlnzxATk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.25rem;left:41.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#VW1Wa1IqpBivBo00F9XFZPP12ADf5BF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.4375rem;left:41.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#zl2uMAiIEKPUCNgRLWGRB4JCy4GczsyK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:13.4375rem;left:41.25rem;overflow:hidden;display:block; }
#q3hQRQZyyVf3UW0M7xz9NTpmEWxtw3Fg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:63.1875rem;left:13rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#CQTSBBqLERJHAcMLdeZkmEat3gV88vZR { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:19.625rem;width:19.625rem;top:41.875rem;left:14.0625rem;overflow:hidden;display:block; }
#gGJsbq7GaRGkfoWAO57o8c789yT5k0mC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:65.375rem;left:13.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GbIHedD905qsE134lrOkCaxIKEZKLGng { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:63.1875rem;left:41.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#TeS9QIaZaPyJIgTMHOuWgcPX2WhKHTkO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:65.375rem;left:41.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#x6HmlhXmPeIOygDyBAx7MSv1nAeukcTu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:41.875rem;left:41.5625rem;overflow:hidden;display:block; }
#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { background-color: transparent; background-image: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .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); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { border-width: 0; border-radius: 0; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#S2stfmRcBwm0PKNH41nv4nCA9l3DeFtQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:9.0625rem;left:17.8125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNPahbx9JMNeHzBB65LTSmIhb12RA2Qb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:11.875rem;left:17.8125rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKVtb6ocyVokf39w2hK5hfZHhgWJls5g { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.4375rem;top:13.25rem;left:4.8125rem;overflow:hidden;display:block; }
#y53dZHxh2WnDpT31UreSn0PimxC96Kql { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:22.25rem;width:36.1875rem;top:3.111328125rem;left:35.5830078125rem;overflow:hidden;display:block; }
#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { border-width: 0; border-radius: 0; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#O7QxlcN8nOmc8SaNs0KTbVr3RO3zNDXn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ahFJlVKlqk9PMdTBxIvZkfKbWSFT1Tzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kk24XzHylhTyk9l0umTQRH0pR94QWwwy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP { display:none; }#BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KcIeg0SBwrNeHoIa1LpqfsZfugiDcbAM { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlIJ5BahywWqrnyk92Pl4VZASc9NGUPu { display:none; }
 }@media only screen and (max-width: 763px) { #zgDvBLlOCkyRG3HtDR4aZq4VXh9PZHL3 { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o { display:none; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGHRo4ZkqmoDPXf27DmTRurnSttOnt2u { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1aNnSyMzBRTh6QRAdfTt4liXC29EeOA { width:19rem;height:3rem;top:0.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVtlCE5sNBkoT7iWZrq9m8l1UaD85gqi { display:block; }
 }@media only screen and (max-width: 763px) { #dXOythuVTwp9rsuIN2mSFWWSfpKoaBHR { top:1.6875rem;left:23.875rem;width:9.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyUkvM8UMTMyw4cDtSI1PzMUxex91sZJ { top:1.6875rem;left:11.5625rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpICk0Huefw8Qkc1OKLfXJmnhnFThl2w { display:none; }
 }@media only screen and (max-width: 763px) { #qxIuwrNhDPABP5BdzoF3GSkHHbLCQXPz { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4s0nBigsrZCeHBlQVGKvycciRuv8GAR { top:1.6875rem;left:20.75rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTvZcWeSZv4gumbyVVTDQMQHrQn3BhH { top:1.6875rem;left:16rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqhF3qpBHOkyWTQ9tKIo6b1Q5dJm3sT9 { top:1.6875rem;left:5.25rem;width:5.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { display:none; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #H0kp8IGITGxscR54JtlkJlSLd0RiD5hs { top:24.625rem;left:35.25rem;width:5.5rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #meU5Efts5AirF0HuQXGpSppiyVeLJCtB { width:36.25rem;height:3.1875rem;top:36.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { top:29.875rem;left:16.0625rem;width:31.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtxDbFFmMAD9uUDDT3vNkw5hV01okq3 { top:22.125rem;left:11rem;width:36.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsQ7EZkCnDJgqc6meufU7XTq7E3F9PEz { top:28.3125rem;left:11rem;width:36.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8HTobovqvq3FpmaqNGGAWWnfQzckceg { top:48.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH5wZsNwzrwIdA1bQOGevHfB9skh9sax { top:8.0625rem;left:0rem;width:31.9375rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biEx4T7tdH1GU0EcmHg0cNQe5fN3O4l8 { top:9.5rem;left:9.625rem;width:38.125rem;height:11.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqmCCft2WlKpXHaADKwlV0HDp0rCcyEr { top:23.375rem;left:11.375rem;width:33.625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTyfud0IobeFVUaQtldJCSURez76FucJ { display:none; }
 }@media only screen and (max-width: 763px) { #uI4kU954QSNiqcurpvC803mxdFXED00w { display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FB2TkntTEwE9pJPthcTVSsH9yhlLbetG { top:40.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DISFm5mdScbfkbrQgN0GCtFQEXBvGfb6 { top:7.0625rem;left:0rem;width:27.9375rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1kXE7GG21yQfzsk2yOGc6Iqd9R40RQx { top:13.625rem;left:0rem;width:26.25rem;height:17.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4b1ENZ0TWFGq436rcQCyc7GDNTicv29 { top:6.4375rem;left:15.125rem;width:32.625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { display:block; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnZJtq8IMPOKzoVBkiar6sJgAc56Npcc { top:43.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttf0PbNsQg0u6lGtbCiyXCXHitgZmIuE { top:3.75rem;left:12rem;width:35.75rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTCpqrGMZc24dPyrihvVkSp08GeB6Q1 { top:4.4375rem;left:0rem;width:25.125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMft7viv57iFPRDO0W7R9k33Rph4SJ6b { top:8.6875rem;left:12.8125rem;width:34.9375rem;height:27.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1qpzr4Izlcv6fz1WId55eqcoOhGIo5Q { top:5.875rem;left:0rem;width:26rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLSFBbUO5wczTfMSoBI5wRJO19Zo4DBs { top:5.875rem;left:8rem;width:39.75rem;height:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBxAkhgVbsnJZoU5qE4Jc87X9OdKNncO { top:33.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF { display:block; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl0OoTrlzrmEvZbTsL5kQ7bHQoUl6kKB { top:5.875rem;left:0rem;width:26rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2iqhsMp5MzrFKKdCg1c7tf23xt0bOC { top:5.875rem;left:8rem;width:39.75rem;height:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpkiE7012gXRlZ46RhqXLzMKwAQ0bmM { top:29.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { display:block; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZKACxgAeFMbRoKT4BfIaNBMwfZnDbsd { top:9.875rem;left:20.6875rem;width:27.0625rem;height:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmRM30TKFbrBcHI9kf3w25EnC5B08tay { top:13.75rem;left:19.8125rem;width:27.9375rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oap2K557vq5pExT7gfRkoafRJcIMpTx6 { top:2.875rem;left:0rem;width:30.5625rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0J9mSKm4dGBtPk0f8lepxQeV2TlhMic { top:40.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M { display:block; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzZ69tF4U0Ag2CuycJPyFC2L55HDq2Kg { top:2.5rem;left:4.6875rem;width:38.375rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9SPWDbq2gd7W8TTKAVLNdfsKpoULwS { top:36.4375rem;left:4.75rem;width:38.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obIUE04VVtTvKQXM5czb8urWH8uzetup { width:26rem;height:3rem;top:39.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMawN7OOZBBszsrtaiU9F0TJKeQJwfJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q9U1NCMlTTQ8TmWNF4HFX32bWnsDpKR6 { top:45.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #gXv47gEIxup7B28dn5fQTSHLqG1U05BN {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #fkMMOBAMBzioAFt318XAs9LG5Jh7RERI {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #U3wTJlIJWVKpGUXfwE0aluWao29cti1D {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #tAxti8ZnvV4Vn8DPXQCh6cWwqVI89uUk {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GdfNnyHZWfAcSJsZuSzQ6qgZmJsPmkxy {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #R5Spup7bbEdwXFreLZzTIr2KMqbitTpU {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #bfr3WeBWlcyPAdeTu9f7b2TXR7yilhRr {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #QKnXFZ8mUtTqJifp49yfQXaBRHxJ72SZ {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #obO4BTirVtKos8EChdfaN9b11GIMNJDP {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Hx09tNuChfCbwo6ZJHpM9lSsLhDfxnkx {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #vIhHakIxTVDLuZg12kR1POyyBIbnPnoG {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #qkUQIs3oiXtlQOPGpWovkQcuZHDCbe1R {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Iz02iPCLFOqGtlS8P1KlQ7wNda0DBbBT {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #qs4ugnpR87KD3B0uGtUwFDQIL1kTqCGm {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GqIaGAlX1mJlybznXG4q9bmQ4ubIJAwJ {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #CgGKxJsZneDE1vr5bqWOa3xA7RwpWVbV {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #obZco0cZGlbkULiSzztrqy2dcDsxkKMN {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #EyuvqGwzObVED7kgiLJyttfTv1owxGgR {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #DRJcGXzQwKaXfsWmZXZ7FfQGguTEqOFI {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #JuTXeb3SoPhhfzKnrHxiVu0USImgPLV6 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #cUBbC3OPVOZqAEIgOTRlH3yr2qwsyaS0 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #deqC2Hnf9PgZDMzyWUlhD05CHt9uNDpC {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #F0snR8NENdXtQBt1qCMCVnWanF6QQMOR {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GzBsXOHmXXICDeZCUJrDlMulfImkCWQW {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #gImB5reMOuLiviZpswGoAAVoTJGFZpdJ {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #fCG8Jq2WaUGByZTe8pWJ4R1tgzZgUG16 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Lk7r1pAqD93ebgGILOoaRiz9MWkh3pi7 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #e6HKrEnwg8wcsTsx9czmmXfF4qwkrkGP {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #MSB4lNfaobIOZIdgw6CpWr7dHDoUIaZW {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #kg9oAMb5Dt8JdacT8WkplxfnsWGKJ0CS {  }
 }@media only screen and (max-width: 763px) { #xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { top:2rem;left:6rem;width:35.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { top:23.625rem;left:4.6875rem;width:38.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pui7cGcspIvmhHMxJhQuGwDGiNAcaorI { top:30.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #tNb7DQa5WuJOnZNqkuTsdas7UWGCB7Uu {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #olCTrufS43nIbKw9x91RcsyrMiVX8ud2 {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #hK2F5h52Av0zmd6rihm8xDMQzRhXZPTq {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #eTkhuHorgnkZs10H513KhFqUFcJtmUhV {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #l5JxSTFrHdPTdDCCs6kRLlyK6f1BEea4 {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #wHeS5iPVDWqOlB4x5WxoC7xsxfWruMGg {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #fDbeSq4zrzB6yUGxOTCm2qUFVF8TZoZD {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #aXE5Xw75iNGzIBCOxy9gJQstp5rkkCfT {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #L4HOmAPpwpT1eFdLL2xou4HplEDKz52q {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #HrNiDMkZ473a0oVfEBdq8O3GglRP0PIu {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #ZkefDfBFQyeOmeDNeXslObFBO0zvq1yR {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #qN8S9y8yo2G43Ul78kJOq2dU4aw7ybee {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #lP8XbXbHAqSe3HkCU7WlQWpICHEPi50b {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #TrKhEq7rmP4FNLyGaIfseoyLPeRLEWQC {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #A1hQOMWprvbPWfJGM4GMsSwdLZAvAw7T {  }
 }@media only screen and (max-width: 763px) { #rCy7zcrEiHNIINDdn29UDXmIf8aACbeo { display:block; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzEPiHHMT9o6eT04HqDKqWlsT7ryoLg2 { top:28.6875rem;left:8.0625rem;width:31.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-regular-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-textarea { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.0625rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn  { width:29.1875rem;height:18.0625rem;top:5.1875rem;left:8.0625rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .radio-container { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn {display:block;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn { width:29.1875rem;height:18.0625rem;top:6.75rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ZNtpnARdzcHl2Rmqalif24GOnbXEPpEU {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #k5AugpxLKSNRXOp23J2C2GaSGmi2tcL9 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Bn5dl1SAvgbh7WJMpmqdcLv7cC2LmVKQ {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #tCNAgNXg7JPByHc3STWDXQrlZc1brhm1 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #cqEe55CR2JVko0kirmnJqDHRcnJv8KDm {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #OK8PZsd4S7UuNIn5PHJoTTRi0W8i8TQp {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #sm0kvdznwv6qONy7cE4a4bEPWtFtwadk {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #yyvSd1Tbi4NP6PzlXLOdX7xRol7xa560 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #BMpOn9l5AXXam609onr0TTTPzMgizZt5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #DDbBz4iBk9rk6KhOTWrSDu5wUoFH414G {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #S275RkOcK8bhNVkERPgQpg6vGp8NRT5x {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Xs6KJRmTzcsTTmR692Hsn93lb7IpTsNG {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ViC1BwpcK833KQrPcF3naT4DSJCasTKh {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #TTQATPtk6xwSVNSoPoRLOZSOPtaSp7nl {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #JxUm3pNFtP6fDCuvONAWGwBnaFdipAGf {  }
 }@media only screen and (max-width: 763px) { #UFmvc7Ao1lPp5WimePlTA7beHW1dtVSk { display:block; }
 }@media only screen and (max-width: 763px) { #p5LrbB9aVCfKmC2xHTxzNW79URwp5QDD { display:block; }
 }@media only screen and (max-width: 763px) { #qWkdDGvSf0Lb63BrrzNDulixMAiHwg3S { display:block; }
 }@media only screen and (max-width: 763px) { #vz56AZnUyZeGnnXfcgvSmEPTaybvR6C4 { display:block; }
 }@media only screen and (max-width: 763px) { #GegImGU1felJvT9HCzpxnPvk2O7DTUr3 { display:block; }
 }@media only screen and (max-width: 763px) { #c5l6ENhilVL29XHIgDB60mKHy9ZlCqTM { display:block; }
 }@media only screen and (max-width: 763px) { #cd1cptm36Cm3x20algMDFfAyfyaRV9r1 { display:block; }
 }@media only screen and (max-width: 763px) { #SAc0IfryU3Sg9uoQn9qpgQQN3rCMBp5b { display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #aVGaV1R7EM3tzfO011RdhCFsJ3x0wTa5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #HftbgiZUkIogDHPIfW0fDHqS8T2Cm2hT {  }
 }@media only screen and (max-width: 763px) { #BBAoKph05vLGvfNXXN3GDTc7CQNNAFfo { top:3.375rem;left:2.625rem;width:42.5rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX71ZNhGqM3269XN62vUDGKDxA4ic26L { display:block; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDcyUNI8rceFbEwNbeXEMo1AxSscOM97 { top:7.375rem;left:0rem;width:42.5rem;height:3.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUagtnsUUs3ynukcFvlsU2o3otIbK5H { top:3.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHwAhTmVTidQHl2pXGIyeq7JAmXTbzl2 { top:12.1875rem;left:0rem;width:27.0625rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRUVPegEEPDT15xhxZNoBEzTTKTOAHp { top:6.0625rem;left:21.6875rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 { display:block; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhOzSnklmBbPK4ZZoVs90QEAFrFXqDNF { top:7.5625rem;left:2.625rem;width:42.5rem;height:3.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msHCOXPuw1FkxU7rBzMNgzyXOMWsz8WQ { top:3.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNgNPB0cth7oGpkTrdiRgeFlxDBTeXB { top:35.25rem;left:0rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLNQzaKzk39WSf0OStuAyKwAJUED0M3 { top:13.4375rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTpPevsqT3lTGCZdfH9qW5Rmq9Vt8Fk { top:37.4375rem;left:0rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKpTmfsopgnaU6TRIZEEdptLlnzxATk { top:35.25rem;left:27.125rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW1Wa1IqpBivBo00F9XFZPP12ADf5BF7 { top:37.4375rem;left:27.125rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl2uMAiIEKPUCNgRLWGRB4JCy4GczsyK { top:13.4375rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3hQRQZyyVf3UW0M7xz9NTpmEWxtw3Fg { top:63.1875rem;left:0rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQTSBBqLERJHAcMLdeZkmEat3gV88vZR { top:41.875rem;left:0.4375rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJsbq7GaRGkfoWAO57o8c789yT5k0mC { top:65.375rem;left:0rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIHedD905qsE134lrOkCaxIKEZKLGng { top:63.1875rem;left:27.125rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeS9QIaZaPyJIgTMHOuWgcPX2WhKHTkO { top:65.375rem;left:27.125rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HmlhXmPeIOygDyBAx7MSv1nAeukcTu { top:41.875rem;left:27.9375rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2stfmRcBwm0PKNH41nv4nCA9l3DeFtQ { width:17.125rem;height:1.75rem;top:9.0625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNPahbx9JMNeHzBB65LTSmIhb12RA2Qb { width:17.125rem;height:4.6875rem;top:11.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKVtb6ocyVokf39w2hK5hfZHhgWJls5g { top:13.25rem;left:0rem;width:9.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y53dZHxh2WnDpT31UreSn0PimxC96Kql { top:3.0625rem;left:11.5625rem;width:36.1875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y { display:block; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7QxlcN8nOmc8SaNs0KTbVr3RO3zNDXn { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ahFJlVKlqk9PMdTBxIvZkfKbWSFT1Tzq { display:block; }
 }@media only screen and (max-width: 763px) { #kk24XzHylhTyk9l0umTQRH0pR94QWwwy { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e8e8e8;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#BDxLuCKqpfuGkOD9OD4We2GPbPKGd7pP > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcIeg0SBwrNeHoIa1LpqfsZfugiDcbAM { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlIJ5BahywWqrnyk92Pl4VZASc9NGUPu { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #zgDvBLlOCkyRG3HtDR4aZq4VXh9PZHL3 { top:4.724609375rem;left:3.5625rem;width:16.4375rem;height:12.08691875rem;z-index:15046;text-align:right;text-align-last:right;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o { position:relative;z-index:auto;display:none; }#y5q0WOuq47pWzkRZQi6Z3RTNZ46rXp6o > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGHRo4ZkqmoDPXf27DmTRurnSttOnt2u { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1aNnSyMzBRTh6QRAdfTt4liXC29EeOA { width:19rem;height:3rem;top:0.75rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVtlCE5sNBkoT7iWZrq9m8l1UaD85gqi { display:block; }
 }@media only screen and (max-width: 763px) { #dXOythuVTwp9rsuIN2mSFWWSfpKoaBHR { width:9.125rem;height:auto;top:1.6875rem;left:5.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyUkvM8UMTMyw4cDtSI1PzMUxex91sZJ { width:4.5rem;height:auto;top:1.6875rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpICk0Huefw8Qkc1OKLfXJmnhnFThl2w { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #qxIuwrNhDPABP5BdzoF3GSkHHbLCQXPz { top:4.724609375rem;left:3.5625rem;width:16.4375rem;height:12.08691875rem;z-index:15046;text-align:right;text-align-last:right;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #G4s0nBigsrZCeHBlQVGKvycciRuv8GAR { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaTvZcWeSZv4gumbyVVTDQMQHrQn3BhH { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqhF3qpBHOkyWTQ9tKIo6b1Q5dJm3sT9 { width:5.8125rem;height:auto;top:1.6875rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { display:flex;top:36.1875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15041; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #H0kp8IGITGxscR54JtlkJlSLd0RiD5hs { width:5.5rem;height:2.8125rem;top:14.25rem;left:7.25rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #meU5Efts5AirF0HuQXGpSppiyVeLJCtB { width:18.875rem;height:3.1875rem;top:29.0625rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { width:20rem;height:0;top:47rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #adtxDbFFmMAD9uUDDT3vNkw5hV01okq3 { width:20rem;height:0.125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsQ7EZkCnDJgqc6meufU7XTq7E3F9PEz { width:20rem;height:0.125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8HTobovqvq3FpmaqNGGAWWnfQzckceg { width:20rem;height:0.0625rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH5wZsNwzrwIdA1bQOGevHfB9skh9sax { width:20rem;height:19.960861056751rem;top:8.0625rem;left:0rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #biEx4T7tdH1GU0EcmHg0cNQe5fN3O4l8 { width:20rem;height:6.1875rem;top:6.4375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqmCCft2WlKpXHaADKwlV0HDp0rCcyEr { width:20rem;height:4.38574375rem;top:20.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTyfud0IobeFVUaQtldJCSURez76FucJ { display:flex;top:0.875rem;left:18.5rem;width:1.5rem;height:1.5rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #uI4kU954QSNiqcurpvC803mxdFXED00w { display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FB2TkntTEwE9pJPthcTVSsH9yhlLbetG { width:20rem;height:0.0625rem;top:50.8837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DISFm5mdScbfkbrQgN0GCtFQEXBvGfb6 { width:20rem;height:6rem;top:5.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1kXE7GG21yQfzsk2yOGc6Iqd9R40RQx { width:20rem;height:13.5rem;top:12.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h4b1ENZ0TWFGq436rcQCyc7GDNTicv29 { width:20rem;height:17.394636015326rem;top:27.5625rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { background-color: transparent; background-image: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .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); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { border-width: 0; border-radius: 0; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnZJtq8IMPOKzoVBkiar6sJgAc56Npcc { width:20rem;height:0.0625rem;top:66.6943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttf0PbNsQg0u6lGtbCiyXCXHitgZmIuE { width:19.1875rem;height:4.75rem;top:26.75rem;left:0.8125rem;font-size:2.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XwTCpqrGMZc24dPyrihvVkSp08GeB6Q1 { width:20rem;height:25.124378109453rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMft7viv57iFPRDO0W7R9k33Rph4SJ6b { width:19.25rem;height:27.6172125rem;top:32.8125rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1qpzr4Izlcv6fz1WId55eqcoOhGIo5Q { width:18.875rem;height:5.625rem;top:1.25rem;left:1.125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLSFBbUO5wczTfMSoBI5wRJO19Zo4DBs { width:18.625rem;height:18.5625rem;top:10rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vBxAkhgVbsnJZoU5qE4Jc87X9OdKNncO { width:20rem;height:0.0625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF { display:block; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl0OoTrlzrmEvZbTsL5kQ7bHQoUl6kKB { width:18.6875rem;height:3.75rem;top:1.25rem;left:1.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2iqhsMp5MzrFKKdCg1c7tf23xt0bOC { width:18.6875rem;height:18.5625rem;top:6.25rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MmpkiE7012gXRlZ46RhqXLzMKwAQ0bmM { width:20rem;height:0.0625rem;top:26.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { background-color: transparent; background-image: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .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); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { border-width: 0; border-radius: 0; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZKACxgAeFMbRoKT4BfIaNBMwfZnDbsd { width:16.6875rem;height:4.5rem;top:2.3125rem;left:1.65625rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #WmRM30TKFbrBcHI9kf3w25EnC5B08tay { width:20rem;height:8.2851625rem;top:27.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oap2K557vq5pExT7gfRkoafRJcIMpTx6 { width:18.8125rem;height:18.8125rem;top:7.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0J9mSKm4dGBtPk0f8lepxQeV2TlhMic { width:20rem;height:0.0625rem;top:41.8271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M { display:block; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzZ69tF4U0Ag2CuycJPyFC2L55HDq2Kg { width:20rem;height:4.125rem;top:2.5rem;left:0rem;font-size:2.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zU9SPWDbq2gd7W8TTKAVLNdfsKpoULwS { width:20rem;height:3.736325rem;top:46.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obIUE04VVtTvKQXM5czb8urWH8uzetup { width:14.375rem;height:3rem;top:51.625rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMawN7OOZBBszsrtaiU9F0TJKeQJwfJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q9U1NCMlTTQ8TmWNF4HFX32bWnsDpKR6 { width:20rem;height:0.0625rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-element-container { box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.94) ; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw { display:flex;height:auto;width:17.5rem;top:7.875rem;left:0rem; }
#HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #gXv47gEIxup7B28dn5fQTSHLqG1U05BN {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #fkMMOBAMBzioAFt318XAs9LG5Jh7RERI {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #U3wTJlIJWVKpGUXfwE0aluWao29cti1D {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #tAxti8ZnvV4Vn8DPXQCh6cWwqVI89uUk {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GdfNnyHZWfAcSJsZuSzQ6qgZmJsPmkxy {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #R5Spup7bbEdwXFreLZzTIr2KMqbitTpU {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #bfr3WeBWlcyPAdeTu9f7b2TXR7yilhRr {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #QKnXFZ8mUtTqJifp49yfQXaBRHxJ72SZ {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #obO4BTirVtKos8EChdfaN9b11GIMNJDP {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Hx09tNuChfCbwo6ZJHpM9lSsLhDfxnkx {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #vIhHakIxTVDLuZg12kR1POyyBIbnPnoG {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #qkUQIs3oiXtlQOPGpWovkQcuZHDCbe1R {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Iz02iPCLFOqGtlS8P1KlQ7wNda0DBbBT {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #qs4ugnpR87KD3B0uGtUwFDQIL1kTqCGm {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GqIaGAlX1mJlybznXG4q9bmQ4ubIJAwJ {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #CgGKxJsZneDE1vr5bqWOa3xA7RwpWVbV {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #obZco0cZGlbkULiSzztrqy2dcDsxkKMN {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #EyuvqGwzObVED7kgiLJyttfTv1owxGgR {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #DRJcGXzQwKaXfsWmZXZ7FfQGguTEqOFI {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #JuTXeb3SoPhhfzKnrHxiVu0USImgPLV6 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #cUBbC3OPVOZqAEIgOTRlH3yr2qwsyaS0 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #deqC2Hnf9PgZDMzyWUlhD05CHt9uNDpC {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #F0snR8NENdXtQBt1qCMCVnWanF6QQMOR {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #GzBsXOHmXXICDeZCUJrDlMulfImkCWQW {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #gImB5reMOuLiviZpswGoAAVoTJGFZpdJ {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #fCG8Jq2WaUGByZTe8pWJ4R1tgzZgUG16 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #Lk7r1pAqD93ebgGILOoaRiz9MWkh3pi7 {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #e6HKrEnwg8wcsTsx9czmmXfF4qwkrkGP {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #MSB4lNfaobIOZIdgw6CpWr7dHDoUIaZW {  }
 }@media only screen and (max-width: 763px) { #HW3i1A5wggXRXVmfUrpqLhZ8XtVKPxGw #kg9oAMb5Dt8JdacT8WkplxfnsWGKJ0CS {  }
 }@media only screen and (max-width: 763px) { #xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { width:20rem;height:2.5996125rem;top:1.818359375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { width:20rem;height:2.875rem;top:24.125rem;left:0rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pui7cGcspIvmhHMxJhQuGwDGiNAcaorI { width:20rem;height:0.0625rem;top:33.1103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-element-container { box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.92) ; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso { display:flex;height:auto;width:17.5rem;top:5.5478515625rem;left:0rem; }
#EOdEuFHRFsM9Xt7q2oap4IWastSAfhso .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #tNb7DQa5WuJOnZNqkuTsdas7UWGCB7Uu {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #olCTrufS43nIbKw9x91RcsyrMiVX8ud2 {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #hK2F5h52Av0zmd6rihm8xDMQzRhXZPTq {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #eTkhuHorgnkZs10H513KhFqUFcJtmUhV {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #l5JxSTFrHdPTdDCCs6kRLlyK6f1BEea4 {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #wHeS5iPVDWqOlB4x5WxoC7xsxfWruMGg {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #fDbeSq4zrzB6yUGxOTCm2qUFVF8TZoZD {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #aXE5Xw75iNGzIBCOxy9gJQstp5rkkCfT {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #L4HOmAPpwpT1eFdLL2xou4HplEDKz52q {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #HrNiDMkZ473a0oVfEBdq8O3GglRP0PIu {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #ZkefDfBFQyeOmeDNeXslObFBO0zvq1yR {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #qN8S9y8yo2G43Ul78kJOq2dU4aw7ybee {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #lP8XbXbHAqSe3HkCU7WlQWpICHEPi50b {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #TrKhEq7rmP4FNLyGaIfseoyLPeRLEWQC {  }
 }@media only screen and (max-width: 763px) { #EOdEuFHRFsM9Xt7q2oap4IWastSAfhso #A1hQOMWprvbPWfJGM4GMsSwdLZAvAw7T {  }
 }@media only screen and (max-width: 763px) { #rCy7zcrEiHNIINDdn29UDXmIf8aACbeo { display:block; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzEPiHHMT9o6eT04HqDKqWlsT7ryoLg2 { width:20rem;height:0.89355625rem;top:30.9091875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn  { width:17.5rem;height:auto;top:7.8466796875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn {display:block;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn { width:17.5rem;height:auto;top:7.8466796875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ZNtpnARdzcHl2Rmqalif24GOnbXEPpEU {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #k5AugpxLKSNRXOp23J2C2GaSGmi2tcL9 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Bn5dl1SAvgbh7WJMpmqdcLv7cC2LmVKQ {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #tCNAgNXg7JPByHc3STWDXQrlZc1brhm1 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #cqEe55CR2JVko0kirmnJqDHRcnJv8KDm {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #OK8PZsd4S7UuNIn5PHJoTTRi0W8i8TQp {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #sm0kvdznwv6qONy7cE4a4bEPWtFtwadk {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #yyvSd1Tbi4NP6PzlXLOdX7xRol7xa560 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #BMpOn9l5AXXam609onr0TTTPzMgizZt5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #DDbBz4iBk9rk6KhOTWrSDu5wUoFH414G {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #S275RkOcK8bhNVkERPgQpg6vGp8NRT5x {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Xs6KJRmTzcsTTmR692Hsn93lb7IpTsNG {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ViC1BwpcK833KQrPcF3naT4DSJCasTKh {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #TTQATPtk6xwSVNSoPoRLOZSOPtaSp7nl {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #JxUm3pNFtP6fDCuvONAWGwBnaFdipAGf {  }
 }@media only screen and (max-width: 763px) { #UFmvc7Ao1lPp5WimePlTA7beHW1dtVSk { display:block; }
 }@media only screen and (max-width: 763px) { #p5LrbB9aVCfKmC2xHTxzNW79URwp5QDD { display:block; }
 }@media only screen and (max-width: 763px) { #qWkdDGvSf0Lb63BrrzNDulixMAiHwg3S { display:block; }
 }@media only screen and (max-width: 763px) { #vz56AZnUyZeGnnXfcgvSmEPTaybvR6C4 { display:block; }
 }@media only screen and (max-width: 763px) { #GegImGU1felJvT9HCzpxnPvk2O7DTUr3 { display:block; }
 }@media only screen and (max-width: 763px) { #c5l6ENhilVL29XHIgDB60mKHy9ZlCqTM { display:block; }
 }@media only screen and (max-width: 763px) { #cd1cptm36Cm3x20algMDFfAyfyaRV9r1 { display:block; }
 }@media only screen and (max-width: 763px) { #SAc0IfryU3Sg9uoQn9qpgQQN3rCMBp5b { display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #aVGaV1R7EM3tzfO011RdhCFsJ3x0wTa5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #HftbgiZUkIogDHPIfW0fDHqS8T2Cm2hT {  }
 }@media only screen and (max-width: 763px) { #BBAoKph05vLGvfNXXN3GDTc7CQNNAFfo { width:20rem;height:6.597625rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XX71ZNhGqM3269XN62vUDGKDxA4ic26L { display:block; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDcyUNI8rceFbEwNbeXEMo1AxSscOM97 { width:20rem;height:3.4375rem;top:5.4375rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcUagtnsUUs3ynukcFvlsU2o3otIbK5H { width:20rem;height:0.0625rem;top:1.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHwAhTmVTidQHl2pXGIyeq7JAmXTbzl2 { width:20rem;height:19.25rem;top:9.66796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ypRUVPegEEPDT15xhxZNoBEzTTKTOAHp { width:20rem;height:20rem;top:30.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 { display:block; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { width:20rem;height:134.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhOzSnklmBbPK4ZZoVs90QEAFrFXqDNF { width:20rem;height:4.625rem;top:6.625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #msHCOXPuw1FkxU7rBzMNgzyXOMWsz8WQ { width:20rem;height:0.0625rem;top:1.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNgNPB0cth7oGpkTrdiRgeFlxDBTeXB { width:20rem;height:2.2744125rem;top:33.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHLNQzaKzk39WSf0OStuAyKwAJUED0M3 { width:20rem;height:20rem;top:12.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTpPevsqT3lTGCZdfH9qW5Rmq9Vt8Fk { width:20rem;height:1.21875rem;top:36.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmKpTmfsopgnaU6TRIZEEdptLlnzxATk { width:20rem;height:2.2744125rem;top:63.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VW1Wa1IqpBivBo00F9XFZPP12ADf5BF7 { width:20rem;height:1.21875rem;top:65.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zl2uMAiIEKPUCNgRLWGRB4JCy4GczsyK { width:20rem;height:20rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3hQRQZyyVf3UW0M7xz9NTpmEWxtw3Fg { width:20rem;height:2.2744125rem;top:92.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQTSBBqLERJHAcMLdeZkmEat3gV88vZR { width:18.375rem;height:18.375rem;top:72.166015625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJsbq7GaRGkfoWAO57o8c789yT5k0mC { width:20rem;height:1.21875rem;top:94.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbIHedD905qsE134lrOkCaxIKEZKLGng { width:20rem;height:2.2744125rem;top:123.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeS9QIaZaPyJIgTMHOuWgcPX2WhKHTkO { width:20rem;height:1.21875rem;top:125.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6HmlhXmPeIOygDyBAx7MSv1nAeukcTu { width:19.9375rem;height:19.9375rem;top:101.228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2stfmRcBwm0PKNH41nv4nCA9l3DeFtQ { width:18.125rem;height:1.79980625rem;top:6.8125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNPahbx9JMNeHzBB65LTSmIhb12RA2Qb { width:18.125rem;height:5.39941875rem;top:9.125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKVtb6ocyVokf39w2hK5hfZHhgWJls5g { width:9.4375rem;height:2.4375rem;top:2.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y53dZHxh2WnDpT31UreSn0PimxC96Kql { width:20rem;height:12.297063903282rem;top:17.2119125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y { background-color:transparent;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { background-color: transparent; background-image: none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container > .video-iframe-container { display: none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row > .video-iframe-container { display: none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .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); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7QxlcN8nOmc8SaNs0KTbVr3RO3zNDXn { top:2.1875rem;left:16.4375rem;width:3.5625rem;height:3.4375rem;z-index:15000;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-primary-4),0.76) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ahFJlVKlqk9PMdTBxIvZkfKbWSFT1Tzq { display:block; }
 }@media only screen and (max-width: 763px) { #kk24XzHylhTyk9l0umTQRH0pR94QWwwy { top:2.9375rem;left:17.3125rem;width:1.875rem;height:1.875rem;z-index:15001;overflow:hidden;display:block; }
 }