.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#2e2a2a;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row .container { background-color: transparent; background-image: none; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row .container > .video-iframe-container { display: none; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row > .video-iframe-container { display: none; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .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); }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row .container { border-width: 0; border-radius: 0; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#qVz2AA8f93oMmQEvHFxmhmBdKtEiLkCh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:12.25rem;top:0.96875rem;left:23.875rem;overflow:hidden;display:block; }
#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67f9f784-0bf5-4c95-acde-43129d11c3fa/jonasjacobssonKnXuzzv1lAEunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D.adaptive-delivery-prevent-bg, #Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D.lazyload, #Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D.lazyloading { background-image: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container { background-color: transparent; background-image: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container > .video-iframe-container { display: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row > .video-iframe-container { display: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .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); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container { border-width: 0; border-radius: 0; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;overflow:visible;position:relative;display:block; }#IlFGV9EsTSB2b76qvXKE0Q7KOg4ZR3OA { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:"times new roman";font-size:2.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.5625rem;left:10.5625rem;height:7.0498125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTvFBxL8OywRQmmcBgwD3UcyRtQNIto9 { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:16.8125rem;left:10.09375rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGR0a1aMUkvI7umEnRO23TncUJ4cFEMl { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:6.1015625rem;left:13.375rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qamSOEvoOGyJHTJ3aEqgio5pneNwcOam { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:23.39306640625rem;left:23.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJCDVLJM5PtbpliC3SI78qKC9hrUO1Qi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.0625rem;border-top-right-radius:12.0625rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:12.0625rem;box-shadow: none;height:4.75rem;width:4.75rem;top:22.78662109375rem;left:16.875rem;overflow:hidden;display:block; }
#i3ptHFWoThWBGqgymJRtaPegeAWQRwKk { background-color:transparent;background-image:none;border-top:0.125rem solid #ccb08e;border-left:0.125rem solid #ccb08e;border-right:0.125rem solid #ccb08e;border-bottom:0.125rem solid #ccb08e;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.0625rem;left:21.65625rem;display:block; }
#HWpcooQ5LqzIqA8UTQvpTn3GObi8bcPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQQIwa9tSwxs54bQcKZ84ramh7II8duK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row .container { background-color: transparent; background-image: none; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row .container > .video-iframe-container { display: none; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row > .video-iframe-container { display: none; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .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); }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row .container { border-width: 0; border-radius: 0; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#okmIXtqdWtXbD2xQTUnRK6bovyhu3TNW { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"times new roman";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.490234375rem;left:4.25rem;height:9.099625rem;display:block; }
#XoJcRPO8q03ASSRGUINU95MilabgkzHy { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:6.427734375rem;left:31.25rem;height:15.472625rem;display:block; }#XoJcRPO8q03ASSRGUINU95MilabgkzHy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XoJcRPO8q03ASSRGUINU95MilabgkzHy li:before{  }
#RStcUKwgca9yOezS9neNHVeaATf1GTWW { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.67138671875rem;left:31.25rem;height:2.1933625rem;display:block; }
#b7pJLbZlDPoHluwhTomB6F7CRd1dTD8r { box-sizing:content-box;height:0.25rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:#ccb08e;background-image:none;top:18.625rem;left:4.25rem;display:block; }
#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row .container { background-color: transparent; background-image: none; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row .container > .video-iframe-container { display: none; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row > .video-iframe-container { display: none; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .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); }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row .container { border-width: 0; border-radius: 0; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#Ey3VuXTiMy8ZuRdTPxxofPxZIsILAiNQ { color:#2e2a2a;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbDsEWQT1Ip6f1FdBRVg9DWPaW7QErMu { position:absolute;display:block;z-index:15011;background-color:#ccb08e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.25rem;width:3.375rem;top:7.1875rem;left:28.3125rem;display:block; }
#lWRfCQQQ3tauB7H543VLkOvTXcI1OFm7 { position:absolute;display:block;z-index:15000;background-color:rgba(243,243,243,0.71);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.9375rem;top:10.3125rem;left:0rem;display:block; }
#bdSdX3GJxJh8NiF0EKT0gnaqiOid2W5E { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:12.4375rem;left:0.6875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6IqwNsR9davtJXnv5sC3JyrHFpFZlnM { position:absolute;display:block;z-index:15005;background-color:rgba(243,243,243,0.71);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:18.9375rem;top:10.3125rem;left:20.5625rem;display:block; }
#g4hGxyVSUHlOFQ9Nohebg8ATMMiFEZsP { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:12.4375rem;left:21.25rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJLLzlqTvS0BTv52TOBiZPwO1N1S71v3 { position:absolute;display:block;z-index:15010;background-color:rgba(243,243,243,0.71);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.9375rem;top:10.3125rem;left:41.0625rem;display:block; }
#ZsqmWtlhBclAV68MlRXDG4THicmTcBvb { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:12.4375rem;left:41.75rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0f38;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; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row .container { background-color: transparent; background-image: none; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row .container > .video-iframe-container { display: none; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row > .video-iframe-container { display: none; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .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); }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row .container { border-width: 0; border-radius: 0; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#gmqBpbH8EuZ5MR5iCia57FeZp0pZDuLz { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n12OgDoiKHORVKrE7X21lJaw9hP5LSWK { position:absolute;display:block;z-index:15012;background-color:#ccb08e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.25rem;width:3.375rem;top:11.375rem;left:28.3125rem;display:block; }
#XGW32CPQmSQJ8DUTdzIaJwpERLgtQI2b { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:2.17578125rem;left:9.28125rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OkVCHBk5ZMOA9Zc7dfsP2JR2vMk4rqZA { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:19.1875rem;left:4.0625rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlU87c0JOatbm4B6zP4Pu7dduBn7qGxo { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.4375rem;left:4.5rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAPeUwqgLDOQbCdtfcABhvJ5hC82OF3G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.9375rem;left:10rem; }
#ruaiIqv0TknXuGAJuJt0T2rVeyLxKMJw { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:19.1875rem;left:23.1875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogr3dzlK2wq5une4GVCEiMxMoXDz8nUa { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.4375rem;left:23.625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBzInqsyuXz85ICfXkzmh9fMMpR8cvm0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.1875rem;left:47.9375rem; }
#SkEBa3BEXNlx6sFXKdcgy42BTGrVqVDK { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:19.1875rem;left:41.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IvwmoiEs0GTBamqGUe7pIUszTDPZJK3S { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.4375rem;left:42.375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yF6J6oTy0zoaZtXLp7fxVkt8Js43iexi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.9375rem;left:47.875rem; }
#ppPH3PnZu89VuNZXBdHnCeAfaABHZFCQ { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:32.4365234375rem;left:40.90625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPPsC8Ktk5bKK3KFndRExbXw9SpVIIcv { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:32.4375rem;left:23.375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RHMtRnctg8zVHShilZNARACW5PpD4EyC { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:29.6875rem;left:23.8125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9oWVNs4qivKoS5oBDpgneueJyFHoquJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.1875rem;left:29.3125rem; }
#RJrWavuMromTtUT3U2tTFeyxCMF9PTXa { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:29.6875rem;left:40.90625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JIxO87ms3aMs0bw7GaFV5vFcGGWhxGag { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:32.4375rem;left:4.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f0EtMcacgSRG86TtGJzIEfT3RipQQvLK { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:29.6875rem;left:4.6875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3HOOnvzEx1VEzrI2LVeoaSdGOboZhGI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.1875rem;left:10.1875rem; }
#TcsV1b4u9H7Dm56074ULH0AHFcPpbGga { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.9375rem;left:29.125rem; }
#DsNbErZcIHphnTZquevVPLsTEQKNOV1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row .container { background-color: transparent; background-image: none; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row .container > .video-iframe-container { display: none; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row > .video-iframe-container { display: none; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .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); }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row .container { border-width: 0; border-radius: 0; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#yDnSTepd2rJ3GQMF6VktTMksh0GpBZdO { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:4.5625rem;height:4.875rem;display:block; }
#mpzuTSFlBAzzTEFRSgERuheq5r37J7mS { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:7.490234375rem;left:33.09375rem;height:8.4985625rem;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; }
#KJNBqR8sOUAMzwVhKLukiUu5C5fgNJ6c { box-sizing:content-box;height:0.25rem;width:5rem;position:absolute;display:block;z-index:15002;background-color:#ccb08e;background-image:none;top:16.875rem;left:4.5625rem;display:block; }
#FJETgD5RA2JLFIXJxWzIB6hSvAN6ms1w { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:11.6875rem;left:4.5625rem;height:3.3994125rem;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; }
#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row .container { background-color: transparent; background-image: none; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row .container > .video-iframe-container { display: none; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row > .video-iframe-container { display: none; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .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); }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row .container { border-width: 0; border-radius: 0; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#i5Tg5Ed0f6ZJsqTvv1LErIdE1q0DHOet { color:#2e2a2a;display:block;width:35.75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6rem;left:12.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbTXr0VgMte7Tb774Cco45Z9wziEsU8C { position:absolute;display:block;z-index:15012;background-color:#ccb08e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.25rem;width:3.375rem;top:10.0625rem;left:28.3125rem;display:block; }
#aFJvss051c5dEkLbf37qaz2UcrPClVPG { color:#2e2a2a;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:12.5625rem;left:9.3125rem;height:10.19825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row .container { background-color: transparent; background-image: none; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row .container > .video-iframe-container { display: none; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row > .video-iframe-container { display: none; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .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); }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row .container { border-width: 0; border-radius: 0; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#L9FFKOicJa0klpEeaggTrDnrrWmcLGlO { color:#2e2a2a;display:block;width:20.3125rem;position:absolute;font-family:"times new roman";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0625rem;left:4.875rem;height:4.54980625rem;display:block; }
#hx0SCOrkcklzcJeNTu69a4Dqg323d0hS { color:#2e2a2a;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.875rem;left:4.875rem;height:2.5996125rem;display:block; }
#zhGyzRHrEJImpFuTX93N32rXxb8d0nO6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:16.25rem;left:4.875rem; }
#uk6Be67z66cNA7vkoyPuAXUJ1JW8I8qK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:18.625rem;left:4.875rem; }
#K47nP9Cs0rOoAJzT4U1tBy0W9iUlZsDt { color:#2e2a2a;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.375rem;left:7.25rem;height:1.29980625rem;display:block; }
#nlDKvq4T0FgnB2vT8QglQPE4Dr51ps9t { color:#2e2a2a;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.5625rem;left:7.25rem;height:1.29980625rem;display:block; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-form-header {  }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#000000;width:20rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-text {padding-top: 0; padding-bottom: 0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .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:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-select {padding-top: 0; padding-bottom: 0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .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; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-button { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ccb08e;border-left:0.125rem solid #ccb08e;border-right:0.125rem solid #ccb08e;border-bottom:0.125rem solid #ccb08e;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:#000000;width:20rem;height:2.875rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.625rem;overflow:hidden;font-style:normal; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .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; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-container:first-of-type{padding-top:0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-container:last-of-type{padding-bottom:0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.5rem;left:33.75rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-info-text { display:block;height:auto;font-family:arial;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; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP {display:block;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.5rem;left:33.75rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #HodDOp1aKNBAk2y0ss2KebSUHliDsr9x { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #g75FdnhAUquISIHK5qTQfrO2Hpw3Ctdn { position:relative;display:block; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #HtSws4pkVQK3v9qz863GlWIBCJpwWTha { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #ulvHdWyZHJv8DBvk9wPgdoCp1CFKFCrq { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #dBTP7a13McfT7hXWr96qPAWH3ViiqBSr { position:relative;display:block; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #zEWqJnKUJd6M51ufagoih2gtKUqav35s { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #eEsm2xaAQD90MmW5gysDHQpJmkANqdD5 { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #DLrB5SvgqHs7MPgk4WsZfo2IPQeQVZ2m { position:relative;display:block; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #TaommHZzwgPryCq5ExkFvbKyI7hUTB1Q { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #Mby5JmRQMu12tqC8MMAZpFQmq9c46bXr { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #hT4HOB88mSwrGVZdmcBNQU8vVqianlhl { position:relative;display:block; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #JMJxiuV6yTzqN8HOUqKIVNuOMJgTvU7B { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #fThaTACQpopPuG6zwSrAoiOm3btpcTEk { position:relative; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #gQssPhBGlr4ERJiaIrKhnmzTeT8TxFMA { position:relative; }
#VTzhkrQi0Ntq1ZJFAGBuRdNsyMmpT4bW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:21.9375rem;left:4.875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STHUL7RzU5zgTFfeEIdSvhuHsly6ibCQ { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:5rem;top:25.0625rem;left:4.875rem;display:block; }#STHUL7RzU5zgTFfeEIdSvhuHsly6ibCQ.adaptive-delivery-prevent-bg, #STHUL7RzU5zgTFfeEIdSvhuHsly6ibCQ.lazyload, #STHUL7RzU5zgTFfeEIdSvhuHsly6ibCQ.lazyloading { background-image: none; }
#fXt53b8m53m2QCHwJa96M1no6wzH7egb { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:26.3994140625rem;left:4.875rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row .container { background-color: transparent; background-image: none; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row .container > .video-iframe-container { display: none; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row > .video-iframe-container { display: none; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .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); }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row .container { border-width: 0; border-radius: 0; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:block; }#stKzWDiul5cNmzAUTxkLnq1pcQVrGqhT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:12.25rem;top:5.21875rem;left:23.875rem;overflow:hidden;display:block; }
#QhJbUA7AqGCvJobqvkG37yTxENTy3WUX { color:#2e2a2a;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.75rem;left:19.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep { display:block; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVz2AA8f93oMmQEvHFxmhmBdKtEiLkCh { top:0.9375rem;left:17.75rem;width:12.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D { display:block; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlFGV9EsTSB2b76qvXKE0Q7KOg4ZR3OA { width:38.875rem;height:7rem;top:8.5625rem;left:4.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvFBxL8OywRQmmcBgwD3UcyRtQNIto9 { width:39.8125rem;height:3.5625rem;top:16.8125rem;left:3.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGR0a1aMUkvI7umEnRO23TncUJ4cFEMl { width:33.25rem;height:2.1875rem;top:6.0625rem;left:7.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamSOEvoOGyJHTJ3aEqgio5pneNwcOam { width:23.25rem;height:;top:23.375rem;left:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJCDVLJM5PtbpliC3SI78qKC9hrUO1Qi { top:22.75rem;left:10.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ptHFWoThWBGqgymJRtaPegeAWQRwKk { width:16.6875rem;height:2.9375rem;top:30.0625rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWpcooQ5LqzIqA8UTQvpTn3GObi8bcPP { display:block; }
 }@media only screen and (max-width: 763px) { #OQQIwa9tSwxs54bQcKZ84ramh7II8duK { display:block; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okmIXtqdWtXbD2xQTUnRK6bovyhu3TNW { top:7.4375rem;left:1.1875rem;width:21.5rem;height:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoJcRPO8q03ASSRGUINU95MilabgkzHy { top:6.375rem;left:19rem;width:28.75rem;height:;font-size:1rem;display:block; }#XoJcRPO8q03ASSRGUINU95MilabgkzHy li:before{  }
 }@media only screen and (max-width: 763px) { #RStcUKwgca9yOezS9neNHVeaATf1GTWW { top:3.625rem;left:23.875rem;width:21.5rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7pJLbZlDPoHluwhTomB6F7CRd1dTD8r { top:18.625rem;left:1.1875rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r { display:block; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey3VuXTiMy8ZuRdTPxxofPxZIsILAiNQ { width:47.75rem;height:2.25rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbDsEWQT1Ip6f1FdBRVg9DWPaW7QErMu { width:3.375rem;height:0.25rem;top:7.1875rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWRfCQQQ3tauB7H543VLkOvTXcI1OFm7 { width:18.9375rem;height:12.25rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdSdX3GJxJh8NiF0EKT0gnaqiOid2W5E { width:17.5rem;height:8rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6IqwNsR9davtJXnv5sC3JyrHFpFZlnM { width:18.9375rem;height:17.375rem;top:10.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hGxyVSUHlOFQ9Nohebg8ATMMiFEZsP { width:17.5rem;height:14rem;top:12.4375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJLLzlqTvS0BTv52TOBiZPwO1N1S71v3 { width:18.9375rem;height:12.25rem;top:10.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsqmWtlhBclAV68MlRXDG4THicmTcBvb { width:17.5rem;height:8rem;top:12.4375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 { display:block; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmqBpbH8EuZ5MR5iCia57FeZp0pZDuLz { width:35.75rem;height:4.875rem;top:4.6875rem;left:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n12OgDoiKHORVKrE7X21lJaw9hP5LSWK { width:3.375rem;height:0.25rem;top:11.375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGW32CPQmSQJ8DUTdzIaJwpERLgtQI2b { width:41.4375rem;height:1.6875rem;top:2.125rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkVCHBk5ZMOA9Zc7dfsP2JR2vMk4rqZA { width:13.6875rem;height:6.375rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlU87c0JOatbm4B6zP4Pu7dduBn7qGxo { width:12.8125rem;height:2.1875rem;top:16.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAPeUwqgLDOQbCdtfcABhvJ5hC82OF3G { top:13.9375rem;left:3.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruaiIqv0TknXuGAJuJt0T2rVeyLxKMJw { width:13.6875rem;height:;top:19.1875rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogr3dzlK2wq5une4GVCEiMxMoXDz8nUa { width:12.8125rem;height:2.1875rem;top:16.4375rem;left:17.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzInqsyuXz85ICfXkzmh9fMMpR8cvm0 { top:27.1875rem;left:41.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkEBa3BEXNlx6sFXKdcgy42BTGrVqVDK { width:13.6875rem;height:;top:19.1875rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvwmoiEs0GTBamqGUe7pIUszTDPZJK3S { width:12.8125rem;height:2.1875rem;top:16.4375rem;left:34.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF6J6oTy0zoaZtXLp7fxVkt8Js43iexi { top:13.9375rem;left:41.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPH3PnZu89VuNZXBdHnCeAfaABHZFCQ { width:15.8125rem;height:4.75rem;top:32.375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPPsC8Ktk5bKK3KFndRExbXw9SpVIIcv { width:13.6875rem;height:;top:32.4375rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHMtRnctg8zVHShilZNARACW5PpD4EyC { width:12.8125rem;height:2.1875rem;top:29.6875rem;left:17.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9oWVNs4qivKoS5oBDpgneueJyFHoquJ { top:27.1875rem;left:23.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrWavuMromTtUT3U2tTFeyxCMF9PTXa { width:15.75rem;height:2.1875rem;top:29.6875rem;left:32rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIxO87ms3aMs0bw7GaFV5vFcGGWhxGag { width:13.6875rem;height:;top:32.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0EtMcacgSRG86TtGJzIEfT3RipQQvLK { width:12.8125rem;height:2.1875rem;top:29.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3HOOnvzEx1VEzrI2LVeoaSdGOboZhGI { top:27.1875rem;left:4.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsV1b4u9H7Dm56074ULH0AHFcPpbGga { top:13.9375rem;left:23rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsNbErZcIHphnTZquevVPLsTEQKNOV1N { display:block; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDnSTepd2rJ3GQMF6VktTMksh0GpBZdO { top:5.875rem;left:1.5rem;width:21.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpzuTSFlBAzzTEFRSgERuheq5r37J7mS { top:7.4375rem;left:22.25rem;width:25.5rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJNBqR8sOUAMzwVhKLukiUu5C5fgNJ6c { top:16.875rem;left:1.5rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJETgD5RA2JLFIXJxWzIB6hSvAN6ms1w { top:11.6875rem;left:0rem;width:25.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 { display:block; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5Tg5Ed0f6ZJsqTvv1LErIdE1q0DHOet { width:35.75rem;height:2.4375rem;top:6rem;left:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTXr0VgMte7Tb774Cco45Z9wziEsU8C { width:3.375rem;height:0.25rem;top:10.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFJvss051c5dEkLbf37qaz2UcrPClVPG { width:41.4375rem;height:10.1875rem;top:12.5625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T { display:block; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9FFKOicJa0klpEeaggTrDnrrWmcLGlO { top:6.0625rem;left:1.8125rem;width:20.3125rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx0SCOrkcklzcJeNTu69a4Dqg323d0hS { top:11.875rem;left:1.8125rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGyzRHrEJImpFuTX93N32rXxb8d0nO6 { top:16.25rem;left:1.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk6Be67z66cNA7vkoyPuAXUJ1JW8I8qK { top:18.625rem;left:1.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K47nP9Cs0rOoAJzT4U1tBy0W9iUlZsDt { top:16.375rem;left:4.1875rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlDKvq4T0FgnB2vT8QglQPE4Dr51ps9t { top:18.5625rem;left:4.1875rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-text {padding-top: 0; padding-bottom: 0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-select {padding-top: 0; padding-bottom: 0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-checkbox-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP  { width:20rem;height:auto;top:4.5rem;left:24.5625rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP {display:block;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP { width:20rem;height:auto;top:4.5rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #HodDOp1aKNBAk2y0ss2KebSUHliDsr9x {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #g75FdnhAUquISIHK5qTQfrO2Hpw3Ctdn {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #HtSws4pkVQK3v9qz863GlWIBCJpwWTha {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #ulvHdWyZHJv8DBvk9wPgdoCp1CFKFCrq {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #dBTP7a13McfT7hXWr96qPAWH3ViiqBSr {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #zEWqJnKUJd6M51ufagoih2gtKUqav35s {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #eEsm2xaAQD90MmW5gysDHQpJmkANqdD5 {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #DLrB5SvgqHs7MPgk4WsZfo2IPQeQVZ2m {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #TaommHZzwgPryCq5ExkFvbKyI7hUTB1Q {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #Mby5JmRQMu12tqC8MMAZpFQmq9c46bXr {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #hT4HOB88mSwrGVZdmcBNQU8vVqianlhl {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #JMJxiuV6yTzqN8HOUqKIVNuOMJgTvU7B {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #fThaTACQpopPuG6zwSrAoiOm3btpcTEk {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #gQssPhBGlr4ERJiaIrKhnmzTeT8TxFMA {  }
 }@media only screen and (max-width: 763px) { #VTzhkrQi0Ntq1ZJFAGBuRdNsyMmpT4bW { width:12.5rem;height:2.25rem;top:21.9375rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STHUL7RzU5zgTFfeEIdSvhuHsly6ibCQ { width:5rem;height:0.25rem;top:25.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXt53b8m53m2QCHwJa96M1no6wzH7egb { width:13.75rem;height:3.5625rem;top:26.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxcyDyF9bnCfSezsS2wTw54vuckgKfK { display:block; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stKzWDiul5cNmzAUTxkLnq1pcQVrGqhT { top:5.1875rem;left:17.75rem;width:12.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhJbUA7AqGCvJobqvkG37yTxENTy3WUX { top:8.75rem;left:13.8125rem;width:20.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep { position:relative;z-index:auto;display:block; }#PCcMiZ7QAy2cJykygyoAayNs5glrE0Ep > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVz2AA8f93oMmQEvHFxmhmBdKtEiLkCh { width:12.25rem;height:2rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67f9f784-0bf5-4c95-acde-43129d11c3fa/jonasjacobssonKnXuzzv1lAEunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D.adaptive-delivery-prevent-bg, #Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D.lazyload, #Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D.lazyloading { background-image: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container { background-color: transparent; background-image: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container > .video-iframe-container { display: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row > .video-iframe-container { display: none; }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .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); }#Pc4fJkTOuet0UWHRSzlzP3cNSF9ha02D > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlFGV9EsTSB2b76qvXKE0Q7KOg4ZR3OA { width:20rem;height:4.5rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvFBxL8OywRQmmcBgwD3UcyRtQNIto9 { width:20rem;height:4.19970625rem;top:11.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGR0a1aMUkvI7umEnRO23TncUJ4cFEMl { width:20rem;height:1.3999rem;top:3.8515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamSOEvoOGyJHTJ3aEqgio5pneNwcOam { width:20rem;height:2.79980625rem;top:25.0654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJCDVLJM5PtbpliC3SI78qKC9hrUO1Qi { width:5.875rem;height:5.875rem;top:18.25293125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ptHFWoThWBGqgymJRtaPegeAWQRwKk { width:18.5625rem;height:2.9375rem;top:30.201171875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWpcooQ5LqzIqA8UTQvpTn3GObi8bcPP { display:block; }
 }@media only screen and (max-width: 763px) { #OQQIwa9tSwxs54bQcKZ84ramh7II8duK { display:block; }#OQQIwa9tSwxs54bQcKZ84ramh7II8duK > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okmIXtqdWtXbD2xQTUnRK6bovyhu3TNW { width:19.1875rem;height:8.44925rem;top:3.5625rem;left:0.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoJcRPO8q03ASSRGUINU95MilabgkzHy { width:17.75rem;height:22.2715rem;top:18.625rem;left:1.125rem;font-size:1rem;display:block; }#XoJcRPO8q03ASSRGUINU95MilabgkzHy li:before{  }
 }@media only screen and (max-width: 763px) { #RStcUKwgca9yOezS9neNHVeaATf1GTWW { width:15.0625rem;height:1.86865rem;top:16.1953125rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7pJLbZlDPoHluwhTomB6F7CRd1dTD8r { width:3.125rem;height:0.125rem;top:13.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r { display:block; }#P0uF4OIyiuTKaQAXL83Q0gc8HHNQrE6r > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ey3VuXTiMy8ZuRdTPxxofPxZIsILAiNQ { width:20rem;height:1.94970625rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbDsEWQT1Ip6f1FdBRVg9DWPaW7QErMu { width:2.5rem;height:0.125rem;top:7.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWRfCQQQ3tauB7H543VLkOvTXcI1OFm7 { width:18.9375rem;height:12.25rem;top:9.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdSdX3GJxJh8NiF0EKT0gnaqiOid2W5E { width:17.5rem;height:8rem;top:11.1875rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6IqwNsR9davtJXnv5sC3JyrHFpFZlnM { width:18.9375rem;height:17.5625rem;top:23.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4hGxyVSUHlOFQ9Nohebg8ATMMiFEZsP { width:17.5rem;height:14rem;top:25.1875rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJLLzlqTvS0BTv52TOBiZPwO1N1S71v3 { width:18.9375rem;height:12.25rem;top:42.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsqmWtlhBclAV68MlRXDG4THicmTcBvb { width:17.5rem;height:8rem;top:44.25rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 { display:block; }#chkMXCRPwyXfItyWJGWB2SfTNUGaB3m3 > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmqBpbH8EuZ5MR5iCia57FeZp0pZDuLz { width:19rem;height:6.3369375rem;top:4.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n12OgDoiKHORVKrE7X21lJaw9hP5LSWK { width:3.375rem;height:0.25rem;top:11.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGW32CPQmSQJ8DUTdzIaJwpERLgtQI2b { width:20rem;height:1.5996125rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkVCHBk5ZMOA9Zc7dfsP2JR2vMk4rqZA { width:18.5rem;height:4.798825rem;top:19.8671875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlU87c0JOatbm4B6zP4Pu7dduBn7qGxo { width:12.8125rem;height:2.1933625rem;top:17.099609375rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAPeUwqgLDOQbCdtfcABhvJ5hC82OF3G { display:flex;width:1.75rem;height:1.75rem;top:14.849609375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #ruaiIqv0TknXuGAJuJt0T2rVeyLxKMJw { width:17.9375rem;height:3.19921875rem;top:31.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogr3dzlK2wq5une4GVCEiMxMoXDz8nUa { width:12.8125rem;height:2.1933625rem;top:29.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBzInqsyuXz85ICfXkzmh9fMMpR8cvm0 { display:flex;width:1.75rem;height:1.75rem;top:73.875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #SkEBa3BEXNlx6sFXKdcgy42BTGrVqVDK { width:16.75rem;height:4.798825rem;top:42.1259765625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvwmoiEs0GTBamqGUe7pIUszTDPZJK3S { width:12.8125rem;height:2.1933625rem;top:39.298828125rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF6J6oTy0zoaZtXLp7fxVkt8Js43iexi { display:flex;width:1.75rem;height:1.75rem;top:37.037109375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #ppPH3PnZu89VuNZXBdHnCeAfaABHZFCQ { width:16.25rem;height:3.19921875rem;top:78.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPPsC8Ktk5bKK3KFndRExbXw9SpVIIcv { width:18.125rem;height:4.798825rem;top:66.1171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHMtRnctg8zVHShilZNARACW5PpD4EyC { width:12.8125rem;height:2.1933625rem;top:63.361328125rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9oWVNs4qivKoS5oBDpgneueJyFHoquJ { display:flex;width:1.75rem;height:1.75rem;top:60.798828125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #RJrWavuMromTtUT3U2tTFeyxCMF9PTXa { width:15.75rem;height:2.1933625rem;top:76.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIxO87ms3aMs0bw7GaFV5vFcGGWhxGag { width:16.8125rem;height:3.19921875rem;top:54.744140625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0EtMcacgSRG86TtGJzIEfT3RipQQvLK { width:12.8125rem;height:2.1933625rem;top:51.861328125rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3HOOnvzEx1VEzrI2LVeoaSdGOboZhGI { display:flex;width:1.75rem;height:1.75rem;top:49.548828125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #TcsV1b4u9H7Dm56074ULH0AHFcPpbGga { display:flex;width:1.75rem;height:1.75rem;top:26.849609375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #DsNbErZcIHphnTZquevVPLsTEQKNOV1N { display:block; }#DsNbErZcIHphnTZquevVPLsTEQKNOV1N > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDnSTepd2rJ3GQMF6VktTMksh0GpBZdO { width:19.1875rem;height:4.2246125rem;top:3.5625rem;left:0.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpzuTSFlBAzzTEFRSgERuheq5r37J7mS { width:18.875rem;height:10.19825rem;top:14.875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJNBqR8sOUAMzwVhKLukiUu5C5fgNJ6c { width:3.125rem;height:0.125rem;top:13.0546875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJETgD5RA2JLFIXJxWzIB6hSvAN6ms1w { width:20rem;height:3.3994125rem;top:8.40625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 { display:block; }#Rff3spDJ79H4CVbouRTWq5MpJNXyv0t8 > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5Tg5Ed0f6ZJsqTvv1LErIdE1q0DHOet { width:19rem;height:4.875rem;top:2.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTXr0VgMte7Tb774Cco45Z9wziEsU8C { width:3.375rem;height:0.25rem;top:8.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFJvss051c5dEkLbf37qaz2UcrPClVPG { width:19rem;height:20.7949375rem;top:9.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T { display:block; }#MpI6K94whLEBKK3q6RLwMCDS4wQX6J5T > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9FFKOicJa0klpEeaggTrDnrrWmcLGlO { width:18.5625rem;height:4.2246125rem;top:2.03515625rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hx0SCOrkcklzcJeNTu69a4Dqg323d0hS { width:19.0625rem;height:2.5996125rem;top:7.2578125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhGyzRHrEJImpFuTX93N32rXxb8d0nO6 { width:1.5625rem;height:1.5625rem;top:11.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk6Be67z66cNA7vkoyPuAXUJ1JW8I8qK { width:1.25rem;height:1.25rem;top:14rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K47nP9Cs0rOoAJzT4U1tBy0W9iUlZsDt { width:7.75rem;height:1.29980625rem;top:11.4375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlDKvq4T0FgnB2vT8QglQPE4Dr51ps9t { width:13.375rem;height:1.29980625rem;top:13.9375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-text {padding-top: 0; padding-bottom: 0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-select {padding-top: 0; padding-bottom: 0;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP  { width:17.5rem;height:auto;top:27.4580078125rem;left:0rem; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP {display:block;}#JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP { width:17.5rem;height:auto;top:27.4580078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #HodDOp1aKNBAk2y0ss2KebSUHliDsr9x {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #g75FdnhAUquISIHK5qTQfrO2Hpw3Ctdn {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #HtSws4pkVQK3v9qz863GlWIBCJpwWTha {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #ulvHdWyZHJv8DBvk9wPgdoCp1CFKFCrq {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #dBTP7a13McfT7hXWr96qPAWH3ViiqBSr {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #zEWqJnKUJd6M51ufagoih2gtKUqav35s {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #eEsm2xaAQD90MmW5gysDHQpJmkANqdD5 {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #DLrB5SvgqHs7MPgk4WsZfo2IPQeQVZ2m {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #TaommHZzwgPryCq5ExkFvbKyI7hUTB1Q {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #Mby5JmRQMu12tqC8MMAZpFQmq9c46bXr {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #hT4HOB88mSwrGVZdmcBNQU8vVqianlhl {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #JMJxiuV6yTzqN8HOUqKIVNuOMJgTvU7B {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #fThaTACQpopPuG6zwSrAoiOm3btpcTEk {  }
 }@media only screen and (max-width: 763px) { #JaOROegd0FZGhcFcIIDzQg5z8O0pUJfP #gQssPhBGlr4ERJiaIrKhnmzTeT8TxFMA {  }
 }@media only screen and (max-width: 763px) { #VTzhkrQi0Ntq1ZJFAGBuRdNsyMmpT4bW { width:18.75rem;height:2.0625rem;top:17.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STHUL7RzU5zgTFfeEIdSvhuHsly6ibCQ { width:15rem;height:0.0625rem;top:19.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXt53b8m53m2QCHwJa96M1no6wzH7egb { width:13.75rem;height:3.5996125rem;top:20.75rem;left:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFxcyDyF9bnCfSezsS2wTw54vuckgKfK { display:block; }#TFxcyDyF9bnCfSezsS2wTw54vuckgKfK > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stKzWDiul5cNmzAUTxkLnq1pcQVrGqhT { width:12.25rem;height:2rem;top:3.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhJbUA7AqGCvJobqvkG37yTxENTy3WUX { width:20rem;height:1.21875rem;top:5.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }