.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:245,240,230;--color-primary-1:220,204,173;--color-primary-2:185,153,91;--color-primary-3:93,77,46;--color-primary-4:28,23,14;--color-secondary-0:224,224,224;--color-secondary-1:163,163,163;--color-secondary-2:102,102,102;--color-secondary-3:61,61,61;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#202020;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I { position:relative;display:block; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I { background-color: transparent; background-image: none; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .row .container > .video-iframe-container { display: none; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .row > .video-iframe-container { display: none; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .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); }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I { border-width: 0; border-radius: 0; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .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; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;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; }#sVn6ObcTPaVe8KH6oxbtnGDMsqrwucnG { 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:6.5625rem;width:9.75rem;top:1.125rem;left:32.625rem;overflow:hidden;display:block; }
#ZNEXrL7tJnXg0DLP8ABz1x1FIM2g2ixP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.15625rem;left:12.5rem;display:block; }
#peEJsfnn0hrcGkU6391B5rFoxWXZ7c2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJC8pLWlbP057sXyf0FGg3nlaecNdF8p { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.15625rem;left:50rem;display:block; }
#olhL51rEeAQeX4rhl4hf36puZmttoUR6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt { position:relative;display:block; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt { background-color: transparent; background-image: none; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container > .video-iframe-container { display: none; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row > .video-iframe-container { display: none; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .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); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt { border-width: 0; border-radius: 0; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .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; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8f64098-de20-4e19-ae49-ea4e7a9ffd63/GueuletonMontaubanalexiscatalanbillotviandecotedeboeuf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.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:block; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container.adaptive-delivery-prevent-bg, #Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container.lazyload, #Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container.lazyloading { background-image: none; }#giN7ofldqxcdbs66Dz6EFPDvMWGAlKGT { 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:24.875rem;width:37.3125rem;top:6.78125rem;left:37.5rem;overflow:hidden;display:none; }
#Wll6tITGqtKu1mQedGKgatQW5x0J234s { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:"trajan pro";font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8746337890625rem;left:0rem;height:3.65600625rem;display:block; }
#GrMTGp8Wildr3SpUT765f7Ne6WUpIg2O { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:5.361325rem;display:block; }
#lVvg3zOEGpnVtIT8r9k0Z8kCSPHB9Hs8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:1.62475625rem;display:block; }
#qO7XPhHnApPDsTNak4yFUMG6tpqvMKrQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.3125rem;left:0rem;height:1.62475625rem;display:block; }
#SJtSCSlml0xpyNyldf8UBiJtvAieZP0D { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:1.62475625rem;display:block; }
#EAsdJy8vH5Q7Uy47PJqnI4V6UC552BVg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.375rem;top:25.4375rem;left:0rem;overflow:hidden;display:block; }
#acSrvGp4ZFk2PzZyWQBV0OlsKx27NWZo { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.8125rem;left:12.1875rem;display:block; }
#NBGC1deQdQa3RaRqbUcHtbOLHA2614T5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRmZBWEeKd4IBWJJb1SrTPmTT1bWPxF0 { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.8125rem;left:0rem;display:block; }
#wH0B42e6tTyEUy02rPmxEgaVsCySV6tT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu { position:relative;display:block; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu { background-color: transparent; background-image: none; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .row .container > .video-iframe-container { display: none; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .row > .video-iframe-container { display: none; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .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); }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu { border-width: 0; border-radius: 0; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .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; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;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; }#BnqAUO8TAoTC8ZpwEVSnmPXq9fM4bMlg { position:absolute;display:block;z-index:15000;height:25rem;width:34.375rem;top:5.5625rem;left:0rem;display:block; }
#FWVI06zESe4Xex7OpuhfhtQ0TH0SeSTi { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:"trajan pro";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.625rem;height:2.4375rem;display:block; }
#sEUeD1nhA3ILNqooJPH9UuTwGyMNX60m { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.625rem;height:1.46179375rem;display:block; }
#XNflNoAKireyA1BdpK9iU87XtCOmTti0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.1875rem;left:40.625rem;height:1.46179375rem;display:block; }
#Uy38bVwLONfwBKezoF1E3vTyIVu7upfK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.625rem;height:1.46179375rem;display:block; }
#zvRWOyNw0tRMmtZyHeJSdI6EkV6C2BdI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.125rem;left:40.625rem;height:1.46179375rem;display:block; }
#NKcPk7mnIgBUKJEVfV0URNIFUw4LVUJt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40.625rem;height:1.46179375rem;display:block; }
#XHxlVddGpttz4L6QoiQHR93bsfwxiVIr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.25rem;left:40.625rem;height:1.46179375rem;display:block; }
#GTO2e7cJho0BAtUv1wzcV8m6KSqrgPNC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.3125rem;left:40.625rem;height:1.46179375rem;display:block; }
#FahupVgr6AE5ExhxHe00PokPzlHTsxwX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.1875rem;left:53.125rem;height:1.46179375rem;display:block; }
#Hx8MxyV8dov0HC7Am0Ddq3XN4TFS25Wa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.25rem;left:53.125rem;height:1.46179375rem;display:block; }
#FWwcGhb58fnrlO9l0zkJdg0eEZ7lpaos { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.3125rem;left:53.125rem;height:1.46179375rem;display:block; }
#wWMLFfl1VlJHaiDaqSyl63L17A79FkSp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:53.125rem;height:1.46179375rem;display:block; }
#nc2mUpiAUcTbJJgTehtCuleaDxtZbqg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.25rem;left:53.125rem;height:1.46179375rem;display:block; }
#WTDMck3g5AasBVm2mD3R4mQqSEZf06VF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.1875rem;left:53.125rem;height:1.46179375rem;display:block; }
#svnPBUk9tGzWdhOu402dwBG6ZMq3kVH1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:53.125rem;height:1.46179375rem;display:block; }
#TmoGJ3ZSBUWfbuu09SqTmZeW5PwJvbGU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.25rem;left:52.8125rem;display:block; }
#TaWnx2ebBudvdZh2vn8xuwxXRJX9w3sA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImdN9uaOnPycMTGpaQdTRIyFOmSVH40l { box-sizing:content-box;height:25.625rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#202020;background-image:none;top:5.25rem;left:37.5rem;box-shadow: 0.25rem 0.625rem 2.8125rem rgba(var(--color-secondary-4),1) ;display:block; }
#Bsr1OqQlndNBLyohii5z0WeqDTmL8Mex { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.25rem;left:40.625rem;display:block; }
#HQpHt1iwVVlp7Ei0fgaSDa7RC8cQdZMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 { position:relative;display:block; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 { background-color: transparent; background-image: none; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .row .container > .video-iframe-container { display: none; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .row > .video-iframe-container { display: none; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .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); }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 { border-width: 0; border-radius: 0; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .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; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20rem;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; }#Pxmty0TfR3T66rkJ9CvU7EUVu1BWB5pV { color:rgba(var(--color-tertiary-0),1);display:block;width:42.999875rem;position:absolute;font-family:"trajan pro";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9998779296875rem;left:15.999755859375rem;height:2.43713125rem;text-align:center;text-align-last:center;display:block; }
#nUvtA0fIunGFVFCt4RATOnA9yqVS8w06 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"trajan pro";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8125rem;left:1.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sSHPtiO7iw8NCAwrDsOz2ZGTVqToilvS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"trajan pro";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gEQJXRgLBrOT6vQ71ROirb4WarhNrT68 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5rem;left:56.25rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#USVHKpIWwhNf59RldidRD49RGEg4Hd2r { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.4375rem;left:56.25rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#Q8t7NHuSxCOCdCoTOy04OWf73Hi5ecq0 { box-sizing:content-box;height:8.75rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:8.5625rem;left:55rem;box-shadow: none;border-top:0;border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;display:block; }
#U8aoFitX7D3oNTn9Q2zEWV5JXKZiDNdQ { box-sizing:content-box;height:8.75rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:8.5625rem;left:0rem;box-shadow: none;border-top:0;border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;display:block; }
#UMz6ZxnorzJVAyXpTKn0QchPEV28PniU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.25rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTzqSzSxfK5xOLrQvRMr1yzgXKGwApr6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.25rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#II9qGn3ui7q6xWwtZXrgTLdPASsoDrw4 { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.25rem;left:40.625rem;display:none; }
#XlbXGVd5T3nr5izRHW2aGOgVcDFcafsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApOFfh3bQD3HyqNPyLTPcgl9xz1Obq8B { box-sizing:content-box;height:8.75rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:8.5625rem;left:27.4375rem;box-shadow: none;border-top:0;border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;display:block; }
#CHIQAM3vnC7XgIkSRi8L6ENWT4tkPefh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"trajan pro";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:28.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aeO3nCcFvxC6Qt8qUabmr6ZfV3oqOhp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.75rem;left:28.6875rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tG8v8b11nWaZ9wKi6w0LIOTLKp7kU9s3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.6875rem;left:28.6875rem;height:1.62475625rem;text-align:left;text-align-last:left;display:block; }
#reDgPMoscn62WGiny8hxwo4QV8lVmDeB { z-index:;position:relative;display:block; }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB { background-color: transparent; background-image: none; }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .row .container > .video-iframe-container { display: none; }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .row > .video-iframe-container { display: none; }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .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); }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB { border-width: 0; border-radius: 0; }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pt3wrf42aOBN6vs7JGrPVe60ayOP8l6m { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.125rem;height:1.46179375rem;display:block; }
#RmCfW6Ldpnxwss2tGee501avwwIQcxuX { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4375rem;position:absolute;font-family:"trajan pro";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.125rem;height:2.4375rem;display:block; }
#M39K1Cr7cmV8xdsOTzbIpLrVbQUJpzsw { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5rem;left:3.125rem;height:1.46179375rem;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; }
#yHt6wF8JTRSHHhlaQTwhqqNlZMBN5SUp { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.6875rem;left:3.125rem;display:block; }
#nVtr494272SBiA9xzXQuMpv6Tc8Iidsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvcU4LEBEbnhuoxweMfctVbGPQELL0IT { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.125rem;height:;display:block; }#OvcU4LEBEbnhuoxweMfctVbGPQELL0IT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OvcU4LEBEbnhuoxweMfctVbGPQELL0IT li:before{  }
#dXbuiWBwpA3keLbG8uQ8Q0hrtQo08n4g { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.125rem;height:1.46179375rem;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; }
#gHvTg3lZt5XWxL9GgdrRzpSm9EyEw6Nh { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#202020;background-image:none;top:3.3125rem;left:0rem;box-shadow: 0.25rem 0.625rem 2.8125rem rgba(var(--color-secondary-4),1) ;display:block; }
#imePKsAy44hHZpAC5dZASmHReqrblqym { z-index:;position:relative;display:block; }#imePKsAy44hHZpAC5dZASmHReqrblqym { background-color: transparent; background-image: none; }#imePKsAy44hHZpAC5dZASmHReqrblqym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imePKsAy44hHZpAC5dZASmHReqrblqym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imePKsAy44hHZpAC5dZASmHReqrblqym > .row .container > .video-iframe-container { display: none; }#imePKsAy44hHZpAC5dZASmHReqrblqym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imePKsAy44hHZpAC5dZASmHReqrblqym > .row > .video-iframe-container { display: none; }#imePKsAy44hHZpAC5dZASmHReqrblqym > .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); }#imePKsAy44hHZpAC5dZASmHReqrblqym { border-width: 0; border-radius: 0; }#imePKsAy44hHZpAC5dZASmHReqrblqym > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bPHmnRMqDTdpLRIpW03xAPR08cz5rGE8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.125rem;height:2.92358125rem;display:block; }
#UTCZLMlu30CggMySULTWOL5IbhbxuSBQ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:"trajan pro";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:3.125rem;height:4.8742625rem;display:block; }
#hMbtFif7Wvr2D4dxPaxkD8qmHTvtmTBZ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:3.125rem;height:4.385375rem;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; }
#CDzbZwS3zuc4EwdlsTBVxAE32MFLV6Eo { box-sizing:content-box;height:51.3125rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#202020;background-image:none;top:3.3123779296875rem;left:0rem;box-shadow: 0.25rem 0.625rem 2.8125rem rgba(var(--color-secondary-4),1) ;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-form-header { font-size:0.875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#878787;width:31.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#2f2f2f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:31.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-4),1) ; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#2f2f2f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:31.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-4),1) ; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .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:31.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .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; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-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:18.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:30.0625rem;overflow:hidden;font-style:normal;float:none; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .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; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-container:first-of-type{padding-top:0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-container:last-of-type{padding-bottom:0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.74951171875rem;left:40rem;font-size:0.875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.25rem;display:block;vertical-align:top; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ {display:block;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.74951171875rem;left:40rem;font-size:0.875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #cnH6qNRRPGK6x5qSxT1IZ7Fvl5g0lZJS { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #b7LKkmvIyLUfnztF1cHwf2Oxwr8aRG8y { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #h62TC9tRGVHJAOvZxI0gr3UI5PtdrKJa { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #ezdlu7aNpy1H2pp1v3K5iNwx0wz5tlUN { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #FvpUepGsgVnsFS9R2nObWTAC9zKF16Gy { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #dmpB2bzB9i2oyF10PmdxTlKiqodO0o9m { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #T3bQWeGR4JcXL2Vh7Dsu91ensKDzK54X { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #OLwliJ1V0ISLpTdqN8zkPPsB3hOTV0xu { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #lhFoFrarL36F6fXNn7Zz4mTP7IJgqS9G { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #IaywHlbx9G08v5O26KUlzKEw7bXN2Dcl { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #MoIxSSHJT9dOm6bLi4c2K39nfzTsw2sr { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #oysBsG0eyMW1ZSpgTvi5pEFUDxJbmam8 { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #XD4dOKfXnTqKeU6AfFpJ1tTTyzeo10xU { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #n7G0TVr4ki0MCVAcE7V5GRK82AT4vGfH { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #cofq9GlcaANRI0F9cKanMOLoAuqX8QKe { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #eh9OBrpmpfrgES1cRSbGOaWiWAiMZuRV { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #qyIqtx0eWEu5gEpBbyllihEmo5ygLotc { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #AwTuSxdgTlIrt32gG4TuEtXgdlGaxt9u { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #KHnTfROEToy0zXQFZ053VQ7oePhniCzi { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #Q9Jg0M5mVfVl9LNLT1aanCAi7o8n0aRW { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #bbnEa7Jc5DMvWKPX9C2GQbZdKUuBRQT6 { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #xapz7EylHeUkfOq4TtTWKI2vrTXauml4 { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #TeUM1bpPOi5bKTQgxB2QcKTZkbo8RdzK { position:relative;display:block; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #bWbolDCTZUrKib6MKHIbAL5HQlfrtcZT { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #PIeNW2yReMQQ0Q2fo38NkmEWeLUi6U4F { position:relative; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #eVCwIsp4TR7g0bGNTMxzwNgl2oQtCWkI { position:relative; }
#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d { z-index:;position:relative;display:block; }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d { background-color: transparent; background-image: none; }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .row .container > .video-iframe-container { display: none; }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .row > .video-iframe-container { display: none; }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .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); }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d { border-width: 0; border-radius: 0; }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#UNdFPrcqgzrKepz280HdFtaG2dZO9I95 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.46179375rem;display:block; }
#tdfytE51Np3nUTJF79lnlsCdvigw00V1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:"trajan pro";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.4375rem;display:block; }
#gHDaBMTHpapbCNpTG2T5zlWiCAKauDm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:4.385375rem;display:block; }
#Ts6N9W8Mi9PWV3Nrhb91qtLUTfRRXTpQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.625rem;left:12.1875rem;display:block; }
#RamnA1ZNrMMG70C603degKF2GLJnJ70A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpqZxkpR2lgLIab0l8IZFPhoOLsKTEgS { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.625rem;left:0rem;display:block; }
#dvKJT7fl96On34zwhvSed7OL72EHx9WC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI { position:relative;display:block; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI { background-color: transparent; background-image: none; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .row .container > .video-iframe-container { display: none; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .row > .video-iframe-container { display: none; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .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); }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI { border-width: 0; border-radius: 0; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .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; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f0Cw7d6uLQ6i0Us6MntWrzfHhXFnX0L4 { 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:25rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#I7pPBwe5TTHNwECmRw7H7kPZxbIhde63 { 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:25rem;width:37.56225rem;top:0rem;left:18.717651367188rem;overflow:hidden;display:block; }
#zccasZrTbWZVGBsy4GCfOa0Nw7HkrLL6 { 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:25rem;width:17.8125rem;top:0rem;left:57.1875rem;overflow:hidden;display:block; }
#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 { position:relative;display:block; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 { background-color: transparent; background-image: none; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .row .container > .video-iframe-container { display: none; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .row > .video-iframe-container { display: none; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .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); }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 { border-width: 0; border-radius: 0; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .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; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q73WVJggMPoBH4pQyTeCOk5IJouJLMQT { 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:25rem;width:17.8125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#ZeAkgHgstX4oCIW87a59IUpkZCy6uFFy { 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:25rem;width:17.8125rem;top:1.25rem;left:19.0625rem;overflow:hidden;display:block; }
#RRDSqkaTTuWwNC42GZhXccyquVToN794 { 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:25rem;width:17.8125rem;top:1.25rem;left:38.1875rem;overflow:hidden;display:block; }
#DQJhKADgmoqzNFgQTTg2Niw432UEDcSK { 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:25rem;width:17.8125rem;top:1.25rem;left:57.1875rem;overflow:hidden;display:block; }
#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI { position:relative;display:block; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI { background-color: transparent; background-image: none; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .row .container > .video-iframe-container { display: none; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .row > .video-iframe-container { display: none; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .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); }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI { border-width: 0; border-radius: 0; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .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; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.6875rem;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; }#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#202020;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #2f2f2f; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"minion pro";color:rgba(var(--color-tertiary-0),1); }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_be47855489f3d4c6c34ab17c4acfcc12f52f2ff1.svg");background-size:contain !important; }#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-trigger.adaptive-delivery-prevent-bg, #rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-trigger.lazyload, #rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-trigger.lazyloading { background-image: none; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#202020;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.8125rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TUeQGutlIKQfdTPDaqeweQ1dA6mtLoI2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #Tkp0ZfghOeJTkHrufr4QsCG3tUgCDVbM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #NqXvvsHCIB8LC7NxdR53e8XnlLLUzikh { display:block;position:relative; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #trFvbUBdg9XrlZsQLdB0NcthbD8ULv2L {  }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TFc0F3mW5uUi96JwnTHphduoHN5npQIz {  }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #S4i8116ApZhJTosCXtwrGreBfOyOw1h9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #loEtsVwdEtmVF6cGI4Mzv1iQxlXh9nvQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #wQZ1TtF55ISNfy2Bl7ZOo3ZWkswuJpkS { display:block;position:relative; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #C1Ve95RpkhIH8wpKWElRtVJOdXpFo46C {  }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #aT44PVqe88314ZzPXsRvEtAgJ9UDmtps { display:none; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TKD4WeltV6QVtqylFl1d5v7pTnpFTKEf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #olQ0QTfxenRp42EOya3DVuuiMoZZmMOd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #qMRxxrwi0viRIUVFdMyROZOEFZsWKtea { display:block;position:relative; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #s0L0hVIoqc5sq5F0h6u67knKEv9qXdyf {  }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #LpAvhtPhwbwWxv3TmncrTp52wtc1cH7Z { display:none; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #oMS9RgltgeMzfAhHJQs48fUGirulkDiw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #laNFQv22nhdnOld09RnKgh7G3get89eI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #dQ6QE83K85gWa8Cbygvt6bFfoRVd4OMK { display:block;position:relative; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #qzuqTBJSHuf5RK9eqaAOUzWBgF2fhkyC {  }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #yuF8lOZ9gbaL7s0vDK5KO2wXqpO6maDr { display:none; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #KFOQvtGhQ7UBGcTWzGvkuZ9fw8RgOPcu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #rtxeQfk1vGOkTF7xmZ4LTJpwveIf40IA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #DysVTwkxvcRyNzWuaemDS9s51XsHD7vn { display:block;position:relative; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #IhhJdlDF6wNmVI0M3ttM5wFdt62cT9T4 {  }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW #bmmLwNyGwoDZQh9Sb6nZeag42DUezJ4o { display:none; }
#u9UhlLZWgJ4TVPeGu8flG81HMpcQXUFO { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4375rem;position:absolute;font-family:"trajan pro";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.43713125rem;display:block; }
#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo { position:relative;display:block; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo { background-color: transparent; background-image: none; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .row .container > .video-iframe-container { display: none; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .row > .video-iframe-container { display: none; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .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); }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo { border-width: 0; border-radius: 0; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .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; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;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; }#mgHoo3G73QvedTQNNWmpvgMQlMspmyuO { position:absolute;display:block;z-index:15000;height:3.8125rem;width:38.75rem;top:0rem;left:18.125rem;display:block; }
#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m { position:relative;display:block; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m { background-color: transparent; background-image: none; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .row .container > .video-iframe-container { display: none; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .row > .video-iframe-container { display: none; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .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); }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m { border-width: 0; border-radius: 0; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .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; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CD5Ibh3dXsOu4RTR0AMJlSggqF5xVQWq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:33.1875rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#GK0uwkHzD43iXrT0T4tIfAoGovJ04f2u { 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:6.5625rem;width:9.75rem;top:3.1875rem;left:32.625rem;overflow:hidden;display:block; }
#TH2JkG8W0O5952lONiCAOTbHFz2OZkdT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:35.0625rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#TnMovtmFPb1pc1BvBz3EiyX29rh0bEOB { 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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.3125rem;left:25.1875rem;display:block; }
#Jt8d9b8PCVT8k3z2WV9dgcEQnT7KqQB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtTwmWVlvxknZDvTL4nfGLQ4wzfVTpQW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.3125rem;left:38.875rem;display:block; }
#y5vCzsmawH0Ll6gpTZ7J8Q4rAOE6y2sw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hthDwpcxcdH7REfbpwRJM0nwT8alNI4I { display:block; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVn6ObcTPaVe8KH6oxbtnGDMsqrwucnG { top:1.125rem;left:14.125rem;width:9.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNEXrL7tJnXg0DLP8ABz1x1FIM2g2ixP { width:12.5rem;height:2.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peEJsfnn0hrcGkU6391B5rFoxWXZ7c2G { display:block; }
 }@media only screen and (max-width: 763px) { #zJC8pLWlbP057sXyf0FGg3nlaecNdF8p { width:12.5rem;height:2.5rem;top:3.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olhL51rEeAQeX4rhl4hf36puZmttoUR6 { display:block; }
 }@media only screen and (max-width: 763px) { #Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt { display:block; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giN7ofldqxcdbs66Dz6EFPDvMWGAlKGT { top:6.75rem;left:10.3125rem;width:37.3125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wll6tITGqtKu1mQedGKgatQW5x0J234s { top:5.8125rem;left:0rem;width:36.5rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrMTGp8Wildr3SpUT765f7Ne6WUpIg2O { top:10.125rem;left:0rem;width:31.25rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVvg3zOEGpnVtIT8r9k0Z8kCSPHB9Hs8 { top:18rem;left:0rem;width:31.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO7XPhHnApPDsTNak4yFUMG6tpqvMKrQ { top:20.3125rem;left:0rem;width:31.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJtSCSlml0xpyNyldf8UBiJtvAieZP0D { top:22.5rem;left:0rem;width:31.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAsdJy8vH5Q7Uy47PJqnI4V6UC552BVg { top:25.4375rem;left:0rem;width:8.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acSrvGp4ZFk2PzZyWQBV0OlsKx27NWZo { width:10.9375rem;height:3.125rem;top:29.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBGC1deQdQa3RaRqbUcHtbOLHA2614T5 { display:block; }
 }@media only screen and (max-width: 763px) { #XRmZBWEeKd4IBWJJb1SrTPmTT1bWPxF0 { width:10.9375rem;height:3.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH0B42e6tTyEUy02rPmxEgaVsCySV6tT { display:block; }
 }@media only screen and (max-width: 763px) { #TSsO1s48CEsfBveBkl7FaSPERqTmFvqu { display:block; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnqAUO8TAoTC8ZpwEVSnmPXq9fM4bMlg { top:5.5625rem;left:0rem;width:34.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWVI06zESe4Xex7OpuhfhtQ0TH0SeSTi { top:6.5rem;left:13.375rem;width:34.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUeD1nhA3ILNqooJPH9UuTwGyMNX60m { top:10.125rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNflNoAKireyA1BdpK9iU87XtCOmTti0 { top:12.1875rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy38bVwLONfwBKezoF1E3vTyIVu7upfK { top:14.25rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvRWOyNw0tRMmtZyHeJSdI6EkV6C2BdI { top:16.125rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKcPk7mnIgBUKJEVfV0URNIFUw4LVUJt { top:18.1875rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHxlVddGpttz4L6QoiQHR93bsfwxiVIr { top:20.25rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTO2e7cJho0BAtUv1wzcV8m6KSqrgPNC { top:22.3125rem;left:23.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahupVgr6AE5ExhxHe00PokPzlHTsxwX { top:18.125rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8MxyV8dov0HC7Am0Ddq3XN4TFS25Wa { top:20.1875rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwcGhb58fnrlO9l0zkJdg0eEZ7lpaos { top:22.3125rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWMLFfl1VlJHaiDaqSyl63L17A79FkSp { top:16.0625rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2mUpiAUcTbJJgTehtCuleaDxtZbqg5 { top:14.1875rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDMck3g5AasBVm2mD3R4mQqSEZf06VF { top:12.1875rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svnPBUk9tGzWdhOu402dwBG6ZMq3kVH1 { top:10.0625rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoGJ3ZSBUWfbuu09SqTmZeW5PwJvbGU { width:10.9375rem;height:3.125rem;top:26.25rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaWnx2ebBudvdZh2vn8xuwxXRJX9w3sA { display:block; }
 }@media only screen and (max-width: 763px) { #ImdN9uaOnPycMTGpaQdTRIyFOmSVH40l { top:5.25rem;left:10.25rem;width:37.5rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsr1OqQlndNBLyohii5z0WeqDTmL8Mex { width:10.9375rem;height:3.125rem;top:26.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQpHt1iwVVlp7Ei0fgaSDa7RC8cQdZMK { display:block; }
 }@media only screen and (max-width: 763px) { #NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 { display:block; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxmty0TfR3T66rkJ9CvU7EUVu1BWB5pV { top:2.9375rem;left:0rem;width:42.9375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUvtA0fIunGFVFCt4RATOnA9yqVS8w06 { top:9.8125rem;left:0rem;width:18.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSHPtiO7iw8NCAwrDsOz2ZGTVqToilvS { top:9.8125rem;left:28.875rem;width:18.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQJXRgLBrOT6vQ71ROirb4WarhNrT68 { top:12.5rem;left:28.875rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USVHKpIWwhNf59RldidRD49RGEg4Hd2r { top:14.4375rem;left:28.875rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8t7NHuSxCOCdCoTOy04OWf73Hi5ecq0 { top:8.5625rem;left:27.5rem;width:20rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8aoFitX7D3oNTn9Q2zEWV5JXKZiDNdQ { top:8.5625rem;left:0rem;width:20rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMz6ZxnorzJVAyXpTKn0QchPEV28PniU { top:12.5rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzqSzSxfK5xOLrQvRMr1yzgXKGwApr6 { top:14.25rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #II9qGn3ui7q6xWwtZXrgTLdPASsoDrw4 { width:10.9375rem;height:3.125rem;top:26.25rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlbXGVd5T3nr5izRHW2aGOgVcDFcafsT { display:block; }
 }@media only screen and (max-width: 763px) { #ApOFfh3bQD3HyqNPyLTPcgl9xz1Obq8B { top:8.5625rem;left:11.625rem;width:20rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHIQAM3vnC7XgIkSRi8L6ENWT4tkPefh { top:10.0625rem;left:13rem;width:18.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeO3nCcFvxC6Qt8qUabmr6ZfV3oqOhp3 { top:12.75rem;left:13rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG8v8b11nWaZ9wKi6w0LIOTLKp7kU9s3 { top:14.6875rem;left:13rem;width:18.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reDgPMoscn62WGiny8hxwo4QV8lVmDeB { display:block; }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pt3wrf42aOBN6vs7JGrPVe60ayOP8l6m { top:9.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmCfW6Ldpnxwss2tGee501avwwIQcxuX { top:5.75rem;left:0rem;width:44.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39K1Cr7cmV8xdsOTzbIpLrVbQUJpzsw { top:11.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHt6wF8JTRSHHhlaQTwhqqNlZMBN5SUp { width:10.9375rem;height:3.125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVtr494272SBiA9xzXQuMpv6Tc8Iidsq { display:block; }
 }@media only screen and (max-width: 763px) { #OvcU4LEBEbnhuoxweMfctVbGPQELL0IT { top:14.1875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#OvcU4LEBEbnhuoxweMfctVbGPQELL0IT li:before{  }
 }@media only screen and (max-width: 763px) { #dXbuiWBwpA3keLbG8uQ8Q0hrtQo08n4g { top:18.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvTg3lZt5XWxL9GgdrRzpSm9EyEw6Nh { top:3.3125rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imePKsAy44hHZpAC5dZASmHReqrblqym { display:block; }#imePKsAy44hHZpAC5dZASmHReqrblqym > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPHmnRMqDTdpLRIpW03xAPR08cz5rGE8 { top:13.25rem;left:0rem;width:36.25rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCZLMlu30CggMySULTWOL5IbhbxuSBQ { top:7.1875rem;left:0rem;width:36.25rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMbtFif7Wvr2D4dxPaxkD8qmHTvtmTBZ { top:17.5rem;left:0rem;width:36.25rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzbZwS3zuc4EwdlsTBVxAE32MFLV6Eo { top:3.25rem;left:0rem;width:47.75rem;height:51.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-regular-label { width:31.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-text { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-textarea { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-select { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-checkbox-label { width:30.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ  { width:31.25rem;height:auto;top:5.6875rem;left:14rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .radio-container { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ {display:block;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ { width:31.25rem;height:auto;top:5.6875rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #cnH6qNRRPGK6x5qSxT1IZ7Fvl5g0lZJS {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #b7LKkmvIyLUfnztF1cHwf2Oxwr8aRG8y {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #h62TC9tRGVHJAOvZxI0gr3UI5PtdrKJa {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #ezdlu7aNpy1H2pp1v3K5iNwx0wz5tlUN {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #FvpUepGsgVnsFS9R2nObWTAC9zKF16Gy {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #dmpB2bzB9i2oyF10PmdxTlKiqodO0o9m {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #T3bQWeGR4JcXL2Vh7Dsu91ensKDzK54X {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #OLwliJ1V0ISLpTdqN8zkPPsB3hOTV0xu {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #lhFoFrarL36F6fXNn7Zz4mTP7IJgqS9G {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #IaywHlbx9G08v5O26KUlzKEw7bXN2Dcl {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #MoIxSSHJT9dOm6bLi4c2K39nfzTsw2sr {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #oysBsG0eyMW1ZSpgTvi5pEFUDxJbmam8 {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #XD4dOKfXnTqKeU6AfFpJ1tTTyzeo10xU {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #n7G0TVr4ki0MCVAcE7V5GRK82AT4vGfH {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #cofq9GlcaANRI0F9cKanMOLoAuqX8QKe {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #eh9OBrpmpfrgES1cRSbGOaWiWAiMZuRV {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #qyIqtx0eWEu5gEpBbyllihEmo5ygLotc {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #AwTuSxdgTlIrt32gG4TuEtXgdlGaxt9u {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #KHnTfROEToy0zXQFZ053VQ7oePhniCzi {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #Q9Jg0M5mVfVl9LNLT1aanCAi7o8n0aRW {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #bbnEa7Jc5DMvWKPX9C2GQbZdKUuBRQT6 {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #xapz7EylHeUkfOq4TtTWKI2vrTXauml4 {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #TeUM1bpPOi5bKTQgxB2QcKTZkbo8RdzK {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #bWbolDCTZUrKib6MKHIbAL5HQlfrtcZT {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #PIeNW2yReMQQ0Q2fo38NkmEWeLUi6U4F {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #eVCwIsp4TR7g0bGNTMxzwNgl2oQtCWkI {  }
 }@media only screen and (max-width: 763px) { #v4DJTQngZ0dIz1qZFktZ37qIqhuT521d { display:block; }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNdFPrcqgzrKepz280HdFtaG2dZO9I95 { top:8.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdfytE51Np3nUTJF79lnlsCdvigw00V1 { top:3.1875rem;left:0rem;width:34.375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHDaBMTHpapbCNpTG2T5zlWiCAKauDm4 { top:12.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6N9W8Mi9PWV3Nrhb91qtLUTfRRXTpQ { width:10.9375rem;height:3.125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RamnA1ZNrMMG70C603degKF2GLJnJ70A { display:block; }
 }@media only screen and (max-width: 763px) { #KpqZxkpR2lgLIab0l8IZFPhoOLsKTEgS { width:10.9375rem;height:3.125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKJT7fl96On34zwhvSed7OL72EHx9WC { display:block; }
 }@media only screen and (max-width: 763px) { #Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI { display:block; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0Cw7d6uLQ6i0Us6MntWrzfHhXFnX0L4 { top:0rem;left:0rem;width:17.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7pPBwe5TTHNwECmRw7H7kPZxbIhde63 { top:0rem;left:5.0926513671875rem;width:37.5rem;height:24.958568775832rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccasZrTbWZVGBsy4GCfOa0Nw7HkrLL6 { top:0rem;left:29.9375rem;width:17.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 { display:block; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q73WVJggMPoBH4pQyTeCOk5IJouJLMQT { top:1.25rem;left:0rem;width:17.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAkgHgstX4oCIW87a59IUpkZCy6uFFy { top:1.25rem;left:5.4375rem;width:17.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRDSqkaTTuWwNC42GZhXccyquVToN794 { top:1.25rem;left:24.5625rem;width:17.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQJhKADgmoqzNFgQTTg2Niw432UEDcSK { top:1.25rem;left:29.9375rem;width:17.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI { display:block; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TUeQGutlIKQfdTPDaqeweQ1dA6mtLoI2 {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #Tkp0ZfghOeJTkHrufr4QsCG3tUgCDVbM {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #NqXvvsHCIB8LC7NxdR53e8XnlLLUzikh {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #trFvbUBdg9XrlZsQLdB0NcthbD8ULv2L {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TFc0F3mW5uUi96JwnTHphduoHN5npQIz {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #S4i8116ApZhJTosCXtwrGreBfOyOw1h9 {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #loEtsVwdEtmVF6cGI4Mzv1iQxlXh9nvQ {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #wQZ1TtF55ISNfy2Bl7ZOo3ZWkswuJpkS {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #C1Ve95RpkhIH8wpKWElRtVJOdXpFo46C {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #aT44PVqe88314ZzPXsRvEtAgJ9UDmtps {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TKD4WeltV6QVtqylFl1d5v7pTnpFTKEf {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #olQ0QTfxenRp42EOya3DVuuiMoZZmMOd {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #qMRxxrwi0viRIUVFdMyROZOEFZsWKtea {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #s0L0hVIoqc5sq5F0h6u67knKEv9qXdyf {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #LpAvhtPhwbwWxv3TmncrTp52wtc1cH7Z {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #oMS9RgltgeMzfAhHJQs48fUGirulkDiw {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #laNFQv22nhdnOld09RnKgh7G3get89eI {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #dQ6QE83K85gWa8Cbygvt6bFfoRVd4OMK {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #qzuqTBJSHuf5RK9eqaAOUzWBgF2fhkyC {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #yuF8lOZ9gbaL7s0vDK5KO2wXqpO6maDr {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #KFOQvtGhQ7UBGcTWzGvkuZ9fw8RgOPcu {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #rtxeQfk1vGOkTF7xmZ4LTJpwveIf40IA {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #DysVTwkxvcRyNzWuaemDS9s51XsHD7vn {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #IhhJdlDF6wNmVI0M3ttM5wFdt62cT9T4 {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #bmmLwNyGwoDZQh9Sb6nZeag42DUezJ4o {  }
 }@media only screen and (max-width: 763px) { #u9UhlLZWgJ4TVPeGu8flG81HMpcQXUFO { top:3.125rem;left:0rem;width:44.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo { display:block; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgHoo3G73QvedTQNNWmpvgMQlMspmyuO { top:0rem;left:4.5rem;width:38.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m { display:block; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD5Ibh3dXsOu4RTR0AMJlSggqF5xVQWq { top:13.1875rem;left:19.5625rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK0uwkHzD43iXrT0T4tIfAoGovJ04f2u { top:3.1875rem;left:19rem;width:9.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH2JkG8W0O5952lONiCAOTbHFz2OZkdT { top:11.3125rem;left:21.437255859375rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMovtmFPb1pc1BvBz3EiyX29rh0bEOB { width:10.9375rem;height:3.125rem;top:16.3125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8d9b8PCVT8k3z2WV9dgcEQnT7KqQB0 { display:block; }
 }@media only screen and (max-width: 763px) { #vtTwmWVlvxknZDvTL4nfGLQ4wzfVTpQW { width:10.9375rem;height:3.125rem;top:16.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vCzsmawH0Ll6gpTZ7J8Q4rAOE6y2sw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hthDwpcxcdH7REfbpwRJM0nwT8alNI4I { display:block; }#hthDwpcxcdH7REfbpwRJM0nwT8alNI4I > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVn6ObcTPaVe8KH6oxbtnGDMsqrwucnG { width:9.75rem;height:6.5625rem;top:1.40625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNEXrL7tJnXg0DLP8ABz1x1FIM2g2ixP { width:17.5rem;height:3.4375rem;top:9.25rem;left:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #peEJsfnn0hrcGkU6391B5rFoxWXZ7c2G { display:block; }
 }@media only screen and (max-width: 763px) { #zJC8pLWlbP057sXyf0FGg3nlaecNdF8p { width:17.5rem;height:3.4375rem;top:12.6875rem;left:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #olhL51rEeAQeX4rhl4hf36puZmttoUR6 { display:block; }
 }@media only screen and (max-width: 763px) { #Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt { display:block; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt { background-color: transparent; background-image: none; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container > .video-iframe-container { display: none; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row > .video-iframe-container { display: none; }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .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); }#Qi06M2J6f7fhXULaSNIz7KQMqQO5wqkt > .row .container { width:20rem;height:40rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giN7ofldqxcdbs66Dz6EFPDvMWGAlKGT { width:20rem;height:13.3125rem;top:24.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wll6tITGqtKu1mQedGKgatQW5x0J234s { width:20rem;height:4.87426875rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrMTGp8Wildr3SpUT765f7Ne6WUpIg2O { width:20rem;height:3.2495125rem;top:6.3740234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVvg3zOEGpnVtIT8r9k0Z8kCSPHB9Hs8 { width:20rem;height:1.2994375rem;top:11.123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO7XPhHnApPDsTNak4yFUMG6tpqvMKrQ { width:20rem;height:1.2994375rem;top:12.666259765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJtSCSlml0xpyNyldf8UBiJtvAieZP0D { width:20rem;height:1.2994375rem;top:14.176635742188rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAsdJy8vH5Q7Uy47PJqnI4V6UC552BVg { width:8.375rem;height:1.25rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acSrvGp4ZFk2PzZyWQBV0OlsKx27NWZo { width:7.703125rem;height:2.390625rem;top:19.937133789062rem;left:11.187133789062rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NBGC1deQdQa3RaRqbUcHtbOLHA2614T5 { display:block; }
 }@media only screen and (max-width: 763px) { #XRmZBWEeKd4IBWJJb1SrTPmTT1bWPxF0 { width:7.8125rem;height:2.5rem;top:19.882202148438rem;left:1.5625rem;font-weight:400;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH0B42e6tTyEUy02rPmxEgaVsCySV6tT { display:block; }
 }@media only screen and (max-width: 763px) { #TSsO1s48CEsfBveBkl7FaSPERqTmFvqu { display:block; }#TSsO1s48CEsfBveBkl7FaSPERqTmFvqu > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnqAUO8TAoTC8ZpwEVSnmPXq9fM4bMlg { width:20rem;height:25rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWVI06zESe4Xex7OpuhfhtQ0TH0SeSTi { width:18.75rem;height:4.22363125rem;top:1.25rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUeD1nhA3ILNqooJPH9UuTwGyMNX60m { width:5rem;height:1.13769375rem;top:7.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNflNoAKireyA1BdpK9iU87XtCOmTti0 { width:5rem;height:1.13769375rem;top:9.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy38bVwLONfwBKezoF1E3vTyIVu7upfK { width:5rem;height:1.13769375rem;top:10.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvRWOyNw0tRMmtZyHeJSdI6EkV6C2BdI { width:5rem;height:1.13769375rem;top:12.6875rem;left:0.625rem;font-size:0.875rem;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #NKcPk7mnIgBUKJEVfV0URNIFUw4LVUJt { width:5rem;height:1.13769375rem;top:14.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHxlVddGpttz4L6QoiQHR93bsfwxiVIr { width:5rem;height:1.13769375rem;top:16.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTO2e7cJho0BAtUv1wzcV8m6KSqrgPNC { width:5rem;height:1.13769375rem;top:17.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FahupVgr6AE5ExhxHe00PokPzlHTsxwX { width:13.4375rem;height:1.13769375rem;top:16.1875rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx8MxyV8dov0HC7Am0Ddq3XN4TFS25Wa { width:13.4375rem;height:1.13769375rem;top:14.4375rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwcGhb58fnrlO9l0zkJdg0eEZ7lpaos { width:13.4375rem;height:1.13769375rem;top:17.875rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWMLFfl1VlJHaiDaqSyl63L17A79FkSp { width:13.4375rem;height:1.13769375rem;top:12.6875rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2mUpiAUcTbJJgTehtCuleaDxtZbqg5 { width:13.4375rem;height:1.13769375rem;top:10.875rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDMck3g5AasBVm2mD3R4mQqSEZf06VF { width:13.4375rem;height:1.13769375rem;top:9.125rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svnPBUk9tGzWdhOu402dwBG6ZMq3kVH1 { width:13.4375rem;height:1.13769375rem;top:7.375rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoGJ3ZSBUWfbuu09SqTmZeW5PwJvbGU { width:7.703125rem;height:2.390625rem;top:20.874633789062rem;left:10.687255859375rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TaWnx2ebBudvdZh2vn8xuwxXRJX9w3sA { display:block; }
 }@media only screen and (max-width: 763px) { #ImdN9uaOnPycMTGpaQdTRIyFOmSVH40l { width:20rem;height:25.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsr1OqQlndNBLyohii5z0WeqDTmL8Mex { width:7.8125rem;height:2.5rem;top:20.819702148438rem;left:1.37451171875rem;font-weight:400;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQpHt1iwVVlp7Ei0fgaSDa7RC8cQdZMK { display:block; }
 }@media only screen and (max-width: 763px) { #NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 { display:block; }#NSSfDAfP7xwcAH1qdhyLmnZSUg0mTfH5 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxmty0TfR3T66rkJ9CvU7EUVu1BWB5pV { width:20rem;height:6.09375rem;top:2.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUvtA0fIunGFVFCt4RATOnA9yqVS8w06 { width:11.25rem;height:1.4619125rem;top:9.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSHPtiO7iw8NCAwrDsOz2ZGTVqToilvS { width:11.25rem;height:1.29980625rem;top:17.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQJXRgLBrOT6vQ71ROirb4WarhNrT68 { width:11.25rem;height:1.29980625rem;top:19.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USVHKpIWwhNf59RldidRD49RGEg4Hd2r { width:11.25rem;height:1.29980625rem;top:20.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8t7NHuSxCOCdCoTOy04OWf73Hi5ecq0 { width:18.75rem;height:6.25rem;top:16.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8aoFitX7D3oNTn9Q2zEWV5JXKZiDNdQ { width:18.75rem;height:6.1875rem;top:8.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMz6ZxnorzJVAyXpTKn0QchPEV28PniU { width:11.25rem;height:1.29980625rem;top:11.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzqSzSxfK5xOLrQvRMr1yzgXKGwApr6 { width:11.25rem;height:1.29980625rem;top:13.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #II9qGn3ui7q6xWwtZXrgTLdPASsoDrw4 { width:7.8125rem;height:2.5rem;top:33.998413085938rem;left:6.09375rem;font-weight:400;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XlbXGVd5T3nr5izRHW2aGOgVcDFcafsT { display:block; }
 }@media only screen and (max-width: 763px) { #ApOFfh3bQD3HyqNPyLTPcgl9xz1Obq8B { width:19.875rem;height:8.75rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHIQAM3vnC7XgIkSRi8L6ENWT4tkPefh { width:18.75rem;height:1.2994375rem;top:25.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeO3nCcFvxC6Qt8qUabmr6ZfV3oqOhp3 { width:18.75rem;height:1.2994375rem;top:28rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG8v8b11nWaZ9wKi6w0LIOTLKp7kU9s3 { width:18.75rem;height:1.2994375rem;top:29.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reDgPMoscn62WGiny8hxwo4QV8lVmDeB { display:block; }#reDgPMoscn62WGiny8hxwo4QV8lVmDeB > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pt3wrf42aOBN6vs7JGrPVe60ayOP8l6m { width:18.75rem;height:2.2753875rem;top:10.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmCfW6Ldpnxwss2tGee501avwwIQcxuX { width:18.75rem;height:4.0625rem;top:5.5rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39K1Cr7cmV8xdsOTzbIpLrVbQUJpzsw { width:18.75rem;height:1.13769375rem;top:14.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHt6wF8JTRSHHhlaQTwhqqNlZMBN5SUp { width:7.8125rem;height:2.5rem;top:26.124267578125rem;left:6.09375rem;font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVtr494272SBiA9xzXQuMpv6Tc8Iidsq { display:block; }
 }@media only screen and (max-width: 763px) { #OvcU4LEBEbnhuoxweMfctVbGPQELL0IT { width:18.75rem;height:3.4130875rem;top:16.75rem;left:0.625rem;font-size:0.875rem;display:block; }#OvcU4LEBEbnhuoxweMfctVbGPQELL0IT li:before{  }
 }@media only screen and (max-width: 763px) { #dXbuiWBwpA3keLbG8uQ8Q0hrtQo08n4g { width:18.75rem;height:2.2753875rem;top:21.99951171875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvTg3lZt5XWxL9GgdrRzpSm9EyEw6Nh { width:20rem;height:27.8125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imePKsAy44hHZpAC5dZASmHReqrblqym { display:block; }#imePKsAy44hHZpAC5dZASmHReqrblqym > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPHmnRMqDTdpLRIpW03xAPR08cz5rGE8 { width:18.75rem;height:2.2753875rem;top:13.031005859375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTCZLMlu30CggMySULTWOL5IbhbxuSBQ { width:18.75rem;height:6.09375rem;top:6.9375rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMbtFif7Wvr2D4dxPaxkD8qmHTvtmTBZ { width:18.75rem;height:4.55078125rem;top:15.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzbZwS3zuc4EwdlsTBVxAE32MFLV6Eo { width:20rem;height:61.875rem;top:4.2498779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ  { width:17.5rem;height:auto;top:21.875rem;left:0rem; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ {display:block;}#b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ { width:17.5rem;height:auto;top:21.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #cnH6qNRRPGK6x5qSxT1IZ7Fvl5g0lZJS {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #b7LKkmvIyLUfnztF1cHwf2Oxwr8aRG8y {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #h62TC9tRGVHJAOvZxI0gr3UI5PtdrKJa {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #ezdlu7aNpy1H2pp1v3K5iNwx0wz5tlUN {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #FvpUepGsgVnsFS9R2nObWTAC9zKF16Gy {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #dmpB2bzB9i2oyF10PmdxTlKiqodO0o9m {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #T3bQWeGR4JcXL2Vh7Dsu91ensKDzK54X {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #OLwliJ1V0ISLpTdqN8zkPPsB3hOTV0xu {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #lhFoFrarL36F6fXNn7Zz4mTP7IJgqS9G {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #IaywHlbx9G08v5O26KUlzKEw7bXN2Dcl {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #MoIxSSHJT9dOm6bLi4c2K39nfzTsw2sr {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #oysBsG0eyMW1ZSpgTvi5pEFUDxJbmam8 {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #XD4dOKfXnTqKeU6AfFpJ1tTTyzeo10xU {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #n7G0TVr4ki0MCVAcE7V5GRK82AT4vGfH {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #cofq9GlcaANRI0F9cKanMOLoAuqX8QKe {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #eh9OBrpmpfrgES1cRSbGOaWiWAiMZuRV {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #qyIqtx0eWEu5gEpBbyllihEmo5ygLotc {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #AwTuSxdgTlIrt32gG4TuEtXgdlGaxt9u {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #KHnTfROEToy0zXQFZ053VQ7oePhniCzi {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #Q9Jg0M5mVfVl9LNLT1aanCAi7o8n0aRW {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #bbnEa7Jc5DMvWKPX9C2GQbZdKUuBRQT6 {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #xapz7EylHeUkfOq4TtTWKI2vrTXauml4 {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #TeUM1bpPOi5bKTQgxB2QcKTZkbo8RdzK {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #bWbolDCTZUrKib6MKHIbAL5HQlfrtcZT {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #PIeNW2yReMQQ0Q2fo38NkmEWeLUi6U4F {  }
 }@media only screen and (max-width: 763px) { #b5wPzhHqJTz8iwvNWPgq02bGD2T6Q2AZ #eVCwIsp4TR7g0bGNTMxzwNgl2oQtCWkI {  }
 }@media only screen and (max-width: 763px) { #v4DJTQngZ0dIz1qZFktZ37qIqhuT521d { display:block; }#v4DJTQngZ0dIz1qZFktZ37qIqhuT521d > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNdFPrcqgzrKepz280HdFtaG2dZO9I95 { width:20rem;height:4.55078125rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdfytE51Np3nUTJF79lnlsCdvigw00V1 { width:20rem;height:2.03125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHDaBMTHpapbCNpTG2T5zlWiCAKauDm4 { width:20rem;height:10.23925rem;top:13.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6N9W8Mi9PWV3Nrhb91qtLUTfRRXTpQ { width:7.703125rem;height:2.390625rem;top:25.687255859375rem;left:10.499267578125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RamnA1ZNrMMG70C603degKF2GLJnJ70A { display:block; }
 }@media only screen and (max-width: 763px) { #KpqZxkpR2lgLIab0l8IZFPhoOLsKTEgS { width:7.8125rem;height:2.5rem;top:25.63232421875rem;left:1.624755859375rem;font-weight:400;font-style:normal;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKJT7fl96On34zwhvSed7OL72EHx9WC { display:block; }
 }@media only screen and (max-width: 763px) { #Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI { display:block; }#Co1fVfMvBdbJVU6TTJ8vTe8bSLxP1nVI > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0Cw7d6uLQ6i0Us6MntWrzfHhXFnX0L4 { width:8.9375rem;height:12.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7pPBwe5TTHNwECmRw7H7kPZxbIhde63 { width:18.75rem;height:12.5rem;top:14.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccasZrTbWZVGBsy4GCfOa0Nw7HkrLL6 { width:8.9375rem;height:12.625rem;top:1.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 { display:block; }#Fk6hhoKrrGTCFxo8AH1WTnhKH8AyXbi8 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q73WVJggMPoBH4pQyTeCOk5IJouJLMQT { width:8.9375rem;height:12.625rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAkgHgstX4oCIW87a59IUpkZCy6uFFy { width:8.9375rem;height:12.625rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRDSqkaTTuWwNC42GZhXccyquVToN794 { width:8.9375rem;height:12.625rem;top:13.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQJhKADgmoqzNFgQTTg2Niw432UEDcSK { width:8.9375rem;height:12.625rem;top:13.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI { display:block; }#EqGJbi8ySNKs1gna4M8OblVs8OFQn1yI > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-heading-text { font-size:1rem;height:auto; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-desc-text { font-family:"work sans";font-size:1rem;height:auto; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW { display:flex;height:auto;width:17.5rem;top:4.5rem;left:0rem; }
#rZeENJMF5ocwg4Io56IB2byHUgz93SdW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TUeQGutlIKQfdTPDaqeweQ1dA6mtLoI2 {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #Tkp0ZfghOeJTkHrufr4QsCG3tUgCDVbM {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #NqXvvsHCIB8LC7NxdR53e8XnlLLUzikh {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #trFvbUBdg9XrlZsQLdB0NcthbD8ULv2L {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TFc0F3mW5uUi96JwnTHphduoHN5npQIz {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #S4i8116ApZhJTosCXtwrGreBfOyOw1h9 {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #loEtsVwdEtmVF6cGI4Mzv1iQxlXh9nvQ {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #wQZ1TtF55ISNfy2Bl7ZOo3ZWkswuJpkS {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #C1Ve95RpkhIH8wpKWElRtVJOdXpFo46C {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #aT44PVqe88314ZzPXsRvEtAgJ9UDmtps {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #TKD4WeltV6QVtqylFl1d5v7pTnpFTKEf {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #olQ0QTfxenRp42EOya3DVuuiMoZZmMOd {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #qMRxxrwi0viRIUVFdMyROZOEFZsWKtea {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #s0L0hVIoqc5sq5F0h6u67knKEv9qXdyf {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #LpAvhtPhwbwWxv3TmncrTp52wtc1cH7Z {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #oMS9RgltgeMzfAhHJQs48fUGirulkDiw {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #laNFQv22nhdnOld09RnKgh7G3get89eI {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #dQ6QE83K85gWa8Cbygvt6bFfoRVd4OMK {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #qzuqTBJSHuf5RK9eqaAOUzWBgF2fhkyC {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #yuF8lOZ9gbaL7s0vDK5KO2wXqpO6maDr {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #KFOQvtGhQ7UBGcTWzGvkuZ9fw8RgOPcu {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #rtxeQfk1vGOkTF7xmZ4LTJpwveIf40IA {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #DysVTwkxvcRyNzWuaemDS9s51XsHD7vn {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #IhhJdlDF6wNmVI0M3ttM5wFdt62cT9T4 {  }
 }@media only screen and (max-width: 763px) { #rZeENJMF5ocwg4Io56IB2byHUgz93SdW #bmmLwNyGwoDZQh9Sb6nZeag42DUezJ4o {  }
 }@media only screen and (max-width: 763px) { #u9UhlLZWgJ4TVPeGu8flG81HMpcQXUFO { width:20rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo { display:block; }#TQWTHmRU7BlfAXrbTIJFzR2cJKpCoMeo > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgHoo3G73QvedTQNNWmpvgMQlMspmyuO { width:20rem;height:2.4375rem;top:0rem;left:-0.0031779661016955rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m { display:block; }#PgXy5sAslX0WkxwnxK9mimqPv7c4AO0m > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD5Ibh3dXsOu4RTR0AMJlSggqF5xVQWq { width:8.75rem;height:1.29980625rem;top:9.4375rem;left:5.625rem;font-size:1rem;font-family:"work sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GK0uwkHzD43iXrT0T4tIfAoGovJ04f2u { width:6.0625rem;height:4.0625rem;top:2.1875rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH2JkG8W0O5952lONiCAOTbHFz2OZkdT { width:5.625rem;height:1.29980625rem;top:7.5rem;left:7.1875rem;font-size:1rem;font-family:"work sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnMovtmFPb1pc1BvBz3EiyX29rh0bEOB { width:10.9375rem;height:2.5rem;top:13.125rem;left:4.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8d9b8PCVT8k3z2WV9dgcEQnT7KqQB0 { display:block; }
 }@media only screen and (max-width: 763px) { #vtTwmWVlvxknZDvTL4nfGLQ4wzfVTpQW { width:10.9375rem;height:2.5rem;top:17.5rem;left:4.5625rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y5vCzsmawH0Ll6gpTZ7J8Q4rAOE6y2sw { display:block; }
 }