.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:254,245,249;--color-primary-1:252,221,234;--color-primary-2:249,186,212;--color-primary-3:125,93,106;--color-primary-4:37,28,32;--color-secondary-0:236,236,236;--color-secondary-1:191,191,191;--color-secondary-2:127,127,127;--color-secondary-3:64,64,64;--color-secondary-4:19,19,19;--color-tertiary-0:255,255,255;--color-tertiary-1:240,240,240;--color-tertiary-2:200,200,200;--color-tertiary-3:100,100,100;--color-tertiary-4:13,13,13;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"DM Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#ZqdlwsTlW8oOoCMkCVHjpRJ0ipu7iFid65VHZ7W5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqdlwsTlW8oOoCMkCVHjpRJ0ipu7iFid65VHZ7W5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqdlwsTlW8oOoCMkCVHjpRJ0ipu7iFid65VHZ7W5 > .row > .video-iframe-container { display: none; }#ZqdlwsTlW8oOoCMkCVHjpRJ0ipu7iFid65VHZ7W5 > .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); }#mcCla75IkKegCicauenE2j2LWrotFVRU { position:relative;display:block; }#mcCla75IkKegCicauenE2j2LWrotFVRU { background-color: transparent; background-image: none; }#mcCla75IkKegCicauenE2j2LWrotFVRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row .container > .video-iframe-container { display: none; }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row > .video-iframe-container { display: none; }#mcCla75IkKegCicauenE2j2LWrotFVRU > .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); }#mcCla75IkKegCicauenE2j2LWrotFVRU { border-width: 0; border-radius: 0; }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row .container { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d4ce;font-size:0.875rem;font-family:"dm sans";height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hgCOq2PeqwHmyP177LzZo0gOOm4tEXaA { color:rgba(255,255,255,0.5);display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:0.6875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:1.890625rem;left:47.499221801757rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#wm9TMaMPDDBIUmw9pzKPiXoVbJsOxAcK { position:absolute;display:block;z-index:15003;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:2rem;width:17.1875rem;top:1.40625rem;left:1.4734382629394rem;overflow:hidden;display:block; }
#ty3IOIAR88HOvmF4Xx24uylfNVgRzV1q { 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);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gfs didot";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.15625rem;left:46.985939025879rem;display:block; }
#qe82M8nbwuQG1HaZKzvNq2cwGXlg9PZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNnvHpotLxXOMu6TtPyRZ25WWkRbtFAS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:2.625rem;left:49rem;display:none; }
#kx9zADQ6RfBdNUTlWJWJnXRcT1LAByC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tm7p7ETnsDIkpBDTrqySpPrkTCTEXx54 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:2.625rem;left:49rem;display:none; }
#dbm8r8hgHlgnvgXCeSuSs6z7IeGx7X9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVwUIdECKyQeRAGeHU6LUbV73QqPmKXw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gfs didot";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.75rem;left:35.3125rem;display:none; }
#orFNRXGnm4GuU0tUrCF0VppKRhINreni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnQNTXEadR3mcEzKqMtKyQfTQ1WeiNTH { color:rgba(var(--color-secondary-2),1);display:block;width:8.6875rem;position:absolute;font-family:"gfs didot";font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.59375rem;left:37.78515625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#cvP74UT5Uvx7X3lvoioGt407drSiTkHm { color:rgba(var(--color-secondary-2),1);display:block;width:4.1875rem;position:absolute;font-family:"gfs didot";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:1.4500000476837rem;left:33.7109375rem;height:1.9125rem;display:block; }
#OfPqLvOTOvJfrAO1HArxPZfJRSlnTtIb { 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; }
#OfPqLvOTOvJfrAO1HArxPZfJRSlnTtIb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp { position:relative;display:block; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp { background-color: transparent; background-image: none; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .row .container > .video-iframe-container { display: none; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .row > .video-iframe-container { display: none; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .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); }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp { border-width: 0; border-radius: 0; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .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; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xyy2ZnnwJKrRDzFUdeEDZ7zBuoTlvBz1 { color:rgba(var(--color-primary-2),1);display:block;width:19.8125rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.5625rem;height:0.975rem;display:block; }
#Bd7szOgFcQ8dhuHbDr4KQeLd9IGhAvAn { color:rgba(var(--color-secondary-2),1);display:block;width:23.375rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.5625rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQiEyU9syCaJycDfHoRTR4ewlNHlAOZ0 { color:rgba(var(--color-secondary-2),1);display:block;width:23.25rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:15.8125rem;left:1.5625rem;height:2.975rem;display:block; }
#PhcI6sUeJim75K704kAeUcMy8MBSTxuG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:2.1875002384186rem;left:29.875rem;overflow:hidden;display:block; }
#iTRMILsht4L4MsSpirprAdfTUne3ude5 { 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);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gfs didot";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.75rem;left:1.5625rem;display:block; }
#ZLamGHTAEkPTnpzhOAS99DyXzMlJoKHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZD5mIThmbZvtVAqJBCBUZPUd0S6JBAT { color:rgba(var(--color-secondary-2),1);display:block;width:16.9375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.5625rem;height:3.89845rem;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; }
#OD6SvAA4pT2hlK1vlAxwdBmNtpcTb31t { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.8125rem;top:23.800000429154rem;left:15.174999237061rem;overflow:hidden;display:block; }
#nyPkNLzmQRbTGbugRzSm9a178Xcnl4hO { color:rgba(var(--color-primary-2),1);display:block;width:6.9375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.874999523163rem;left:26.53125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#r7bTrs3TkLJ2JM828BABqkBNd8QeQyAq { 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:6.25rem;width:6.25rem;top:29.800002098084rem;left:2.3484382629394rem;overflow:hidden;display:block; }
#qaskhft7T0KJg4lvVc5em18TqOX38P3s { 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:6.25rem;width:6.25rem;top:29.800002098084rem;left:8.5984382629394rem;overflow:hidden;display:block; }
#sZVtwvPr3hT6irGh2xw2MO42E2GGveBd { position:absolute;display:block;z-index:15011;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:6.25rem;width:6.25rem;top:29.850001335144rem;left:14.848438262939rem;overflow:hidden;display:block; }
#QDuZTSdoPP7Hh6ahhdatQB1tzbmb2TZ7 { position:absolute;display:block;z-index:15012;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:6.25rem;width:6.25rem;top:29.800002098084rem;left:21.098438262939rem;overflow:hidden;display:block; }
#ikK1IdXug9FcsbhH0fAb0r52M8sDHnMz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:29.850001335144rem;left:33.125rem;overflow:hidden;display:block; }
#A4h7pKLr27pwcRuHTE2RH6qTAoD02p3s { 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:6.25rem;width:6.25rem;top:29.850001335144rem;left:27.268749237061rem;overflow:hidden;display:block; }
#xniHh8uP0sraywWr3cgTlUOrQOlv1pWl { position:absolute;display:block;z-index:15015;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:6.25rem;width:6.25rem;top:29.850001335144rem;left:39.375rem;overflow:hidden;display:block; }
#uKpvMWy29xbhU0EB1GWT9Z8JhpQzUbBb { position:absolute;display:block;z-index:15016;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:6.25rem;width:6.25rem;top:29.850001335144rem;left:45.625rem;overflow:hidden;display:block; }
#igbP27E8b5nFGSmKSBCKKTIgJGTW0I5f { position:absolute;display:block;z-index:15017;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:6.25rem;width:6.25rem;top:29.850001335144rem;left:51.875rem;overflow:hidden;display:block; }
#vGAwJDT0RTB576P9tmkAHphbOmUangyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.85);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; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row .container { background-color: transparent; background-image: none; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row .container > .video-iframe-container { display: none; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row > .video-iframe-container { display: none; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .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); }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row .container { border-width: 0; border-radius: 0; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#tiEt8sHHm75LI2Imd5xtOwWRyBJzN1RT { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2625007629394rem;left:1.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mrRiRyk5i3hZI2bPlKuC95ReEFUcKrph { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.5125007629394rem;left:2.96875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#IRoSpWGeXLk4EfxW8gQ8FMlak7TQTMmD { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2625007629394rem;left:16.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JvXRrBOSOhMPdrt3lThVRb8Rru8Hf1Sn { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.5125007629394rem;left:15.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#AbGEFPKfhXaqoqpHhRqlrm9Wrp0ARaJq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2625007629394rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LZKLe7AhOKLKXhTGR2kW7bfBH83HpXtR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gfs didot";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2625007629394rem;left:46.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lugDT34LT6ZMNqn36cJuia0IBHXhRoSH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.5rem;left:30.5625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#eJGR4nIT5eoyh21dGGGQKeL95XkNMVip { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.5rem;left:47.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA { position:relative;display:block; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA { background-color: transparent; background-image: none; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .row .container > .video-iframe-container { display: none; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .row > .video-iframe-container { display: none; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .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); }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA { border-width: 0; border-radius: 0; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .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; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LeQWSZQmk8XFp3KCGtFEfLJ1eCEelDns { color:rgba(var(--color-secondary-2),1);display:block;width:46.625rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.2867188453674rem;left:6.6875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PDzSFdnUgXHCBOfE1c9omy7ShJHAxhQc { color:rgba(var(--color-primary-2),1);display:block;width:19.8125rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:20.125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 { position:relative;display:block; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 { background-color: transparent; background-image: none; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .row .container > .video-iframe-container { display: none; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .row > .video-iframe-container { display: none; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .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); }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 { border-width: 0; border-radius: 0; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .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; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QXQkvxhJpuXsD58n3nc80GhnVUVRtQoA { color:rgba(var(--color-secondary-2),1);display:block;width:18.8125rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.0625rem;left:0.5625rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B5PCVgenNOL8u0WwPzpn8ttqL6XRO81o { color:rgba(var(--color-secondary-2),1);display:block;width:18.875rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:6.5554676055906rem;left:0.5625rem;height:2.9746125rem;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; }
#WUO1x2A8KbnQSK3ilOyxKv11tqtCTslK { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:2.0625rem;left:20.9375rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KvhqJZxeiTE0M3gPCTHPEG3sMfaf6pDU { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:5.8125038146972rem;left:20.90625rem;height:4.4619125rem;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; }
#iKrUeIVTvE2mvk9WA25nBomBKk0THqX7 { color:rgba(var(--color-secondary-2),1);display:block;width:18.875rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.0625rem;left:40.5625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HZ5BWoKpqqVE784ub8m1U5iTggrXWAJ8 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:5.8125rem;left:40.5625rem;height:4.4625rem;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; }
#KxQQ8H1qhfr4cwGLyITi5SMIBpx7vvJM { 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);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gfs didot";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.436717987061rem;left:24.125rem;display:block; }
#RWKcBmd1WySKaTJlGT137Vt7DV05T2by { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vE1F6wVfae3AaQ9ifl14gTb0vEPTFPo4 { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:12.510938644409rem;left:0.5625rem;height:1.4875rem;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; }
#Kt7oIJmyvWdMM3VHuCaKiVFtapbd1bbv { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:12.510938644409rem;left:20.9375rem;height:1.4875rem;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; }
#He0wtuiSZk0VPFJqLGGGTD0zIfD6fbzD { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:12.510938644409rem;left:40.5625rem;height:1.4875rem;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; }
#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t { position:relative;display:block; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t { background-color: transparent; background-image: none; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .row .container > .video-iframe-container { display: none; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .row > .video-iframe-container { display: none; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .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); }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t { border-width: 0; border-radius: 0; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .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; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SeJSlaS2ABM7oVcHZX8UAL4CxfKgXB9s { color:rgba(var(--color-secondary-2),1);display:block;width:46.625rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.75rem;left:6.6875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VtdKK8rKfsBTTBnBJTH6BT8kkmT64ePv { color:rgba(var(--color-primary-2),1);display:block;width:19.8125rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:20.125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#al80SgTITdhD12gUO6ZeaZoch7lioepH { position:absolute;display:block;z-index:14001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:10.750000238419rem;left:0rem;width:28.625rem;height:12.5rem;display:block; }
#qeVG3LN9hx3ZGlkhe4Ttr8APTpwdir8F { position:absolute;display:block;z-index:14002;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:10.750000238419rem;left:31.274215698243rem;width:28.625rem;height:12.5rem;display:block; }
#TLPbXKyf82IKqaJB16811m1KmyfqPIHH { position:absolute;display:block;z-index:14002;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:25.512500047684rem;left:0rem;width:28.625rem;height:12.5rem;display:block; }
#u0i9qUAm5QoCMhP9qVicefqaoKrS8ozy { position:absolute;display:block;z-index:14003;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:25.512500047684rem;left:31.274215698243rem;width:28.625rem;height:12.5rem;display:block; }
#hqESlDPZUqn0OA4GLCWer9T04HF51t30 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9375rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.010937333107rem;left:1.4851570129394rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#phlMIRHFkcWaFUBZnS9wXfPllon80m0N { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:27.199219703674rem;left:1.4851570129394rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#J7kvaVN6RfsJTCsJCv3bm3opwUzgN9on { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:27.199219942093rem;left:32.72265625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aCSBCoh1qDyKQSTahTQrcFfBq9M6bVii { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:12.010937690735rem;left:32.72265625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k4JO4Pn3w48ygMIwin5wWaRnGlmQWOH5 { color:rgba(var(--color-secondary-2),1);display:block;width:21.8125rem;position:absolute;font-family:"gfs didot";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:14.659374713898rem;left:1.4859352111816rem;height:4.78125rem;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; }
#lDTwzX2GLuumDC9VbP4TkrhPu00gezUU { color:rgba(var(--color-primary-1),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:11.073437333107rem;left:24.035938262939rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cmoye5tuM5HZpOX9LoFJw0EgbyGdOCDo { color:rgba(var(--color-primary-1),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.073437690735rem;left:55.662498474121rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QgErowopHXXVvTT2BTTHF0kN3Ms8uNoN { color:rgba(var(--color-secondary-2),1);display:block;width:21.8125rem;position:absolute;font-family:"gfs didot";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:14.709374427796rem;left:32.723434448243rem;height:3.1875rem;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; }
#OKRNcDbTs3EvinC1fWVng1W6WpdldG5T { color:rgba(var(--color-secondary-2),1);display:block;width:21.8125rem;position:absolute;font-family:"gfs didot";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:30.325000047684rem;left:1.4851570129394rem;height:3.1875rem;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; }
#DJN1BJXol9FEluUREdT7rU6URO54rZdb { color:rgba(var(--color-secondary-2),1);display:block;width:21.8125rem;position:absolute;font-family:"gfs didot";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:30.217983245849rem;left:32.72265625rem;height:3.1875rem;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; }
#GgoQi5vh1tvzpvR81JbsUldZJfDcsQIz { color:rgba(var(--color-primary-1),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:26.261719942093rem;left:24.035938262939rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wPiyPhtvD8fg0PTtnTRDTDbGKTn6xx35 { color:rgba(var(--color-primary-1),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:26.261719942093rem;left:55.662498474121rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kWRvpFacdoNT4JwXib3qxKutqpTntrTh { color:rgba(var(--color-primary-3),1);display:block;width:19rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:19.94921875rem;left:1.421875rem;height:1.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U7EfNTQkrrax9yTmuT1SwEBbBO0oRaGM { color:rgba(var(--color-primary-3),1);display:block;width:11.1875rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:19.949996948243rem;left:32.72265625rem;height:1.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qy5MqP4qTaPExwkzNqhHMLGovpPXhcrv { color:rgba(var(--color-primary-3),1);display:block;width:12.9375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:34.887499988079rem;left:1.4851570129394rem;height:1.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LCiXhbcMGm4sETkoTsZ3nsHlGhECity5 { color:rgba(var(--color-primary-3),1);display:block;width:12.9375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:34.887499988079rem;left:32.72265625rem;height:1.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa { position:relative;display:block; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa { background-color: transparent; background-image: none; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .row .container > .video-iframe-container { display: none; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .row > .video-iframe-container { display: none; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .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); }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa { border-width: 0; border-radius: 0; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .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; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UWwMCFKd8pDrgnbbZTWc53ED2BXvKCEv { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.125rem;left:25.90625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#Zgsxd4KbCtDErMRCytC4l7lyNOr1HS9Z { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:3.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BHT4xaVbUtfs5rJFZZab0mN9Hrwhy98T { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:16.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JlBePvIpTvTrMeNyNleLi7auKv4bcRQN { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:30.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ESZQe2DP7qdAIL49X7ikbmbOLosK2rUk { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:44.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SeCl41SsKKBBkvCQQZsoSAMxifcOQwQc { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8125rem;left:30.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ILEyGlDMshrTuI9uipcRc3t0WOy3fkca { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8125rem;left:16.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#t6A12MJu1WiT2a9vW8elfCAkCONLTPIG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:3.875rem;left:4.875rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#StOfrNWyTRvMqzTfDhoROPfDgZk5Voz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:3.875rem;left:18.3125rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hs36LSTvLTSHgUP2KR3dZasFsnzr99aE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:3.875rem;left:32.125rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hl9ZAZFKbAkEwOppcLc7K5NWzAhMrS3M { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:3.875rem;left:45.75rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pBtuVSNFpUTGpfqVFC1Vu4zkD4itcGUX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:7.0625rem;left:18.3125rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rMDJIbasGZQk3Ea2XnV20rLi6h06vCkW { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.0625rem;left:32.125rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XlxT5hPesp8JE82FfyUAl7KRxGrFItke { position:relative;display:block; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke { background-color: transparent; background-image: none; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .row .container > .video-iframe-container { display: none; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .row > .video-iframe-container { display: none; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .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); }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke { border-width: 0; border-radius: 0; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .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; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AATF6BhNlMoyfVmK3FbePF9KWg3TPphc { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5101528167724rem;left:25.331249237061rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ynzzn9FIpi587bIOwDn0Aus9CxoZa58T { color:rgba(var(--color-secondary-2),1);display:block;width:54.0625rem;position:absolute;font-family:"gfs didot";font-size:2.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.9375rem;left:1.0625rem;height:2.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tsa18QFtoglQwi6PFFnNLBKmUokDrfN2 { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:7.5109386444094rem;left:1.71875rem;height:16.36036875rem;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; }
#qxaihsJvXRmPF8J6MvZCz5aBC14nZGwb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:21.324996948243rem;left:-3.7750015258789rem;display:none; }
#SrNeIH8P37u2tLkNp6gDqUDIxdOK3BtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMmOnrXbisz3WDb9aKQV3fxQ3XGw7WXs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.199999809265rem;left:0.78749847412112rem;display:none; }
#FyIFeJzl1zHiwCeDfBgdSfM6GdInTCSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F57VxHMGl1bZsQz5HN4u29DdpwlAD0Q6 { color:rgba(var(--color-secondary-2),1);display:block;width:16.8125rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:16.410158157349rem;left:33.15625rem;height:6.8875rem;display:block; }#F57VxHMGl1bZsQz5HN4u29DdpwlAD0Q6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F57VxHMGl1bZsQz5HN4u29DdpwlAD0Q6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e13a66cd59217f6ae6f96ea29fcb7b096577ceaf.svg); }
#hJ7emwsd3fTRaHybJh26Ba6wK7eGXVw0 { color:rgba(var(--color-secondary-2),1);display:block;width:23.125rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:10.768753051757rem;left:33.15625rem;height:4.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qBeu8yXM8u5Tn0tnOETyneAdLLrOX3yq { position:absolute;display:block;z-index:14005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:6.75rem;left:31.25rem;width:27.125rem;height:17.75rem;display:block; }
#xBR71hHzkbKcWTn3U4zVKcqGmCoZAmrN { color:rgba(var(--color-secondary-2),1);display:block;width:16rem;position:absolute;font-family:"gfs didot";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.51015663147rem;left:33.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg { position:relative;display:block; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg { background-color: transparent; background-image: none; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .row .container > .video-iframe-container { display: none; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .row > .video-iframe-container { display: none; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .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); }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg { border-width: 0; border-radius: 0; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .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; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .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:36.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lbsq4OHqIzygRDQqDCDHpHEF1Ew1dOzZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.9375rem;left:1.25rem;overflow:hidden;display:block; }
#tb6B20xPpRcuocd9eU8pC2o2fg4SKFUO { 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);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gfs didot";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.6240234375rem;left:24.125rem;display:block; }
#Ind7PL8upyvpBc6T7vb403FMmdxLgFyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BupukXSIcnEm5bmWp0pOWEVOACD21X8G { color:rgba(var(--color-secondary-2),1);display:block;width:46.625rem;position:absolute;font-family:"gfs didot";font-size:2.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1rem;left:6.6875rem;height:2.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ttI1S8TUy0UGcgn81Ee1mk7OEwiWeTS5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.9375rem;left:20.875rem;overflow:hidden;display:block; }
#Gk4gMu5V8nNaoyDd3BF82XOOx5kTDTIz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.9375rem;left:40.375rem;overflow:hidden;display:block; }
#hCBALLTSiG19MCD8SRNBMfHc5CSXfWBK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:18.75rem;left:1.25rem;overflow:hidden;display:block; }
#R649G2BVssAFCbo49QnKR4eg1hJ6rpe0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:18.75rem;left:20.9375rem;overflow:hidden;display:block; }
#UP414K8UNeoyQaBONMkeaqOTai5ykgIT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:18.75rem;left:40.375rem;overflow:hidden;display:block; }
#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row .container { background-color: transparent; background-image: none; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row .container > .video-iframe-container { display: none; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row > .video-iframe-container { display: none; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .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); }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row .container { border-width: 0; border-radius: 0; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#OgdmsmbQHFE7k4X5HBozfPJz0DqalUWs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:7.25rem;left:0rem;display:block; }
#IbK0k7lVwb8ZlCroKWVS1LTCcUukVtzO { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:9.0000009536744rem;left:0.71875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPEBdpPsdyHNvsmPAiw5odwFZ178F4oM { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"gfs didot";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.625rem;left:0.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TENhHFTJIgH0ENhwOFSxNKEsxWwTayzC { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.25rem;left:0.75rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FCmDTSyRPCu6lTaFuHqO3aSty2AgFe0g { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"gfs didot";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.625rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ks1itll98NpOTZwMHDlof6a8qkBXrqtg { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.25rem;left:21.25rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkmDb2Pyo5Z0mT8lVMwMP8IealaQMuyb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:7.25rem;left:20.5625rem;display:block; }
#DrfvHB9ezIMfAWh56wd1q6yNHSXrixcT { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15016;line-height:2;letter-spacing:0;top:8.1250009536744rem;left:21.25rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2FU7nu8futkNEv8e3OKJKbsPXTcaMaT { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"gfs didot";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.625rem;left:41.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c0Xo129iAe29fEeCdn6wlVNdTtI0iGVq { color:rgba(var(--color-secondary-2),1);display:block;width:11.25rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.25rem;left:41.8125rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlMkce0hbAunOyA3dScaqXwXqfHbMqy8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:7.25rem;left:41.0625rem;display:block; }
#HR8OQ8RgeONyqPvFQPwqQV4quWvzmZpN { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:400;z-index:15021;line-height:2;letter-spacing:0;top:8.1250009536744rem;left:41.78125rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LD3w8OsK31KbpVVkVZHAvQmD6XK3blgl { color:rgba(var(--color-primary-2),1);display:block;width:19.8125rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:20.125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#o68DM3za87QiT4yuI0DiOgCQAq9b83hA { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:"gfs didot";font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 { position:relative;display:block; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 { background-color: transparent; background-image: none; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .row .container > .video-iframe-container { display: none; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .row > .video-iframe-container { display: none; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .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); }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 { border-width: 0; border-radius: 0; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .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; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i4XpAJTmgUqAcSG8bEUhIB7PZ346mOfJ { color:rgba(var(--color-primary-2),1);display:block;width:8.1875rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:25.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#BCOTa0HyFsFb1WoJlNs2OsyTq5lSN51q { color:rgba(var(--color-secondary-2),1);display:block;width:46.75rem;position:absolute;font-family:"gfs didot";font-size:2.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.3742198944092rem;left:6.625rem;height:2.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dVqGhXH01hNQehZ6WNFm5s8yvqOyOt8s { position:absolute;display:block;z-index:14011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:7.375rem;left:4.25rem;width:3.5rem;height:3.5rem;display:block; }
#TIkmNozzq4ot4GPiaFvHdWfJSFNmoQrt { position:absolute;display:block;z-index:14011;background-color:#d8d4ce;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:8.8125rem;left:6rem;width:48rem;height:0.0625rem;display:block; }
#JZFXiT4MQEU1VGB6568b4kMndvUHKV5l { position:absolute;display:block;z-index:14011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:7.375rem;left:16.25rem;width:3.5rem;height:3.5rem;display:block; }
#Tl7HTCio53AK0dsmurTp4UuBQHebrMw0 { position:absolute;display:block;z-index:14012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:7.375rem;left:28.1875rem;width:3.5rem;height:3.5rem;display:block; }
#TF5RehPk8V8bOfdnRNf3nLlo8w8rDTLs { position:absolute;display:block;z-index:14011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:7.375rem;left:40.25rem;width:3.5rem;height:3.5rem;display:block; }
#QQhwR1ZMqmoxOBBB5E2JoHWRhpEDt40R { position:absolute;display:block;z-index:14011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:7.375rem;left:52.25rem;width:3.5rem;height:3.5rem;display:block; }
#K7ugydxdttTAv2rsqieLXZlvrPfu90ez { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.2992172241213rem;left:4.4234352111816rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g8zsIzvk58D5f50prDDQ8LclTh3lM87u { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.2992172241213rem;left:16.423435211182rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h0t09wnGrxMBHm7m6AdutCR99l14I6uX { position:absolute;display:block;z-index:14012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d8d4ce;border-left:0.0625rem solid #d8d4ce;border-right:0.0625rem solid #d8d4ce;border-bottom:0.0625rem solid #d8d4ce;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:7.375rem;left:4.25rem;width:3.5rem;height:3.5rem;display:block; }
#Zi9AuhtIDrqOW3q79bv1vAiB5yrtZ3pW { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:7.2992172241213rem;left:28.375rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tKaydTrw1cMaUyeVdEyvsmAWPqEWt8mg { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:7.2992172241213rem;left:40.425003051757rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uHy2r36Ix7vDOaOyNyhb5lVsudsHJGtW { color:rgba(var(--color-primary-2),1);display:block;width:3.25rem;position:absolute;font-family:"gfs didot";font-size:3.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.2992172241213rem;left:52.425003051757rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ou4XRX5hTcdBWxgqwVogvuQu4ZbiqHJp { color:rgba(var(--color-secondary-2),1);display:block;width:10.25rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:11.686719894409rem;left:0.92421722412112rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QQz0bzdvwM8TCxpwMxDTze8yMUKxruf3 { color:rgba(var(--color-secondary-2),1);display:block;width:12.6875rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:11.686719894409rem;left:11.705467224121rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z60kpIw2gJuM5Tq2c1spEky6muEkhvtb { color:rgba(var(--color-secondary-2),1);display:block;width:10.5rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.686719894409rem;left:24.75rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZpfHTHoNn0ki9VB3fm64pkbxbonBOL6h { color:rgba(var(--color-secondary-2),1);display:block;width:8.6875rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.6875rem;left:37.625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SAzt3LxOmEInnHrp6TotcqcuA9aAp2cM { color:rgba(var(--color-secondary-2),1);display:block;width:8.6875rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:11.6875rem;left:49.625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HuKixcbmwqOuUENU3tND9WUQErMy1SOp { 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);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gfs didot";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.998439788818rem;left:24.125rem;display:block; }
#THkp8fw7R9LbbDhXTTgM2tldDIMwbMXk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QafbZA7C96EKyeOEus7OibwxC45O7hwR { color:rgba(var(--color-secondary-2),1);display:block;width:37.0625rem;position:absolute;font-family:"gfs didot";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:23.123439788818rem;left:11.46875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zIGGf8n2UiJZXJZkuACs2KRdbd5CpQRg { color:rgba(var(--color-secondary-2),1);display:block;width:8.6875rem;position:absolute;font-family:"gfs didot";font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:12.90625rem;left:1.7054672241211rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CeVsX5i7NKXvMqvX7NuCa084n4AkO5hB { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:"gfs didot";font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.905469894409rem;left:12.830467224121rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fiXTz1JT7eVWfiny7obOQvJI5PbKGnoM { color:rgba(var(--color-secondary-2),1);display:block;width:13rem;position:absolute;font-family:"gfs didot";font-size:0.6875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:12.905469894409rem;left:23.828907012939rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fDpVVcMGppyJAKOhGBZ2QMgCmuhr7WyF { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:"gfs didot";font-size:0.6875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:12.905469894409rem;left:36.831253051757rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uylJ42NVIM2foxSmchSkNc19WknSycxZ { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:"gfs didot";font-size:0.6875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:12.905469894409rem;left:48.831253051757rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq { position:relative;display:block; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq { background-color: transparent; background-image: none; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .row .container > .video-iframe-container { display: none; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .row > .video-iframe-container { display: none; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .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); }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq { border-width: 0; border-radius: 0; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .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; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fZ4u29zICw0awwlbkIX1OD0IrWTaRTno { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:2.0929689407349rem;left:10.625rem;display:block; }
#mKq21qnQvh89dAQI5TepKdmVURruHTky { position:relative;display:block; }#mKq21qnQvh89dAQI5TepKdmVURruHTky { background-color: transparent; background-image: none; }#mKq21qnQvh89dAQI5TepKdmVURruHTky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .row .container > .video-iframe-container { display: none; }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .row > .video-iframe-container { display: none; }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .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); }#mKq21qnQvh89dAQI5TepKdmVURruHTky { border-width: 0; border-radius: 0; }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .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; }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BqFH0JrRTnycTblrr23q1qFymPKOOy9s { color:rgba(var(--color-primary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.78125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#m3BR312HJZRTHNRKmZlLnMgR7d1QtKEk { color:rgba(var(--color-secondary-2),1);display:block;width:42.8125rem;position:absolute;font-family:"gfs didot";font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:3.9374980926514rem;left:8.59375rem;height:2.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qO3rmoxfDn8T8nlU3JdfuF4hrealb2Oq { color:rgba(var(--color-secondary-2),1);display:block;width:37.6875rem;position:absolute;font-family:"gfs didot";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:8.0234336853025rem;left:11.15625rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 { position:relative;display:block; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 { background-color: transparent; background-image: none; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .row .container > .video-iframe-container { display: none; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .row > .video-iframe-container { display: none; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .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); }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 { border-width: 0; border-radius: 0; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .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; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z2UkDUKLqMMmIPTwZdSzFS2TTBCCIbg7 { color:rgba(var(--color-secondary-2),1);display:block;width:8.1875rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#eXicymy98rBwcQ7KoL4lpoUOe2NrkIWl { color:rgba(var(--color-secondary-2),1);display:block;width:27.9375rem;position:absolute;font-family:"gfs didot";font-size:2.375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.0625rem;height:5.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CJrRGP9bWRBTX4RWSgS1pNoyHXtkMmPP { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:"gfs didot";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:10.9375rem;left:1.0625rem;height:3.3984375rem;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; }
#z0pbF3XIDRSx6hW8H0QI0ef1ngMqA3ee { color:rgba(var(--color-secondary-2),1);display:block;width:19.6875rem;position:absolute;font-family:"gfs didot";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:16.462497711182rem;left:1.0625rem;height:5.949225rem;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; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-form-header {  }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-regular-label { height:auto;display:block;font-family:"gfs didot";font-size:0.875rem;font-weight:400;color:rgba(var(--color-secondary-2),1);width:25.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-0),1);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-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:25.5625rem;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: none; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:25.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"dm sans"; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .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:25.5625rem;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; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25.5625rem;height:3.4375rem;font-family:"gfs didot";overflow:hidden;box-shadow: none;font-style:normal; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .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; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .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; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-container:first-of-type{padding-top:0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-container:last-of-type{padding-bottom:0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B  { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:1.5rem;left:31.035934448243rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5625rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .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; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B {display:block;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:1.5rem;left:31.035934448243rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #Qavfa9vfhg0pgIS3paoQQ59WVhgeag5I { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #Cv8inQXTyNoFtHw9X1la9ug9b01rGf7g { position:relative;display:block; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #G5vzO1ehUh03rNNEkka6sZtxIhgNrFyd { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #zph4adnlTk4yafTF3t2qP7Gxz5dxhCW4 { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #yzIrFzybgwypPruTrxJcQt3acrKlaHdT { position:relative;display:block; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #CN9FBStw75l5kwopX7FGMbI3oGE0gTKg { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #BlGTFz3JuRsyz8Drczdd1QJPDnsiJP7L { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #w5mdLAQ9kbTKvTPbJ5NcCTzKs0m6iUqC { position:relative;display:block; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #sSbBav3FzWz8IAz9PdElUClLmSRbvahD { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #oJHsLGvbKctKIxpolC8Q6LL7QXzUQiEv { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #q2XKMGG8SVdCTcWVU3WWs7ylx9mnztDs { position:relative;display:block; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #O00boDSE7xGwdQmyvIlbNRkoNuLym9bQ { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #IL6ftBdLCSznuxtWtsgkt1Q1ndF9HGfp { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #TgOm22bLQFXccG8UOpl97oBPICSs9mTy { position:relative;display:block; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #RdEnaIlS87EA3OOMzDtI52hceUgsACsX { position:relative; }
#fy3qBnZ3dW9TC4KpHuMtXeK1qR1O9TCH { position:relative;display:block;z-index:100000;display:block; }
#VAwBiHziqO4F94oy9ADbI8IwJL3AISmq { position:relative;display:block;z-index:100000;display:block; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #kDqtl1TAa7F6A3RQ89Az3m5qSyA83sMd { position:relative; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #yo1sRsOv8XKn2hzchVWzgXQN5A4i1G62 { position:relative; }
#dgqBewKEyTD8JOsUNhapAg5yOvHzLsqU { color:rgba(var(--color-secondary-2),1);display:block;width:27.9375rem;position:absolute;font-family:"gfs didot";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:24.949217796326rem;left:1.03125rem;height:2.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#voTssEt0yvyNhLXvoQNsPafrarhcl9iP { position:relative;display:block; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP { background-color: transparent; background-image: none; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .row .container > .video-iframe-container { display: none; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .row > .video-iframe-container { display: none; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .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); }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP { border-width: 0; border-radius: 0; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .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; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbvORrcMTgQnIXI8kqeDygBVMt8EQEyT { color:rgba(var(--color-secondary-2),1);display:block;width:24.375rem;position:absolute;font-family:"gfs didot";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:3.9375rem;left:17.8125rem;height:1.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N0MT1WRF4eUVF4N0AanctAOB63oVXbdO { position:absolute;display:block;z-index:15005;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:1.4375rem;width:12.25rem;top:1.625rem;left:23.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mcCla75IkKegCicauenE2j2LWrotFVRU { display:block; }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgCOq2PeqwHmyP177LzZo0gOOm4tEXaA { top:1.875rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9TMaMPDDBIUmw9pzKPiXoVbJsOxAcK { top:1.375rem;left:0rem;width:17.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty3IOIAR88HOvmF4Xx24uylfNVgRzV1q { width:11.75rem;height:2.5rem;top:1.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe82M8nbwuQG1HaZKzvNq2cwGXlg9PZG { display:block; }
 }@media only screen and (max-width: 763px) { #MNnvHpotLxXOMu6TtPyRZ25WWkRbtFAS { width:9.5rem;height:1.25rem;top:2.625rem;left:38.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx9zADQ6RfBdNUTlWJWJnXRcT1LAByC1 { display:block; }
 }@media only screen and (max-width: 763px) { #Tm7p7ETnsDIkpBDTrqySpPrkTCTEXx54 { width:9.5rem;height:1.25rem;top:2.625rem;left:38.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbm8r8hgHlgnvgXCeSuSs6z7IeGx7X9a { display:block; }
 }@media only screen and (max-width: 763px) { #dVwUIdECKyQeRAGeHU6LUbV73QqPmKXw { width:10.75rem;height:1.3125rem;top:1.75rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #orFNRXGnm4GuU0tUrCF0VppKRhINreni { display:block; }
 }@media only screen and (max-width: 763px) { #lnQNTXEadR3mcEzKqMtKyQfTQ1WeiNTH { top:1.5625rem;left:31.66015625rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvP74UT5Uvx7X3lvoioGt407drSiTkHm { top:1.4375rem;left:27.5859375rem;width:4.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfPqLvOTOvJfrAO1HArxPZfJRSlnTtIb { display:none; }
#OfPqLvOTOvJfrAO1HArxPZfJRSlnTtIb > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp { display:block; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyy2ZnnwJKrRDzFUdeEDZ7zBuoTlvBz1 { top:2.1875rem;left:0rem;width:19.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7szOgFcQ8dhuHbDr4KQeLd9IGhAvAn { top:3.9375rem;left:0rem;width:23.375rem;height:11.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQiEyU9syCaJycDfHoRTR4ewlNHlAOZ0 { top:15.8125rem;left:0rem;width:23.25rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhcI6sUeJim75K704kAeUcMy8MBSTxuG { top:2.1875rem;left:22.5rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTRMILsht4L4MsSpirprAdfTUne3ude5 { width:23.1875rem;height:2.875rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLamGHTAEkPTnpzhOAS99DyXzMlJoKHP { display:block; }
 }@media only screen and (max-width: 763px) { #JZD5mIThmbZvtVAqJBCBUZPUd0S6JBAT { top:23.1875rem;left:0rem;width:16.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD6SvAA4pT2hlK1vlAxwdBmNtpcTb31t { top:23.75rem;left:9.0499992370606rem;width:9.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPkNLzmQRbTGbugRzSm9a178Xcnl4hO { top:28.8125rem;left:20.40625rem;width:6.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7bTrs3TkLJ2JM828BABqkBNd8QeQyAq { top:29.75rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaskhft7T0KJg4lvVc5em18TqOX38P3s { top:29.75rem;left:2.4734382629394rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZVtwvPr3hT6irGh2xw2MO42E2GGveBd { top:29.8125rem;left:8.7234382629394rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDuZTSdoPP7Hh6ahhdatQB1tzbmb2TZ7 { top:29.75rem;left:14.973438262939rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikK1IdXug9FcsbhH0fAb0r52M8sDHnMz { top:29.8125rem;left:27rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4h7pKLr27pwcRuHTE2RH6qTAoD02p3s { top:29.8125rem;left:21.143749237061rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xniHh8uP0sraywWr3cgTlUOrQOlv1pWl { top:29.8125rem;left:33.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKpvMWy29xbhU0EB1GWT9Z8JhpQzUbBb { top:29.8125rem;left:39.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igbP27E8b5nFGSmKSBCKKTIgJGTW0I5f { top:29.8125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAwJDT0RTB576P9tmkAHphbOmUangyV { display:block; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiEt8sHHm75LI2Imd5xtOwWRyBJzN1RT { width:12.5rem;height:3.25rem;top:1.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrRiRyk5i3hZI2bPlKuC95ReEFUcKrph { width:9.0625rem;height:1.125rem;top:4.5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRoSpWGeXLk4EfxW8gQ8FMlak7TQTMmD { width:12.5rem;height:3.25rem;top:1.25rem;left:11.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXRrBOSOhMPdrt3lThVRb8Rru8Hf1Sn { width:13.375rem;height:1.125rem;top:4.5rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbGEFPKfhXaqoqpHhRqlrm9Wrp0ARaJq { width:12.5rem;height:3.25rem;top:1.25rem;left:23.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZKLe7AhOKLKXhTGR2kW7bfBH83HpXtR { width:12.5rem;height:3.25rem;top:1.25rem;left:35.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lugDT34LT6ZMNqn36cJuia0IBHXhRoSH { width:13.375rem;height:1.125rem;top:4.5rem;left:22.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJGR4nIT5eoyh21dGGGQKeL95XkNMVip { width:9.0625rem;height:1.125rem;top:4.5rem;left:37.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA { display:block; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeQWSZQmk8XFp3KCGtFEfLJ1eCEelDns { top:2.25rem;left:0.5625rem;width:46.625rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDzSFdnUgXHCBOfE1c9omy7ShJHAxhQc { top:1.3125rem;left:14rem;width:19.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 { display:block; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXQkvxhJpuXsD58n3nc80GhnVUVRtQoA { top:2.0625rem;left:0rem;width:18.8125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5PCVgenNOL8u0WwPzpn8ttqL6XRO81o { top:6.5rem;left:0rem;width:18.875rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUO1x2A8KbnQSK3ilOyxKv11tqtCTslK { top:2.0625rem;left:13.625rem;width:18.125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvhqJZxeiTE0M3gPCTHPEG3sMfaf6pDU { top:5.8125rem;left:13.3125rem;width:18.4375rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrUeIVTvE2mvk9WA25nBomBKk0THqX7 { top:2.0625rem;left:28.75rem;width:18.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ5BWoKpqqVE784ub8m1U5iTggrXWAJ8 { top:5.8125rem;left:31.125rem;width:16.5rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQQ8H1qhfr4cwGLyITi5SMIBpx7vvJM { width:11.75rem;height:2.5rem;top:15.375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKcBmd1WySKaTJlGT137Vt7DV05T2by { display:block; }
 }@media only screen and (max-width: 763px) { #vE1F6wVfae3AaQ9ifl14gTb0vEPTFPo4 { top:12.5rem;left:0rem;width:11.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7oIJmyvWdMM3VHuCaKiVFtapbd1bbv { top:12.5rem;left:15.875rem;width:13.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #He0wtuiSZk0VPFJqLGGGTD0zIfD6fbzD { top:12.5rem;left:31.75rem;width:13.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t { display:block; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeJSlaS2ABM7oVcHZX8UAL4CxfKgXB9s { top:1.75rem;left:0.5625rem;width:46.625rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtdKK8rKfsBTTBnBJTH6BT8kkmT64ePv { top:0.8125rem;left:14rem;width:19.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #al80SgTITdhD12gUO6ZeaZoch7lioepH { top:10.75rem;left:0rem;width:28.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVG3LN9hx3ZGlkhe4Ttr8APTpwdir8F { top:10.75rem;left:19rem;width:28.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLPbXKyf82IKqaJB16811m1KmyfqPIHH { top:25.5rem;left:0rem;width:28.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0i9qUAm5QoCMhP9qVicefqaoKrS8ozy { top:25.5rem;left:19rem;width:28.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqESlDPZUqn0OA4GLCWer9T04HF51t30 { top:12rem;left:0rem;width:12.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phlMIRHFkcWaFUBZnS9wXfPllon80m0N { top:27.1875rem;left:0rem;width:15.1875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7kvaVN6RfsJTCsJCv3bm3opwUzgN9on { top:27.1875rem;left:26.59765625rem;width:18rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCSBCoh1qDyKQSTahTQrcFfBq9M6bVii { top:12rem;left:26.59765625rem;width:13.125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JO4Pn3w48ygMIwin5wWaRnGlmQWOH5 { top:14.625rem;left:0rem;width:21.8125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTwzX2GLuumDC9VbP4TkrhPu00gezUU { top:11.0625rem;left:17.910938262939rem;width:3.25rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmoye5tuM5HZpOX9LoFJw0EgbyGdOCDo { top:11.0625rem;left:44.5rem;width:3.25rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgErowopHXXVvTT2BTTHF0kN3Ms8uNoN { top:14.6875rem;left:25.9375rem;width:21.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKRNcDbTs3EvinC1fWVng1W6WpdldG5T { top:30.3125rem;left:0rem;width:21.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJN1BJXol9FEluUREdT7rU6URO54rZdb { top:30.1875rem;left:25.9375rem;width:21.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgoQi5vh1tvzpvR81JbsUldZJfDcsQIz { top:26.25rem;left:17.910938262939rem;width:3.25rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPiyPhtvD8fg0PTtnTRDTDbGKTn6xx35 { top:26.25rem;left:44.5rem;width:3.25rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRvpFacdoNT4JwXib3qxKutqpTntrTh { top:19.9375rem;left:0rem;width:19rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7EfNTQkrrax9yTmuT1SwEBbBO0oRaGM { top:19.9375rem;left:26.59765625rem;width:11.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5MqP4qTaPExwkzNqhHMLGovpPXhcrv { top:34.875rem;left:0rem;width:12.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCiXhbcMGm4sETkoTsZ3nsHlGhECity5 { top:34.875rem;left:26.59765625rem;width:12.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa { display:block; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWwMCFKd8pDrgnbbZTWc53ED2BXvKCEv { top:1.125rem;left:19.78125rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgsxd4KbCtDErMRCytC4l7lyNOr1HS9Z { top:3.625rem;left:0rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHT4xaVbUtfs5rJFZZab0mN9Hrwhy98T { top:3.625rem;left:10.625rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlBePvIpTvTrMeNyNleLi7auKv4bcRQN { top:3.625rem;left:24.4375rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESZQe2DP7qdAIL49X7ikbmbOLosK2rUk { top:3.625rem;left:35.25rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeCl41SsKKBBkvCQQZsoSAMxifcOQwQc { top:6.8125rem;left:24.4375rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILEyGlDMshrTuI9uipcRc3t0WOy3fkca { top:6.8125rem;left:10.625rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6A12MJu1WiT2a9vW8elfCAkCONLTPIG { top:3.875rem;left:0rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOfrNWyTRvMqzTfDhoROPfDgZk5Voz5 { top:3.875rem;left:12.187501907349rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs36LSTvLTSHgUP2KR3dZasFsnzr99aE { top:3.875rem;left:26.000001907349rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl9ZAZFKbAkEwOppcLc7K5NWzAhMrS3M { top:3.875rem;left:38.375rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBtuVSNFpUTGpfqVFC1Vu4zkD4itcGUX { top:7.0625rem;left:12.187501907349rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMDJIbasGZQk3Ea2XnV20rLi6h06vCkW { top:7.0625rem;left:26.000001907349rem;width:9.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxT5hPesp8JE82FfyUAl7KRxGrFItke { display:block; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AATF6BhNlMoyfVmK3FbePF9KWg3TPphc { top:1.5rem;left:15.6875rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynzzn9FIpi587bIOwDn0Aus9CxoZa58T { top:2.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsa18QFtoglQwi6PFFnNLBKmUokDrfN2 { top:7.5rem;left:0rem;width:26.5625rem;height:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxaihsJvXRmPF8J6MvZCz5aBC14nZGwb { width:9.5rem;height:1.25rem;top:21.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrNeIH8P37u2tLkNp6gDqUDIxdOK3BtT { display:block; }
 }@media only screen and (max-width: 763px) { #tMmOnrXbisz3WDb9aKQV3fxQ3XGw7WXs { width:3.125rem;height:3.125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyIFeJzl1zHiwCeDfBgdSfM6GdInTCSD { display:block; }
 }@media only screen and (max-width: 763px) { #F57VxHMGl1bZsQz5HN4u29DdpwlAD0Q6 { top:16.375rem;left:23.96875rem;width:16.8125rem;height:6.875rem;font-size:0.875rem;display:block; }#F57VxHMGl1bZsQz5HN4u29DdpwlAD0Q6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e13a66cd59217f6ae6f96ea29fcb7b096577ceaf.svg); }
 }@media only screen and (max-width: 763px) { #hJ7emwsd3fTRaHybJh26Ba6wK7eGXVw0 { top:10.75rem;left:23.96875rem;width:23.125rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeu8yXM8u5Tn0tnOETyneAdLLrOX3yq { top:6.75rem;left:20.5rem;width:27.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBR71hHzkbKcWTn3U4zVKcqGmCoZAmrN { top:7.5rem;left:23.96875rem;width:16rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg { display:block; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lbsq4OHqIzygRDQqDCDHpHEF1Ew1dOzZ { width:18.375rem;height:12.1875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb6B20xPpRcuocd9eU8pC2o2fg4SKFUO { width:11.75rem;height:2.5rem;top:32.5625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ind7PL8upyvpBc6T7vb403FMmdxLgFyz { display:block; }
 }@media only screen and (max-width: 763px) { #BupukXSIcnEm5bmWp0pOWEVOACD21X8G { top:1rem;left:0.5625rem;width:46.625rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttI1S8TUy0UGcgn81Ee1mk7OEwiWeTS5 { width:18.375rem;height:12.1875rem;top:4.9375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk4gMu5V8nNaoyDd3BF82XOOx5kTDTIz { width:18.375rem;height:12.1875rem;top:4.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCBALLTSiG19MCD8SRNBMfHc5CSXfWBK { width:18.375rem;height:12.1875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R649G2BVssAFCbo49QnKR4eg1hJ6rpe0 { width:18.375rem;height:12.1875rem;top:18.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP414K8UNeoyQaBONMkeaqOTai5ykgIT { width:18.375rem;height:12.1875rem;top:18.75rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 { display:block; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdmsmbQHFE7k4X5HBozfPJz0DqalUWs { width:18.9375rem;height:12.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbK0k7lVwb8ZlCroKWVS1LTCcUukVtzO { width:17.5rem;height:8.75rem;top:9rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPEBdpPsdyHNvsmPAiw5odwFZ178F4oM { width:11.25rem;height:1.625rem;top:20.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENhHFTJIgH0ENhwOFSxNKEsxWwTayzC { width:11.25rem;height:1rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmDTSyRPCu6lTaFuHqO3aSty2AgFe0g { width:11.25rem;height:1.625rem;top:20.625rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks1itll98NpOTZwMHDlof6a8qkBXrqtg { width:11.25rem;height:1rem;top:22.25rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmDb2Pyo5Z0mT8lVMwMP8IealaQMuyb { width:18.9375rem;height:12.25rem;top:7.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrfvHB9ezIMfAWh56wd1q6yNHSXrixcT { width:17.5rem;height:10.5rem;top:8.125rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2FU7nu8futkNEv8e3OKJKbsPXTcaMaT { width:11.25rem;height:1.625rem;top:20.625rem;left:35.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Xo129iAe29fEeCdn6wlVNdTtI0iGVq { width:11.25rem;height:1rem;top:22.25rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMkce0hbAunOyA3dScaqXwXqfHbMqy8 { width:18.9375rem;height:12.25rem;top:7.25rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR8OQ8RgeONyqPvFQPwqQV4quWvzmZpN { width:17.5rem;height:10.5rem;top:8.125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD3w8OsK31KbpVVkVZHAvQmD6XK3blgl { top:1.5rem;left:14rem;width:19.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o68DM3za87QiT4yuI0DiOgCQAq9b83hA { width:47.75rem;height:3.0625rem;top:2.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 { display:block; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4XpAJTmgUqAcSG8bEUhIB7PZ346mOfJ { top:1.4375rem;left:19.8125rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOTa0HyFsFb1WoJlNs2OsyTq5lSN51q { top:3.3125rem;left:0.5rem;width:46.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqGhXH01hNQehZ6WNFm5s8yvqOyOt8s { top:7.375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIkmNozzq4ot4GPiaFvHdWfJSFNmoQrt { top:8.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZFXiT4MQEU1VGB6568b4kMndvUHKV5l { top:7.375rem;left:10.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7HTCio53AK0dsmurTp4UuBQHebrMw0 { top:7.375rem;left:22.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5RehPk8V8bOfdnRNf3nLlo8w8rDTLs { top:7.375rem;left:34.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQhwR1ZMqmoxOBBB5E2JoHWRhpEDt40R { top:7.375rem;left:44.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ugydxdttTAv2rsqieLXZlvrPfu90ez { top:7.25rem;left:0rem;width:3.25rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8zsIzvk58D5f50prDDQ8LclTh3lM87u { top:7.25rem;left:10.298435211182rem;width:3.25rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0t09wnGrxMBHm7m6AdutCR99l14I6uX { top:7.375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi9AuhtIDrqOW3q79bv1vAiB5yrtZ3pW { top:7.25rem;left:22.25rem;width:3.25rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKaydTrw1cMaUyeVdEyvsmAWPqEWt8mg { top:7.25rem;left:34.300003051757rem;width:3.25rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHy2r36Ix7vDOaOyNyhb5lVsudsHJGtW { top:7.25rem;left:44.5rem;width:3.25rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4XRX5hTcdBWxgqwVogvuQu4ZbiqHJp { top:11.625rem;left:0rem;width:10.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQz0bzdvwM8TCxpwMxDTze8yMUKxruf3 { top:11.625rem;left:5.5804672241211rem;width:12.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z60kpIw2gJuM5Tq2c1spEky6muEkhvtb { top:11.625rem;left:18.625rem;width:10.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfHTHoNn0ki9VB3fm64pkbxbonBOL6h { top:11.625rem;left:31.5rem;width:8.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAzt3LxOmEInnHrp6TotcqcuA9aAp2cM { top:11.625rem;left:39.0625rem;width:8.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuKixcbmwqOuUENU3tND9WUQErMy1SOp { width:11.75rem;height:2.5rem;top:18.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkp8fw7R9LbbDhXTTgM2tldDIMwbMXk { display:block; }
 }@media only screen and (max-width: 763px) { #QafbZA7C96EKyeOEus7OibwxC45O7hwR { top:23.0625rem;left:5.34375rem;width:37.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIGGf8n2UiJZXJZkuACs2KRdbd5CpQRg { top:12.875rem;left:0rem;width:8.6875rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeVsX5i7NKXvMqvX7NuCa084n4AkO5hB { top:12.875rem;left:6.7046852111819rem;width:10.4375rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXTz1JT7eVWfiny7obOQvJI5PbKGnoM { top:12.875rem;left:17.703907012939rem;width:13rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDpVVcMGppyJAKOhGBZ2QMgCmuhr7WyF { top:12.875rem;left:30.706253051757rem;width:10.4375rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uylJ42NVIM2foxSmchSkNc19WknSycxZ { top:12.875rem;left:37.3125rem;width:10.4375rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzP96TmrSztozmKGkUQVmpeIHRLEo0wq { display:block; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ4u29zICw0awwlbkIX1OD0IrWTaRTno { top:2.0625rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKq21qnQvh89dAQI5TepKdmVURruHTky { display:block; }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqFH0JrRTnycTblrr23q1qFymPKOOy9s { top:1.6875rem;left:17.65625rem;width:12.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3BR312HJZRTHNRKmZlLnMgR7d1QtKEk { top:3.875rem;left:2.46875rem;width:42.8125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO3rmoxfDn8T8nlU3JdfuF4hrealb2Oq { top:8rem;left:5.03125rem;width:37.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 { display:block; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2UkDUKLqMMmIPTwZdSzFS2TTBCCIbg7 { top:2.3125rem;left:0rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXicymy98rBwcQ7KoL4lpoUOe2NrkIWl { top:3.9375rem;left:0rem;width:27.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJrRGP9bWRBTX4RWSgS1pNoyHXtkMmPP { top:10.9375rem;left:0rem;width:26.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0pbF3XIDRSx6hW8H0QI0ef1ngMqA3ee { top:16.4375rem;left:0rem;width:19.6875rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-regular-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-text { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-textarea { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-select { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-button { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B  { width:25.5625rem;height:auto;top:1.5rem;left:19.6875rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .radio-container { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B {display:block;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B { width:25.5625rem;height:auto;top:1.5rem;left:19.6875rem; }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #Qavfa9vfhg0pgIS3paoQQ59WVhgeag5I {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #Cv8inQXTyNoFtHw9X1la9ug9b01rGf7g {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #G5vzO1ehUh03rNNEkka6sZtxIhgNrFyd {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #zph4adnlTk4yafTF3t2qP7Gxz5dxhCW4 {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #yzIrFzybgwypPruTrxJcQt3acrKlaHdT {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #CN9FBStw75l5kwopX7FGMbI3oGE0gTKg {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #BlGTFz3JuRsyz8Drczdd1QJPDnsiJP7L {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #w5mdLAQ9kbTKvTPbJ5NcCTzKs0m6iUqC {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #sSbBav3FzWz8IAz9PdElUClLmSRbvahD {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #oJHsLGvbKctKIxpolC8Q6LL7QXzUQiEv {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #q2XKMGG8SVdCTcWVU3WWs7ylx9mnztDs {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #O00boDSE7xGwdQmyvIlbNRkoNuLym9bQ {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #IL6ftBdLCSznuxtWtsgkt1Q1ndF9HGfp {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #TgOm22bLQFXccG8UOpl97oBPICSs9mTy {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #RdEnaIlS87EA3OOMzDtI52hceUgsACsX {  }
 }@media only screen and (max-width: 763px) { #fy3qBnZ3dW9TC4KpHuMtXeK1qR1O9TCH { display:block; }
 }@media only screen and (max-width: 763px) { #VAwBiHziqO4F94oy9ADbI8IwJL3AISmq { display:block; }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #kDqtl1TAa7F6A3RQ89Az3m5qSyA83sMd {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #yo1sRsOv8XKn2hzchVWzgXQN5A4i1G62 {  }
 }@media only screen and (max-width: 763px) { #dgqBewKEyTD8JOsUNhapAg5yOvHzLsqU { top:24.9375rem;left:0rem;width:27.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTssEt0yvyNhLXvoQNsPafrarhcl9iP { display:block; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbvORrcMTgQnIXI8kqeDygBVMt8EQEyT { top:3.9375rem;left:11.6875rem;width:24.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MT1WRF4eUVF4N0AanctAOB63oVXbdO { top:1.625rem;left:17.75rem;width:12.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mcCla75IkKegCicauenE2j2LWrotFVRU { display:block; }#mcCla75IkKegCicauenE2j2LWrotFVRU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgCOq2PeqwHmyP177LzZo0gOOm4tEXaA { top:1.171875rem;left:7.5rem;width:12.5rem;height:1.03125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wm9TMaMPDDBIUmw9pzKPiXoVbJsOxAcK { width:14.5625rem;height:1.5625rem;top:1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty3IOIAR88HOvmF4Xx24uylfNVgRzV1q { width:11.75rem;height:2.5rem;top:3.943359375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe82M8nbwuQG1HaZKzvNq2cwGXlg9PZG { display:block; }
 }@media only screen and (max-width: 763px) { #MNnvHpotLxXOMu6TtPyRZ25WWkRbtFAS { width:0.125rem;height:3.6875rem;top:11rem;left:9.3499999642375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #kx9zADQ6RfBdNUTlWJWJnXRcT1LAByC1 { display:block; }
 }@media only screen and (max-width: 763px) { #Tm7p7ETnsDIkpBDTrqySpPrkTCTEXx54 { width:9.5rem;height:1.25rem;top:11.4375rem;left:3.0374999642372rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #dbm8r8hgHlgnvgXCeSuSs6z7IeGx7X9a { display:block; }
 }@media only screen and (max-width: 763px) { #dVwUIdECKyQeRAGeHU6LUbV73QqPmKXw { width:10.75rem;height:1.3125rem;top:7.5625rem;left:2.4124999642372rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #orFNRXGnm4GuU0tUrCF0VppKRhINreni { display:block; }
 }@media only screen and (max-width: 763px) { #lnQNTXEadR3mcEzKqMtKyQfTQ1WeiNTH { width:9.0625rem;height:0;top:7.625rem;left:7.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvP74UT5Uvx7X3lvoioGt407drSiTkHm { width:3.9375rem;height:0;top:7.5625rem;left:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfPqLvOTOvJfrAO1HArxPZfJRSlnTtIb { display:flex;top:0.6875rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15034; }
#OfPqLvOTOvJfrAO1HArxPZfJRSlnTtIb > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp { display:block; }#z1hC0kF3cipllzBdGLyGiEwuoEp3Fetp > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyy2ZnnwJKrRDzFUdeEDZ7zBuoTlvBz1 { width:19.8125rem;height:0.9746125rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd7szOgFcQ8dhuHbDr4KQeLd9IGhAvAn { width:20rem;height:8.097625rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQiEyU9syCaJycDfHoRTR4ewlNHlAOZ0 { width:20rem;height:5.09765625rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhcI6sUeJim75K704kAeUcMy8MBSTxuG { width:18.25rem;height:18.25rem;top:16.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTRMILsht4L4MsSpirprAdfTUne3ude5 { width:13.625rem;height:2.8125rem;top:36.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLamGHTAEkPTnpzhOAS99DyXzMlJoKHP { display:block; }
 }@media only screen and (max-width: 763px) { #JZD5mIThmbZvtVAqJBCBUZPUd0S6JBAT { width:16.1875rem;height:5.199225rem;top:39.875rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD6SvAA4pT2hlK1vlAxwdBmNtpcTb31t { width:9.8125rem;height:3.125rem;top:45.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPkNLzmQRbTGbugRzSm9a178Xcnl4hO { width:6.9375rem;height:0.9746125rem;top:49.5rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7bTrs3TkLJ2JM828BABqkBNd8QeQyAq { width:6.25rem;height:6.25rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaskhft7T0KJg4lvVc5em18TqOX38P3s { width:6.25rem;height:6.25rem;top:50.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZVtwvPr3hT6irGh2xw2MO42E2GGveBd { width:6.25rem;height:6.25rem;top:50.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDuZTSdoPP7Hh6ahhdatQB1tzbmb2TZ7 { width:6.25rem;height:6.25rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikK1IdXug9FcsbhH0fAb0r52M8sDHnMz { width:6.25rem;height:6.25rem;top:56.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4h7pKLr27pwcRuHTE2RH6qTAoD02p3s { width:6.25rem;height:6.25rem;top:56.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xniHh8uP0sraywWr3cgTlUOrQOlv1pWl { width:6.25rem;height:6.25rem;top:63rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKpvMWy29xbhU0EB1GWT9Z8JhpQzUbBb { width:6.25rem;height:6.25rem;top:63rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igbP27E8b5nFGSmKSBCKKTIgJGTW0I5f { width:6.25rem;height:6.25rem;top:63rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAwJDT0RTB576P9tmkAHphbOmUangyV { display:block; }#vGAwJDT0RTB576P9tmkAHphbOmUangyV > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiEt8sHHm75LI2Imd5xtOwWRyBJzN1RT { width:6.25rem;height:3.57421875rem;top:1.4375rem;left:1.25rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrRiRyk5i3hZI2bPlKuC95ReEFUcKrph { width:7.4375rem;height:1.125rem;top:5rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRoSpWGeXLk4EfxW8gQ8FMlak7TQTMmD { width:6rem;height:3.57421875rem;top:6.6875rem;left:1.375rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvXRrBOSOhMPdrt3lThVRb8Rru8Hf1Sn { width:7.5625rem;height:1.125rem;top:10.26171875rem;left:0.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbGEFPKfhXaqoqpHhRqlrm9Wrp0ARaJq { width:6.3125rem;height:3.57421875rem;top:1.4375rem;left:11.625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZKLe7AhOKLKXhTGR2kW7bfBH83HpXtR { width:7.875rem;height:3.57421875rem;top:6.6875rem;left:10.875rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lugDT34LT6ZMNqn36cJuia0IBHXhRoSH { width:6.9375rem;height:1.125rem;top:5rem;left:11.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJGR4nIT5eoyh21dGGGQKeL95XkNMVip { width:9.0625rem;height:1.125rem;top:10.25rem;left:10.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA { display:block; }#Tvdt69xwtKeWAyaycQV2Tc7pBRMtW9BA > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeQWSZQmk8XFp3KCGtFEfLJ1eCEelDns { width:19rem;height:7.19825rem;top:3.474609375rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDzSFdnUgXHCBOfE1c9omy7ShJHAxhQc { width:19.8125rem;height:0.975rem;top:1.25rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 { display:block; }#ubw7x06Hx4z6ANemFf8xEUM5AQuVTti6 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXQkvxhJpuXsD58n3nc80GhnVUVRtQoA { width:18.875rem;height:3.75rem;top:1.25rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5PCVgenNOL8u0WwPzpn8ttqL6XRO81o { width:19.0625rem;height:2.76171875rem;top:5.9990234375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUO1x2A8KbnQSK3ilOyxKv11tqtCTslK { width:18.875rem;height:1.875rem;top:12.0875rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvhqJZxeiTE0M3gPCTHPEG3sMfaf6pDU { width:19.125rem;height:4.142575rem;top:15.2119140625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKrUeIVTvE2mvk9WA25nBomBKk0THqX7 { width:18.875rem;height:1.875rem;top:23.4375rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ5BWoKpqqVE784ub8m1U5iTggrXWAJ8 { width:19.125rem;height:4.142575rem;top:26.5625rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxQQ8H1qhfr4cwGLyITi5SMIBpx7vvJM { width:11.75rem;height:2.5rem;top:34.75625038147rem;left:3.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKcBmd1WySKaTJlGT137Vt7DV05T2by { display:block; }
 }@media only screen and (max-width: 763px) { #vE1F6wVfae3AaQ9ifl14gTb0vEPTFPo4 { width:18.875rem;height:1.38125rem;top:10.14296913147rem;left:0.56171876192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7oIJmyvWdMM3VHuCaKiVFtapbd1bbv { width:18.75rem;height:1.3808625rem;top:20.26171875rem;left:0.6865234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He0wtuiSZk0VPFJqLGGGTD0zIfD6fbzD { width:18.6875rem;height:1.3808625rem;top:31.5625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t { display:block; }#Cs3lWShWtlsl2y1IoU1x9qRzkh7axm8t > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeJSlaS2ABM7oVcHZX8UAL4CxfKgXB9s { width:20rem;height:7.19825rem;top:2.7875022888184rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtdKK8rKfsBTTBnBJTH6BT8kkmT64ePv { width:19.8125rem;height:0.975rem;top:1.25rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #al80SgTITdhD12gUO6ZeaZoch7lioepH { top:11.925rem;left:0.0625rem;width:19.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVG3LN9hx3ZGlkhe4Ttr8APTpwdir8F { top:25.775rem;left:0.0625rem;width:19.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLPbXKyf82IKqaJB16811m1KmyfqPIHH { top:39.625rem;left:0.0625rem;width:19.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0i9qUAm5QoCMhP9qVicefqaoKrS8ozy { top:53.475rem;left:0.0625rem;width:19.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqESlDPZUqn0OA4GLCWer9T04HF51t30 { width:12.9375rem;height:1.875rem;top:12.1865234375rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phlMIRHFkcWaFUBZnS9wXfPllon80m0N { width:4.3125rem;height:1.875rem;top:39.88671875rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7kvaVN6RfsJTCsJCv3bm3opwUzgN9on { width:6.4375rem;height:1.875rem;top:53.736328125rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCSBCoh1qDyKQSTahTQrcFfBq9M6bVii { width:13.3125rem;height:1.875rem;top:26.0361328125rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JO4Pn3w48ygMIwin5wWaRnGlmQWOH5 { width:18.8125rem;height:6.375rem;top:15.0498046875rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTwzX2GLuumDC9VbP4TkrhPu00gezUU { width:3.25rem;height:2.4rem;top:11.924999833107rem;left:16.749999582768rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmoye5tuM5HZpOX9LoFJw0EgbyGdOCDo { width:3.25rem;height:2.4rem;top:25.77499961853rem;left:16.749999582768rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgErowopHXXVvTT2BTTHF0kN3Ms8uNoN { width:18.9375rem;height:3.1875rem;top:29.30859375rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKRNcDbTs3EvinC1fWVng1W6WpdldG5T { width:18.375rem;height:3.1875rem;top:43.109375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJN1BJXol9FEluUREdT7rU6URO54rZdb { width:18.9375rem;height:4.78125rem;top:56.7490234375rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgoQi5vh1tvzpvR81JbsUldZJfDcsQIz { width:3.25rem;height:2.4rem;top:39.625001907349rem;left:16.749999582768rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPiyPhtvD8fg0PTtnTRDTDbGKTn6xx35 { width:3.25rem;height:2.4rem;top:53.475001335144rem;left:16.749999582768rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRvpFacdoNT4JwXib3qxKutqpTntrTh { width:19.125rem;height:1.2744125rem;top:22.7705078125rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7EfNTQkrrax9yTmuT1SwEBbBO0oRaGM { width:11.9375rem;height:1.2744125rem;top:36.6259765625rem;left:4.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5MqP4qTaPExwkzNqhHMLGovpPXhcrv { width:11.6875rem;height:1.2744125rem;top:50.4140625rem;left:4.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCiXhbcMGm4sETkoTsZ3nsHlGhECity5 { width:11.8125rem;height:1.2744125rem;top:64.1494140625rem;left:4.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa { display:block; }#lAxlo1hwylfMPHQNxJoi7ZzryxDNGdBa > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWwMCFKd8pDrgnbbZTWc53ED2BXvKCEv { width:8.1875rem;height:0.975rem;top:1.25rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgsxd4KbCtDErMRCytC4l7lyNOr1HS9Z { width:12.5rem;height:1.9375rem;top:3.475rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHT4xaVbUtfs5rJFZZab0mN9Hrwhy98T { width:12.5rem;height:1.9375rem;top:6.6625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlBePvIpTvTrMeNyNleLi7auKv4bcRQN { width:12.5rem;height:1.9375rem;top:12.73125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESZQe2DP7qdAIL49X7ikbmbOLosK2rUk { width:12.5rem;height:1.9375rem;top:18.8rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeCl41SsKKBBkvCQQZsoSAMxifcOQwQc { width:12.5rem;height:1.9375rem;top:15.890624821186rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILEyGlDMshrTuI9uipcRc3t0WOy3fkca { width:12.5rem;height:1.9375rem;top:9.8218708038331rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6A12MJu1WiT2a9vW8elfCAkCONLTPIG { width:9.375rem;height:1.38125rem;top:3.725rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOfrNWyTRvMqzTfDhoROPfDgZk5Voz5 { width:9.375rem;height:1.38125rem;top:6.9125rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs36LSTvLTSHgUP2KR3dZasFsnzr99aE { width:9.375rem;height:1.38125rem;top:12.98125rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl9ZAZFKbAkEwOppcLc7K5NWzAhMrS3M { width:9.375rem;height:1.38125rem;top:19.05rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBtuVSNFpUTGpfqVFC1Vu4zkD4itcGUX { width:9.375rem;height:1.38125rem;top:10.1rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMDJIbasGZQk3Ea2XnV20rLi6h06vCkW { width:9.375rem;height:1.38125rem;top:16.16875rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxT5hPesp8JE82FfyUAl7KRxGrFItke { display:block; }#XlxT5hPesp8JE82FfyUAl7KRxGrFItke > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AATF6BhNlMoyfVmK3FbePF9KWg3TPphc { width:8.1875rem;height:0.975rem;top:1.25rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynzzn9FIpi587bIOwDn0Aus9CxoZa58T { width:20rem;height:4.798825rem;top:3.475rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsa18QFtoglQwi6PFFnNLBKmUokDrfN2 { width:20rem;height:22.3125rem;top:9.8623046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxaihsJvXRmPF8J6MvZCz5aBC14nZGwb { width:9.5rem;height:1.25rem;top:21.9375rem;left:5.25rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #SrNeIH8P37u2tLkNp6gDqUDIxdOK3BtT { display:block; }
 }@media only screen and (max-width: 763px) { #tMmOnrXbisz3WDb9aKQV3fxQ3XGw7WXs { width:3.125rem;height:3.125rem;top:18.1875rem;left:8.4375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #FyIFeJzl1zHiwCeDfBgdSfM6GdInTCSD { display:block; }
 }@media only screen and (max-width: 763px) { #F57VxHMGl1bZsQz5HN4u29DdpwlAD0Q6 { width:16.8125rem;height:7.3125rem;top:45.125rem;left:1.59375rem;font-size:0.9375rem;display:block; }#F57VxHMGl1bZsQz5HN4u29DdpwlAD0Q6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e13a66cd59217f6ae6f96ea29fcb7b096577ceaf.svg); }
 }@media only screen and (max-width: 763px) { #hJ7emwsd3fTRaHybJh26Ba6wK7eGXVw0 { width:18.625rem;height:6.375rem;top:38.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeu8yXM8u5Tn0tnOETyneAdLLrOX3yq { top:34.0625rem;left:0rem;width:19.875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBR71hHzkbKcWTn3U4zVKcqGmCoZAmrN { width:16.625rem;height:1.875rem;top:35.1875rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg { display:block; }#xIIL23ZyszvbBWzk2q1q6HZ4giwQvNeg > .row .container { width:20rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lbsq4OHqIzygRDQqDCDHpHEF1Ew1dOzZ { width:18.375rem;height:12.1875rem;top:5.1250002384186rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb6B20xPpRcuocd9eU8pC2o2fg4SKFUO { width:11.75rem;height:2.5rem;top:87.0869140625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ind7PL8upyvpBc6T7vb403FMmdxLgFyz { display:block; }
 }@media only screen and (max-width: 763px) { #BupukXSIcnEm5bmWp0pOWEVOACD21X8G { width:20rem;height:2.4rem;top:1.0867198705673rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttI1S8TUy0UGcgn81Ee1mk7OEwiWeTS5 { width:18.375rem;height:12.1875rem;top:18.649220466614rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk4gMu5V8nNaoyDd3BF82XOOx5kTDTIz { width:18.375rem;height:12.1875rem;top:32.311718702316rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCBALLTSiG19MCD8SRNBMfHc5CSXfWBK { width:18.375rem;height:12.1875rem;top:73.450002670288rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #R649G2BVssAFCbo49QnKR4eg1hJ6rpe0 { width:18.375rem;height:12.1875rem;top:59.650000333786rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP414K8UNeoyQaBONMkeaqOTai5ykgIT { width:18.375rem;height:12.1875rem;top:46.1875rem;left:0.81171876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 { display:block; }#Xrao1S9cdln0SnKXzvtM3ImtJFxlimA3 > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdmsmbQHFE7k4X5HBozfPJz0DqalUWs { width:18.9375rem;height:12.25rem;top:7.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbK0k7lVwb8ZlCroKWVS1LTCcUukVtzO { width:17.5rem;height:8.75rem;top:8.8125rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPEBdpPsdyHNvsmPAiw5odwFZ178F4oM { width:13.8125rem;height:1.625rem;top:20.625rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TENhHFTJIgH0ENhwOFSxNKEsxWwTayzC { width:13.8125rem;height:1.29980625rem;top:22.25rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCmDTSyRPCu6lTaFuHqO3aSty2AgFe0g { width:13.1875rem;height:1.625rem;top:38.8125rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ks1itll98NpOTZwMHDlof6a8qkBXrqtg { width:13.8125rem;height:1.29980625rem;top:40.4375rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkmDb2Pyo5Z0mT8lVMwMP8IealaQMuyb { width:18.9375rem;height:12.25rem;top:24.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrfvHB9ezIMfAWh56wd1q6yNHSXrixcT { width:17.5rem;height:10.5rem;top:25.8125rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2FU7nu8futkNEv8e3OKJKbsPXTcaMaT { width:12.75rem;height:1.625rem;top:57.125rem;left:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0Xo129iAe29fEeCdn6wlVNdTtI0iGVq { width:13.8125rem;height:1.29980625rem;top:58.75rem;left:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlMkce0hbAunOyA3dScaqXwXqfHbMqy8 { width:18.9375rem;height:12.25rem;top:43.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR8OQ8RgeONyqPvFQPwqQV4quWvzmZpN { width:17.5rem;height:10.5rem;top:44.25rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD3w8OsK31KbpVVkVZHAvQmD6XK3blgl { width:19.8125rem;height:0.9746125rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o68DM3za87QiT4yuI0DiOgCQAq9b83hA { width:20rem;height:4.875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 { display:block; }#bDxGHJaBn6LSHwxQaGUESC99g7J72VE1 > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4XpAJTmgUqAcSG8bEUhIB7PZ346mOfJ { width:8.1875rem;height:0.975rem;top:1.25rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOTa0HyFsFb1WoJlNs2OsyTq5lSN51q { width:20rem;height:4.798825rem;top:3.475rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqGhXH01hNQehZ6WNFm5s8yvqOyOt8s { top:9.525rem;left:8.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIkmNozzq4ot4GPiaFvHdWfJSFNmoQrt { top:62.7373046875rem;left:0rem;width:20rem;height:0.125rem;z-index:14010;display:block; }
 }@media only screen and (max-width: 763px) { #JZFXiT4MQEU1VGB6568b4kMndvUHKV5l { top:20.6875rem;left:8.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7HTCio53AK0dsmurTp4UuBQHebrMw0 { top:31.8125rem;left:8.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5RehPk8V8bOfdnRNf3nLlo8w8rDTLs { top:41.875rem;left:8.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQhwR1ZMqmoxOBBB5E2JoHWRhpEDt40R { top:52.6875rem;left:8.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ugydxdttTAv2rsqieLXZlvrPfu90ez { width:3.25rem;height:2.4rem;top:10.125000953674rem;left:8.3750005364419rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8zsIzvk58D5f50prDDQ8LclTh3lM87u { width:3.25rem;height:2.4rem;top:21.3125rem;left:8.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0t09wnGrxMBHm7m6AdutCR99l14I6uX { top:9.5250005722044rem;left:8.2000003457069rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi9AuhtIDrqOW3q79bv1vAiB5yrtZ3pW { width:3.25rem;height:2.3994125rem;top:32.4375rem;left:8.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKaydTrw1cMaUyeVdEyvsmAWPqEWt8mg { width:3.25rem;height:2.3994125rem;top:42.5rem;left:8.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHy2r36Ix7vDOaOyNyhb5lVsudsHJGtW { width:3.25rem;height:2.3994125rem;top:53.3125rem;left:8.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4XRX5hTcdBWxgqwVogvuQu4ZbiqHJp { width:9.625rem;height:1.21875rem;top:14.1875rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQz0bzdvwM8TCxpwMxDTze8yMUKxruf3 { width:12.25rem;height:1.21875rem;top:25.1875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z60kpIw2gJuM5Tq2c1spEky6muEkhvtb { width:9.4375rem;height:1.21875rem;top:36.375rem;left:5.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfHTHoNn0ki9VB3fm64pkbxbonBOL6h { width:8.6875rem;height:1.21875rem;top:46.0625rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAzt3LxOmEInnHrp6TotcqcuA9aAp2cM { width:8.6875rem;height:1.21875rem;top:56.9375rem;left:5.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuKixcbmwqOuUENU3tND9WUQErMy1SOp { width:11.75rem;height:2.5rem;top:64.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkp8fw7R9LbbDhXTTgM2tldDIMwbMXk { display:block; }
 }@media only screen and (max-width: 763px) { #QafbZA7C96EKyeOEus7OibwxC45O7hwR { width:20rem;height:2.4375rem;top:67.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIGGf8n2UiJZXJZkuACs2KRdbd5CpQRg { width:8.6875rem;height:3.75rem;top:16.03125rem;left:5.65625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeVsX5i7NKXvMqvX7NuCa084n4AkO5hB { width:10.4375rem;height:3.75rem;top:27.03125rem;left:4.78125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXTz1JT7eVWfiny7obOQvJI5PbKGnoM { width:13rem;height:2.8125rem;top:38.25rem;left:3.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDpVVcMGppyJAKOhGBZ2QMgCmuhr7WyF { width:10.4375rem;height:3.75rem;top:47.9375rem;left:4.78125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uylJ42NVIM2foxSmchSkNc19WknSycxZ { width:10.4375rem;height:2.8125rem;top:58.8125rem;left:4.78125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzP96TmrSztozmKGkUQVmpeIHRLEo0wq { display:block; }#WzP96TmrSztozmKGkUQVmpeIHRLEo0wq > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ4u29zICw0awwlbkIX1OD0IrWTaRTno { width:20rem;height:27.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKq21qnQvh89dAQI5TepKdmVURruHTky { display:block; }#mKq21qnQvh89dAQI5TepKdmVURruHTky > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqFH0JrRTnycTblrr23q1qFymPKOOy9s { width:12.4375rem;height:0.975rem;top:1.25rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3BR312HJZRTHNRKmZlLnMgR7d1QtKEk { width:20rem;height:4.798825rem;top:2.9125003814698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO3rmoxfDn8T8nlU3JdfuF4hrealb2Oq { width:20rem;height:3.1875rem;top:8.2125005722044rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 { display:block; }#ekXD9RV6Oq6ZIFdn3ri7kqWhroGVPZs0 > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2UkDUKLqMMmIPTwZdSzFS2TTBCCIbg7 { width:8.1875rem;height:0.975rem;top:1.375rem;left:5.9062500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXicymy98rBwcQ7KoL4lpoUOe2NrkIWl { width:18.5625rem;height:7.19825rem;top:3.474609375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJrRGP9bWRBTX4RWSgS1pNoyHXtkMmPP { width:18.25rem;height:4.78125rem;top:10.6728515625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0pbF3XIDRSx6hW8H0QI0ef1ngMqA3ee { width:18.5rem;height:5.52345rem;top:15.8916015625rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B  { width:17.5rem;height:auto;top:27.268749713897rem;left:0rem; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B {display:block;}#L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B { width:17.5rem;height:auto;top:27.268749713897rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #Qavfa9vfhg0pgIS3paoQQ59WVhgeag5I {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #Cv8inQXTyNoFtHw9X1la9ug9b01rGf7g {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #G5vzO1ehUh03rNNEkka6sZtxIhgNrFyd {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #zph4adnlTk4yafTF3t2qP7Gxz5dxhCW4 {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #yzIrFzybgwypPruTrxJcQt3acrKlaHdT {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #CN9FBStw75l5kwopX7FGMbI3oGE0gTKg {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #BlGTFz3JuRsyz8Drczdd1QJPDnsiJP7L {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #w5mdLAQ9kbTKvTPbJ5NcCTzKs0m6iUqC {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #sSbBav3FzWz8IAz9PdElUClLmSRbvahD {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #oJHsLGvbKctKIxpolC8Q6LL7QXzUQiEv {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #q2XKMGG8SVdCTcWVU3WWs7ylx9mnztDs {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #O00boDSE7xGwdQmyvIlbNRkoNuLym9bQ {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #IL6ftBdLCSznuxtWtsgkt1Q1ndF9HGfp {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #TgOm22bLQFXccG8UOpl97oBPICSs9mTy {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #RdEnaIlS87EA3OOMzDtI52hceUgsACsX {  }
 }@media only screen and (max-width: 763px) { #fy3qBnZ3dW9TC4KpHuMtXeK1qR1O9TCH { display:block; }
 }@media only screen and (max-width: 763px) { #VAwBiHziqO4F94oy9ADbI8IwJL3AISmq { display:block; }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #kDqtl1TAa7F6A3RQ89Az3m5qSyA83sMd {  }
 }@media only screen and (max-width: 763px) { #L8Dih2ZaKqJRQPplTTJ1lavTSbEEh01B #yo1sRsOv8XKn2hzchVWzgXQN5A4i1G62 {  }
 }@media only screen and (max-width: 763px) { #dgqBewKEyTD8JOsUNhapAg5yOvHzLsqU { width:18.375rem;height:2.3994125rem;top:21.9375rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTssEt0yvyNhLXvoQNsPafrarhcl9iP { display:block; }#voTssEt0yvyNhLXvoQNsPafrarhcl9iP > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbvORrcMTgQnIXI8kqeDygBVMt8EQEyT { width:18.1875rem;height:1.275rem;top:3.9375rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MT1WRF4eUVF4N0AanctAOB63oVXbdO { width:12.25rem;height:1.4375rem;top:1.25rem;left:3.875rem;display:block; }
 }