.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,247,249;--color-primary-1:245,229,235;--color-primary-2:234,203,214;--color-primary-3:117,102,107;--color-primary-4:35,30,32;--color-secondary-0:240,235,240;--color-secondary-1:204,189,204;--color-secondary-2:152,123,152;--color-secondary-3:76,62,76;--color-secondary-4:23,18,23;--color-tertiary-0:230,223,221;--color-tertiary-1:171,148,141;--color-tertiary-2:87,41,26;--color-tertiary-3:44,21,13;--color-tertiary-4:13,6,4;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row .container { background-color: transparent; background-image: none; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row .container > .video-iframe-container { display: none; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row > .video-iframe-container { display: none; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .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); }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row .container { border-width: 0; border-radius: 0; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#uchL8TiVEKIi3Im0Tr1DlPXZh9DH2fOV { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.642578125rem;left:16.5625rem;height:4.2246125rem;font-style:normal;display:block; }
#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:rgba(var(--color-tertiary-2),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2122402191163rem;left:4.5rem;height:8.528625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { background-color:rgba(var(--color-secondary-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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.247398376465rem;left:23.46875rem;display:block; }
#PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#IOwIcH9hN06ykoUGQgQh9dnsNf8KAiGM { 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:3.6875rem;width:3.6875rem;top:0.546875rem;left:28.15625rem;overflow:hidden;display:block; }
#nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LvEFo9o5rAwcW7B5mlloUBVZ9v2mxCPp { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.375rem;top:4.0416669845581rem;left:3.5rem;overflow:hidden;display:block; }
#km9FXAC1qMcHguCm039gyiRHrqT6xUfy { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.4375rem;top:4.0416669845581rem;left:21.78125rem;overflow:hidden;display:block; }
#foRlRRz4PIrpXqfwz7FgpG9EeerzUIz6 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.5625rem;top:4.0104169845581rem;left:40.625rem;overflow:hidden;display:block; }
#yUDSTl1prvcKiviwzK0nRvkN1HXRMzdU { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:16.375rem;top:17.71875rem;left:3.5rem;overflow:hidden;display:block; }
#EayGRotMpKqEN6DWdLkBWPvJvn7aB4Du { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.9375rem;top:17.75rem;left:22.03125rem;overflow:hidden;display:block; }
#xPQHFbB6kSabRSLCHsh29Vy19yDzNpkb { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.9375rem;top:17.75rem;left:40.9375rem;overflow:hidden;display:block; }
#zhcPGec1EDEmJq03v1uGtFdc0xoMcN70 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:16.375rem;top:31.40625rem;left:3.5rem;overflow:hidden;display:block; }
#wCEBvFPXA8I2yczDuFPhT72PvML9dIh3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:16.375rem;top:31.40625rem;left:21.8125rem;overflow:hidden;display:block; }
#lseZviZ8TJ1XqbT7ZcPwZvC15OmBr5oc { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:16.375rem;top:31.40625rem;left:40.71875rem;overflow:hidden;display:block; }
#iPmaEDDDIgUxLZOT08Eg7u6nhldSwIdL { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.447917938233rem;left:6.1875rem;height:1.4622375rem;font-style:normal;display:block; }
#JBzWi4WOlF7aJigrnm2FuH64zO4a7LVx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.447265625rem;left:21.84375rem;height:1.4622375rem;font-style:normal;display:block; }
#Nmmg5TuN8BXnqQ4BpWstsUT9eSJqGQRQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.384765625rem;left:41.79167175293rem;height:1.4622375rem;font-style:normal;display:block; }
#CiV2KycuSBa4yzZZJ61FSOJdpzpmAcWu { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:28.84375rem;left:5.6875rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owOOpOcP2UCSNHUFG2nRoirKVJTpQ8L1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:29.009765625rem;left:24rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C85nVosgt5cqmBuQJabyBCQXxruXFUTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:28.947265625rem;left:43.5625rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVaTWfv6bQTZp0ZE1lpI902pN11ACxwn { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:43.695964813233rem;left:6.1875rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyTJOTNOHnoLIgsDvEdUJCJWe8ApTyb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:43.6015625rem;left:43.5625rem;height:1.4622375rem;font-style:normal;display:block; }
#nd1BPnWZfKzPW0AW5K0sPNk1VwRIOxX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:43.6953125rem;left:24rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3GZk9vvo2owlQ57BmrMiqlFn4fzNN2N { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:42.343099594116rem;left:6.1875rem;height:1.01236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQJDnK3auSc4JCEsIEwOOs1acoBWNTak { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:.9;letter-spacing:0;top:42.475261688233rem;left:24rem;height:1.01236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2U1dEMs3ir1NIlPIlsgpdFb1EUPDUra { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:42.412761688233rem;left:43.5625rem;height:1.01236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#T30M2MDJr4orcaAugZ919F9Wfh0zEDtk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:37.0625rem;top:1.1334638595581rem;left:13.34375rem;overflow:hidden;display:block; }
#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG { position:relative;display:block; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG { background-color: transparent; background-image: none; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .row .container > .video-iframe-container { display: none; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .row > .video-iframe-container { display: none; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .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); }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG { border-width: 0; border-radius: 0; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .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; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ARphf1mcetSRta5Wdsi8GEphmXOMHTh4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:33.0625rem;top:0.15625095367432rem;left:15.916017532349rem;display:block; }
#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { position:relative;display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { border-width: 0; border-radius: 0; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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:26.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TczShQJAUsSBMBa0wn1hzIby3nT9SQeK { 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:3.6875rem;width:3.6875rem;top:2.2916669845581rem;left:28.156251907349rem;overflow:hidden;display:block; }
#dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { color:rgba(var(--color-tertiary-2),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:3.91796875rem;left:4.34375rem;height:14.1731875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HyWDDA8Q68q7Ed80iEyrdgDUDLGqp6Ux { color:rgba(var(--color-tertiary-2),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:19.230469703674rem;left:4.34375rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZ96167612ZQPSpUgz1vZMoXC32NkaCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row .container { background-color: transparent; background-image: none; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row .container > .video-iframe-container { display: none; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row > .video-iframe-container { display: none; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .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); }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row .container { border-width: 0; border-radius: 0; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#nVsR6XtXOy6K2UTE25NlOdmVxFJXoF2S { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:23.375rem;top:2.1959637403488rem;left:19.03125rem;overflow:hidden;display:block; }
#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { background-color: transparent; background-image: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .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); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { border-width: 0; border-radius: 0; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#zCF7JFW9eGaF9emopIpTTfqs8AKS0Tho { 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:3.6875rem;width:3.6875rem;top:1.7682304382324rem;left:28.750001907349rem;overflow:hidden;display:block; }
#p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5690107345581rem;left:0rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHZmrbztbTN3AXqSl3qmACQR4CzN808a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { background-color: transparent; background-image: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .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); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { border-width: 0; border-radius: 0; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { color:rgba(var(--color-tertiary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:2.21875rem;left:32.468751907349rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6d36VTbgtc7DM96zu2lGTaTcVqiNlFR { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0325527191163rem;left:32.750001907349rem;height:13.7044375rem;display:block; }#w6d36VTbgtc7DM96zu2lGTaTcVqiNlFR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w6d36VTbgtc7DM96zu2lGTaTcVqiNlFR li:before{  }
#tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { 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:22rem;width:22rem;top:2.21875rem;left:4.6875rem;overflow:hidden;display:block; }
#GwysffMGJ7ukniOlu4p68RFT06S6JOyv { position:relative;display:block; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv { background-color: transparent; background-image: none; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .row .container > .video-iframe-container { display: none; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .row > .video-iframe-container { display: none; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .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); }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv { border-width: 0; border-radius: 0; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .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; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .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:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JwvJpKnf1KxVQOPZF9BycToxlncB41Xe { color:rgba(var(--color-tertiary-2),1);display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.9160161018372rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vak1yfwbCmZLy3GLav24fWWfI5r4L44F { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:6.4166665077213rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGc8mJaII02gmaae5VUewKGkk5eBkTeT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5rem;width:33.0625rem;top:12.583333132721rem;left:14.750096786505rem;display:block; }
#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt { position:relative;display:block; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt { background-color: transparent; background-image: none; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .row .container > .video-iframe-container { display: none; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .row > .video-iframe-container { display: none; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .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); }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt { border-width: 0; border-radius: 0; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .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; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M { position:relative;display:block; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M { background-color: transparent; background-image: none; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .row .container > .video-iframe-container { display: none; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .row > .video-iframe-container { display: none; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .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); }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M { border-width: 0; border-radius: 0; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .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; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RfTNaVLfgfbgTwUrZpArdmxIGwBQ5zAL { 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:10.625rem;width:19.0625rem;top:2.0625rem;left:40.46875rem;overflow:hidden;display:block; }
#hiCnJAny50mFrhnGGItSavb7E3Fw25cP { 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:10.5rem;width:16.1875rem;top:2.28125rem;left:21.90625rem;overflow:hidden;display:block; }
#gCxxwQ01TFQ2qs18dOdnPq6SNzHxTPAP { 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:10.3125rem;width:18.5rem;top:2.3750104904175rem;left:0.83903089137731rem;overflow:hidden;display:block; }
#nRBixdsUSBDo514uoQlzF1OSK4tfKt3B { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:14.687500953674rem;left:40.46875rem;height:14.1731875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwDreofqStADZOSfJKl7sw96WRkGUQqZ { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:14.687500953674rem;left:21.5rem;height:10.1236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5OIRX1fW5h8CNAeyu5pZQOZsWRekHvZ { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:14.687500953674rem;left:1.5rem;height:12.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bub2CBWxxf4H758yizbe94razKwUCLVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { border-width: 0; border-radius: 0; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#BbNL00ycXqy660BmcMZlzX7RbSVvqaAp { position:absolute;display:block;z-index:15000;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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:36.5rem;width:30rem;top:0.50520837306976rem;left:30.000001907349rem;display:block; }
#TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { color:rgba(var(--color-tertiary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8730475157499rem;left:1.8125rem;height:9.0989375rem;font-style:normal;display:block; }
#fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:14.64843814075rem;left:1.8125rem;height:6.07421875rem;font-style:normal;display:block; }
#HHwJ1TnDnLL3ZGvGHuADVrx7td5zWx5y { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:21.999347686767rem;left:1.8125rem;height:6.07421875rem;font-style:normal;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-form-header {  }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;overflow:hidden;line-height:1.7;font-style:normal; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;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:25rem;box-sizing:border-box;height:3.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;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:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .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:25rem;box-sizing:border-box;height:3.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(var(--color-secondary-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:5.375rem;margin-bottom:0.25rem;margin-left:5.375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:14.1875rem;height:4.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .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.875rem;font-weight:300;color:#774c3e;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .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; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:first-of-type{padding-top:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:last-of-type{padding-bottom:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.912109375rem;left:31.25rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga {display:block;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.912109375rem;left:31.25rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #AgxE4TFT0bI7W6Pzza0f1mlJcGtl5Ppy { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #aidimDQLli8AOn0ffqEX9XxgSN9okhno { position:relative;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vFhnMAScVTGTGpMXe5ccN9nNgyOiteHy { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Hn8BmOh08pGqQRzXRTbddUcPJrJRJPT8 { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #uzXn7HBJbssNBL945aQbvTMCvUbdKNFS { position:relative;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HXRsAng3uKrdNdgR4Qy7FSXIUdK8HRZU { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZJgpzT4n72hbIFXF1dZNRvDz9V0vGTPa { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vvzQtu4ypT0hoac8TVbrvGby4U57so9y { position:relative;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #fWnEiLIqt8cnFMrQvJDSqLRa7yLZ6IT6 { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #LamsHCtiKSkZygICnqvTpCaefmM17bf8 { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #yfTPyxxBL1XV6UebUfgqJPTIHqFwy2gc { position:relative;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #xPXm9zAEHUesBiTDnrSU3IOAs4iWSEmM { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #TWR320s7xpo0iAK1Vl9D7WdI3hJXKngF { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #M0yfQwcQIMwSAph64humXRgp5asTBBn2 { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 { display:block; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uchL8TiVEKIi3Im0Tr1DlPXZh9DH2fOV { top:1.625rem;left:10.4375rem;width:29.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:7.1875rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:15.9375rem;height:4.1875rem;top:18.1875rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOwIcH9hN06ykoUGQgQh9dnsNf8KAiGM { top:0.5rem;left:22.03125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { top:1.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvEFo9o5rAwcW7B5mlloUBVZ9v2mxCPp { top:4rem;left:0rem;width:16.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #km9FXAC1qMcHguCm039gyiRHrqT6xUfy { top:4rem;left:15.65625rem;width:16.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foRlRRz4PIrpXqfwz7FgpG9EeerzUIz6 { top:4rem;left:31.1875rem;width:16.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUDSTl1prvcKiviwzK0nRvkN1HXRMzdU { top:17.6875rem;left:0rem;width:16.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EayGRotMpKqEN6DWdLkBWPvJvn7aB4Du { top:17.75rem;left:15.90625rem;width:15.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPQHFbB6kSabRSLCHsh29Vy19yDzNpkb { top:17.75rem;left:31.8125rem;width:15.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhcPGec1EDEmJq03v1uGtFdc0xoMcN70 { top:31.375rem;left:0rem;width:16.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCEBvFPXA8I2yczDuFPhT72PvML9dIh3 { top:31.375rem;left:15.6875rem;width:16.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lseZviZ8TJ1XqbT7ZcPwZvC15OmBr5oc { top:31.375rem;left:31.375rem;width:16.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmaEDDDIgUxLZOT08Eg7u6nhldSwIdL { top:15.4375rem;left:0.0625rem;width:12rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzWi4WOlF7aJigrnm2FuH64zO4a7LVx { top:15.4375rem;left:15.71875rem;width:17.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmmg5TuN8BXnqQ4BpWstsUT9eSJqGQRQ { top:15.375rem;left:32.5rem;width:15.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiV2KycuSBa4yzZZJ61FSOJdpzpmAcWu { top:28.8125rem;left:0rem;width:12rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOOpOcP2UCSNHUFG2nRoirKVJTpQ8L1 { top:29rem;left:17.875rem;width:12rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C85nVosgt5cqmBuQJabyBCQXxruXFUTJ { top:28.9375rem;left:35.75rem;width:12rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVaTWfv6bQTZp0ZE1lpI902pN11ACxwn { top:43.6875rem;left:0.0625rem;width:12rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTJOTNOHnoLIgsDvEdUJCJWe8ApTyb6 { top:43.5625rem;left:35.75rem;width:12rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd1BPnWZfKzPW0AW5K0sPNk1VwRIOxX9 { top:43.6875rem;left:17.875rem;width:12rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3GZk9vvo2owlQ57BmrMiqlFn4fzNN2N { top:42.3125rem;left:0.0625rem;width:12rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQJDnK3auSc4JCEsIEwOOs1acoBWNTak { top:42.4375rem;left:17.875rem;width:12rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2U1dEMs3ir1NIlPIlsgpdFb1EUPDUra { top:42.375rem;left:35.75rem;width:12rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T30M2MDJr4orcaAugZ919F9Wfh0zEDtk { top:1.125rem;left:7.21875rem;width:37.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG { display:block; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARphf1mcetSRta5Wdsi8GEphmXOMHTh4 { top:0.125rem;left:9.7910175323488rem;width:33.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TczShQJAUsSBMBa0wn1hzIby3nT9SQeK { top:2.25rem;left:22.031251907349rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { top:3.875rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWDDA8Q68q7Ed80iEyrdgDUDLGqp6Ux { top:19.1875rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ96167612ZQPSpUgz1vZMoXC32NkaCv { display:block; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVsR6XtXOy6K2UTE25NlOdmVxFJXoF2S { top:2.1875rem;left:12.90625rem;width:23.375rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCF7JFW9eGaF9emopIpTTfqs8AKS0Tho { top:1.75rem;left:22.625001907349rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { top:2.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { top:2.1875rem;left:22.6875rem;width:25.0625rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6d36VTbgtc7DM96zu2lGTaTcVqiNlFR { top:9rem;left:23.25rem;width:24.5rem;height:13.6875rem;font-size:1.25rem;display:block; }#w6d36VTbgtc7DM96zu2lGTaTcVqiNlFR li:before{  }
 }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { top:2.1875rem;left:1.625rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwysffMGJ7ukniOlu4p68RFT06S6JOyv { display:block; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwvJpKnf1KxVQOPZF9BycToxlncB41Xe { width:47.75rem;height:2.375rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vak1yfwbCmZLy3GLav24fWWfI5r4L44F { width:47.75rem;height:3.5625rem;top:6.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGc8mJaII02gmaae5VUewKGkk5eBkTeT { top:12.5625rem;left:8.625096786505rem;width:33.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt { display:block; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yisnkaucS3MqqdlAcdGa32Eg1BTvog4M { display:block; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfTNaVLfgfbgTwUrZpArdmxIGwBQ5zAL { top:2.0625rem;left:28.5625rem;width:19.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiCnJAny50mFrhnGGItSavb7E3Fw25cP { top:2.25rem;left:15.5625rem;width:16.1875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCxxwQ01TFQ2qs18dOdnPq6SNzHxTPAP { top:2.375rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRBixdsUSBDo514uoQlzF1OSK4tfKt3B { top:14.6875rem;left:30.625rem;width:17rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwDreofqStADZOSfJKl7sw96WRkGUQqZ { top:14.6875rem;left:14.75rem;width:17rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5OIRX1fW5h8CNAeyu5pZQOZsWRekHvZ { top:14.6875rem;left:0rem;width:17rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbNL00ycXqy660BmcMZlzX7RbSVvqaAp { top:0.5rem;left:17.75rem;width:30rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { top:4.8125rem;left:0rem;width:26.375rem;height:9.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { top:14.625rem;left:0rem;width:24.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHwJ1TnDnLL3ZGvGHuADVrx7td5zWx5y { top:21.9375rem;left:0rem;width:24.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.375rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga  { width:25rem;height:auto;top:0.875rem;left:20.25rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga {display:block;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga { width:25rem;height:auto;top:0.875rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #AgxE4TFT0bI7W6Pzza0f1mlJcGtl5Ppy {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #aidimDQLli8AOn0ffqEX9XxgSN9okhno { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vFhnMAScVTGTGpMXe5ccN9nNgyOiteHy {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Hn8BmOh08pGqQRzXRTbddUcPJrJRJPT8 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #uzXn7HBJbssNBL945aQbvTMCvUbdKNFS { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HXRsAng3uKrdNdgR4Qy7FSXIUdK8HRZU {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZJgpzT4n72hbIFXF1dZNRvDz9V0vGTPa {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vvzQtu4ypT0hoac8TVbrvGby4U57so9y { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #fWnEiLIqt8cnFMrQvJDSqLRa7yLZ6IT6 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #LamsHCtiKSkZygICnqvTpCaefmM17bf8 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #yfTPyxxBL1XV6UebUfgqJPTIHqFwy2gc {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #xPXm9zAEHUesBiTDnrSU3IOAs4iWSEmM {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #TWR320s7xpo0iAK1Vl9D7WdI3hJXKngF {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #M0yfQwcQIMwSAph64humXRgp5asTBBn2 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 { display:block; }#o6DnmPpB9J3Jh8lp6naaSQHbfSgHUmO1 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uchL8TiVEKIi3Im0Tr1DlPXZh9DH2fOV { width:20rem;height:2.5996125rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:25.0195rem;top:6.224609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBSL1UFukV16MFWKhLOZGEUWslTBrBXM { width:15.9375rem;height:4.1875rem;top:33.00390625rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXS6E6neGv9SbUdvPqESdoK2RTOqCIQi { display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:142.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOwIcH9hN06ykoUGQgQh9dnsNf8KAiGM { width:3.6875rem;height:3.6875rem;top:7.69921875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvEFo9o5rAwcW7B5mlloUBVZ9v2mxCPp { width:16.375rem;height:10.875rem;top:10.57421875rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #km9FXAC1qMcHguCm039gyiRHrqT6xUfy { width:16.4375rem;height:10.875rem;top:24.692057609558rem;left:1.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #foRlRRz4PIrpXqfwz7FgpG9EeerzUIz6 { width:16.5625rem;height:10.9375rem;top:38.87955625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUDSTl1prvcKiviwzK0nRvkN1HXRMzdU { width:16.375rem;height:10.625rem;top:53.551433563233rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EayGRotMpKqEN6DWdLkBWPvJvn7aB4Du { width:15.9375rem;height:10.5625rem;top:68.787761688231rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPQHFbB6kSabRSLCHsh29Vy19yDzNpkb { width:15.9375rem;height:10.5625rem;top:83.359375rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhcPGec1EDEmJq03v1uGtFdc0xoMcN70 { width:16.375rem;height:10.625rem;top:97.518230438231rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCEBvFPXA8I2yczDuFPhT72PvML9dIh3 { width:16.375rem;height:10.625rem;top:112.27994675293rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lseZviZ8TJ1XqbT7ZcPwZvC15OmBr5oc { width:16.375rem;height:10.625rem;top:127.54817771912rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPmaEDDDIgUxLZOT08Eg7u6nhldSwIdL { width:12rem;height:1.4622375rem;top:21.98046875rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBzWi4WOlF7aJigrnm2FuH64zO4a7LVx { width:17.3125rem;height:1.4622375rem;top:36.147136688233rem;left:1.3437501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nmmg5TuN8BXnqQ4BpWstsUT9eSJqGQRQ { width:15.25rem;height:1.4622375rem;top:50.253900122071rem;left:2.8541717529297rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiV2KycuSBa4yzZZJ61FSOJdpzpmAcWu { width:12rem;height:2.0247375rem;top:64.926433563231rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owOOpOcP2UCSNHUFG2nRoirKVJTpQ8L1 { width:12rem;height:2.0247375rem;top:79.960289001462rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C85nVosgt5cqmBuQJabyBCQXxruXFUTJ { width:12rem;height:2.0247375rem;top:94.431640625rem;left:4.4791666269303rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVaTWfv6bQTZp0ZE1lpI902pN11ACxwn { width:12rem;height:2.0247375rem;top:109.46744823456rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyTJOTNOHnoLIgsDvEdUJCJWe8ApTyb6 { width:12rem;height:1.4622375rem;top:124.52799606323rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nd1BPnWZfKzPW0AW5K0sPNk1VwRIOxX9 { width:12rem;height:2.0247375rem;top:140.00390625rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3GZk9vvo2owlQ57BmrMiqlFn4fzNN2N { width:12rem;height:1.01236875rem;top:108.39323043823rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQJDnK3auSc4JCEsIEwOOs1acoBWNTak { width:12rem;height:1.01236875rem;top:123.34896225586rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2U1dEMs3ir1NIlPIlsgpdFb1EUPDUra { width:12rem;height:1.01236875rem;top:138.7421875rem;left:4.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T30M2MDJr4orcaAugZ919F9Wfh0zEDtk { width:20rem;height:11.231028667791rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG { display:block; }#dWr0gzFxvaSAQWgBa0l1yUPoeAm1ioLG > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARphf1mcetSRta5Wdsi8GEphmXOMHTh4 { height:11.153rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { display:block; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS { background-color: transparent; background-image: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row > .video-iframe-container { display: none; }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .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); }#wcWFtaRbResIcE1VnTJ2Q7fMfxspmrTS > .row .container { width:20rem;height:44.0625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TczShQJAUsSBMBa0wn1hzIby3nT9SQeK { width:3.6875rem;height:3.6875rem;top:40.3046875rem;left:8.1562505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { width:19.4375rem;height:26.9921875rem;top:1.25rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyWDDA8Q68q7Ed80iEyrdgDUDLGqp6Ux { width:20rem;height:8.997375rem;top:29.8046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZ96167612ZQPSpUgz1vZMoXC32NkaCv { display:block; }#CZ96167612ZQPSpUgz1vZMoXC32NkaCv > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVsR6XtXOy6K2UTE25NlOdmVxFJXoF2S { width:20rem;height:35.828877005348rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCF7JFW9eGaF9emopIpTTfqs8AKS0Tho { width:3.6875rem;height:3.6875rem;top:14.19925rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1cA3Iw9QVtAZKpoRQRlx6OenXypwcZe { width:20rem;height:11.69925rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { width:20rem;height:4.2747375rem;top:13.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w6d36VTbgtc7DM96zu2lGTaTcVqiNlFR { width:20rem;height:12rem;top:18.8990875rem;left:0rem;font-size:1.25rem;display:block; }#w6d36VTbgtc7DM96zu2lGTaTcVqiNlFR li:before{  }
 }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { width:10.875rem;height:10.875rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwysffMGJ7ukniOlu4p68RFT06S6JOyv { display:block; }#GwysffMGJ7ukniOlu4p68RFT06S6JOyv > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwvJpKnf1KxVQOPZF9BycToxlncB41Xe { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vak1yfwbCmZLy3GLav24fWWfI5r4L44F { width:20rem;height:3.1497375rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGc8mJaII02gmaae5VUewKGkk5eBkTeT { height:11.19075rem;width:20rem;top:8.3990875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt { display:block; }#B2SA1PU6JgFbtO9X0ZaLECnDUmL9hDEt > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yisnkaucS3MqqdlAcdGa32Eg1BTvog4M { display:block; }#yisnkaucS3MqqdlAcdGa32Eg1BTvog4M > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfTNaVLfgfbgTwUrZpArdmxIGwBQ5zAL { width:17.375rem;height:9.75rem;top:49.334rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiCnJAny50mFrhnGGItSavb7E3Fw25cP { width:17.1875rem;height:11.1875rem;top:25.5234375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCxxwQ01TFQ2qs18dOdnPq6SNzHxTPAP { width:17.125rem;height:9.625rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRBixdsUSBDo514uoQlzF1OSK4tfKt3B { width:17rem;height:14.1731875rem;top:60.334rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwDreofqStADZOSfJKl7sw96WRkGUQqZ { width:17rem;height:10.1236875rem;top:37.9609375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5OIRX1fW5h8CNAeyu5pZQOZsWRekHvZ { width:17rem;height:12.1484375rem;top:12.125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { background-color:transparent;background-image:none;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbNL00ycXqy660BmcMZlzX7RbSVvqaAp { width:18.75rem;height:30.3125rem;top:36.79428125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { width:20rem;height:6.07421875rem;top:14.846349716186rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHwJ1TnDnLL3ZGvGHuADVrx7td5zWx5y { width:14.0625rem;height:10.1236875rem;top:22.045573711395rem;left:2.9687501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-regular-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-textarea { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-button { width:8.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.375rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:first-of-type{padding-top:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:last-of-type{padding-bottom:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga  { width:15.6875rem;height:auto;top:33.763672351837rem;left:0.90625rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .radio-container { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga {display:block;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga { width:15.6875rem;height:auto;top:33.763672351837rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #AgxE4TFT0bI7W6Pzza0f1mlJcGtl5Ppy {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #aidimDQLli8AOn0ffqEX9XxgSN9okhno { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vFhnMAScVTGTGpMXe5ccN9nNgyOiteHy {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Hn8BmOh08pGqQRzXRTbddUcPJrJRJPT8 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #uzXn7HBJbssNBL945aQbvTMCvUbdKNFS { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HXRsAng3uKrdNdgR4Qy7FSXIUdK8HRZU {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZJgpzT4n72hbIFXF1dZNRvDz9V0vGTPa {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vvzQtu4ypT0hoac8TVbrvGby4U57so9y { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #fWnEiLIqt8cnFMrQvJDSqLRa7yLZ6IT6 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #LamsHCtiKSkZygICnqvTpCaefmM17bf8 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #yfTPyxxBL1XV6UebUfgqJPTIHqFwy2gc {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #xPXm9zAEHUesBiTDnrSU3IOAs4iWSEmM {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #TWR320s7xpo0iAK1Vl9D7WdI3hJXKngF {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #M0yfQwcQIMwSAph64humXRgp5asTBBn2 {  }
 }