.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:252,224,222;--color-primary-1:245,153,145;--color-primary-2:234,51,35;--color-primary-3:117,26,18;--color-primary-4:35,8,5;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:107,107,107;--color-tertiary-2:91,91,91;--color-tertiary-3:84,84,84;--color-tertiary-4:0,0,0;--headlines-font-family:"Lyon";--paragraphs-font-family:"Lyon"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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); }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #828282;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;z-index:auto;display:block; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row .container { background-color: transparent; background-image: none; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row .container > .video-iframe-container { display: none; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row > .video-iframe-container { display: none; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .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); }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row .container { border-width: 0; border-radius: 0; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#LTdL1g4KkpXdpCzPXm36XQGTEnSMayib { position:absolute;display:block;z-index:15015;background-color:#5d5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.0625rem;top:1.0302734375rem;left:54.24951171875rem;display:block; }
#a4r4xqLfk1C2xzJdTN6MeeeziyTglzyW { color:#5d5d5d;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.937255859375rem;left:52.4990234375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KB1TxulD60eeqbnmAOKcSr1wngIrFEEy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:63.125rem;display:block; }
#iaTLSzPQmG3HmiMasElZNLT4HMT0Q20U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdUl4kwTS1rTb4r20ZfgWXzCKSnMsIEw { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.90625rem;left:63.74951171875rem;display:block; }
#Oo90NqIZg3sF0eUPtIGD8oh58ueapRbh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#G3ZT8zpqIZMpUiBaup1OtJggxiveKhUy { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:8.2177734375rem;height:1.1875rem;display:block; }
#Tr3ko4BP4B3zf85Q8h9G5snet0WGFTqC { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.9677734375rem;left:19.405517578125rem;height:1.1875rem;display:block; }
#r0Oxd6LKERs8bmQOKR65X66H0BDUxd8n { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1.9677734375rem;left:28.155517578125rem;height:1.1875rem;display:block; }
#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf4a94c-30f2-427a-a72f-ca75b88b8649/manflippingpageswriting.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9.adaptive-delivery-prevent-bg, #DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9.lazyload, #DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9.lazyloading { background-image: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container { background-color: transparent; background-image: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(216,216,216,0.81); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container > .video-iframe-container { display: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(216,216,216,0.81); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row > .video-iframe-container { display: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .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); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container { border-width: 0; border-radius: 0; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#cr8gN3weBmyT6CUeicPU5HKgVJcGFBm1 { color:#313131;display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:17.0625rem;left:0rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVSg6Udw7c29yuDASTbShB8m7ovTqLLu { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:25.5rem;top:8.75rem;left:49.5rem;display:block; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-form-header {  }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:19.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;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.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:19.5625rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";line-height:1.3;vertical-align:top; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.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:19.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";line-height:1.3;vertical-align:top; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .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:19.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .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; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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.5625rem;margin-bottom:0.25rem;margin-left:0.5625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:18.375rem;height:2.875rem;font-family:"open sans";overflow:hidden;font-style:normal;line-height:.6; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 [class*="-text"]:-moz-placeholder { color:#bebebe;font-family:"open sans";font-size:0.875rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 [class*="-text"]::-moz-placeholder { color:#bebebe;font-family:"open sans";font-size:0.875rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 [class*="-text"]:-ms-input-placeholder { color:#bebebe;font-family:"open sans";font-size:0.875rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 [class*="-text"]::-webkit-input-placeholder { color:#bebebe;font-family:"open sans";font-size:0.875rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.375rem;overflow:hidden;font-style:normal;float:none; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .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; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-container:first-of-type{padding-top:0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-container:last-of-type{padding-bottom:0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1  { background-color:rgba(var(--color-tertiary-0),1.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.6875rem;left:51.25rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 {display:block;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 { background-color:rgba(var(--color-tertiary-0),1.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:23.6875rem;left:51.25rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #iEUP2kIFulh6b3GWoOaoLQ8ttlCSNMps { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #fe1GVeuRbgZfihzmnzzVeha1TTfLc63Z { position:relative;display:none; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #m5tt2ScUv8HhssKNlp4Tv8dpFwI5vJcn { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #cfCUP0TWBgoJtHEXoTGoT3rm7cRd9cE5 { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #q4igiqnigvpdMv5k3Vy48op54JTXG0bO { position:relative;display:none; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #oA2IL7GFod5DzQ17ErZ60WLcuTsucUzp { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #QwLAOzKW4F75TZ4oKflFLdWoiRThUKgF { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #QrSITJ5JfXy5eDSOTQTp7sfzwzDKygEo { position:relative;display:none; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #ou4TtP7UlOxACmTefmqO1dmrydg4BGlE { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #Ie4XNaTc6n53EUwggXCEEvTocSAiABMR { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #RozuRNsGW4apXn70TQOzxLlbDMW0AnlK { position:relative;display:none; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #gP7Zu8TxtOMVBAqrAinvC5RSRwyox5kT { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #THhTrTtsaskO6mDeOVNfpqH29ZeGBfEo { position:relative; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #qoOCFRyN37tVEgpvW58nEJZylTyTCCsT { position:relative; }
#lN81r7QgGW8DZmIXzrS9PyHzb0OzmATk { color:#313131;display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:1.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVcuHMghmZ6SFJ7rd6snQMHKFA9R3WlH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:25.5rem;top:8.75rem;left:49.5rem;overflow:hidden;display:block; }
#FS2amJ04wH0vnq22QfemT07QlkD3xENK { color:#313131;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0.125rem;height:3.375rem;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; }
#IwochURSW6qxUHlobodxarUW0mAQmm0F { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:29.3125rem;left:0rem;overflow:hidden;display:block; }
#XcDq4ufkqa6JJ6wXC3OK3A840mRxHOZ0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:33.125rem;left:12.3125rem;overflow:hidden;display:block; }
#QXQNdRgfc8E96cVSx0dLJDHEOF60rTC0 { position:absolute;display:block;z-index:15037;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.5625rem;width:3.625rem;top:33.125rem;left:17.0625rem;overflow:hidden;display:block; }
#aqxIm7ZWWNpPCGpo92TFibKR8uS2Erx5 { box-sizing:content-box;height:2.8125rem;width:22.8125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.43675rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MVnpuz4O3X5zllKtC4Bo0yH127fJ61Ce { color:#313131;display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:47.18675rem;left:2.374267578125rem;height:1.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gpSB7wgVy7QTRmSJnO1WKMp5q7ZTKOEM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:61.3125rem;display:none; }
#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf { position:relative;display:block; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf { background-color: transparent; background-image: none; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row .container > .video-iframe-container { display: none; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row > .video-iframe-container { display: none; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .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); }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf { border-width: 0; border-radius: 0; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uiB9TK7tLegK7PZbaFX2ZdFbLDroFxdP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:11.0625rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#RikT9k4w85UqJNPDINGtUtg6V66LZ5WR { 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:4.625rem;width:9.125rem;top:1.6875rem;left:18.484375rem;overflow:hidden;display:block; }
#Ves9D44x8ZpHBhkp8bRACIuKr66bvIT1 { 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:4.375rem;width:8.75rem;top:1.8115234375rem;left:34.122314453125rem;overflow:hidden;display:block; }
#hlPIylFlhQOhaZxI8i9T8P3JUaPw3VFm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8.0625rem;top:2.2802734375rem;left:51.55029296875rem;overflow:hidden;display:block; }
#lMHfztC0Gmxyh4xWF6GUXcxOxSf6z3hM { 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:4.0625rem;width:5.5rem;top:1.9677734375rem;left:69.500732421875rem;overflow:hidden;display:block; }
#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row .container { background-color: transparent; background-image: none; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row .container > .video-iframe-container { display: none; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row > .video-iframe-container { display: none; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .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); }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row .container { border-width: 0; border-radius: 0; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#yfSh0SDPyN4cAmVqXpVyvlzeIJTCdISJ { color:rgba(var(--color-primary-2),1);display:block;width:30.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4990234375rem;left:0rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SkxKcPhkfryT6UATfXUGG1CfQKT7kBDI { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R370wXCfQKTKOCshlCsF2RvCkSD6pkpz { color:rgba(var(--color-tertiary-3),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:0.0625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1IiL75zU9WdR4aaJNTo1xhRL7I4yTpB { 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:21.5rem;width:28.875rem;top:13.8125rem;left:46.125rem;overflow:hidden;display:block; }
#oRFZQJZAlFLcUwzqK3q8LEJ5SCNmwdgE { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:23.0625rem;left:0.0625rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTprS2rWbfq7pDZTcmwR4wSgnIuvqzDn { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:36.5625rem;left:0.062255859375rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mvn54fGy01KISgU5T0hwbNeWmutV9hvv { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3d0d1;border-left:0rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.9375rem;top:12.5625rem;left:0.0625rem;display:block; }
#y8CscLOcErNaeuqanWc0eIyCR9Fm6P6c { 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:15.25rem;width:28.8125rem;top:13.8125rem;left:46.125rem;overflow:hidden;display:none; }
#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 { 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; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row .container { background-color: transparent; background-image: none; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row .container > .video-iframe-container { display: none; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row > .video-iframe-container { display: none; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .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); }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row .container { border-width: 0; border-radius: 0; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row .container { font-size:0.875rem;font-family:arial;height:144.375rem;width:75rem;position:relative;display:block; }#HqVpc0Tctywwldtfp2FUqrN63tS0sRGs { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.12451171875rem;left:32.874755859375rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgzbH4CWHCgLLWp8kxPywGRvMMyPhR8Z { color:rgba(var(--color-primary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:10.1875rem;left:32.875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIrAHuKvDPwfXpi2OB5Uyp4Jf5gmySkq { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:14.1875rem;left:32.875rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Te1TyRLpNzVkoTGM0F9wmNV2KDUgZS25 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:29.0625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#H3xzwdwBawh3fduEPOIwi1TqRl6X1or6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.125rem;left:32.875rem;display:block; }
#MK1vSeK3XiUdHViS1hTbKEoSIH06BIXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQsQ6BK0bMLGCOaWTn7D8lLFn51TQdFC { color:rgba(var(--color-primary-2),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:52.8125rem;left:0rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MbZzJUnrvqlc3MUQHiWvwazVHPeogHHP { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:56.75rem;left:0rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQ87ZSnJa81AdxF8TezivhM9evuP4qw0 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:83.375rem;left:0rem;display:block; }
#yDL29z2NWuCE8nLs9lZ7NrdEeKDqa8qc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hoZZpkPHJLxN02p9fs5QVu7DMP3VgpPe { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.56175rem;width:30.437rem;top:52.8125rem;left:44.56298828125rem;overflow:hidden;display:block; }
#qxTVEri0bKhzl0kRHoBfQ9ZcJXx9nKh3 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:135rem;left:32.875rem;display:block; }
#MZdIX0OGpZhX5f5Zs7N4AhFfyR2mlOhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtBATT4PTyLnwDAztNwlWTeqw0RKlNWe { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:102.6875rem;left:32.875rem;height:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qdU1nT9lg90URDFJybLo7NMHMfslUTyO { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:29.125rem;top:99rem;left:0rem;overflow:hidden;display:block; }
#Nm6Kc4IViFWFaWMXco8JLbh70tyMZz7Z { color:rgba(var(--color-primary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:98.4375rem;left:32.875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qysXLPXLzXhweLQVhbfOs5dn3r095U1N { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:30.5615234375rem;left:32.87451171875rem;overflow:hidden;display:block; }
#Z0CML4C2wBHr3Q2Pc3LaZWtV5fL5qu5B { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:30.655517578125rem;left:35.37451171875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mFcO4e5VDEOtNDGwb8DPJTUXKpvSVSOL { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:30.5615234375rem;left:47.499755859375rem;overflow:hidden;display:block; }
#zbmdBGgmpby2768FUX99KymCXB3Cw3vk { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.655517578125rem;left:50.06201171875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZE2LPMWPtbLX5NQFTgTl3XiyOBlO7WBD { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:33.812255859375rem;left:50.06201171875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OhVzpSU6m4EApVsmPf2ItnH3ZkyUz0dy { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:33.624267578125rem;left:32.87451171875rem;overflow:hidden;display:block; }
#u2BTVWuJU9rZqynwhezCnFQQsiJJqSlg { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:33.624267578125rem;left:47.56201171875rem;overflow:hidden;display:block; }
#L1kkxJXnkEv8TSbST4K7kU4DrrgR9Nrn { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:33.75rem;left:35.37451171875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mQb76W57rHaUdhsCD3685SXue7IWl3mR { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:76.5625rem;left:0rem;overflow:hidden;display:block; }
#TWmDDvZikJkvAKoQ7EckaRhQctE9fVpD { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:76.6875rem;left:2.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBG83lsHZz5Oydfplop32zPNgzDAiENT { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:76.5625rem;left:14.625rem;overflow:hidden;display:block; }
#mJik3PvQDMwwIC56goHeWeFMuaFV5K45 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:76.6875rem;left:16.9375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sNUrildQxU1JE5I8Nobg5ogwVTaSSZxT { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:79.6875rem;left:0rem;overflow:hidden;display:block; }
#PiGkxl3FEWKPyfr6v2o42RCFxtbCdRgk { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:79.8125rem;left:1.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEPdK1cM2boXMDZvPOeduznM6dR79SNq { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:79.6875rem;left:14.625rem;overflow:hidden;display:block; }
#JZkaFBtTt71RDKEM4E0J8Eh8Uv18MPXe { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:79.8125rem;left:16.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDKfstJ35gge4XHHlZND8WuJTTCrctMD { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:131.03125rem;left:35.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmdobZZzQOngP6CgTBgvliwfvpKc0XD7 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:127.8125rem;left:47.5rem;overflow:hidden;display:block; }
#NN4kKUXEq9OPhRsiyCiqEwH75KIiTPNn { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:127.9375rem;left:50.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kvxkrQaaSIgseB2W8u0I2oEh9ZPTTO48 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:127.90625rem;left:35.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RckgVSmSp3ZdTK9nTFeC3XJxfi7EIZrH { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:130.9375rem;left:47.5rem;overflow:hidden;display:block; }
#lBU0xzMT5zooH5CTSAFo82NF0aMbNL9r { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:130.59375rem;left:50.3125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rIszGRzG7ODC5XndbUAapF1iASGCdJFM { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:127.8125rem;left:32.875rem;overflow:hidden;display:block; }
#ht3se3Tmm8MVJiALUPxqLATbhZgqLXyP { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:130.9375rem;left:32.875rem;overflow:hidden;display:block; }
#FUTMX2tsgIAmF9IWe4vVs7xZoZ9QZRRs { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3d0d1;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:75rem;top:46.3125rem;left:0rem;display:block; }
#GvHqpuM66pBwOIOS387MXmhGLtAnWZCX { position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3d0d1;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:75rem;top:92.625rem;left:0rem;display:block; }
#Ua5ohm4EdfCy1SFRM2Vt8vOMU1dN3qkC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FfFGGGyRJ2t0P37ki3osDa1B9pHWcBwM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xV9K3zQJ6TE4Af4K1akt2vMMkIEtiEIu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#BxTIE4AeTiaQTfVZADdWMtf6dr9UF2QM { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:25.25rem;top:10.8125rem;left:0rem;overflow:hidden;display:none; }
#eThlTBsbRxskX7R1TnikctpiH6GydgEp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wgpk6Dp27yH4ZMNTmfDyGhrwB41T8h9q { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LoKvUQDJPSPKXLvLVvkI3XLIkM2kWnvM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row .container { background-color: transparent; background-image: none; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row .container > .video-iframe-container { display: none; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row > .video-iframe-container { display: none; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .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); }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row .container { border-width: 0; border-radius: 0; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#ypTcV3TbmsfvQaxK6dcTrmvkTayhUkRL { color:rgba(var(--color-primary-2),1);display:block;width:45.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.374267578125rem;left:14.874267578125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIezJl1Jnou9lN3u7LTKgksXsUHQTOiz { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:18.309326171875rem;left:1.875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qnyFEVoLU7TFt6AggEcZCgGiOwlFUbxy { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:12.811279296875rem;left:1.875rem;height:3.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0puwiKopAFWpTNBSdcTgFy7XcQy5Bvo { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:21.2607421875rem;left:1.875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKTdi1r2calnOQOOQvy6FN9gIBqn6p0L { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.26513671875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#l6GsIbGPRHKWlqR9Fq8A4f3esP8BuTWb { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:21.25rem;left:27.3740234375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2LZhS9K93gATrBcyR7KIlbN7LL3IMmJ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:18.3125rem;left:27.375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3y07uutZ2XJKtIRr4eilon4yP5aBV4x { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:12.81005859375rem;left:27.373046875rem;height:3.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kv4H6Jg7FIVnS8MHzArDmchnVV18e3pS { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:21.25rem;left:52.8125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgvIKKspolcClxZgq3K7SeRtLHwQkfqg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:12.81005859375rem;left:52.8125rem;height:3.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTy13sQiCveJVXTIJ3p3hFwWxpbh5d9f { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:18.3125rem;left:52.8125rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hOJ0fBAQZmRtKDmXMAbGtAR01xohLTb5 { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.26513671875rem;left:25.46875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#Ke6exOPWknwbWe9JCvPcnExTAowXIbhu { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.876953125rem;left:50.9375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#uqZtShd3OreBhIx98AqX37feP7RBTxXD { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.647705078125rem;left:1.875rem;display:block; }
#NqKFKSo84GmxWwyPtCTooIZXidwwPJ9u { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.625rem;left:27.375rem;display:block; }
#lzHPMs69NRsmptsV7WyO8QOi4dsut15m { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.625rem;left:52.8125rem;display:block; }
#LeAux0gHCySDOv6rNHvZ0dI49ERyfmve { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.26513671875rem;left:25.46875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:none; }
#QHMQqZkDHt3vaPpSBbHSm3waGxLGTl9W { box-sizing:content-box;height:15rem;width:24.0625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.26513671875rem;left:25.46875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:none; }
#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa { 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; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row .container { background-color: transparent; background-image: none; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row .container > .video-iframe-container { display: none; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row > .video-iframe-container { display: none; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .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); }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row .container { border-width: 0; border-radius: 0; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#kne0dsy4Tq8dJi69F8s7qFxmxGpMLgW4 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.49951171875rem;left:4.124267578125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pmuSldse8PdA1VRohv9h16ShhXvclfrJ { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:9.7490234375rem;left:23.624267578125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LU3KKTxmzTfFPvrGAfP4SOkQhAmz5KHl { color:rgba(var(--color-primary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:6.437255859375rem;left:23.311767578125rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k7uE60fO9AQQeITTIxu94d7Nf6QdUd82 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.5rem;left:0.6875rem; }
#MWx7DH9tGhPLJlS60PQqoGbkPZ8CWVsk { color:rgba(var(--color-tertiary-1),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22.062255859375rem;left:4.124267578125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTiqESW8JdW6vuw1H8PIB5tLJqgwfDcC { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:22.0625rem;left:43.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z90fXwCl5JuVfEi2PFzr90oGVDNeg4oV { color:rgba(var(--color-tertiary-2),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.0625rem;left:43.24951171875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OnMAQC523Fatmpfsf9G6bqlC8xBZM48F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.811767578125rem;left:0.6875rem; }
#MGZ8EWmrJ2fw8QzRL4Ska9yUFrpAtlGS { color:rgba(var(--color-tertiary-1),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:16.5rem;left:43.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRFqdapsTOkpTKv03rg567pq4BoCKfTA { color:rgba(var(--color-tertiary-2),1);display:block;width:23.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.03857421875rem;left:4.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wt8ONAgLWVyE7zBknykpRr6v2rfVBhHl { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.75rem;left:0rem;display:block; }
#B2muhgL1igU5078XNG7yIVi1w0bAqwv7 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.062255859375rem;left:0.030029296875rem;display:block; }
#XK46sLTPvopaJvzl2P0NmBp4SXUEcfQh { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:0rem;display:block; }
#o6ex47IZRKaqd9rvy0Zgi74TzEzBaFLO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:28.125rem;left:0.6875rem; }
#dbL1aOCBTTvIQUxGsPgpPlOwgxuzxggK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:39.812744140625rem; }
#bFJZvSMuGFtuwUTkuUSQKmZ7eRq4K332 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.75rem;left:39.125244140625rem;display:block; }
#btKw0pE9pg1Endnpsek2wnqfTBFwJlRy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:22.8125rem;left:39.875244140625rem; }
#wguKbKQrSpC7uAPJFFhXSwKpCO7r8KUK { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.0625rem;left:39.125244140625rem;display:block; }
#e4DnZrFkkDkRhnBZt0iry8mArH3VLQB1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:28.125rem;left:39.875244140625rem; }
#WuG7Wq6QNnww3kSFVp1hFCpov2ox7QtM { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.375rem;left:39.125244140625rem;display:block; }
#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row .container { background-color: transparent; background-image: none; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row .container > .video-iframe-container { display: none; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row > .video-iframe-container { display: none; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .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); }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row .container { border-width: 0; border-radius: 0; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ROPTPONyMXi3zOKzoV98qJhMTm0nvxKL { color:rgba(var(--color-primary-2),1);display:block;width:40.68725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.06201171875rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row .container { background-color: transparent; background-image: none; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row .container > .video-iframe-container { display: none; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row > .video-iframe-container { display: none; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .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); }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row .container { border-width: 0; border-radius: 0; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#X60Goh2wBXEkEMZQfrfL92WBperq6JqC { color:rgba(var(--color-tertiary-2),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJK1aWrysgXkNDx6eLhMe4pXZaSkS3Dr { color:rgba(var(--color-tertiary-2),1);display:block;width:67rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.249755859375rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbSR5XgHrzccBtJyoAzN4ayLSGCt72T2 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydGMXyzP0zrfzyT1BgL6nlKdWE5e2oU2 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.25rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PbsoHDqtZJKIb1bmTZuTc6dkCfNVCtm7 { color:rgba(var(--color-tertiary-2),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.4365234375rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGDwMUDmnq8Or631t886oubGvG9itNRm { color:rgba(var(--color-tertiary-2),1);display:block;width:67rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.749755859375rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTwWGmGLDTkl2g82yuuvb2CKG3Wq8523 { color:#5b5b53;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:29rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nzTK7Ie30PnKEdx9GB4fU7c61Q7JlaBJ { color:rgba(var(--color-tertiary-2),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.1240234375rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv { 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; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container { background-color: transparent; background-image: none; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container > .video-iframe-container { display: none; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row > .video-iframe-container { display: none; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .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); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container { border-width: 0; border-radius: 0; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-form-header {  }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:19.75rem;box-sizing:border-box;height:2.5625rem;color:#2e2e2d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;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:19.75rem;box-sizing:border-box;height:4.375rem;color:#2e2e2d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .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:19.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .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; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.75rem;height:2.8125rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]:-moz-placeholder { color:#232323;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]::-moz-placeholder { color:#232323;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]:-ms-input-placeholder { color:#232323;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]::-webkit-input-placeholder { color:#232323;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal;float:none; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .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; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-container:first-of-type{padding-top:0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-container:last-of-type{padding-bottom:0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.0625rem;left:51.3125rem; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem;display:block;vertical-align:top; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE {display:block;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.0625rem;left:51.3125rem; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #nEFIg4C6C9wCtOBa6DUqVe1tRLBmIQy6 { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #nrSxWoL1lwFyas1XEU32iaBI95bFBRTN { position:relative;display:none; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TMlrt21h0OwykenFbNTbMy3nyzApXphk { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #moudBHFXaba52ybTIFCsrLzI2VTEfqZa { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #WMfTOTubdzaC8i6licXN7zVNDdNVcVa2 { position:relative;display:none; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #H4qzNXvT1x1bP6fLlXaAHtExGLXJ2oD0 { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #p7SVfsr0QdcE7cgsPDc4qLEW698XZVO2 { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #l56v6R56uma5f72wXaJfxT7OmQ3Hx1Ib { position:relative;display:block; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #f0g2tJpyC3Wu5UftS0M9AQQnGXw8lUOD { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #AelJ1gg8hBKUhu7uDLviu3EEyfQDFLlo { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TWzkvhbW0K6it2bm6FbFyzm2RTvoUxL5 { position:relative;display:none; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #bKbpzJs3oKZOP9lGR1usvwUwd016VRES { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #xL3Uz0tTfgFuv8s3a0ytpDWbcPKEUbai { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #i7HEJM78LdLynLfasLyWOx24LzQIeNEV { position:relative;display:none; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #RrmHAIenLBKGFhgVUFtu8TKLkKH5EbE1 { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #azpJSArPvWdsggcdtVlporqvi04pUBLc { position:relative; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TSaicMmHHRmdDoNq3EKuGGpLZRm6Acvt { position:relative; }
#Mb7HM57rmrg8CkK98xlFe3VtFSkxFU2R { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:6.25rem;left:51.875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgsV7J6COH360hKXevUETdJypc7r2RHb { box-sizing:content-box;height:34.5rem;width:25.3125rem;position:absolute;display:block;z-index:15014;background-color:#f6f6f6;background-image:none;top:4.375rem;left:49.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#uTLutThVokMb8RoKmcWTEV8oBkPnrblT { color:rgba(var(--color-primary-2),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:9.3125rem;left:2rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T089bUIPTE9RTS4nU2ZlyT2plLuaLcBA { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3d0d1;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:44.1875rem;top:12.875rem;left:0rem;display:block; }
#XuLC0KomdiFkr1TLsTlxXUg1e5fhgrRG { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:28.8125rem;left:3.5625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQaMo1zFUEpaNzp2HxcpEM8LnfDqJXgN { box-sizing:content-box;height:26.8125rem;width:44.1875rem;position:absolute;display:block;z-index:15015;background-color:#f6f6f6;background-image:none;top:6.4990234375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zPXZqL08utHJJs3NBAWZwwqJxvbtTcG2 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.375rem;left:3.5625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cSzoXHlHBLORxzge6zq2pznzrvHlenaf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.4375rem;left:3.5625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PUKn6791O8ghAX1ug1K5kSAnsNuMgl0W { position:absolute;display:block;z-index:15042;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:15rem;width:15rem;top:9.0625rem;left:25.062255859375rem;overflow:hidden;display:block; }
#FIcQK8fA0QDtVzQbEeym07IeSGLhCQud { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:21.6875rem;left:3.5625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZTSbdRiHARgNhuLRO9FcpZL5mHzubVy { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.25rem;left:3.5625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#At9q4Xs1AHmTtbUGlhvmZ8hQutnIfv19 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24.875rem;left:3.5625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FI5bJJ194AnBHV8BFtPTE96mSDEvOZvx { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:8.875rem;left:52.5rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy { border-top:0.0625rem solid #d3d0d1;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container { background-color: transparent; background-image: none; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container > .video-iframe-container { display: none; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row > .video-iframe-container { display: none; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .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); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container { border-width: 0; border-radius: 0; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#GNhmwWRZmkHm6wrkaVA3atxv8FdWTst7 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:3.375rem;left:0rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpET555xngVLeZFmdNvLpWhrUfywiRt9 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:4.25rem;left:60.6875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MsUX4JE42osHN1WenTOQyd0EppEvHfOU { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:1.875rem;left:0rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZO0CW3qW5LXJJNeFX5qkbwlExGWJseuX { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:4.875rem;left:0rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a8gpnCDnSJd1mn7NV7tNvVtABLix6cSM { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.75rem;left:60.75rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#skJXBVTaOvvSTNdtUKSqn2rV0IN3Qqf5 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:2.84375rem;left:19.9375rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M { position:relative;display:none; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M { border-width: 0; border-radius: 0; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T63X8lmhEFEHVZWyuK9lWdIGKlJvQUoG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#T63X8lmhEFEHVZWyuK9lWdIGKlJvQUoG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kQqBwbZHT7udg7t0Ly3ThCqOuUaa0EAs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ToOXxhQ277Zbev7KeAUOIR2TJI5Jyehx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #f5THf5UCKF3tax1mq6QE1VeqX42hPHAw { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LTdL1g4KkpXdpCzPXm36XQGTEnSMayib { width:0.0625rem;height:3.125rem;top:1.03125rem;left:37.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a4r4xqLfk1C2xzJdTN6MeeeziyTglzyW { width:9.375rem;height:1.31225625rem;top:2.093017578125rem;left:28.077392578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KB1TxulD60eeqbnmAOKcSr1wngIrFEEy { width:9.75rem;height:2rem;top:1.5625rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iaTLSzPQmG3HmiMasElZNLT4HMT0Q20U { display:block; }
 }@media only screen and (max-width: 1199px) { #FdUl4kwTS1rTb4r20ZfgWXzCKSnMsIEw { width:1.5625rem;height:1.5625rem;top:1.875rem;left:38.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oo90NqIZg3sF0eUPtIGD8oh58ueapRbh { width:5.125rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3ZT8zpqIZMpUiBaup1OtJggxiveKhUy { width:12.5rem;height:1.2182625rem;top:2.25rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tr3ko4BP4B3zf85Q8h9G5snet0WGFTqC { width:12.5rem;height:1.2182625rem;top:2.25rem;left:16.592529296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0Oxd6LKERs8bmQOKR65X66H0BDUxd8n { width:12.5rem;height:1.2182625rem;top:2.25rem;left:23.905029296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf4a94c-30f2-427a-a72f-ca75b88b8649/manflippingpageswriting.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9.adaptive-delivery-prevent-bg, #DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9.lazyload, #DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9.lazyloading { background-image: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container { background-color: transparent; background-image: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(216,216,216,0.81); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container > .video-iframe-container { display: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(216,216,216,0.81); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row > .video-iframe-container { display: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .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); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container { width:47.75rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cr8gN3weBmyT6CUeicPU5HKgVJcGFBm1 { width:24.75rem;height:4.375rem;top:12.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVSg6Udw7c29yuDASTbShB8m7ovTqLLu { width:36.875rem;height:43.625rem;top:2.125rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-button { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.5625rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1  { width:19.375rem;height:auto;top:19rem;left:25.875rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 {display:block;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 { width:19.375rem;height:auto;top:19rem;left:25.875rem; }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #iEUP2kIFulh6b3GWoOaoLQ8ttlCSNMps {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #fe1GVeuRbgZfihzmnzzVeha1TTfLc63Z {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #m5tt2ScUv8HhssKNlp4Tv8dpFwI5vJcn {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #cfCUP0TWBgoJtHEXoTGoT3rm7cRd9cE5 {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #q4igiqnigvpdMv5k3Vy48op54JTXG0bO {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #oA2IL7GFod5DzQ17ErZ60WLcuTsucUzp {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #QwLAOzKW4F75TZ4oKflFLdWoiRThUKgF {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #QrSITJ5JfXy5eDSOTQTp7sfzwzDKygEo {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #ou4TtP7UlOxACmTefmqO1dmrydg4BGlE {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #Ie4XNaTc6n53EUwggXCEEvTocSAiABMR {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #RozuRNsGW4apXn70TQOzxLlbDMW0AnlK {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #gP7Zu8TxtOMVBAqrAinvC5RSRwyox5kT {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #THhTrTtsaskO6mDeOVNfpqH29ZeGBfEo {  }
 }@media only screen and (max-width: 1199px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #qoOCFRyN37tVEgpvW58nEJZylTyTCCsT {  }
 }@media only screen and (max-width: 1199px) { #lN81r7QgGW8DZmIXzrS9PyHzb0OzmATk { width:15.06225rem;height:1.2182625rem;top:10.49951171875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVcuHMghmZ6SFJ7rd6snQMHKFA9R3WlH { width:21.875rem;height:11.6875rem;top:7.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FS2amJ04wH0vnq22QfemT07QlkD3xENK { width:22.9375rem;height:4.38720625rem;top:17.435302734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwochURSW6qxUHlobodxarUW0mAQmm0F { width:9.8125rem;height:9.8125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcDq4ufkqa6JJ6wXC3OK3A840mRxHOZ0 { width:3.125rem;height:3.125rem;top:25.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXQNdRgfc8E96cVSx0dLJDHEOF60rTC0 { width:2.8125rem;height:2.8125rem;top:26rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqxIm7ZWWNpPCGpo92TFibKR8uS2Erx5 { width:19.25rem;height:2.8125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVnpuz4O3X5zllKtC4Bo0yH127fJ61Ce { width:15.0610625rem;height:1.298825rem;top:41.81787109375rem;left:2.093505859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gpSB7wgVy7QTRmSJnO1WKMp5q7ZTKOEM { width:47.75rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf { display:block; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uiB9TK7tLegK7PZbaFX2ZdFbLDroFxdP { width:8.5rem;height:4.1875rem;top:1.905517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RikT9k4w85UqJNPDINGtUtg6V66LZ5WR { width:5.125rem;height:2.75rem;top:2.4365234375rem;left:12.17041015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ves9D44x8ZpHBhkp8bRACIuKr66bvIT1 { width:7.5rem;height:3.75rem;top:2.1240234375rem;left:21.434326171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlPIylFlhQOhaZxI8i9T8P3JUaPw3VFm { width:7.3125rem;height:3.125rem;top:2.4365234375rem;left:40.43701171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMHfztC0Gmxyh4xWF6GUXcxOxSf6z3hM { width:4.1875rem;height:3.125rem;top:2.4365234375rem;left:32.56103515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 { display:block; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row .container { width:47.75rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yfSh0SDPyN4cAmVqXpVyvlzeIJTCdISJ { width:24.812rem;height:2.03125rem;top:4.984130859375rem;left:11.466064453125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SkxKcPhkfryT6UATfXUGG1CfQKT7kBDI { width:35.625rem;height:6.994625rem;top:11.16943359375rem;left:6.060791015625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #R370wXCfQKTKOCshlCsF2RvCkSD6pkpz { width:17.8125rem;height:1.7858875rem;top:7.077880859375rem;left:14.967041015625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #e1IiL75zU9WdR4aaJNTo1xhRL7I4yTpB { width:47.749rem;height:35.37475rem;top:20.47119140625rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 1199px) { #oRFZQJZAlFLcUwzqK3q8LEJ5SCNmwdgE { width:35.625rem;height:6.994625rem;top:19.720947265625rem;left:6.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FTprS2rWbfq7pDZTcmwR4wSgnIuvqzDn { width:35.625rem;height:5.5957rem;top:28.2763671875rem;left:6.060791015625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Mvn54fGy01KISgU5T0hwbNeWmutV9hvv { width:3.81225625rem;height:1.25rem;top:9.0498046875rem;left:21.9677734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8CscLOcErNaeuqanWc0eIyCR9Fm6P6c { width:37.87475rem;height:20rem;top:35.6201171875rem;left:4.9365234375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 { display:block; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row .container { width:47.75rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HqVpc0Tctywwldtfp2FUqrN63tS0sRGs { width:35.99975rem;height:2.2753875rem;top:5.2490234375rem;left:6.871337890625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hgzbH4CWHCgLLWp8kxPywGRvMMyPhR8Z { width:14.24925rem;height:2.03125rem;top:10.7939453125rem;left:23.624267578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIrAHuKvDPwfXpi2OB5Uyp4Jf5gmySkq { width:23.5rem;height:15.38815rem;top:13.1875rem;left:23.6669921875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Te1TyRLpNzVkoTGM0F9wmNV2KDUgZS25 { width:23.18725rem;height:18.18725rem;top:13.1689453125rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #H3xzwdwBawh3fduEPOIwi1TqRl6X1or6 { width:18.125rem;height:2.6875rem;top:29.443359375rem;left:23.6669921875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MK1vSeK3XiUdHViS1hTbKEoSIH06BIXD { display:block; }
 }@media only screen and (max-width: 1199px) { #rQsQ6BK0bMLGCOaWTn7D8lLFn51TQdFC { width:14.2480625rem;height:2.03125rem;top:42.873779296875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MbZzJUnrvqlc3MUQHiWvwazVHPeogHHP { width:23.5rem;height:19.584925rem;top:45.21728515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQ87ZSnJa81AdxF8TezivhM9evuP4qw0 { width:18.6235625rem;height:2.6860375rem;top:65.676025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDL29z2NWuCE8nLs9lZ7NrdEeKDqa8qc { display:block; }
 }@media only screen and (max-width: 1199px) { #hoZZpkPHJLxN02p9fs5QVu7DMP3VgpPe { width:31.875rem;height:25.5625rem;top:42.87353515625rem;left:15.73407480315rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #qxTVEri0bKhzl0kRHoBfQ9ZcJXx9nKh3 { width:18.6235625rem;height:2.6860375rem;top:109.328125rem;left:23.69873046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZdIX0OGpZhX5f5Zs7N4AhFfyR2mlOhU { display:block; }
 }@media only screen and (max-width: 1199px) { #LtBATT4PTyLnwDAztNwlWTeqw0RKlNWe { width:23.5rem;height:26.5795625rem;top:81.9375rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdU1nT9lg90URDFJybLo7NMHMfslUTyO { width:38.4375rem;height:32.312rem;top:79.561767578125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #Nm6Kc4IViFWFaWMXco8JLbh70tyMZz7Z { width:14.2480625rem;height:2.03125rem;top:79.5625rem;left:23.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qysXLPXLzXhweLQVhbfOs5dn3r095U1N { width:1.375rem;height:1.375rem;top:34.6123046875rem;left:10.811767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0CML4C2wBHr3Q2Pc3LaZWtV5fL5qu5B { width:9.812rem;height:1.3806125rem;top:34.70751953125rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFcO4e5VDEOtNDGwb8DPJTUXKpvSVSOL { width:1.375rem;height:1.375rem;top:34.6123046875rem;left:21.513671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbmdBGgmpby2768FUX99KymCXB3Cw3vk { width:9.0625rem;height:1.3806125rem;top:34.686767578125rem;left:12.63671875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZE2LPMWPtbLX5NQFTgTl3XiyOBlO7WBD { width:12.4375rem;height:1.3806125rem;top:34.686767578125rem;left:34.874267578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OhVzpSU6m4EApVsmPf2ItnH3ZkyUz0dy { width:1.375rem;height:1.375rem;top:34.64404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u2BTVWuJU9rZqynwhezCnFQQsiJJqSlg { width:1.375rem;height:1.375rem;top:34.6123046875rem;left:33.01513671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1kkxJXnkEv8TSbST4K7kU4DrrgR9Nrn { width:11.062rem;height:1.3806125rem;top:34.686767578125rem;left:23.43505859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQb76W57rHaUdhsCD3685SXue7IWl3mR { width:1.375rem;height:1.375rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWmDDvZikJkvAKoQ7EckaRhQctE9fVpD { width:9.9375rem;height:1.3806125rem;top:70.933837890625rem;left:1.87451171875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #QBG83lsHZz5Oydfplop32zPNgzDAiENT { width:1.375rem;height:1.375rem;top:70.875rem;left:12.827392578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJik3PvQDMwwIC56goHeWeFMuaFV5K45 { width:11.12425rem;height:1.3806125rem;top:70.9375rem;left:14.623046875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #sNUrildQxU1JE5I8Nobg5ogwVTaSSZxT { width:1.375rem;height:1.375rem;top:70.875rem;left:37.16650390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PiGkxl3FEWKPyfr6v2o42RCFxtbCdRgk { width:9.624rem;height:1.3806125rem;top:70.9375rem;left:27.48291015625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #AEPdK1cM2boXMDZvPOeduznM6dR79SNq { width:1.375rem;height:1.375rem;top:70.875rem;left:25.558349609375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JZkaFBtTt71RDKEM4E0J8Eh8Uv18MPXe { width:8.4375rem;height:1.3806125rem;top:70.9375rem;left:38.8740234375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MDKfstJ35gge4XHHlZND8WuJTTCrctMD { width:8.25rem;height:1.3806125rem;top:114.43237304688rem;left:13.12548828125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #TmdobZZzQOngP6CgTBgvliwfvpKc0XD7 { width:1.375rem;height:1.375rem;top:114.43481445312rem;left:21.3720703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NN4kKUXEq9OPhRsiyCiqEwH75KIiTPNn { width:11.0625rem;height:1.3806125rem;top:114.43359375rem;left:1.80908203125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvxkrQaaSIgseB2W8u0I2oEh9ZPTTO48 { width:8.8745rem;height:1.3806125rem;top:114.43115234375rem;left:23.13818359375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RckgVSmSp3ZdTK9nTFeC3XJxfi7EIZrH { width:1.375rem;height:1.375rem;top:114.43481445312rem;left:32.85888671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBU0xzMT5zooH5CTSAFo82NF0aMbNL9r { width:13.25rem;height:4.14184375rem;top:114.43237304688rem;left:34.7646484375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rIszGRzG7ODC5XndbUAapF1iASGCdJFM { width:1.375rem;height:1.375rem;top:114.43725585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ht3se3Tmm8MVJiALUPxqLATbhZgqLXyP { width:1.375rem;height:1.375rem;top:114.43603515625rem;left:11.38916015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUTMX2tsgIAmF9IWe4vVs7xZoZ9QZRRs { width:47.75rem;height:1.25rem;top:39.50537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GvHqpuM66pBwOIOS387MXmhGLtAnWZCX { width:47.75rem;height:1.25rem;top:75.875732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ua5ohm4EdfCy1SFRM2Vt8vOMU1dN3qkC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FfFGGGyRJ2t0P37ki3osDa1B9pHWcBwM { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xV9K3zQJ6TE4Af4K1akt2vMMkIEtiEIu { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BxTIE4AeTiaQTfVZADdWMtf6dr9UF2QM { width:23.31175rem;height:21.062rem;top:11.146240234375rem;left:0rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #eThlTBsbRxskX7R1TnikctpiH6GydgEp { top:10.79345703125rem;left:21.514892578125rem;width:26.3125rem;height:23.3125rem;z-index:14998;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #wgpk6Dp27yH4ZMNTmfDyGhrwB41T8h9q { top:42.78076171875rem;left:0rem;width:26.3125rem;height:29.125rem;z-index:14999;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #LoKvUQDJPSPKXLvLVvkI3XLIkM2kWnvM { top:78.875rem;left:21.4375rem;width:26.3125rem;height:36.4375rem;z-index:15000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB { display:block; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ypTcV3TbmsfvQaxK6dcTrmvkTayhUkRL { width:35.99975rem;height:4.55078125rem;top:5.06103515625rem;left:5.8740234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIezJl1Jnou9lN3u7LTKgksXsUHQTOiz { width:14.24925rem;height:1.7858875rem;top:17.678466796875rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnyFEVoLU7TFt6AggEcZCgGiOwlFUbxy { width:3.5rem;height:2.84301875rem;top:12.989990234375rem;left:1.82666015625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0puwiKopAFWpTNBSdcTgFy7XcQy5Bvo { width:13.0625rem;height:6.494125rem;top:20.150390625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKTdi1r2calnOQOOQvy6FN9gIBqn6p0L { width:15.3125rem;height:15rem;top:14.249267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6GsIbGPRHKWlqR9Fq8A4f3esP8BuTWb { width:13.0625rem;height:5.1953125rem;top:20.125rem;left:17.998046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2LZhS9K93gATrBcyR7KIlbN7LL3IMmJ { width:14.2480625rem;height:1.7858875rem;top:17.6875rem;left:17.998046875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3y07uutZ2XJKtIRr4eilon4yP5aBV4x { width:3.4375rem;height:2.84301875rem;top:12.989501953125rem;left:17.998046875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kv4H6Jg7FIVnS8MHzArDmchnVV18e3pS { width:12.749rem;height:6.494125rem;top:20.125rem;left:34.18212890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgvIKKspolcClxZgq3K7SeRtLHwQkfqg { width:3.5rem;height:2.84301875rem;top:12.989501953125rem;left:34.18212890625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTy13sQiCveJVXTIJ3p3hFwWxpbh5d9f { width:12.625rem;height:1.7858875rem;top:17.67822265625rem;left:34.24609375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hOJ0fBAQZmRtKDmXMAbGtAR01xohLTb5 { width:15.3125rem;height:15rem;top:14.249267578125rem;left:16.217041015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ke6exOPWknwbWe9JCvPcnExTAowXIbhu { width:15.3125rem;height:15rem;top:14.249267578125rem;left:32.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqZtShd3OreBhIx98AqX37feP7RBTxXD { width:3.4375rem;height:3.4375rem;top:12.62451171875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqKFKSo84GmxWwyPtCTooIZXidwwPJ9u { width:3.4375rem;height:3.4375rem;top:12.47314453125rem;left:18.01416015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzHPMs69NRsmptsV7WyO8QOi4dsut15m { width:3.4375rem;height:3.4375rem;top:12.625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeAux0gHCySDOv6rNHvZ0dI49ERyfmve { width:15.3125rem;height:15rem;top:14.249267578125rem;left:16.217041015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QHMQqZkDHt3vaPpSBbHSm3waGxLGTl9W { width:15.3125rem;height:15rem;top:14.249267578125rem;left:16.217041015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QQMe5GyhknnOJylqeQgosAn5hBPg0gRa { display:block; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kne0dsy4Tq8dJi69F8s7qFxmxGpMLgW4 { width:17.1875rem;height:2.79785rem;top:11.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmuSldse8PdA1VRohv9h16ShhXvclfrJ { width:47.75rem;height:1.74926875rem;top:7.4365234375rem;left:-0.0009765625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LU3KKTxmzTfFPvrGAfP4SOkQhAmz5KHl { width:35.99975rem;height:2.2753875rem;top:5.257568359375rem;left:5.8740234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7uE60fO9AQQeITTIxu94d7Nf6QdUd82 { width:1.43676875rem;height:1.43676875rem;top:12.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MWx7DH9tGhPLJlS60PQqoGbkPZ8CWVsk { width:17.6875rem;height:4.196775rem;top:16.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTiqESW8JdW6vuw1H8PIB5tLJqgwfDcC { width:17.1875rem;height:5.5957rem;top:16.9375rem;left:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z90fXwCl5JuVfEi2PFzr90oGVDNeg4oV { width:17.3125rem;height:2.79785rem;top:22.5rem;left:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnMAQC523Fatmpfsf9G6bqlC8xBZM48F { width:1.499025rem;height:1.499025rem;top:17.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGZ8EWmrJ2fw8QzRL4Ska9yUFrpAtlGS { width:17.1875rem;height:4.196775rem;top:11.875rem;left:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRFqdapsTOkpTKv03rg567pq4BoCKfTA { width:15rem;height:2.79785rem;top:22.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wt8ONAgLWVyE7zBknykpRr6v2rfVBhHl { width:2.8125rem;height:2.8125rem;top:11.8125rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2muhgL1igU5078XNG7yIVi1w0bAqwv7 { width:2.8125rem;height:2.8125rem;top:17.0625rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XK46sLTPvopaJvzl2P0NmBp4SXUEcfQh { width:2.8125rem;height:2.8125rem;top:22.4375rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o6ex47IZRKaqd9rvy0Zgi74TzEzBaFLO { width:1.43676875rem;height:1.43676875rem;top:23.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbL1aOCBTTvIQUxGsPgpPlOwgxuzxggK { width:1.4375rem;height:1.4375rem;top:12.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFJZvSMuGFtuwUTkuUSQKmZ7eRq4K332 { width:2.8125rem;height:2.8125rem;top:11.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btKw0pE9pg1Endnpsek2wnqfTBFwJlRy { width:1.4375rem;height:1.4375rem;top:17.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wguKbKQrSpC7uAPJFFhXSwKpCO7r8KUK { width:2.8125rem;height:2.8125rem;top:17.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4DnZrFkkDkRhnBZt0iry8mArH3VLQB1 { width:1.4375rem;height:1.4375rem;top:23.25rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WuG7Wq6QNnww3kSFVp1hFCpov2ox7QtM { width:2.8125rem;height:2.8125rem;top:22.4375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd { display:block; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ROPTPONyMXi3zOKzoV98qJhMTm0nvxKL { width:40.6875rem;height:2.2753875rem;top:5.21875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 { display:block; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row .container { width:47.75rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X60Goh2wBXEkEMZQfrfL92WBperq6JqC { width:47.749rem;height:1.499025rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJK1aWrysgXkNDx6eLhMe4pXZaSkS3Dr { width:47.75rem;height:6.8261875rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbSR5XgHrzccBtJyoAzN4ayLSGCt72T2 { width:46.25rem;height:1.499025rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydGMXyzP0zrfzyT1BgL6nlKdWE5e2oU2 { width:45.3125rem;height:1.499025rem;top:17.347412109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PbsoHDqtZJKIb1bmTZuTc6dkCfNVCtm7 { width:47.749rem;height:4.55078125rem;top:19.40869140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGDwMUDmnq8Or631t886oubGvG9itNRm { width:47.749rem;height:3.4130875rem;top:12.37255859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTwWGmGLDTkl2g82yuuvb2CKG3Wq8523 { width:45.3125rem;height:1.499025rem;top:25.560791015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzTK7Ie30PnKEdx9GB4fU7c61Q7JlaBJ { width:47.749rem;height:3.4130875rem;top:27.559326171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv { display:block; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container { width:47.75rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #d3d0d1;border-left:0.0625rem solid #d3d0d1;border-right:0.0625rem solid #d3d0d1;border-bottom:0.0625rem solid #d3d0d1;height:2.5625rem; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #d3d0d1;border-left:0.0625rem solid #d3d0d1;border-right:0.0625rem solid #d3d0d1;border-bottom:0.0625rem solid #d3d0d1; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE  { width:17.5625rem;height:auto;top:12.70947265625rem;left:26.75rem;z-index:15014; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE {display:block;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE { width:17.5625rem;height:auto;top:12.70947265625rem;left:26.75rem;z-index:15014; }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #nEFIg4C6C9wCtOBa6DUqVe1tRLBmIQy6 {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #nrSxWoL1lwFyas1XEU32iaBI95bFBRTN { display:none; }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TMlrt21h0OwykenFbNTbMy3nyzApXphk {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #moudBHFXaba52ybTIFCsrLzI2VTEfqZa {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #WMfTOTubdzaC8i6licXN7zVNDdNVcVa2 { display:none; }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #H4qzNXvT1x1bP6fLlXaAHtExGLXJ2oD0 {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #p7SVfsr0QdcE7cgsPDc4qLEW698XZVO2 {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #l56v6R56uma5f72wXaJfxT7OmQ3Hx1Ib {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #f0g2tJpyC3Wu5UftS0M9AQQnGXw8lUOD {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #AelJ1gg8hBKUhu7uDLviu3EEyfQDFLlo {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TWzkvhbW0K6it2bm6FbFyzm2RTvoUxL5 { display:none; }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #bKbpzJs3oKZOP9lGR1usvwUwd016VRES {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #xL3Uz0tTfgFuv8s3a0ytpDWbcPKEUbai {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #i7HEJM78LdLynLfasLyWOx24LzQIeNEV {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #RrmHAIenLBKGFhgVUFtu8TKLkKH5EbE1 {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #azpJSArPvWdsggcdtVlporqvi04pUBLc {  }
 }@media only screen and (max-width: 1199px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TSaicMmHHRmdDoNq3EKuGGpLZRm6Acvt {  }
 }@media only screen and (max-width: 1199px) { #Mb7HM57rmrg8CkK98xlFe3VtFSkxFU2R { width:19.0625rem;height:2.1875rem;top:8.75rem;left:28.0625rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #HgsV7J6COH360hKXevUETdJypc7r2RHb { width:47.75rem;height:36.125rem;top:5.306640625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 1199px) { #uTLutThVokMb8RoKmcWTEV8oBkPnrblT { width:23.93675rem;height:2.1875rem;top:8.75rem;left:2.5rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #T089bUIPTE9RTS4nU2ZlyT2plLuaLcBA { width:3.81225625rem;height:1.25rem;top:3.311767578125rem;left:20.123291015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XuLC0KomdiFkr1TLsTlxXUg1e5fhgrRG { width:19.56175rem;height:2.99805rem;top:24.206298828125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQaMo1zFUEpaNzp2HxcpEM8LnfDqJXgN { width:17.8125rem;height:26.8115rem;top:14.561767578125rem;left:25.887451171875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zPXZqL08utHJJs3NBAWZwwqJxvbtTcG2 { width:25.3735625rem;height:1.499025rem;top:11.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSzoXHlHBLORxzge6zq2pznzrvHlenaf { width:13.8745rem;height:1.499025rem;top:13.49755859375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUKn6791O8ghAX1ug1K5kSAnsNuMgl0W { width:9.875rem;height:9.875rem;top:8.4521484375rem;left:15.591318359375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIcQK8fA0QDtVzQbEeym07IeSGLhCQud { width:15.68725rem;height:1.499025rem;top:17.87060546875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZTSbdRiHARgNhuLRO9FcpZL5mHzubVy { width:20.37475rem;height:1.499025rem;top:19.574951171875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #At9q4Xs1AHmTtbUGlhvmZ8hQutnIfv19 { width:14.187rem;height:1.499025rem;top:21.137451171875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FI5bJJ194AnBHV8BFtPTE96mSDEvOZvx { width:17.6875rem;height:2.1972625rem;top:11.1396484375rem;left:28.031494140625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy { display:block; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container { width:47.75rem;height:6.296875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GNhmwWRZmkHm6wrkaVA3atxv8FdWTst7 { width:17.1875rem;height:1.40625rem;top:3.548095703125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpET555xngVLeZFmdNvLpWhrUfywiRt9 { width:6.186525rem;height:1.40625rem;top:1.875rem;left:41.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #MsUX4JE42osHN1WenTOQyd0EppEvHfOU { width:13.4375rem;height:1.31225625rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZO0CW3qW5LXJJNeFX5qkbwlExGWJseuX { width:25.5rem;height:0;top:5.39794921875rem;left:22.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a8gpnCDnSJd1mn7NV7tNvVtABLix6cSM { width:13.374rem;height:1.31225625rem;top:3.5625rem;left:34.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skJXBVTaOvvSTNdtUKSqn2rV0IN3Qqf5 { width:13.374rem;height:1.31225625rem;top:3.5625rem;left:34.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M { display:none; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #T63X8lmhEFEHVZWyuK9lWdIGKlJvQUoG { width:3.125rem;height:3.125rem;display:none; }
#T63X8lmhEFEHVZWyuK9lWdIGKlJvQUoG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #kQqBwbZHT7udg7t0Ly3ThCqOuUaa0EAs { width:;height:;display:none; }
 }@media only screen and (max-width: 1199px) { #ToOXxhQ277Zbev7KeAUOIR2TJI5Jyehx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #f5THf5UCKF3tax1mq6QE1VeqX42hPHAw { position:relative;z-index:auto;display:block; }#f5THf5UCKF3tax1mq6QE1VeqX42hPHAw > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTdL1g4KkpXdpCzPXm36XQGTEnSMayib { width:0.060763875rem;height:3.125rem;top:1rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4r4xqLfk1C2xzJdTN6MeeeziyTglzyW { width:9.375rem;height:0;top:1.875rem;left:5.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB1TxulD60eeqbnmAOKcSr1wngIrFEEy { width:12.875rem;height:2.0625rem;top:13.375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaTLSzPQmG3HmiMasElZNLT4HMT0Q20U { display:block; }
 }@media only screen and (max-width: 763px) { #FdUl4kwTS1rTb4r20ZfgWXzCKSnMsIEw { width:1.75rem;height:1.75rem;top:1.875rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oo90NqIZg3sF0eUPtIGD8oh58ueapRbh { width:4.375rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ZT8zpqIZMpUiBaup1OtJggxiveKhUy { width:12.5rem;height:0;top:0.5625rem;left:6.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr3ko4BP4B3zf85Q8h9G5snet0WGFTqC { width:12.5rem;height:0;top:2.09375rem;left:6.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0Oxd6LKERs8bmQOKR65X66H0BDUxd8n { width:12.5rem;height:0;top:3.75rem;left:6.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 { background-color:#f6f6f6;background-image:none;display:block; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container { background-color: transparent; background-image: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container > .video-iframe-container { display: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row > .video-iframe-container { display: none; }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .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); }#DEJnvaZzSQI7dHcICpPLgo7X7uil4SJ9 > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cr8gN3weBmyT6CUeicPU5HKgVJcGFBm1 { width:18rem;height:4.05029375rem;top:4.75rem;left:0rem;font-size:1.6875rem;color:#ea3323;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yVSg6Udw7c29yuDASTbShB8m7ovTqLLu { width:20rem;height:36.75rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0.5rem;margin-bottom:0.25rem;margin-left:0.5rem;font-size:0.875rem;overflow:hidden;height:2.5625rem; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-container:first-of-type{padding-top:0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .widget-container:last-of-type{padding-bottom:0;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1  { width:17.5rem;height:auto;top:27.255859375rem;left:0rem;z-index:15041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 {display:block;}#K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 { width:17.5rem;height:auto;top:27.255859375rem;left:0rem;z-index:15041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #iEUP2kIFulh6b3GWoOaoLQ8ttlCSNMps {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #fe1GVeuRbgZfihzmnzzVeha1TTfLc63Z {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #m5tt2ScUv8HhssKNlp4Tv8dpFwI5vJcn {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #cfCUP0TWBgoJtHEXoTGoT3rm7cRd9cE5 {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #q4igiqnigvpdMv5k3Vy48op54JTXG0bO {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #oA2IL7GFod5DzQ17ErZ60WLcuTsucUzp {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #QwLAOzKW4F75TZ4oKflFLdWoiRThUKgF {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #QrSITJ5JfXy5eDSOTQTp7sfzwzDKygEo {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #ou4TtP7UlOxACmTefmqO1dmrydg4BGlE {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #Ie4XNaTc6n53EUwggXCEEvTocSAiABMR {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #RozuRNsGW4apXn70TQOzxLlbDMW0AnlK {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #gP7Zu8TxtOMVBAqrAinvC5RSRwyox5kT {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #THhTrTtsaskO6mDeOVNfpqH29ZeGBfEo {  }
 }@media only screen and (max-width: 763px) { #K2MOamkhWwhS2QHiekm3Szw2bHuFnPr1 #qoOCFRyN37tVEgpvW58nEJZylTyTCCsT {  }
 }@media only screen and (max-width: 763px) { #lN81r7QgGW8DZmIXzrS9PyHzb0OzmATk { width:19.812rem;height:1.09924375rem;top:3.375rem;left:0rem;font-size:1rem;color:#5b5b5b;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dVcuHMghmZ6SFJ7rd6snQMHKFA9R3WlH { width:20rem;height:10.7836875rem;top:16.45751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS2amJ04wH0vnq22QfemT07QlkD3xENK { width:20rem;height:5.5249rem;top:9.5rem;left:0rem;font-size:1.0625rem;color:#5b5b5b;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IwochURSW6qxUHlobodxarUW0mAQmm0F { width:11.375rem;height:11.375rem;top:36.5341796875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcDq4ufkqa6JJ6wXC3OK3A840mRxHOZ0 { width:3.061525rem;height:3.125rem;top:48.4375rem;left:11.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QXQNdRgfc8E96cVSx0dLJDHEOF60rTC0 { width:2.68676875rem;height:2.68676875rem;top:48.6875rem;left:15.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aqxIm7ZWWNpPCGpo92TFibKR8uS2Erx5 { width:20rem;height:3.0625rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVnpuz4O3X5zllKtC4Bo0yH127fJ61Ce { width:17.5rem;height:1.09924375rem;top:54.6875rem;left:1.25rem;font-size:1rem;color:#5b5b5b;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gpSB7wgVy7QTRmSJnO1WKMp5q7ZTKOEM { top:48.625rem;left:1.375rem;width:8.6875rem;height:2.8125rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf { display:block; }#lMySvfX4ivzw4a5t3t2lIwRs32xqaOsf > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiB9TK7tLegK7PZbaFX2ZdFbLDroFxdP { width:7.56225rem;height:3.686525rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RikT9k4w85UqJNPDINGtUtg6V66LZ5WR { width:4.0625rem;height:2.1875rem;top:2.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ves9D44x8ZpHBhkp8bRACIuKr66bvIT1 { width:6.25rem;height:3.125rem;top:6.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlPIylFlhQOhaZxI8i9T8P3JUaPw3VFm { width:5.874025rem;height:2.5rem;top:6.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMHfztC0Gmxyh4xWF6GUXcxOxSf6z3hM { width:3.3125rem;height:2.5rem;top:2.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 { display:block; }#I32X2QfWHwaoJRT0KMu38ab8C1tICGt6 > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfSh0SDPyN4cAmVqXpVyvlzeIJTCdISJ { width:16.3125rem;height:2.2753875rem;top:3.8125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SkxKcPhkfryT6UATfXUGG1CfQKT7kBDI { width:20rem;height:13.81225rem;top:9.749755859375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R370wXCfQKTKOCshlCsF2RvCkSD6pkpz { width:8rem;height:1.62475625rem;top:6.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e1IiL75zU9WdR4aaJNTo1xhRL7I4yTpB { width:20rem;height:15rem;top:41.05908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRFZQJZAlFLcUwzqK3q8LEJ5SCNmwdgE { width:20rem;height:15.1935rem;top:24.436767578125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FTprS2rWbfq7pDZTcmwR4wSgnIuvqzDn { width:20rem;height:8.287375rem;top:57.933349609375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Mvn54fGy01KISgU5T0hwbNeWmutV9hvv { width:14.25rem;height:1.25rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8CscLOcErNaeuqanWc0eIyCR9Fm6P6c { width:17.5rem;height:9.25rem;top:41.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 { display:block; }#A7PSyQItsLlIqIDDkQ8h4cWi2uy65Ku7 > .row .container { width:20rem;height:187.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqVpc0Tctywwldtfp2FUqrN63tS0sRGs { width:20rem;height:4.5495625rem;top:3.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgzbH4CWHCgLLWp8kxPywGRvMMyPhR8Z { width:20rem;height:2.03125rem;top:19.638671875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #HIrAHuKvDPwfXpi2OB5Uyp4Jf5gmySkq { width:20rem;height:22.31139375rem;top:22.419921875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #Te1TyRLpNzVkoTGM0F9wmNV2KDUgZS25 { width:20rem;height:15.69825rem;top:9.487548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3xzwdwBawh3fduEPOIwi1TqRl6X1or6 { width:17.6555rem;height:2.46875rem;top:56.480224609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK1vSeK3XiUdHViS1hTbKEoSIH06BIXD { display:block; }
 }@media only screen and (max-width: 763px) { #rQsQ6BK0bMLGCOaWTn7D8lLFn51TQdFC { width:12.99925rem;height:2.03125rem;top:74.18701171875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #MbZzJUnrvqlc3MUQHiWvwazVHPeogHHP { width:20rem;height:26.773675rem;top:76.87451171875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #uQ87ZSnJa81AdxF8TezivhM9evuP4qw0 { width:17.6555rem;height:2.46875rem;top:115.3232421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDL29z2NWuCE8nLs9lZ7NrdEeKDqa8qc { display:block; }
 }@media only screen and (max-width: 763px) { #hoZZpkPHJLxN02p9fs5QVu7DMP3VgpPe { width:20rem;height:16.0625rem;top:62.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qxTVEri0bKhzl0kRHoBfQ9ZcJXx9nKh3 { width:17.6555rem;height:2.46875rem;top:180.927734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZdIX0OGpZhX5f5Zs7N4AhFfyR2mlOhU { display:block; }
 }@media only screen and (max-width: 763px) { #LtBATT4PTyLnwDAztNwlWTeqw0RKlNWe { width:20rem;height:32.72336875rem;top:135.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #qdU1nT9lg90URDFJybLo7NMHMfslUTyO { width:20rem;height:16.8232421875rem;top:121.5625rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Nm6Kc4IViFWFaWMXco8JLbh70tyMZz7Z { width:20rem;height:2.03125rem;top:132.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #qysXLPXLzXhweLQVhbfOs5dn3r095U1N { width:1.375rem;height:1.375rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0CML4C2wBHr3Q2Pc3LaZWtV5fL5qu5B { width:11.125rem;height:1.381225rem;top:46.25rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFcO4e5VDEOtNDGwb8DPJTUXKpvSVSOL { width:1.375rem;height:1.375rem;top:105.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbmdBGgmpby2768FUX99KymCXB3Cw3vk { width:11.125rem;height:1.381225rem;top:48.4375rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZE2LPMWPtbLX5NQFTgTl3XiyOBlO7WBD { width:16.375rem;height:1.381225rem;top:50.5615234375rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OhVzpSU6m4EApVsmPf2ItnH3ZkyUz0dy { width:1.375rem;height:1.375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2BTVWuJU9rZqynwhezCnFQQsiJJqSlg { width:1.375rem;height:1.375rem;top:107.18725585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1kkxJXnkEv8TSbST4K7kU4DrrgR9Nrn { width:11.125rem;height:1.381225rem;top:52.874755859375rem;left:2.124755859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQb76W57rHaUdhsCD3685SXue7IWl3mR { width:1.375rem;height:1.375rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmDDvZikJkvAKoQ7EckaRhQctE9fVpD { width:11.125rem;height:1.381225rem;top:105.15502929688rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QBG83lsHZz5Oydfplop32zPNgzDAiENT { width:1.375rem;height:1.375rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJik3PvQDMwwIC56goHeWeFMuaFV5K45 { width:11.125rem;height:1.381225rem;top:107.2802734375rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sNUrildQxU1JE5I8Nobg5ogwVTaSSZxT { width:1.375rem;height:1.375rem;top:109.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGkxl3FEWKPyfr6v2o42RCFxtbCdRgk { width:11.125rem;height:1.381225rem;top:111.59301757812rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AEPdK1cM2boXMDZvPOeduznM6dR79SNq { width:1.375rem;height:1.375rem;top:111.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZkaFBtTt71RDKEM4E0J8Eh8Uv18MPXe { width:11.125rem;height:1.381225rem;top:109.40551757812rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDKfstJ35gge4XHHlZND8WuJTTCrctMD { width:11.125rem;height:1.381225rem;top:173.5302734375rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmdobZZzQOngP6CgTBgvliwfvpKc0XD7 { width:1.375rem;height:1.375rem;top:171.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN4kKUXEq9OPhRsiyCiqEwH75KIiTPNn { width:14.3125rem;height:1.381225rem;top:169.34204101562rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvxkrQaaSIgseB2W8u0I2oEh9ZPTTO48 { width:11.125rem;height:1.381225rem;top:171.3427734375rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RckgVSmSp3ZdTK9nTFeC3XJxfi7EIZrH { width:1.375rem;height:1.375rem;top:175.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBU0xzMT5zooH5CTSAFo82NF0aMbNL9r { width:17.9375rem;height:2.76245rem;top:175.7177734375rem;left:2.124755859375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rIszGRzG7ODC5XndbUAapF1iASGCdJFM { width:1.375rem;height:1.375rem;top:169.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht3se3Tmm8MVJiALUPxqLATbhZgqLXyP { width:1.375rem;height:1.375rem;top:173.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUTMX2tsgIAmF9IWe4vVs7xZoZ9QZRRs { width:20rem;height:1.25rem;top:91.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvHqpuM66pBwOIOS387MXmhGLtAnWZCX { width:20rem;height:1.25rem;top:91.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ua5ohm4EdfCy1SFRM2Vt8vOMU1dN3qkC { top:18.388671875rem;left:0rem;width:20rem;height:7.0625rem;z-index:15084;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FfFGGGyRJ2t0P37ki3osDa1B9pHWcBwM { top:72.9375rem;left:0rem;width:20rem;height:16.062rem;z-index:15085;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xV9K3zQJ6TE4Af4K1akt2vMMkIEtiEIu { top:131.1875rem;left:0rem;width:20rem;height:9.375rem;z-index:14994;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BxTIE4AeTiaQTfVZADdWMtf6dr9UF2QM { width:17.3125rem;height:15.6875rem;top:8.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eThlTBsbRxskX7R1TnikctpiH6GydgEp { width:20rem;height:23.31175rem;top:193.87329101562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgpk6Dp27yH4ZMNTmfDyGhrwB41T8h9q { width:20rem;height:29.125rem;top:231.7499765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoKvUQDJPSPKXLvLVvkI3XLIkM2kWnvM { width:20rem;height:36.4375rem;top:262.1249765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB { display:block; }#KXiUbugqcnb26e7cw6mfTRBzpEFQUKDB > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypTcV3TbmsfvQaxK6dcTrmvkTayhUkRL { width:20rem;height:6.2988125rem;top:3.812255859375rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hIezJl1Jnou9lN3u7LTKgksXsUHQTOiz { width:11.687rem;height:1.7871125rem;top:16.36474609375rem;left:4.156494140625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnyFEVoLU7TFt6AggEcZCgGiOwlFUbxy { width:2.436525rem;height:2.43713125rem;top:12.478515625rem;left:8.780517578125rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J0puwiKopAFWpTNBSdcTgFy7XcQy5Bvo { width:17.06175rem;height:5.1001rem;top:18.544921875rem;left:1.46728515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fKTdi1r2calnOQOOQvy6FN9gIBqn6p0L { width:20rem;height:42.4375rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6GsIbGPRHKWlqR9Fq8A4f3esP8BuTWb { width:17.0625rem;height:5.5249rem;top:34.264892578125rem;left:1.46728515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2LZhS9K93gATrBcyR7KIlbN7LL3IMmJ { width:14.3115rem;height:1.7871125rem;top:32.085205078125rem;left:2.84423828125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3y07uutZ2XJKtIRr4eilon4yP5aBV4x { width:2.4375rem;height:2.43713125rem;top:28.28076171875rem;left:8.780517578125rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kv4H6Jg7FIVnS8MHzArDmchnVV18e3pS { width:17.0625rem;height:5.5249rem;top:49.92578125rem;left:1.46728515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgvIKKspolcClxZgq3K7SeRtLHwQkfqg { width:3.999025rem;height:2.43713125rem;top:43.810302734375rem;left:7.999267578125rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oTy13sQiCveJVXTIJ3p3hFwWxpbh5d9f { width:14.3115rem;height:1.7871125rem;top:47.62060546875rem;left:2.84423828125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOJ0fBAQZmRtKDmXMAbGtAR01xohLTb5 { width:20rem;height:12.1875rem;top:13.868408203125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ke6exOPWknwbWe9JCvPcnExTAowXIbhu { width:20rem;height:15rem;top:76.31101171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqZtShd3OreBhIx98AqX37feP7RBTxXD { width:2.8125rem;height:2.8125rem;top:12.327880859375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqKFKSo84GmxWwyPtCTooIZXidwwPJ9u { width:2.8125rem;height:2.8125rem;top:28.068603515625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzHPMs69NRsmptsV7WyO8QOi4dsut15m { width:2.8125rem;height:2.8125rem;top:43.558837890625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeAux0gHCySDOv6rNHvZ0dI49ERyfmve { width:20rem;height:12.1875rem;top:29.4931640625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QHMQqZkDHt3vaPpSBbHSm3waGxLGTl9W { width:20rem;height:12.4375rem;top:45.125732421875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QQMe5GyhknnOJylqeQgosAn5hBPg0gRa { display:block; }#QQMe5GyhknnOJylqeQgosAn5hBPg0gRa > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kne0dsy4Tq8dJi69F8s7qFxmxGpMLgW4 { width:16.875rem;height:4.46228125rem;top:10.999755859375rem;left:3.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmuSldse8PdA1VRohv9h16ShhXvclfrJ { width:17.87475rem;height:2.76245rem;top:6.1474609375rem;left:1.060791015625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LU3KKTxmzTfFPvrGAfP4SOkQhAmz5KHl { width:20rem;height:2.2753875rem;top:3.87451171875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7uE60fO9AQQeITTIxu94d7Nf6QdUd82 { display:flex;width:1.125rem;height:1.125rem;top:11.59375rem;left:0.43701171875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #MWx7DH9tGhPLJlS60PQqoGbkPZ8CWVsk { width:16.8125rem;height:4.143675rem;top:27.125rem;left:3.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MTiqESW8JdW6vuw1H8PIB5tLJqgwfDcC { width:16.875rem;height:5.94970625rem;top:32.75rem;left:3.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z90fXwCl5JuVfEi2PFzr90oGVDNeg4oV { width:17.0625rem;height:2.97485625rem;top:40.0625rem;left:3.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OnMAQC523Fatmpfsf9G6bqlC8xBZM48F { display:flex;width:1.125rem;height:1.125rem;top:27.687255859375rem;left:0.43701171875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #MGZ8EWmrJ2fw8QzRL4Ska9yUFrpAtlGS { width:16.875rem;height:4.46228125rem;top:16.867431640625rem;left:3.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vRFqdapsTOkpTKv03rg567pq4BoCKfTA { width:16.9375rem;height:2.97485625rem;top:22.75rem;left:3.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wt8ONAgLWVyE7zBknykpRr6v2rfVBhHl { width:1.875rem;height:1.875rem;top:11.187255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2muhgL1igU5078XNG7yIVi1w0bAqwv7 { width:1.875rem;height:1.875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK46sLTPvopaJvzl2P0NmBp4SXUEcfQh { width:1.875rem;height:1.875rem;top:22.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ex47IZRKaqd9rvy0Zgi74TzEzBaFLO { display:flex;width:1.125rem;height:1.125rem;top:23.343017578125rem;left:0.43701171875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #dbL1aOCBTTvIQUxGsPgpPlOwgxuzxggK { display:flex;width:1.125rem;height:1.125rem;top:17.459228515625rem;left:0.43701171875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #bFJZvSMuGFtuwUTkuUSQKmZ7eRq4K332 { width:1.875rem;height:1.875rem;top:27.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btKw0pE9pg1Endnpsek2wnqfTBFwJlRy { display:flex;width:1.125rem;height:1.125rem;top:33.312255859375rem;left:0.43701171875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #wguKbKQrSpC7uAPJFFhXSwKpCO7r8KUK { width:1.875rem;height:1.875rem;top:32.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4DnZrFkkDkRhnBZt0iry8mArH3VLQB1 { display:flex;width:1.125rem;height:1.125rem;top:40.5625rem;left:0.4375rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #WuG7Wq6QNnww3kSFVp1hFCpov2ox7QtM { width:1.875rem;height:1.875rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd { display:block; }#QLJE9QhMPowwEi5SBqrVQzTOyoDwrQsd > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROPTPONyMXi3zOKzoV98qJhMTm0nvxKL { width:20rem;height:2.2753875rem;top:3.812255859375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 { display:block; }#TBiu6CTXOSR2wzcQR4T1JCSRtPxHm6o5 > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X60Goh2wBXEkEMZQfrfL92WBperq6JqC { width:20rem;height:2.76245rem;top:1.625rem;left:0rem;font-size:1.0625rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SJK1aWrysgXkNDx6eLhMe4pXZaSkS3Dr { width:20rem;height:22.099625rem;top:4.749755859375rem;left:0rem;font-size:1.0625rem;line-height:1.3;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GbSR5XgHrzccBtJyoAzN4ayLSGCt72T2 { width:20rem;height:1.593625rem;top:28.93701171875rem;left:0rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ydGMXyzP0zrfzyT1BgL6nlKdWE5e2oU2 { width:20rem;height:1.381225rem;top:43.811767578125rem;left:0rem;font-size:1.0625rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PbsoHDqtZJKIb1bmTZuTc6dkCfNVCtm7 { width:20rem;height:13.81225rem;top:45.37451171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGDwMUDmnq8Or631t886oubGvG9itNRm { width:20rem;height:11.0498125rem;top:30.686767578125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwWGmGLDTkl2g82yuuvb2CKG3Wq8523 { width:20rem;height:2.76245rem;top:61.25rem;left:0rem;font-size:1.0625rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nzTK7Ie30PnKEdx9GB4fU7c61Q7JlaBJ { width:20rem;height:12.431rem;top:64.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv { background-color:#ffffff;background-image:none;display:block; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container { background-color: transparent; background-image: none; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container > .video-iframe-container { display: none; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row > .video-iframe-container { display: none; }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .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); }#sWJLdzNH7z9mBlkCyMFw4s4xkbNTMXMv > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #908f8f; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-text {padding-top: 0; padding-bottom: 0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #908f8f; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-select {padding-top: 0; padding-bottom: 0;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.8125rem; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]:-moz-placeholder { color:#1c1c1b; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]::-moz-placeholder { color:#1c1c1b; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]:-ms-input-placeholder { color:#1c1c1b; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE [class*="-text"]::-webkit-input-placeholder { color:#1c1c1b; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE  { width:17.5rem;height:auto;top:21.14453125rem;left:0rem;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE {display:block;}#nF4IGbglfX6cB3TAvbRy6tfTAPih40AE { width:17.5rem;height:auto;top:21.14453125rem;left:0rem;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #nEFIg4C6C9wCtOBa6DUqVe1tRLBmIQy6 {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #nrSxWoL1lwFyas1XEU32iaBI95bFBRTN { display:none; }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TMlrt21h0OwykenFbNTbMy3nyzApXphk {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #moudBHFXaba52ybTIFCsrLzI2VTEfqZa {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #WMfTOTubdzaC8i6licXN7zVNDdNVcVa2 { display:none; }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #H4qzNXvT1x1bP6fLlXaAHtExGLXJ2oD0 {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #p7SVfsr0QdcE7cgsPDc4qLEW698XZVO2 {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #l56v6R56uma5f72wXaJfxT7OmQ3Hx1Ib {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #f0g2tJpyC3Wu5UftS0M9AQQnGXw8lUOD {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #AelJ1gg8hBKUhu7uDLviu3EEyfQDFLlo {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TWzkvhbW0K6it2bm6FbFyzm2RTvoUxL5 { display:none; }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #bKbpzJs3oKZOP9lGR1usvwUwd016VRES {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #xL3Uz0tTfgFuv8s3a0ytpDWbcPKEUbai {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #i7HEJM78LdLynLfasLyWOx24LzQIeNEV {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #RrmHAIenLBKGFhgVUFtu8TKLkKH5EbE1 {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #azpJSArPvWdsggcdtVlporqvi04pUBLc {  }
 }@media only screen and (max-width: 763px) { #nF4IGbglfX6cB3TAvbRy6tfTAPih40AE #TSaicMmHHRmdDoNq3EKuGGpLZRm6Acvt {  }
 }@media only screen and (max-width: 763px) { #Mb7HM57rmrg8CkK98xlFe3VtFSkxFU2R { width:20rem;height:2.1875rem;top:16.811767578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgsV7J6COH360hKXevUETdJypc7r2RHb { width:20rem;height:44.9375rem;top:3.87451171875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uTLutThVokMb8RoKmcWTEV8oBkPnrblT { width:10rem;height:2.44995rem;top:51.6875rem;left:1.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T089bUIPTE9RTS4nU2ZlyT2plLuaLcBA { width:20rem;height:1.25rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuLC0KomdiFkr1TLsTlxXUg1e5fhgrRG { width:17.375rem;height:2.76245rem;top:67.25rem;left:1.625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UQaMo1zFUEpaNzp2HxcpEM8LnfDqJXgN { width:20rem;height:22.375rem;top:50.375rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #zPXZqL08utHJJs3NBAWZwwqJxvbtTcG2 { width:13.6875rem;height:1.593625rem;top:56.25rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cSzoXHlHBLORxzge6zq2pznzrvHlenaf { width:15.3125rem;height:1.593625rem;top:57.9375rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PUKn6791O8ghAX1ug1K5kSAnsNuMgl0W { width:10rem;height:10rem;top:5.811767578125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIcQK8fA0QDtVzQbEeym07IeSGLhCQud { width:5.1875rem;height:1.593625rem;top:60.875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZTSbdRiHARgNhuLRO9FcpZL5mHzubVy { width:16.8125rem;height:1.593625rem;top:62.5625rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #At9q4Xs1AHmTtbUGlhvmZ8hQutnIfv19 { width:14.4375rem;height:1.593625rem;top:64.25rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FI5bJJ194AnBHV8BFtPTE96mSDEvOZvx { width:17.56225rem;height:2.33764375rem;top:19.24755859375rem;left:1.21826171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy { background-color:#ffffff;background-image:none;display:block; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container { background-color: transparent; background-image: none; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container > .video-iframe-container { display: none; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row > .video-iframe-container { display: none; }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .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); }#GSaZ2krnBWqCc9plDm6NZDnuADtwFEcy > .row .container { width:20rem;height:17.31201171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNhmwWRZmkHm6wrkaVA3atxv8FdWTst7 { width:17.1875rem;height:1.40625rem;top:3.499755859375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpET555xngVLeZFmdNvLpWhrUfywiRt9 { width:5.249025rem;height:1.40625rem;top:9.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUX4JE42osHN1WenTOQyd0EppEvHfOU { width:20rem;height:1.40625rem;top:1.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO0CW3qW5LXJJNeFX5qkbwlExGWJseuX { width:7.8125rem;height:1.40625rem;top:6.389892578125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a8gpnCDnSJd1mn7NV7tNvVtABLix6cSM { width:14.3125rem;height:1.40625rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skJXBVTaOvvSTNdtUKSqn2rV0IN3Qqf5 { width:20rem;height:0;top:13.68701171875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container { background-color: transparent; background-image: none; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container > .video-iframe-container { display: none; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row > .video-iframe-container { display: none; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .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); }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container { border-width: 0; border-radius: 0; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGBhWlX061Gt7MgboZygO2ZWGQwHZf1M > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T63X8lmhEFEHVZWyuK9lWdIGKlJvQUoG { display:flex;top:2.186279296875rem;left:4.373779296875rem;width:1.4375rem;height:1.4375rem;z-index:15023;font-size:1rem; }
#T63X8lmhEFEHVZWyuK9lWdIGKlJvQUoG > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #kQqBwbZHT7udg7t0Ly3ThCqOuUaa0EAs { top:1.1865234375rem;left:0rem;width:20rem;height:3.4375rem;z-index:15016;background-color:#ea3323;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOXxhQ277Zbev7KeAUOIR2TJI5Jyehx { display:block; }
 }