.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,236,218;--color-primary-1:253,199,145;--color-primary-2:252,162,72;--color-primary-3:223,157,80;--color-primary-4:199,82,21;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Work Sans;--paragraphs-font-family:Work Sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f7f5ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf { position:relative;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf { border-width: 0; border-radius: 0; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b8ae99d-58b1-4f82-a685-ed7830b9be38/DA6FB630E6B24C31BFF6CC7DCCDBDB44.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container.lazyloading { background-image: none; }#vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { color:rgba(var(--color-primary-2),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:21.5rem;left:3rem;height:5.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { 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-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:34.061849594116rem;left:3.0000001192093rem;display:block; }
#HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { color:#e5cbb1;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.103516578674rem;left:3.0000001192093rem;height:4.875rem;font-style:normal;display:block; }
#bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:42.625rem;left:1.3125rem;overflow:hidden;display:block; }
#kT1P4UlAZT17T7cqlChsnpVxKTyE5Xtz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:34.1875rem;top:4.6875rem;left:1.3125rem;overflow:hidden;display:block; }
#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm { 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; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { background-color: transparent; background-image: none; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container > .video-iframe-container { display: none; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row > .video-iframe-container { display: none; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .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); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { border-width: 0; border-radius: 0; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#VkepnfUHTlcOKa6ffwRl7rsRT0RT3w5d { color:rgba(var(--color-primary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.125rem;left:0rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avIgyRzCalUwpt2BOwKhG65M1ve5TNPq { color:#3a3939;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:4.2490234375rem;left:2.25rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TEFwQ7xMBJiWSryKHqxLmhqFJcBF2oQp { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.458984375rem;left:2.25rem;height:1.7871125rem;display:block; }
#nD6pbfPzDclcsFk07U0ziD83eEgV6Owz { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:12.974609375rem;left:2.25rem;height:31.86849375rem;text-align:left;text-align-last:left;display:block; }
#LcAyAiDOUPagmmo6qhPLBgw76gniTcK1 { color:rgba(var(--color-primary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:3.29296875rem;left:42.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5w5XQ49dGWGAQWkeMtd5k1mXdRbDZgm { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1002626419069rem;left:43.35416662693rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-form-header {  }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-text {padding-top: 0; padding-bottom: 0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-select {padding-top: 0; padding-bottom: 0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .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:initial !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:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .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:20.375rem;overflow:hidden;font-style:normal;float:none; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .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; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-container:first-of-type{padding-top:0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-container:last-of-type{padding-bottom:0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.974609375rem;left:43.478518128395rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .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; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD {display:block;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.974609375rem;left:43.478518128395rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #T99eIDLnFGE3d9yM8r589WBsyTpK6wv0 { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #tELtTguFecKIDmqe8RBalVSvTBTP7dF1 { position:relative;display:none; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #NWAphAeKfF7ixcosvppU5THZArwJRdKx { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #vSQhITGtl3rTpBtqiaUnzDeQlkRRy2WI { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #XGxoq21KJfOTKns55m708EI4VKLfqgQ1 { position:relative;display:none; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #sTWg5IGRITeeflSUdl5Zyuo9qCDTUF6s { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #p8pwDhsrJSMGUEcN9D7fuSA3SFDgzwHg { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #OfVENtO3LM7tCSAkxHLbBQFVHL7A5s4f { position:relative;display:none; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #eTfLt1Jhh9iqppx6qTJW8clL7hlkWfKd { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #tnS5onBDU4AtSbviLXqHHTeUvpBx3nx7 { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #y6FqqsHsc7IwqkThaM0MHhL4THKZrd26 { position:relative;display:none; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #hqBfVum7o3E5ZSZOkUAIOqXW5vRyr34l { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #eWFXSCoLLkWLekTaVAJM78DBO1kVptRH { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #GDeNUeFEGxTZ9mgbxTnSIT7rBSUc4aNz { position:relative;display:none; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #Hu0eh2pgrrilVlGCdSvIavif0iTn2y5E { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #z5cElvh47TNvg4wXQeTGdX1TRh0tTm4N { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #wB6O1P1nDnuVxHPFH4SaBfBdbiDHVvIf { position:relative;display:block; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #efZ2Sboo3uGatgd4maBZoQvaRyNUmm9M { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #TebCOkttzX8usM4N0CV8oQWJ6UVKqIlP { position:relative; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #yFEgC04lfMHAlVpSMCqu9xVdpoKxwhMX { position:relative; }
#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { background-color: transparent; background-image: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .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); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { border-width: 0; border-radius: 0; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { color:#3a3939;display:block;width:69.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:1.875rem;left:2.5rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I23Ga4yBduzHEntoFEOrfkPZ3N3QUc6k { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9375rem;left:2.75rem;height:20.7129125rem;text-align:left;text-align-last:left;display:block; }
#TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.625rem;width:36.9375rem;top:4.875rem;left:38.0625rem;display:block; }
#L8samtvyJ4Rip4r5KkXcUEfSlRX7rSZH { z-index:15003;top:26.125rem;left:9rem;background-color:rgba(var(--color-primary-4),0.93);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#bfd4d8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fRPe0xwTJud1KOMmN6JxJfx3niTnDvk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BoGWuDyVoZUeSTNF0FfHEeRfE1w3gtoH { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.125rem;left:38.75rem;height:4.22395625rem;text-align:left;text-align-last:left;display:block; }
#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { background-color: transparent; background-image: none; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container > .video-iframe-container { display: none; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row > .video-iframe-container { display: none; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .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); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { border-width: 0; border-radius: 0; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1181640625rem;left:1.84375rem;height:9.666rem;display:block; }
#OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { color:#3a3939;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.22;letter-spacing:0;top:10.89453125rem;left:1.65625rem;height:1.5247375rem;display:block; }
#CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.8125rem;top:6.46875rem;left:2.5625rem;overflow:hidden;display:block; }
#fKUDeEETvmBL24GmUq1aF52dN4XSVhDA { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:19.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#owhmPC67IvUFah96n7itfpkRHKSJXLqK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.1181640625rem;left:21.3125rem;height:8.285125rem;display:block; }
#pdDeFFl8VDMSQLool6tcJlm9zk6lkPCX { color:#3a3939;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:10.89453125rem;left:20.53125rem;height:1.5247375rem;display:block; }
#EFKVlK7z2AgdJapqPT1FOM44ieFfEheS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.0625rem;top:6.5rem;left:21.3125rem;overflow:hidden;display:block; }
#e0xGtpOD8nBZJwrKrgmHqwWKHvrrB9ko { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#sMzyahfsqVIZ2haB5WqLvV6BlR8yhmNV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.1181640625rem;left:40.0625rem;height:11.046875rem;display:block; }
#nTN9KcGPJIbD7CH6E0ut1OnTJJqLnLn9 { color:#3a3939;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.22;letter-spacing:0;top:10.89453125rem;left:39.15625rem;height:1.5247375rem;display:block; }
#EHDlfWqapaGwaysBOHqyVHBdWgRTfLco { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:6.125rem;left:39.5rem;overflow:hidden;display:block; }
#UnT9Pm8i5l7Ce4KOnPF9RCq0HguqsP0g { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ipUa5i9IWL8noGAvn2GXMImcbNsDWKhc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1181640625rem;left:58.8125rem;height:5.5234375rem;display:block; }
#scAlFSezeRkTiiC6HyBQnXSwRqzFPyla { color:#3a3939;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.22;letter-spacing:0;top:10.6875rem;left:58.8125rem;height:1.5247375rem;display:block; }
#MndGW3PomK90aWrwz612iClBkrhctKei { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:6.0625rem;left:58.8125rem;overflow:hidden;display:block; }
#MgCaJgnikMVJ1UZqcCXWTqznFCredLsE { background-color:#eae5f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.8125rem;left:27.500000596046rem;display:block; }
#eFHxnVOZMEM7Jy77zfdEyhp0ktezQGMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCRNpNA69vVsZHcQ8zTk9oETTSSFRi0e { color:rgba(var(--color-tertiary-0),1);display:block;width:74.62375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.3759765625rem;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:center;text-align-last:center;display:block; }
#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { background-color: transparent; background-image: none; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container > .video-iframe-container { display: none; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row > .video-iframe-container { display: none; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .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); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { border-width: 0; border-radius: 0; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { font-size:0.875rem;font-family:arial;height:80.75rem;width:75rem;position:relative;display:block; }#GvNmZIyvJeT6dKBFo1zVCT0k4X1HDIyt { color:#3a3939;display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:2.375rem;left:1.2500001192093rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KHPEsFxHugo6AunHezPgItJWaP5FIG60 { color:rgba(var(--color-primary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:6.78125rem;left:1.7916666269302rem;height:1.3059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yf9iEUHSQSz52zkg4qCGIxwfAyz6h6Fy { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.625rem;left:1.25rem;height:17.951175rem;text-align:left;text-align-last:left;display:block; }
#AyW9LMMERUyTVCNaW0bz7JUMxeusqXxT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:34.875rem;top:8.625rem;left:39.901239664594rem;overflow:hidden;display:block; }
#vlbptTHNQcePJ5aWPDRPhNXwDZgEd85X { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.625rem;width:35.125rem;top:55.977867126465rem;left:39.875002503395rem;display:block; }
#obpuQW6V6Gxe8hPeWpya1weFDClKwPx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.375rem;left:40.25rem;height:13.8086125rem;text-align:left;text-align-last:left;display:block; }
#ohM1xXbVvhO0dTiHbNupzgcpeftepVkn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:35rem;top:35.375002384186rem;left:2.4166666269303rem;overflow:hidden;display:block; }
#W5OhWcfhuEXatVA0wuavaoXomzqp2Hw7 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:75.561851501462rem;left:3.1041666269303rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#aayZ7to46bS8JP0OP8Mp61xDvT9uz2ZC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:75.560549736025rem;left:40.250002503395rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#GsifrM5hBQn0DsqI1QhKmXFFdzpI1MIi { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.625rem;width:35.125rem;top:55.437501907349rem;left:2.2916666269303rem;display:block; }
#Hpgx2iFtcNRAWcG2dAdbTdGobtOtLciU { color:rgba(var(--color-primary-4),1);display:block;width:63.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:51.461591720581rem;left:7.16666662693rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#O3xqNJXAqqF0OFpao2icvGafbyaysJbh { z-index:15004;top:27.25rem;left:8.46875rem;background-color:rgba(var(--color-primary-4),0.93);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#bfd4d8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZL3qpvzqkN3MldtuVzkfpVO0gyLAuQdN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPNKmqCmc7q4C9vqVmcrgwCXdDXHcRDp { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.78125rem;left:27.1875rem;height:1.3059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#La5707g89wX6bB7Inx3wy6qLJXC7ClTk { 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; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { background-color: transparent; background-image: none; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container > .video-iframe-container { display: none; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row > .video-iframe-container { display: none; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .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); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { border-width: 0; border-radius: 0; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#xGqdFJL2cnTAK2FS4tNx1A6dxxXkCJuG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.1875rem;width:48.9375rem;top:0.6875rem;left:12.500000596046rem;overflow:hidden;display:block; }
#u2yb76NRdyZT9vbAtPFmJ4Nc6pzPt3UE { color:rgba(var(--color-primary-4),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.779296875rem;left:9.5312505960463rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#TsWdriC4hXCCA8dDtdKfW6bn7MBEDLPT { z-index:15004;top:25.785151481628rem;left:27.750000596046rem;background-color:rgba(var(--color-primary-4),0.93);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#bfd4d8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q0FeyTi54BXo7NFSxbPaZRr3CSDUbcln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avDamlQnE77gbH8KTL4Co5lodmrEQaWm { 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; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row .container { background-color: transparent; background-image: none; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row .container > .video-iframe-container { display: none; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row > .video-iframe-container { display: none; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .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); }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row .container { border-width: 0; border-radius: 0; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#oET6ONMaZQXIHgToFqbflLR2ccTeyMeV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.3125rem;width:18.3125rem;top:17.562510490417rem;left:27.000000596046rem;overflow:hidden;display:block; }
#lNq1ZI67WyMUUp41O1HzWu2fluTvTdiq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:18.3125rem;top:1.8125101625919rem;left:27.000000596046rem;overflow:hidden;display:block; }
#ITf2OuF4XBqW546fD5RqLcd2L9HhAoTW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.4375rem;width:18.75rem;top:15.187510490418rem;left:7.79166662693rem;overflow:hidden;display:block; }
#rhzpRohT2fqZaWTrXzXO03dtd0y1w9bN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.125rem;width:18.3125rem;top:5.4160258769989rem;left:8.01041662693rem;overflow:hidden;display:block; }
#DcwWcTEcHdHLVcH1DSfgIzaeDACc4eyf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:23.6875rem;width:18.25rem;top:17.562510490417rem;left:46.156252503395rem;overflow:hidden;display:block; }
#zOGJVhBTimqHt6F1UbBsqfdsxK3P3L7m { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.0625rem;width:18.3125rem;top:1.8750101625919rem;left:46.125002503395rem;overflow:hidden;display:block; }
#Zf90yvRtB3tE25Aoba0F0bMEoou6Emyg { 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-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.686875rem;height:3.62435rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:42.750652313233rem;left:27.000000596046rem;display:block; }
#eNRd7oIQwh46szOB5NxT15uwETXUTUAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { background-color: transparent; background-image: none; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container > .video-iframe-container { display: none; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row > .video-iframe-container { display: none; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .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); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { border-width: 0; border-radius: 0; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#FXp9kmSCSJgON4zqIuSZ9xJs7hvrRKHm { color:#3a3939;display:block;width:65.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.1875rem;left:4.71875rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jpc7hf4raercK4sxz3cDFAuXlwhQeIKa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:30.15625rem;height:1.29980625rem;display:block; }
#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { background-color: transparent; background-image: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .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); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { border-width: 0; border-radius: 0; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#h8JgyO68WElIexqNo50qy9y3wOFFk8m6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:9.1875rem;left:3.875rem;height:1.3997375rem;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; }
#ZwWRIqCMv5TiD6owMRl01rAOXsEypGQz { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.8125rem;left:22.625rem;height:5.59895625rem;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; }
#zhnSt6574MfsyteV6Acg3VZ7Cm7mCxCV { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.8125rem;left:60.125rem;height:4.19921875rem;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; }
#zOopxL6TkDQdBLdZ3MI15CKg0vZCgwXI { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.5rem;left:41.375rem;height:2.79948125rem;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; }
#As4zC8gK2AUe0Hk8Qg4SBVhXM3BBzDMr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.125rem;top:2.25rem;left:22.0625rem;overflow:hidden;display:block; }
#wK5tRT0n4SeblVsKXznEGqzurbqWun6f { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.9375rem;top:1.875rem;left:4.9375rem;overflow:hidden;display:block; }
#IpEtPWX8w7Qh7TbqRKL4e1SNnywuq1Gs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.5625rem;top:1.0625rem;left:42.125rem;overflow:hidden;display:block; }
#yHyyJqhI7aV73TDwKN3ib77xz5TKbkOx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.8125rem;top:2.0625rem;left:60.75rem;overflow:hidden;display:block; }
#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { background-color: transparent; background-image: none; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container > .video-iframe-container { display: none; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row > .video-iframe-container { display: none; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .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); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { border-width: 0; border-radius: 0; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#aH8Q5slfni3ZZtJ5zATpaJQhbMtOfQJz { color:#3a3939;display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.30517578125rem;left:21.03125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRz2Rabxv95AVIEZr035B1O1MHTge655 { color:rgba(var(--color-primary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:3.8125rem;left:22.5625rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { background-color: transparent; background-image: none; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container > .video-iframe-container { display: none; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row > .video-iframe-container { display: none; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .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); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { border-width: 0; border-radius: 0; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#r2qI09Xy6Fc2Xx3zgq69E4yLXLF5BrQV { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qSkp4ms3Ukvh1RodTtG6MlHlZzona7QW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:2.5625rem;height:1.4622375rem;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; }
#ZV0wOe7eCFMC130EBPinIivDOiHa2gWG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:20.8125rem;height:1.4622375rem;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; }
#e69XzyMPVRhwnOX9irqrzfyh1evOya3J { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:21.1875rem;height:2.03125rem;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; }
#JTz8oSfqB1wbvqiB6BHyIe8LXtAb1tKd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:40.0625rem;height:1.4622375rem;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; }
#NBwdDBNhqwNDcPHO8poq590ePdRJMECa { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.9375rem;left:40.0625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WnGveJGKfXhCgrGb7SPQXNE2kvOr3wsO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:58.8125rem;height:1.4622375rem;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; }
#qpTAeeMOSvApzQgVV7B7v8GcTkAgCckh { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:58.8125rem;height:2.03125rem;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; }
#pcBk3DTZprNviohlyJkfzVK9wcxPmpfA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:3.0625rem;left:7.4375rem;overflow:hidden;display:block; }
#EyETN6XdcDSXGmZT43DPX4STDhmNPyZy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:3.0625rem;left:26.1875rem;overflow:hidden;display:block; }
#EBAVHEOJyTqrDmyAuU91Jd0zRTeWbh9d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:3.0625rem;left:44.9375rem;overflow:hidden;display:block; }
#TNGrsbxGlq2xbAETwzJXG88hlpGG63Ed { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:3.0625rem;left:63.6875rem;overflow:hidden;display:block; }
#beAsQZbygT0QryaJv1oiocTeaZxkV9ay { 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; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { background-color: transparent; background-image: none; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container > .video-iframe-container { display: none; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row > .video-iframe-container { display: none; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .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); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { border-width: 0; border-radius: 0; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#zTCVs6bxch8lTSchTnDu9956mJytTPF3 { color:#3a3939;display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.0546876192093rem;left:2.2812501192093rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taTzetQ5CUePGgUh5SSCKTJhoVVDnRyd { color:rgba(var(--color-primary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.875rem;height:1.3059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evNIsiElfqLMS8dfD5lCRbsRnKQVTD7C { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.2421875rem;left:0.15625rem;height:20.712875rem;text-align:left;text-align-last:left;display:block; }
#Qpyirn177Qh9MPwqqac4LxTNMzmkez6H { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.25rem;width:32.0625rem;top:2.71875rem;left:39.807342381453rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { 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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { color:rgba(var(--color-secondary-2),1);display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.250002503395rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.625rem;left:56.91666662693rem;display:block; }
#qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.625rem;left:66rem;display:block; }
#PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { color:rgba(var(--color-secondary-2),1);display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.541015625rem;left:49.250002503395rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { color:rgba(var(--color-secondary-2),1);display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.59375rem;left:57.16666662693rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { color:rgba(var(--color-secondary-2),1);display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.662109375rem;left:66.562502503394rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { top:21.5rem;left:0rem;width:30.375rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:21.4375rem;height:3.625rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { top:28.0625rem;left:0rem;width:20.9375rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { top:42.625rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1P4UlAZT17T7cqlChsnpVxKTyE5Xtz { top:4.6875rem;left:0rem;width:34.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm { display:block; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkepnfUHTlcOKa6ffwRl7rsRT0RT3w5d { top:2.125rem;left:0rem;width:39.8125rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avIgyRzCalUwpt2BOwKhG65M1ve5TNPq { top:4.1875rem;left:0rem;width:33rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFwQ7xMBJiWSryKHqxLmhqFJcBF2oQp { top:10.4375rem;left:0rem;width:34.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6pbfPzDclcsFk07U0ziD83eEgV6Owz { top:12.9375rem;left:0rem;width:34.1875rem;height:31.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcAyAiDOUPagmmo6qhPLBgw76gniTcK1 { top:3.25rem;left:19.375rem;width:28.375rem;height:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5w5XQ49dGWGAQWkeMtd5k1mXdRbDZgm { top:8.0625rem;left:23.4375rem;width:24.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-text {padding-top: 0; padding-bottom: 0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-select {padding-top: 0; padding-bottom: 0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD  { width:21.5625rem;height:auto;top:12.9375rem;left:23.6875rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD {display:block;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD { width:21.5625rem;height:auto;top:12.9375rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #T99eIDLnFGE3d9yM8r589WBsyTpK6wv0 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #tELtTguFecKIDmqe8RBalVSvTBTP7dF1 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #NWAphAeKfF7ixcosvppU5THZArwJRdKx {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #vSQhITGtl3rTpBtqiaUnzDeQlkRRy2WI {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #XGxoq21KJfOTKns55m708EI4VKLfqgQ1 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #sTWg5IGRITeeflSUdl5Zyuo9qCDTUF6s {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #p8pwDhsrJSMGUEcN9D7fuSA3SFDgzwHg {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #OfVENtO3LM7tCSAkxHLbBQFVHL7A5s4f {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #eTfLt1Jhh9iqppx6qTJW8clL7hlkWfKd {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #tnS5onBDU4AtSbviLXqHHTeUvpBx3nx7 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #y6FqqsHsc7IwqkThaM0MHhL4THKZrd26 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #hqBfVum7o3E5ZSZOkUAIOqXW5vRyr34l {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #eWFXSCoLLkWLekTaVAJM78DBO1kVptRH {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #GDeNUeFEGxTZ9mgbxTnSIT7rBSUc4aNz {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #Hu0eh2pgrrilVlGCdSvIavif0iTn2y5E {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #z5cElvh47TNvg4wXQeTGdX1TRh0tTm4N {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #wB6O1P1nDnuVxHPFH4SaBfBdbiDHVvIf {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #efZ2Sboo3uGatgd4maBZoQvaRyNUmm9M {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #TebCOkttzX8usM4N0CV8oQWJ6UVKqIlP {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #yFEgC04lfMHAlVpSMCqu9xVdpoKxwhMX {  }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { top:1.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I23Ga4yBduzHEntoFEOrfkPZ3N3QUc6k { top:4.9375rem;left:0rem;width:33.6875rem;height:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { top:4.875rem;left:10.8125rem;width:36.9375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8samtvyJ4Rip4r5KkXcUEfSlRX7rSZH { top:26.125rem;left:0rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRPe0xwTJud1KOMmN6JxJfx3niTnDvk5 { display:block; }
 }@media only screen and (max-width: 763px) { #BoGWuDyVoZUeSTNF0FfHEeRfE1w3gtoH { top:26.125rem;left:12.4375rem;width:35.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLre0nTvLFU46SQtzln2IEg91T5SW4Tr { display:block; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { top:5.0625rem;left:0rem;width:16.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { top:13.0625rem;left:0rem;width:15.0625rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { top:10.875rem;left:0rem;width:15.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { top:6.4375rem;left:0rem;width:2.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKUDeEETvmBL24GmUq1aF52dN4XSVhDA { top:5.0625rem;left:7.1875rem;width:16.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhmPC67IvUFah96n7itfpkRHKSJXLqK { top:13.0625rem;left:10.25rem;width:13.625rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdDeFFl8VDMSQLool6tcJlm9zk6lkPCX { top:10.875rem;left:8.6875rem;width:15.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFKVlK7z2AgdJapqPT1FOM44ieFfEheS { top:6.5rem;left:11.9375rem;width:3.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0xGtpOD8nBZJwrKrgmHqwWKHvrrB9ko { top:5.0625rem;left:19.125rem;width:16.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzyahfsqVIZ2haB5WqLvV6BlR8yhmNV { top:13.0625rem;left:22.1875rem;width:13.625rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTN9KcGPJIbD7CH6E0ut1OnTJJqLnLn9 { top:10.875rem;left:20.375rem;width:15.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDlfWqapaGwaysBOHqyVHBdWgRTfLco { top:6.125rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnT9Pm8i5l7Ce4KOnPF9RCq0HguqsP0g { top:5.0625rem;left:31.0625rem;width:16.6875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipUa5i9IWL8noGAvn2GXMImcbNsDWKhc { top:13.0625rem;left:34.125rem;width:13.625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scAlFSezeRkTiiC6HyBQnXSwRqzFPyla { top:10.6875rem;left:33.1875rem;width:14.5625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MndGW3PomK90aWrwz612iClBkrhctKei { top:6.0625rem;left:35.8125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCaJgnikMVJ1UZqcCXWTqznFCredLsE { width:22.125rem;height:3.625rem;top:28.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHxnVOZMEM7Jy77zfdEyhp0ktezQGMd { display:block; }
 }@media only screen and (max-width: 763px) { #VCRNpNA69vVsZHcQ8zTk9oETTSSFRi0e { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 { display:block; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvNmZIyvJeT6dKBFo1zVCT0k4X1HDIyt { top:2.375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPEsFxHugo6AunHezPgItJWaP5FIG60 { top:6.75rem;left:0rem;width:35.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf9iEUHSQSz52zkg4qCGIxwfAyz6h6Fy { top:8.625rem;left:0rem;width:36.125rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyW9LMMERUyTVCNaW0bz7JUMxeusqXxT { top:8.625rem;left:10.5rem;width:34.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlbptTHNQcePJ5aWPDRPhNXwDZgEd85X { top:55.9375rem;left:12.625rem;width:35.125rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obpuQW6V6Gxe8hPeWpya1weFDClKwPx2 { top:35.375rem;left:13rem;width:34.75rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohM1xXbVvhO0dTiHbNupzgcpeftepVkn { top:35.375rem;left:0rem;width:35rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5OhWcfhuEXatVA0wuavaoXomzqp2Hw7 { top:75.5rem;left:0rem;width:34.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aayZ7to46bS8JP0OP8Mp61xDvT9uz2ZC { top:75.5rem;left:13rem;width:34.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsifrM5hBQn0DsqI1QhKmXFFdzpI1MIi { top:55.4375rem;left:0rem;width:35.125rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpgx2iFtcNRAWcG2dAdbTdGobtOtLciU { top:51.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3xqNJXAqqF0OFpao2icvGafbyaysJbh { top:27.25rem;left:0rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL3qpvzqkN3MldtuVzkfpVO0gyLAuQdN { display:block; }
 }@media only screen and (max-width: 763px) { #IPNKmqCmc7q4C9vqVmcrgwCXdDXHcRDp { top:32.75rem;left:13.5625rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #La5707g89wX6bB7Inx3wy6qLJXC7ClTk { display:block; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGqdFJL2cnTAK2FS4tNx1A6dxxXkCJuG { top:0.6875rem;left:0rem;width:47.75rem;height:21.649106002554rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2yb76NRdyZT9vbAtPFmJ4Nc6pzPt3UE { top:23.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsWdriC4hXCCA8dDtdKfW6bn7MBEDLPT { top:25.75rem;left:3.9375rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0FeyTi54BXo7NFSxbPaZRr3CSDUbcln { display:block; }
 }@media only screen and (max-width: 763px) { #avDamlQnE77gbH8KTL4Co5lodmrEQaWm { display:block; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oET6ONMaZQXIHgToFqbflLR2ccTeyMeV { top:17.5625rem;left:5.5625rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNq1ZI67WyMUUp41O1HzWu2fluTvTdiq { top:1.8125rem;left:5.5625rem;width:18.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITf2OuF4XBqW546fD5RqLcd2L9HhAoTW { top:15.1875rem;left:0.97916662693025rem;width:18.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhzpRohT2fqZaWTrXzXO03dtd0y1w9bN { top:5.375rem;left:1.1979166269302rem;width:18.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwWcTEcHdHLVcH1DSfgIzaeDACc4eyf { top:17.5625rem;left:25.718752503395rem;width:18.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOGJVhBTimqHt6F1UbBsqfdsxK3P3L7m { top:1.875rem;left:25.687502503395rem;width:18.3125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf90yvRtB3tE25Aoba0F0bMEoou6Emyg { width:21.625rem;height:3.5625rem;top:42.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNRd7oIQwh46szOB5NxT15uwETXUTUAN { display:block; }
 }@media only screen and (max-width: 763px) { #tHcRWLkuVitkQCALoU9rluTwbJV2HiuH { display:block; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXp9kmSCSJgON4zqIuSZ9xJs7hvrRKHm { top:1.1875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpc7hf4raercK4sxz3cDFAuXlwhQeIKa { top:8.5rem;left:16.53125rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biifFZSFbClLBPiTvW9uDbAx41A7H9Ju { display:block; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8JgyO68WElIexqNo50qy9y3wOFFk8m6 { top:9.1875rem;left:0.46875rem;width:11rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWRIqCMv5TiD6owMRl01rAOXsEypGQz { top:7.8125rem;left:12.40625rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnSt6574MfsyteV6Acg3VZ7Cm7mCxCV { top:7.8125rem;left:36.28125rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOopxL6TkDQdBLdZ3MI15CKg0vZCgwXI { top:8.5rem;left:24.34375rem;width:11rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #As4zC8gK2AUe0Hk8Qg4SBVhXM3BBzDMr { top:2.25rem;left:11.75rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK5tRT0n4SeblVsKXznEGqzurbqWun6f { top:1.875rem;left:1.53125rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpEtPWX8w7Qh7TbqRKL4e1SNnywuq1Gs { top:1.0625rem;left:25.09375rem;width:9.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHyyJqhI7aV73TDwKN3ib77xz5TKbkOx { top:2.0625rem;left:36.90625rem;width:9.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn { display:block; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH8Q5slfni3ZZtJ5zATpaJQhbMtOfQJz { top:5.25rem;left:7.40625rem;width:32.9375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRz2Rabxv95AVIEZr035B1O1MHTge655 { top:3.8125rem;left:8.9375rem;width:29.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 { display:block; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2qI09Xy6Fc2Xx3zgq69E4yLXLF5BrQV { top:7.5625rem;left:0rem;width:13.625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSkp4ms3Ukvh1RodTtG6MlHlZzona7QW { top:9.9375rem;left:0rem;width:13.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0wOe7eCFMC130EBPinIivDOiHa2gWG { top:9.9375rem;left:9.25rem;width:14.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e69XzyMPVRhwnOX9irqrzfyh1evOya3J { top:7.625rem;left:10.1875rem;width:13.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTz8oSfqB1wbvqiB6BHyIe8LXtAb1tKd { top:9.9375rem;left:22.125rem;width:13.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwdDBNhqwNDcPHO8poq590ePdRJMECa { top:7.9375rem;left:22.125rem;width:13.6875rem;height:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGveJGKfXhCgrGb7SPQXNE2kvOr3wsO { top:9.9375rem;left:34.0625rem;width:13.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTAeeMOSvApzQgVV7B7v8GcTkAgCckh { top:7.625rem;left:34.0625rem;width:13.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcBk3DTZprNviohlyJkfzVK9wcxPmpfA { top:3.0625rem;left:4.03125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyETN6XdcDSXGmZT43DPX4STDhmNPyZy { top:3.0625rem;left:15.96875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBAVHEOJyTqrDmyAuU91Jd0zRTeWbh9d { top:3.0625rem;left:27.90625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGrsbxGlq2xbAETwzJXG88hlpGG63Ed { top:3.0625rem;left:39.84375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beAsQZbygT0QryaJv1oiocTeaZxkV9ay { display:block; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTCVs6bxch8lTSchTnDu9956mJytTPF3 { top:3rem;left:0rem;width:32.9375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTzetQ5CUePGgUh5SSCKTJhoVVDnRyd { top:1.75rem;left:0rem;width:31.8125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evNIsiElfqLMS8dfD5lCRbsRnKQVTD7C { top:5.1875rem;left:0rem;width:37.125rem;height:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpyirn177Qh9MPwqqac4LxTNMzmkez6H { top:2.6875rem;left:15.6875rem;width:32.0625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { top:2.625rem;left:22.0625rem;width:25.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { top:4.625rem;left:43.29166662693rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { top:4.625rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { top:4.5rem;left:35.625002503395rem;width:7.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { top:4.5625rem;left:39.25rem;width:8.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { top:4.625rem;left:40.3125rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b8ae99d-58b1-4f82-a685-ed7830b9be38/DA6FB630E6B24C31BFF6CC7DCCDBDB44.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { width:10.1875rem;height:4.87305rem;top:6.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:12.125rem;height:2.25rem;top:16.474609375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { width:9.75rem;height:2.4375rem;top:13.16015625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { width:3.125rem;height:1.125rem;top:20.1611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1P4UlAZT17T7cqlChsnpVxKTyE5Xtz { width:11.0625rem;height:5.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm { display:block; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { width:20rem;height:105.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkepnfUHTlcOKa6ffwRl7rsRT0RT3w5d { width:20rem;height:2.54948125rem;top:1.9375rem;left:0rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avIgyRzCalUwpt2BOwKhG65M1ve5TNPq { width:20rem;height:6.29948125rem;top:5.298828125rem;left:0rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEFwQ7xMBJiWSryKHqxLmhqFJcBF2oQp { width:18.6875rem;height:3.8997375rem;top:12.78515625rem;left:0.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nD6pbfPzDclcsFk07U0ziD83eEgV6Owz { width:20rem;height:45.595025rem;top:17.496100902558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcAyAiDOUPagmmo6qhPLBgw76gniTcK1 { width:20rem;height:4.04948125rem;top:64.602211952212rem;left:0rem;font-size:1.6875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5w5XQ49dGWGAQWkeMtd5k1mXdRbDZgm { width:20rem;height:6.09375rem;top:69.510417938231rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-text {padding-top: 0; padding-bottom: 0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-select {padding-top: 0; padding-bottom: 0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:4.5rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-container:first-of-type{padding-top:0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .widget-container:last-of-type{padding-bottom:0;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD  { width:17.5rem;height:auto;top:75.60351753235rem;left:0rem; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD {display:block;}#Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD { width:17.5rem;height:auto;top:75.60351753235rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #T99eIDLnFGE3d9yM8r589WBsyTpK6wv0 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #tELtTguFecKIDmqe8RBalVSvTBTP7dF1 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #NWAphAeKfF7ixcosvppU5THZArwJRdKx {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #vSQhITGtl3rTpBtqiaUnzDeQlkRRy2WI {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #XGxoq21KJfOTKns55m708EI4VKLfqgQ1 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #sTWg5IGRITeeflSUdl5Zyuo9qCDTUF6s {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #p8pwDhsrJSMGUEcN9D7fuSA3SFDgzwHg {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #OfVENtO3LM7tCSAkxHLbBQFVHL7A5s4f {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #eTfLt1Jhh9iqppx6qTJW8clL7hlkWfKd {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #tnS5onBDU4AtSbviLXqHHTeUvpBx3nx7 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #y6FqqsHsc7IwqkThaM0MHhL4THKZrd26 {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #hqBfVum7o3E5ZSZOkUAIOqXW5vRyr34l {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #eWFXSCoLLkWLekTaVAJM78DBO1kVptRH {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #GDeNUeFEGxTZ9mgbxTnSIT7rBSUc4aNz {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #Hu0eh2pgrrilVlGCdSvIavif0iTn2y5E {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #z5cElvh47TNvg4wXQeTGdX1TRh0tTm4N {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #wB6O1P1nDnuVxHPFH4SaBfBdbiDHVvIf {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #efZ2Sboo3uGatgd4maBZoQvaRyNUmm9M {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #TebCOkttzX8usM4N0CV8oQWJ6UVKqIlP {  }
 }@media only screen and (max-width: 763px) { #Izm06O9gPzOuSFZwr4pgARkyFZVqR1pD #yFEgC04lfMHAlVpSMCqu9xVdpoKxwhMX {  }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { width:20rem;height:3.98698125rem;top:1.32421875rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I23Ga4yBduzHEntoFEOrfkPZ3N3QUc6k { width:20rem;height:27.28905rem;top:25.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { height:11.21975rem;width:20rem;top:6.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8samtvyJ4Rip4r5KkXcUEfSlRX7rSZH { top:54.728515625rem;left:0.0625rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRPe0xwTJud1KOMmN6JxJfx3niTnDvk5 { display:block; }
 }@media only screen and (max-width: 763px) { #BoGWuDyVoZUeSTNF0FfHEeRfE1w3gtoH { width:20rem;height:6.3359375rem;top:17.4658203125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLre0nTvLFU46SQtzln2IEg91T5SW4Tr { display:block; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { width:20rem;height:15.1875rem;top:10.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { width:18.3125rem;height:7.796875rem;top:16.319662094116rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { width:16.75rem;height:1.5247375rem;top:14.625rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { width:2.625rem;height:2.8125rem;top:11.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKUDeEETvmBL24GmUq1aF52dN4XSVhDA { width:20rem;height:14.6875rem;top:26.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhmPC67IvUFah96n7itfpkRHKSJXLqK { width:18.125rem;height:5.19791875rem;top:34rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdDeFFl8VDMSQLool6tcJlm9zk6lkPCX { width:18rem;height:1.5247375rem;top:31.4912109375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFKVlK7z2AgdJapqPT1FOM44ieFfEheS { width:2.6875rem;height:2.5625rem;top:28.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0xGtpOD8nBZJwrKrgmHqwWKHvrrB9ko { width:20rem;height:15.1875rem;top:42.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzyahfsqVIZ2haB5WqLvV6BlR8yhmNV { width:17.75rem;height:6.497375rem;top:48.586589813233rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTN9KcGPJIbD7CH6E0ut1OnTJJqLnLn9 { width:18.6875rem;height:1.5247375rem;top:47.0625rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHDlfWqapaGwaysBOHqyVHBdWgRTfLco { width:3.3125rem;height:3.3125rem;top:43.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnT9Pm8i5l7Ce4KOnPF9RCq0HguqsP0g { width:20rem;height:15.25rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipUa5i9IWL8noGAvn2GXMImcbNsDWKhc { width:16.25rem;height:5.19791875rem;top:65.086589813231rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scAlFSezeRkTiiC6HyBQnXSwRqzFPyla { width:14.8125rem;height:1.5247375rem;top:63.5625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MndGW3PomK90aWrwz612iClBkrhctKei { width:3.25rem;height:3.25rem;top:59.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCaJgnikMVJ1UZqcCXWTqznFCredLsE { width:16.5rem;height:3.625rem;top:76.310546875rem;left:1.9368489980698rem;font-size:0.9375rem;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eFHxnVOZMEM7Jy77zfdEyhp0ktezQGMd { display:block; }
 }@media only screen and (max-width: 763px) { #VCRNpNA69vVsZHcQ8zTk9oETTSSFRi0e { width:20rem;height:4.875rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 { display:block; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { width:20rem;height:141.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvNmZIyvJeT6dKBFo1zVCT0k4X1HDIyt { width:20rem;height:6.1875rem;top:1.7207198143006rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHPEsFxHugo6AunHezPgItJWaP5FIG60 { width:20rem;height:2.3997375rem;top:8.6250004768369rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yf9iEUHSQSz52zkg4qCGIxwfAyz6h6Fy { width:20rem;height:29.888025rem;top:22.388671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyW9LMMERUyTVCNaW0bz7JUMxeusqXxT { width:20rem;height:10.703125rem;top:11.685547351837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlbptTHNQcePJ5aWPDRPhNXwDZgEd85X { height:11.224625rem;width:20rem;top:121.76497650146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obpuQW6V6Gxe8hPeWpya1weFDClKwPx2 { width:20rem;height:22.09116875rem;top:61.619155883789rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ohM1xXbVvhO0dTiHbNupzgcpeftepVkn { width:20rem;height:8.2135625rem;top:83.668621063231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5OhWcfhuEXatVA0wuavaoXomzqp2Hw7 { width:20rem;height:4.54948125rem;top:114.10350561142rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aayZ7to46bS8JP0OP8Mp61xDvT9uz2ZC { width:20rem;height:3.4121125rem;top:133.59114837646rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GsifrM5hBQn0DsqI1QhKmXFFdzpI1MIi { height:11.1731875rem;width:20rem;top:102.97005701065rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpgx2iFtcNRAWcG2dAdbTdGobtOtLciU { width:20rem;height:7.796875rem;top:93.133468627931rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O3xqNJXAqqF0OFpao2icvGafbyaysJbh { top:53.173828125rem;left:0rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL3qpvzqkN3MldtuVzkfpVO0gyLAuQdN { display:block; }
 }@media only screen and (max-width: 763px) { #IPNKmqCmc7q4C9vqVmcrgwCXdDXHcRDp { width:20rem;height:1.19986875rem;top:59.6884765625rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #La5707g89wX6bB7Inx3wy6qLJXC7ClTk { display:block; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGqdFJL2cnTAK2FS4tNx1A6dxxXkCJuG { width:20rem;height:9.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2yb76NRdyZT9vbAtPFmJ4Nc6pzPt3UE { width:20rem;height:3.8984375rem;top:12.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsWdriC4hXCCA8dDtdKfW6bn7MBEDLPT { top:17.2109375rem;left:0rem;width:19.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0FeyTi54BXo7NFSxbPaZRr3CSDUbcln { display:block; }
 }@media only screen and (max-width: 763px) { #avDamlQnE77gbH8KTL4Co5lodmrEQaWm { display:block; }#avDamlQnE77gbH8KTL4Co5lodmrEQaWm > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oET6ONMaZQXIHgToFqbflLR2ccTeyMeV { width:18.3125rem;height:18.3125rem;top:4.375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNq1ZI67WyMUUp41O1HzWu2fluTvTdiq { width:18.3125rem;height:15.1875rem;top:46.062501907349rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITf2OuF4XBqW546fD5RqLcd2L9HhAoTW { width:18.75rem;height:12.4375rem;top:32.937501907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhzpRohT2fqZaWTrXzXO03dtd0y1w9bN { width:18.3125rem;height:9.125rem;top:23.249339103699rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwWcTEcHdHLVcH1DSfgIzaeDACc4eyf { width:18.25rem;height:23.6875rem;top:77.562490463256rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOGJVhBTimqHt6F1UbBsqfdsxK3P3L7m { width:18.3125rem;height:15.0625rem;top:61.812511444092rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf90yvRtB3tE25Aoba0F0bMEoou6Emyg { width:19rem;height:3.5625rem;top:102.49934387207rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNRd7oIQwh46szOB5NxT15uwETXUTUAN { display:block; }
 }@media only screen and (max-width: 763px) { #tHcRWLkuVitkQCALoU9rluTwbJV2HiuH { display:block; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXp9kmSCSJgON4zqIuSZ9xJs7hvrRKHm { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpc7hf4raercK4sxz3cDFAuXlwhQeIKa { width:14.6875rem;height:1.29980625rem;top:11.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biifFZSFbClLBPiTvW9uDbAx41A7H9Ju { background-color:#fca248;background-image:none;display:block; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { background-color: transparent; background-image: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .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); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8JgyO68WElIexqNo50qy9y3wOFFk8m6 { width:7.125rem;height:1.3997375rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWRIqCMv5TiD6owMRl01rAOXsEypGQz { width:11rem;height:5.19791875rem;top:5rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zhnSt6574MfsyteV6Acg3VZ7Cm7mCxCV { width:11rem;height:3.8984375rem;top:14.75rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zOopxL6TkDQdBLdZ3MI15CKg0vZCgwXI { width:7.125rem;height:3.8984375rem;top:15.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #As4zC8gK2AUe0Hk8Qg4SBVhXM3BBzDMr { width:7.5rem;height:2.3125rem;top:2.125rem;left:11.03662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK5tRT0n4SeblVsKXznEGqzurbqWun6f { width:5.3125rem;height:2.625rem;top:1.96875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpEtPWX8w7Qh7TbqRKL4e1SNnywuq1Gs { width:6.1875rem;height:4rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHyyJqhI7aV73TDwKN3ib77xz5TKbkOx { width:7rem;height:2.9375rem;top:10.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn { display:block; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH8Q5slfni3ZZtJ5zATpaJQhbMtOfQJz { width:20rem;height:1.5rem;top:3.7373046875rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRz2Rabxv95AVIEZr035B1O1MHTge655 { width:20rem;height:1.3496125rem;top:2.3125rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 { display:block; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2qI09Xy6Fc2Xx3zgq69E4yLXLF5BrQV { width:5.375rem;height:1.625rem;top:5.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSkp4ms3Ukvh1RodTtG6MlHlZzona7QW { width:7.5625rem;height:1.21875rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0wOe7eCFMC130EBPinIivDOiHa2gWG { width:8.9375rem;height:2.4375rem;top:7.125rem;left:10.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e69XzyMPVRhwnOX9irqrzfyh1evOya3J { width:8.625rem;height:1.25rem;top:5.5rem;left:10.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JTz8oSfqB1wbvqiB6BHyIe8LXtAb1tKd { width:5.125rem;height:1.21875rem;top:17.0625rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwdDBNhqwNDcPHO8poq590ePdRJMECa { width:8.6875rem;height:1.125rem;top:15.5625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGveJGKfXhCgrGb7SPQXNE2kvOr3wsO { width:10.3125rem;height:1.21875rem;top:17rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTAeeMOSvApzQgVV7B7v8GcTkAgCckh { width:8.1875rem;height:1.125rem;top:15.375rem;left:0.96875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #pcBk3DTZprNviohlyJkfzVK9wcxPmpfA { width:2.875rem;height:2.875rem;top:2.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyETN6XdcDSXGmZT43DPX4STDhmNPyZy { width:3.125rem;height:3.125rem;top:2.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBAVHEOJyTqrDmyAuU91Jd0zRTeWbh9d { width:3.3125rem;height:3.3125rem;top:11.34375rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGrsbxGlq2xbAETwzJXG88hlpGG63Ed { width:3.875rem;height:3.875rem;top:10.84375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beAsQZbygT0QryaJv1oiocTeaZxkV9ay { display:block; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTCVs6bxch8lTSchTnDu9956mJytTPF3 { width:20rem;height:1.5rem;top:11.270835876465rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taTzetQ5CUePGgUh5SSCKTJhoVVDnRyd { width:18rem;height:2.69921875rem;top:7.8633246421812rem;left:1rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evNIsiElfqLMS8dfD5lCRbsRnKQVTD7C { width:20rem;height:29.8879625rem;top:13.332683086395rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qpyirn177Qh9MPwqqac4LxTNMzmkez6H { width:18.1875rem;height:12.125rem;top:45.518859863281rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:10.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { width:17.8125rem;height:2.2747375rem;top:4.2682304382324rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { width:0.125rem;height:1.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { width:0.125rem;height:1.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { width:6.375rem;height:1.125rem;top:7.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { width:7.0625rem;height:1.125rem;top:9.6250190734862rem;left:5.8541666269303rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { width:6.4375rem;height:1.13736875rem;top:7.7109375rem;left:9.5000005960463rem;font-size:0.875rem;display:block; }
 }