.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1115;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; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row .container { background-color: transparent; background-image: none; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row .container > .video-iframe-container { display: none; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row > .video-iframe-container { display: none; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .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); }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row .container { border-width: 0; border-radius: 0; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#eqQDLSKOkaAXy4WFk50dhvNTsqBct2GJ { color:#e8b429;display:block;width:49.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:4.4368490576744rem;left:13.499349594116rem;height:1.23779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ufxg6nFz5fiDSx0a23cZVK1K3IWHVTai { color:#e8b429;display:block;width:49.561625rem;position:absolute;font-family:georgia;font-size:4rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1864154338838rem;left:13.623048782349rem;height:5.19856875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qd98kRAVwODqQu7RqqGZU5ZNgqhMeCxz { color:#ffffff;display:block;width:47.686625rem;position:absolute;font-family:georgia;font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.811415433884rem;left:14.560548782349rem;height:8.79775rem;text-align:center;text-align-last:center;display:block; }
#OPO5Z88Jstg69y7bnFOUtrAPmpWuPqdA { color:#389d7b;display:block;width:47.4370625rem;position:absolute;font-family:georgia;font-size:4rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:20.559462308884rem;left:14.685331344604rem;height:4.3994125rem;text-align:center;text-align-last:center;display:block; }
#kE96MJihtD1XQLpl3gtduqKbW2pSxpiA { color:#b2b2b8;display:block;width:46.9375rem;position:absolute;font-family:georgia;font-size:4rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:24.402127027512rem;left:14.968751907349rem;height:4.3994125rem;text-align:center;text-align-last:center;display:block; }
#DCJlmsJx6fazKihHlu3JUlGntFpVD1sy { color:#888896;display:block;width:46.311875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:31.185332238674rem;left:14.343534469604rem;height:3.41363125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s1nAf9vvzRdn5KJWLNIe5ml3zubR2ZbI { color:#888896;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:43.060982704162rem;left:25.436199188233rem;height:1.1002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDbbfTtzePNfLVnnPI5Ocmxs1cRJVF6m { background-color:transparent;background-image: -webkit-linear-gradient(237deg, #e8c878, #e8b429);background-image: -moz-linear-gradient(237deg, #e8c878, #e8b429);background-image: -ms-linear-gradient(237deg, #e8c878, #e8b429);background-image: -o-linear-gradient(237deg, #e8c878, #e8b429);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c878', endColorstr='#e8b429' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c878', endColorstr='#e8b429' );";background-image: linear-gradient(237deg, #e8c878, #e8b429);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#0e1115;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0623125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.275174617767rem;left:25.374351501465rem;display:block; }
#OD2rxXoombFqJVk8yfvwypH5sJqro5lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNVvASzGTNwe5Wwe4UMNhdewql19xocT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row .container { background-color: transparent; background-image: none; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row .container > .video-iframe-container { display: none; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row > .video-iframe-container { display: none; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .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); }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row .container { border-width: 0; border-radius: 0; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#cyOTCTQH80zCW4xsHr6bbOc8xKMRlM6B { color:#888896;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:13.496536254882rem;left:13.249784469604rem;height:1.37478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PlXJciocwnZ8QlWWXRPRiuIaDBzU0U9A { color:#dadada;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.558166503906rem;left:13.249784469604rem;height:1.37478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDf1C3u2AmyPCdM9MeX3UOAuiICQr4xm { color:#e8b429;display:block;width:53.4375rem;position:absolute;font-family:georgia;font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.8111991882324rem;left:11.436632156372rem;height:6.59725rem;text-align:center;text-align-last:center;display:block; }
#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row .container { background-color: transparent; background-image: none; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row .container > .video-iframe-container { display: none; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row > .video-iframe-container { display: none; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .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); }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row .container { border-width: 0; border-radius: 0; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#iq6FS02WeKtAV20pRrFZ637K1ETSM2I7 { box-sizing:content-box;height:15.875rem;width:29.9375rem;position:absolute;display:block;z-index:15000;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid #606062;border-left:0.0625rem solid #606062;border-right:0.0625rem solid #606062;border-bottom:0.0625rem solid #606062;top:2.5930995941162rem;left:3.7803821563721rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#d1qWpCKRXlyaJmDzq4t8pvcoIRkcPpIv { color:#888896;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.7426223754883rem;left:5.9040803909302rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#adDzCvhdmGvgHb9wPg1JUD6C8pLV6z4S { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.5551214218137rem;left:7.9654960632325rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#iHSiok9r79GiIyvT0V1PxbrTbC5wMZv7 { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:10.11697101593rem;left:7.9665813446044rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#y3Ha2IXlsfkVPiJkeIDEXMkLDTU4fE55 { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:12.615885734558rem;left:7.9665813446044rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#yFxAiocXxDrgmBAIAxCXEIZGbZfsKwFV { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:15.054038047791rem;left:7.9665813446044rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#KMb1lTbBMTzWDiwroIwhV2JzdInnPhOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.53;top:7.10915851593rem;left:5.7497835159302rem; }
#LWLVdmWV2ONLqOB26Mnn989U9rUH8Dts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.53;top:9.60915851593rem;left:5.7834205627441rem; }
#OlA8c0MTDfN2vak4n2d3yT32gLCGw8ku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.53;top:14.547310829162rem;left:5.7497835159302rem; }
#Lz5GEN9t75g2cP85nzxtcLtQIIXOPOPR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.53;top:12.047308921814rem;left:5.7497835159302rem; }
#PvuXSZsbnigFfiBxADAUsi0lvXg0FE7V { box-sizing:content-box;height:15.875rem;width:29.9375rem;position:absolute;display:block;z-index:15010;background-color:#0e1115;background-image:none;box-shadow: 0.0625rem 0.0625rem 1rem #0c3d2d ;border-top:0.0625rem solid #389d7b;border-left:0.0625rem solid #389d7b;border-right:0.0625rem solid #389d7b;border-bottom:0.0625rem solid #389d7b;top:2.6245651245117rem;left:41.250003814698rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#vS51ZAdnzTeMJclsezoKyaXxNGKeptKB { color:#389d7b;display:block;width:21.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:4.8109817504883rem;left:43.249786376953rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kwsSC0B0NxHWWoqIQS63dTUsDaxzTwvO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.53;top:7.2491331100462rem;left:43.249786376953rem; }
#uTHDJzgoOIqVvdnIGoJtpxgsM4P60eZ1 { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:7.5609807968137rem;left:45.437286376953rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uZQGtJ7NllRG0zMXsvTHZqDPxJhGCULK { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:10.123915672303rem;left:45.437286376953rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UTHb4Hl4JO13POlvKb0heL8RdNNb6z6r { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:12.686415672303rem;left:45.437286376953rem;height:1.2000875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pw3pAFHEBkrpvJPHQPIXQNBeIAA7uxWd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:.53;top:9.7983942031863rem;left:43.248699188233rem; }
#XI7TwJzBQyck36zSWsynlPgOxb5TkGSt { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:.53;top:12.360894203186rem;left:43.249786376953rem; }
#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row .container { background-color: transparent; background-image: none; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row .container > .video-iframe-container { display: none; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row > .video-iframe-container { display: none; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .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); }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row .container { border-width: 0; border-radius: 0; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#t9UgRqPPPOoChfyrnZuLesH0Etg0RosT { color:#389d7b;display:block;width:55.4373125rem;position:absolute;font-family:georgia;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.3116321563721rem;left:10.437284469604rem;height:;text-align:center;text-align-last:center;display:block; }
#nJdTPqNXsAXrJOndwB7Xt4ZI8TzKoEpX { color:#888896;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.2465267181394rem;left:13.249784469604rem;height:1.23698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row .container { background-color: transparent; background-image: none; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row .container > .video-iframe-container { display: none; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row > .video-iframe-container { display: none; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .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); }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row .container { border-width: 0; border-radius: 0; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#GVXEbFGxI3u5XElv5kOLc07dLDSdQWrZ { box-sizing:content-box;height:6.5625rem;width:29.9375rem;position:absolute;display:block;z-index:15000;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid #616260;border-left:0.0625rem solid #616260;border-right:0.0625rem solid #616260;border-bottom:0.0625rem solid #616260;top:2.5922298431396rem;left:3.7803821563721rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eXUFyIaubFpHyPzGkm1fOzTKeT4LJoWH { color:#dadada;display:block;width:22.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.5542545318604rem;left:8.0279960632325rem;height:2.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfWHpQsV7I71CbP080AQT39bVbINLxe9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.6707897186279rem;left:5.7497835159302rem; }
#KHF7h6H8nm7hUFQSaKDbTDKnTMK8PBIP { box-sizing:content-box;height:6.5625rem;width:29.9370625rem;position:absolute;display:block;z-index:15010;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid #606062;border-left:0.0625rem solid #606062;border-right:0.0625rem solid #606062;border-bottom:0.0625rem solid #606062;top:2.5900611877441rem;left:41.210941314698rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#OAVGhlpKHf7fxT2CizOCt35q4isPF3uF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.6232624053955rem;left:43.249786376953rem; }
#SGDpcw4R13qOmdhk2ZJZQdXDVX29CKtH { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:4.4982624053955rem;left:45.562286376953rem;height:2.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dETGxIXBXvNIB0hMwfc2yayq2p7BGvdF { box-sizing:content-box;height:6.5625rem;width:29.9375rem;position:absolute;display:block;z-index:15006;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid #606062;border-left:0.0625rem solid #606062;border-right:0.0625rem solid #606062;border-bottom:0.0625rem solid #606062;top:11.1875rem;left:3.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cKlaOeCoHUa8zqKGkQ9v6mqwfhbvaGRR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15015;opacity:1;top:13.3125rem;left:5.875rem; }
#bST1LHiStLhV4wBur49gPCNO6Atmen38 { color:#dadada;display:block;width:22.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:13.3125rem;left:8rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CyTtA9P3MRfFS2eusCwq2z4v85FvmoDC { box-sizing:content-box;height:6.5625rem;width:29.9370625rem;position:absolute;display:block;z-index:15016;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid #606062;border-left:0.0625rem solid #606062;border-right:0.0625rem solid #606062;border-bottom:0.0625rem solid #606062;top:11.1875rem;left:41.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ChnfkPVytccZA9kBaV6AdDvqNGq9eV3t { box-sizing:content-box;color:#5d92ff;font-size:1.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:13.1875rem;left:43.25rem; }
#OMWGWPneJDiJApS07CsxFUHbnB48sVUS { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:13.375rem;left:45.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EmyhhE9nrpQldgxlns5HbEXTkL2MrxUW { color:#e8b429;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:21.186633110046rem;left:12.999132156372rem;height:1.23698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1115;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; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row .container { background-color: transparent; background-image: none; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row .container > .video-iframe-container { display: none; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row > .video-iframe-container { display: none; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .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); }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row .container { border-width: 0; border-radius: 0; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#u3NAGRTpmoTSkVHZTavrepLDlsnEgLwr { color:#e8c365;display:block;width:48.5623125rem;position:absolute;font-family:georgia;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.3739156723022rem;left:13.218317031861rem;height:3.0240875rem;text-align:center;text-align-last:center;display:block; }
#b9NvlW0bTQcHwTqSyHTU7yGP0SzOKvGX { color:#888896;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.9982643127444rem;left:12.593317031861rem;height:1.23779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VE10M4giVbTKH4eXcGxTKvE7gkd7NSeL { box-sizing:content-box;height:18.1875rem;width:66.6875rem;position:absolute;display:block;z-index:15007;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(232,180,41,0.5);border-left:0.0625rem solid rgba(232,180,41,0.5);border-right:0.0625rem solid rgba(232,180,41,0.5);border-bottom:0.0625rem solid rgba(232,180,41,0.5);top:14.685329437256rem;left:4.3663196563721rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#L48zs4LnDMBZu3TwXXC5qmL058uW3GBK { color:#e8b429;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:17.536891937256rem;left:10.030599594116rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gUgbhImT74WEhGOrUTNfVSN0p9hyEMvd { color:#dadada;display:block;width:30.4375rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:18.811851501465rem;left:10.030599594116rem;height:1.64930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWoV7yBU0kwinqXreTTEA5lR72TMoODP { color:#888896;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:21.134983062744rem;left:10.030599594116rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LuVITGKC9JPtalg7X36ChLNyfOV6Oxfh { color:#b2b2b8;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:24.384767532349rem;left:11.154731750488rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MP3FilWT7v63Fvy7I1kbfZCiDVcA423O { color:#b2b2b8;display:block;width:25.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:26.735027313233rem;left:11.154731750488rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mss9pTuT8tbHZp0JWG2nfaFPxvEpmT6l { color:#b2b2b8;display:block;width:22.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:29.110244750976rem;left:11.154731750488rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ygr40dIn15TO0oBwovnzevmwufatvMbn { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.556207656861rem;left:10.060981750488rem; }
#bfClQ8Qu45Dau8MqghHBUvKweLK9JVqX { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.930339813233rem;left:10.060981750488rem; }
#nym456ZuxN61wIE6fESdXdZmWvJtoKmv { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.242622375488rem;left:10.060981750488rem; }
#XMuQ5b826xet4Tu6icUbLfsc9msZHOr7 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:24.561634063721rem;left:40.311634063721rem; }
#AXdGqhCc8cUsIsCJzaAuM2OL9zywFnWL { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26.936849594116rem;left:40.311634063721rem; }
#b5b2woRX9RwWDeNOd8XARG1QFxnwo0hB { color:#b2b2b8;display:block;width:27.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:24.375001907349rem;left:41.436851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzXgOciDt00k8eN2hfbEz6OVJzyJzJbg { color:#b2b2b8;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:26.749134063721rem;left:41.436851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUrl460GeMCZvky7vn83edCgxn6VvJbf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.849391937256rem;left:6.5985260009762rem; }
#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1115;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; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row .container { background-color: transparent; background-image: none; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row .container > .video-iframe-container { display: none; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row > .video-iframe-container { display: none; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .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); }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row .container { border-width: 0; border-radius: 0; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#L2yWooqX0OkHTUwWqgrEkVcpogUus6zy { box-sizing:content-box;height:19.25rem;width:66.6875rem;position:absolute;display:block;z-index:15007;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(56,157,123,0.6);border-left:0.0625rem solid rgba(56,157,123,0.6);border-right:0.0625rem solid rgba(56,157,123,0.6);border-bottom:0.0625rem solid rgba(56,157,123,0.6);top:2.1842441558838rem;left:4.3663196563721rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GMUOWCGDUCTd56qTwtLmJZrJmuzl9ZHT { color:#389d7b;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.0358085632324rem;left:10.030599594116rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AThgAc16is2XW65WSqbySMNlsAnEh57H { color:#dadada;display:block;width:30.4375rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.3107643127444rem;left:10.030599594116rem;height:1.64930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewfM64R0TLcO1a6f1mKtnk6pg66Xf9AD { color:#888896;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:8.6349830627444rem;left:10.030599594116rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NlcwkMI7kokTR1HVlf9KdvFtvLNZSKfv { color:#b2b2b8;display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:11.883681297303rem;left:11.154731750488rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tIoku5ZgGG75ARfKJ6MCszVDiqvazX0H { color:#b2b2b8;display:block;width:25.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:14.235027313233rem;left:11.154731750488rem;height:2.20051875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hzPvcOyh24v32HAwDsJUISD3coz7rQc4 { color:#b2b2b8;display:block;width:24.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:17.609593391419rem;left:11.154731750488rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TBmxlLd9TitCALtZKl6rTdU2IfHyZ0hf { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.056207656861rem;left:10.060981750488rem; }
#kKI9ytXTMlgo92W73MhCE0XyrURkTx8i { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.430339813233rem;left:10.060981750488rem; }
#HX9Pn5QKzBwSJTkfHnJTRU3yuH1IxqiP { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.741971731186rem;left:10.060981750488rem; }
#bbVLowl6XLdRnBKFcRlI2AyFKxgJLTUP { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.061633110046rem;left:40.311634063721rem; }
#T5GbHQ1nhh5kx1sDbDOynmQiImoyCMEk { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.435765266419rem;left:40.311634063721rem; }
#iykc6rSVDC3PvEpe1TRb4LWOeKh1uMh2 { color:#b2b2b8;display:block;width:26.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:11.873915672303rem;left:41.436851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ABrJwP7T7uU3MLz5T6W5GFPHRfCt1zDz { color:#b2b2b8;display:block;width:26.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:14.249133110046rem;left:41.436851501465rem;height:2.20051875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uA8UBRKu5oWJfB3UP5bMg9xO1MeWURXD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.3483076095581rem;left:6.5985260009762rem; }
#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1115;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; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row .container { background-color: transparent; background-image: none; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row .container > .video-iframe-container { display: none; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row > .video-iframe-container { display: none; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .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); }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row .container { border-width: 0; border-radius: 0; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#AQOGuCMQCARAck6rRq4cU7tPN2UDwod2 { box-sizing:content-box;height:17.125rem;width:66.6875rem;position:absolute;display:block;z-index:15007;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(232,180,41,0.5);border-left:0.0625rem solid rgba(232,180,41,0.5);border-right:0.0625rem solid rgba(232,180,41,0.5);border-bottom:0.0625rem solid rgba(232,180,41,0.5);top:2.3101129531861rem;left:4.3663196563721rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aSazO3Fet3TyuA7t0XWRW28pQIJBwk9V { color:#e8b429;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.1616759300232rem;left:10.030599594116rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cqV2mipr2SuhbyPZIkVrK0kE97AvTFp3 { color:#dadada;display:block;width:30.4375rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.4366326332094rem;left:10.030599594116rem;height:1.64930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JCWcKtqEuiyw6JMMlHseScLNZnuOgt9h { color:#888896;display:block;width:49.8123125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:8.7597661018369rem;left:10.030599594116rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rocsccqfr5l3AZ3klRc9ZLsC68NGHcm5 { color:#b2b2b8;display:block;width:25.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:12.008464336395rem;left:11.154731750488rem;height:2.20051875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s7etq1Jvw7hBy4xOySulWrJJB4CQJblX { color:#b2b2b8;display:block;width:25.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:15.609809398651rem;left:11.154731750488rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzRpXu3w2HgrQNTkzC0uGtyBczvFZf4q { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.180990695953rem;left:10.060981750488rem; }
#vgmQ7OBU8gVHFEBq93MU7xA03fUNJzsM { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:15.805121898651rem;left:10.060981750488rem; }
#l8CdGVMupAuCmeNyVlnp0byOaADHiwMz { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.186415195465rem;left:40.311634063721rem; }
#hJ9DhA2g4AvRFQc8NkHJGNXSrbSldmSm { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.561633586884rem;left:40.311634063721rem; }
#HeFXQ89h11Inm5ZIBpDGizDW5lKLbcpw { color:#b2b2b8;display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:11.998698711395rem;left:41.436851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xUKRnwnJvvO6vXukoMqD47VrOZ9FPuKn { color:#b2b2b8;display:block;width:24rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:14.373916149139rem;left:41.436851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#izr3hSLOHa0gCN09aZ4qbfLRSTwn67s1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.4741759300232rem;left:6.5985260009762rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0b0e11;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;overflow:visible;position:relative;display:block; }#MRmTkGiRUZGtTz5XwHz6a5VF0fPTx00I { color:#dadada;display:block;width:55.5620625rem;position:absolute;font-family:georgia;font-size:2.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:4.1232643127441rem;left:10.404731750488rem;height:6.048175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2rr1xeCbLxnbBJS06Fx1tc5NCrWgJRx { color:#888896;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:11.92165851593rem;left:28.4375rem;height:1.23779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-form-header { font-size:0.75rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:roboto;font-size:0.875rem;font-weight:400;color:#888896;width:9.8125rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:middle;text-align:right;text-align-last:right;font-style:normal;line-height:1.2; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#11131a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #404348;border-left:0.0625rem solid #404348;border-right:0.0625rem solid #404348;border-bottom:0.0625rem solid #404348;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:inline-block;*zoom:1;*display:inline;width:18.6875rem;box-sizing:border-box;height:2.25rem;color:#b2b2b8;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:middle;text-align:center;text-align-last:center;line-height:1.1; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#11131a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #404348;border-left:0.0625rem solid #404348;border-right:0.0625rem solid #404348;border-bottom:0.0625rem solid #404348;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:inline-block;*zoom:1;*display:inline;width:18.6875rem;box-sizing:border-box;height:4.375rem;color:#b2b2b8;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:middle;text-align:center;text-align-last:center;line-height:1.1; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#11131a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #404348;border-left:0.0625rem solid #404348;border-right:0.0625rem solid #404348;border-bottom:0.0625rem solid #404348;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:inline-block;*zoom:1;*display:inline;width:18.6875rem;box-sizing:border-box;height:2.5rem;color:#888896;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:middle;text-align:center;text-align-last:center;line-height:1.1; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:10.4375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #e8b429, #e8c365);background-image: -moz-linear-gradient(144deg, #e8b429, #e8c365);background-image: -ms-linear-gradient(144deg, #e8b429, #e8c365);background-image: -o-linear-gradient(144deg, #e8b429, #e8c365);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b429', endColorstr='#e8c365' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b429', endColorstr='#e8c365' );";background-image: linear-gradient(144deg, #e8b429, #e8c365);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#0e1115;width:18.6875rem;height:2.375rem;font-family:roboto;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;line-height:1.1; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT [class*="-text"]:-moz-placeholder { color:#888896;font-family:roboto;font-size:0.875rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT [class*="-text"]::-moz-placeholder { color:#888896;font-family:roboto;font-size:0.875rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT [class*="-text"]:-ms-input-placeholder { color:#888896;font-family:roboto;font-size:0.875rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT [class*="-text"]::-webkit-input-placeholder { color:#888896;font-family:roboto;font-size:0.875rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal;float:none; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .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; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-container:first-of-type{padding-top:0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-container:last-of-type{padding-bottom:0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT  { background-color:#0e1115;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.4375rem 1rem #795d14 ;font-size:0.75rem;left:24.061416625976rem;top:17.658416748047rem;z-index:15013;position:absolute; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT {display:block;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT { background-color:#0e1115;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.4375rem 1rem #795d14 ;font-size:0.75rem;left:24.061416625976rem;top:17.658416748047rem;z-index:15013;position:absolute; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #u082zPBQaNqGD1PFDWfcKs5DA4L1TIp8 { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #L6ZfLItpLQUJDgXEWxWtmhIOLAItt2M4 { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #fnXmSNHUiPTZniOtvanW80znIBmVU480 { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #huOGyDRWTi9xMIdskWSgqAkW01L4vpWc { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #ReTcDgWrbQwpT4591vJTFUPNA2cvN3U2 { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #XQn2GICmtIgPW67CL2wuMbSbgWNcegpD { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #lMrH6c4kTmqyqh6SiLrThE1dxd1wK0Nq { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #fXw8xy31HRGTDJf6xhdmK4X8lyopRZHT { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #DIh8FuxNdqoQrtSdT19w5WFDDP1Rwovi { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #u8z5qrpspJn2NRBkCDkslCxDVdWMcwXz { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #k8dANiNWyAkCdpz8XeZGE9yT7UCfoQgl { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #paBP6VSgnSnfbnZVX4VGXbJbykGFKdJc { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #vcb7rWBrePtIpdd6dKJBcdQTfI2oehm9 { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #VJokWrw8BpvM43AiLVsBQ8T7qOfoCBco { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #dz6ZqLFqGym2I55Wl7nhQtcyhrUil4IH { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #XK5MiLoffDcJlzBIQ5PJk0ZnOpQdZAel { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #CqO5SU7DZ5JUpieTP7JBoqyEBb5cQNDP { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #oFTERgHQLmXZxqH4VaVxogDLzwi8zLS3 { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #KQNTFGFziwACVpgU7omfH8cSyPOOqUzT { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #FDWxiA09EPKTEsOrHHKlhIDsbVdCQBNq { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #Z1ItxpK3UDkuZIO3RlahyUwkSO4ZIgcz { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #nnLHDSnnzz8KvBVBzJ4CLb2darxEvRl2 { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #WSHhDMdvT5GOWEW9RHhIV8TLbtQUOH5E { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #T651mXh5ZAIOqpZaTm1LrZRROTIQqDTT { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #uVlpiZbnsc1k22EqFR0gPpI3T6BaLUkb { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #zp86vRpei8WZ9Ta1IlZs9iKoMtqkc9ND { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #MwqV7ni4JsZEExg8Ey6h4u3WGeauJmSK { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #AOE03dVKQZVh7rme8QwVQ57qTm0wAN0W { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #hLmBxZLZkBH1WvZe6McebHDuXBOWWPCQ { position:relative;display:block; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #eSNUB65X4hQ17cpDRKm05PqQUUKATVhe { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #vTUs0of0AdIT2iXKDPlnalsOG2FcOFgh { position:relative; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #oMo1pT0a21Bnqeh2huEEw5RVu8Afzz8h { position:relative; }
#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row .container { background-color: transparent; background-image: none; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row .container > .video-iframe-container { display: none; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row > .video-iframe-container { display: none; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .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); }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row .container { border-width: 0; border-radius: 0; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#SOlJpfDHZvompFsXfV0egAx6IXSledgn { color:#dadada;display:block;width:48.499375rem;position:absolute;font-family:georgia;font-size:2.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.4763450622559rem;left:13.249784469604rem;height:3.0240875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row .container { background-color: transparent; background-image: none; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row .container > .video-iframe-container { display: none; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row > .video-iframe-container { display: none; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .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); }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row .container { border-width: 0; border-radius: 0; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#EbghPGsHIMy8iebQuO9EbSAn3TTOAdv1 { box-sizing:content-box;height:20.5625rem;width:29.9375rem;position:absolute;display:block;z-index:15010;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(56,157,123,0.6);border-left:0.0625rem solid rgba(56,157,123,0.6);border-right:0.0625rem solid rgba(56,157,123,0.6);border-bottom:0.0625rem solid rgba(56,157,123,0.6);top:2.6236982345581rem;left:3.7500038146973rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ub7igwqoExTGuXL0867tJnVDbHX70UX1 { color:#389d7b;display:block;width:21.0625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:4.8101129531861rem;left:8.0622844696044rem;height:1.37478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G5pv83kAyy2VeuAmnh71L5b3nMJQPqcw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.53;top:4.7482643127441rem;left:5.8747835159302rem; }
#rkLHyXomMgERV9HCs7G4SFq87Z9S0AkN { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:7.5607643127444rem;left:8.0622844696044rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VGzLu6KChSqenS5JI3mf4InJyToB4ZKm { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:10.123699188233rem;left:8.0622844696044rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LMCMELiWWeHZzzXLOoMasDKcGovs055o { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:12.685546875rem;left:8.0622844696044rem;height:1.2000875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zwdvok1m2aVeH14kMrLtQWPM1ieKu7WZ { box-sizing:content-box;height:20.5625rem;width:29.9375rem;position:absolute;display:block;z-index:15010;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(174,33,53,0.8);border-left:0.0625rem solid rgba(174,33,53,0.8);border-right:0.0625rem solid rgba(174,33,53,0.8);border-bottom:0.0625rem solid rgba(174,33,53,0.8);top:2.6247835159302rem;left:41.187068939209rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Eoy1yzzIidlA8CsIdnyG3sUqyKiv4IIG { color:#ae2135;display:block;width:16.1875rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:4.8741321563721rem;left:46.062068939209rem;height:1.37478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OkWIs9eTnUTTvfTnHSuqRyRT5eyM8pIM { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.53;top:7.5618495941163rem;left:44.061199188233rem; }
#DxIfehMhBs2OoV8IT3LduWTEmIKzAobq { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:7.6866321563719rem;left:46.061851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#IRDx4eIx7DMvZGJA1HaAtbNAMhqEAbO2 { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:10.249567031861rem;left:46.061851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#NpvbuII9Qdp161oKH3u1iXSckeTysVcQ { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:12.749567031861rem;left:46.061851501465rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#iaDlUdL5Torhkq4gUCRtvRpILS9n9Zf5 { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.274522781372rem;left:46.062503814698rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#iX3HXUtKWTTRTBTpFhCa9BikaJUfPNhJ { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:15.249567031861rem;left:8.0625rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kVcbMMFuB4yANHMaivl7nDVKXTCOdo8B { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:.53;top:7.4229602813719rem;left:5.8804264068604rem; }
#nBBGxSGZcnKGTylXmt0MWA5CzlRuF1Ks { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:.53;top:9.9229602813719rem;left:5.9055995941162rem; }
#B7nGMcG2JPgw8IGeKGhBT6TmFSPSZiSI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.53;top:12.548828125rem;left:5.9055995941162rem; }
#Tyf5rSsqFUETsWl7V5PgfA28al6eyVAc { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:.53;top:15.473091125488rem;left:5.9055995941162rem; }
#iX0sxJsLM7zuOPa2FheSQCCmWJRp7Cw1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:.53;top:4.5486116409302rem;left:43.810768127441rem; }
#rUMCBUeaVTg9oVMaDhGETa2P3yiD6Qz8 { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.671659469604rem;left:46.060768127441rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pITf433USzwXgcX9Q4auwy5LFDPt9DKd { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:.53;top:10.110677719116rem;left:44.061199188233rem; }
#NyqCQk2MPxSOBymdrttUhpa44ExzznRr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:.53;top:12.674045562744rem;left:44.061199188233rem; }
#QTQHe0EkO9iMTMrENukdOWX0uX4UFOoU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:.53;top:15.284723281861rem;left:44.061199188233rem; }
#OT0UEquB99slvp0VW8Grr0FLbFJmlEgf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:.53;top:18.685331344604rem;left:44.061199188233rem; }
#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1115;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; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row .container { background-color: transparent; background-image: none; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row .container > .video-iframe-container { display: none; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row > .video-iframe-container { display: none; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .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); }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row .container { border-width: 0; border-radius: 0; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#MxhEXeGXRbCX2izOSEUaeyuWSvT0a4N0 { box-sizing:content-box;height:20.1875rem;width:57.9375rem;position:absolute;display:block;z-index:15007;background-color:#0b0e11;background-image:none;box-shadow: 0.0625rem 0.0625rem 2.4375rem #624f21 ;border-top:0.0625rem solid rgba(232,180,41,0.5);border-left:0.0625rem solid rgba(232,180,41,0.5);border-right:0.0625rem solid rgba(232,180,41,0.5);border-bottom:0.0625rem solid rgba(232,180,41,0.5);top:6.6200103759762rem;left:8.3973541259762rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Qx4haLb7FaU8S91iZSXCJFSbLcpmmc4d { color:#dadada;display:block;width:49.249125rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:12.498916625976rem;left:12.875434875488rem;height:2.33615625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtNOQ8a8KhGS5X7pvTHDl7RVTEUWlLr2 { color:#888896;display:block;width:49.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.383460998535rem;left:12.842882156372rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oi030G36zSOw9Vnm47lcEE6BqtAVv5DV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.03645324707rem;left:36.342231750488rem; }
#n1ThM9bgxyTGxtnEvwE2Lx0dyxSeFPHN { color:#e8b429;display:block;width:49.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:22.758243560791rem;left:12.843967437744rem;height:1.37478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1115;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; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row .container { background-color: transparent; background-image: none; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row .container > .video-iframe-container { display: none; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row > .video-iframe-container { display: none; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .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); }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row .container { border-width: 0; border-radius: 0; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#DqXRuwXk3uAFe8LCl9STEVKbi3sUEwl1 { box-sizing:content-box;height:27.5rem;width:57.9375rem;position:absolute;display:block;z-index:15007;background-color:#0b0e11;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(56,157,123,0.5);border-left:0.0625rem solid rgba(56,157,123,0.5);border-right:0.0625rem solid rgba(56,157,123,0.5);border-bottom:0.0625rem solid rgba(56,157,123,0.5);top:3.6809997558594rem;left:8.3973541259762rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Q6HMzfTHbWkE8OVCb5gdTmdolOToChuG { color:#dadada;display:block;width:47.4370625rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8094635009762rem;left:13.780382156372rem;height:5.52300625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXgqDZ1ULP9u7bf1Svgl6iTU77HhRnGn { color:#dadada;display:block;width:26.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:17.811859130859rem;left:24.187286376953rem;height:1.23698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A62L02X7dzrUu6giwqdTT2XGmavXbvNC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.1864166259766rem;left:28.062068939209rem; }
#v7wc0QIRtkpleorrJgwDTHFasWhCau0D { color:#389d7b;display:block;width:15.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:6.8114166259762rem;left:30.937503814698rem;height:1.1002625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N2BH48Gh4TwOGKgodz0iuvMTFkX99vJc { color:#dadada;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:20.187072753906rem;left:24.187286376953rem;height:1.23698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VGFz77ZMvocdJz3rSrhGa4tK9glkIzBa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.687072753906rem;left:22.187501907349rem; }
#umMDns2Dl46TwL774PLAVP0wl1nWQOke { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.936416625976rem;left:22.187501907349rem; }
#T3ANduqQhTxoeA11ncua3V3JDTgTr0cw { background-color:#389d7b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:26.0625rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:24.370010375976rem;left:26.905384063721rem;display:block; }
#uzRmuhsgyUwADkMyF6hiFSpSEsC9h34W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b618mhna0HRHRTTsKlDdVU6F897GeHV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row .container { background-color: transparent; background-image: none; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row .container > .video-iframe-container { display: none; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row > .video-iframe-container { display: none; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .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); }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row .container { border-width: 0; border-radius: 0; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#w7fBnN6gt81twLi7RbJsTkRlPhHSFDOt { color:#dadada;display:block;width:47.436rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:4.8079490661621rem;left:13.781467437744rem;height:2.95573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VZOA4LRaziod6mc5CEgsAXp8nt9OKau2 { box-sizing:content-box;height:5.6875rem;width:57.9375rem;position:absolute;display:block;z-index:15008;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(232,180,41,0.5);border-left:0.0625rem solid rgba(232,180,41,0.5);border-right:0.0625rem solid rgba(232,180,41,0.5);border-bottom:0.0625rem solid rgba(232,180,41,0.5);top:11.875rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#whuBD7qCTC6ApcRB60nRK1qxIXr2XXJC { color:#dadada;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:14.4375rem;left:14.875rem;height:1.23698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qobRi78TXKOOPIxV5OBpXxpGsSuVd65N { color:#dadada;display:block;width:2.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:13.75rem;left:11.375rem;height:2.06163125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cme0r2MmsIgzMasmLATDKzZEQJnOJZmR { box-sizing:content-box;height:5.6875rem;width:57.9375rem;position:absolute;display:block;z-index:15011;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(232,180,41,0.5);border-left:0.0625rem solid rgba(232,180,41,0.5);border-right:0.0625rem solid rgba(232,180,41,0.5);border-bottom:0.0625rem solid rgba(232,180,41,0.5);top:19.25rem;left:8.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lFQtkrLFI49B7FPMdJekU0lZdVpzMCcH { color:#dadada;display:block;width:2.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:21.125rem;left:11.375rem;height:2.06163125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pVC5urX3H9m2lSCQZDTiTOiC3FsXi1uy { color:#dadada;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:21.5625rem;left:14.875rem;height:1.23698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fm126geMeA2vfoTgqpFV1TkymzIpsmTn { box-sizing:content-box;height:5.68685rem;width:57.9373125rem;position:absolute;display:block;z-index:15012;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(232,180,41,0.5);border-left:0.0625rem solid rgba(232,180,41,0.5);border-right:0.0625rem solid rgba(232,180,41,0.5);border-bottom:0.0625rem solid rgba(232,180,41,0.5);top:26.4375rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ThOpUZa7BtE4XRWqxzgSOGOAUQX3C62T { color:#dadada;display:block;width:32.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:28.8125rem;left:14.875rem;height:1.23698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hc0QFwMdlor7pDWAlTZFFRDLsf71X7Pu { color:#dadada;display:block;width:2.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:28.25rem;left:11.375rem;height:2.06163125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bMggKoL8SdJglZhsIanuZIv1vRDMFT6c { box-sizing:content-box;height:5.68685rem;width:57.9373125rem;position:absolute;display:block;z-index:15013;background-color:#0e1115;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(232,180,41,0.5);border-left:0.0625rem solid rgba(232,180,41,0.5);border-right:0.0625rem solid rgba(232,180,41,0.5);border-bottom:0.0625rem solid rgba(232,180,41,0.5);top:33.875rem;left:8.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zt6ypul3ddKGGT01oKbn8M57cGH4MXq0 { color:#dadada;display:block;width:3.3125rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:35.75rem;left:11.375rem;height:2.06163125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M4r6RIDLyseUXobpWigTh3ZxTo8K22Sy { color:#dadada;display:block;width:32.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:36.375rem;left:14.875rem;height:1.23698125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IKJSKy45NQPt1I3BfpqtLxETsPlrLKFV { background-color:transparent;background-image: -webkit-linear-gradient(117deg, #e8b429, #e8c365);background-image: -moz-linear-gradient(117deg, #e8b429, #e8c365);background-image: -ms-linear-gradient(117deg, #e8b429, #e8c365);background-image: -o-linear-gradient(117deg, #e8b429, #e8c365);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b429', endColorstr='#e8c365' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b429', endColorstr='#e8c365' );";background-image: linear-gradient(117deg, #e8b429, #e8c365);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#0b0e11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:44.322916030884rem;left:33.373481750488rem;display:block; }
#uXJbW0O4LFVdRv7CIt8ZqkiLGM52IXp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1115;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; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row .container { background-color: transparent; background-image: none; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row .container > .video-iframe-container { display: none; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row > .video-iframe-container { display: none; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .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); }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row .container { border-width: 0; border-radius: 0; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#Mg9bRrSbHVune76tWLW4tOMDZgU0xQnB { color:#dadada;display:block;width:47.436rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:4.6093654632568rem;left:13.781467437744rem;height:2.95573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#0b0e11;background-image:none;box-shadow: none;border-top:0.0625rem solid #404348;border-left:0.0625rem solid #404348;border-right:0.0625rem solid #404348;border-bottom:0.0625rem solid #404348;vertical-align:top; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-heading-text { display:block;position:relative;width:100%;font-family:georgia;font-weight:700;font-size:1.0625rem;color:#b2b2b8;height:auto;line-height:1.1;overflow:hidden; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:roboto;color:#888896;line-height:1.3;overflow:hidden;height:auto; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02c6db074af2081bcd1259643c70885c597b9b6e.svg");background-size:contain !important; }#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-trigger.adaptive-delivery-prevent-bg, #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-trigger.lazyload, #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-trigger.lazyloading { background-image: none; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL { box-sizing:content-box;height:auto;width:50.8105625rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.372179508209rem;left:13.154298782349rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #EtlLQILHKUuHuzyPoeLKs7OniPg3RhSL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #lwI7FX6m1SxyO3p9Ix0ZSbJr1LEDlaPa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #aqPHm2n6FdeScSGeqehOyH263C8QCHau { display:block;position:relative; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #WkkJtvra4dtJGLFynKbA1WpdvaV5FknH {  }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #e8RdsqQ7ySekZacQexKpvE352gIAAKq5 {  }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #oMpik7JFOzHGd3Dfy4dokMQAHlc6NAGq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #hcrtHi4sHkTpRXEUzEi7WpRzzuyEVb2a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #kBRDrstSkKTkddc5qdHMksQ6f5ChmpJ4 { display:block;position:relative; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #wdaK68pL1PJd4kgM1fSMwZkHWAph0fvc {  }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #MvJ2SQkxidDtTtXNsDoCPkf28XkDUx1T { display:none; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #KygIZsT0VrKUlxVNSIUdO5PAifDqiRcF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #HqAulFZg1vhk8cCFtrALiff9qcEE263z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #QTMWuUlGXqJDHLxlaIh8WI5xl2f299WG { display:block;position:relative; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #EuXQICJySTSKP0iAT7kQX0CaKeRwB3ap {  }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #V3spptotzBDzxnI7g7HdmSNumRsxt4Q0 { display:none; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #nI4rXOiu4mfhyBrKoPBuZIWLsmsr70tS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #H0wLG4eTvEdMPXtRtJuMpHp3z2w5Z0vn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #kpZsbB44aTkJ0oRNqLoMz4SkG1Ev0BBs { display:block;position:relative; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #Kh3sovgrAaBqSF4DTlES2lpURG6QUWhK {  }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #AkTJLB5xrpm1tfmMCmTILZLuDoZxBPMe { display:none; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #g0TgThvEzUnDp2TBtyiGNHw4TszLtU0A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #vc7tb4H1Gdc3bMIEWkt0P0BfahoiVNHM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #otXaCGPh8QwGmvRI8fBzuOPaTduEKcRE { display:block;position:relative; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #ALXXe7uJlJxHexccHzV7t9iPTE5U9IlB {  }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #mpudZX3rPXLKBFpTZfbt8K2DSueloKRV { display:none; }
#vV2dBsJeOyJCCoGmgvb48024yryit7wF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0e11;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; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row .container { background-color: transparent; background-image: none; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row .container > .video-iframe-container { display: none; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row > .video-iframe-container { display: none; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .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); }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row .container { border-width: 0; border-radius: 0; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#c4AwiTK86XhqPol5fKRBvdMwrgTyDZO4 { color:#e8c365;display:block;width:42.8125rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.29296875rem;left:16.093751907349rem;height:5.91145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3kIUn7vqXTm2ycWJVxr8s8rkb4q4bTQ { color:#606062;display:block;width:35.061875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:13.255208969116rem;left:19.968534469604rem;height:1.23698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7ngTKPrZNFNpxGDZHKzXH0hyTAf1QTm { background-color:transparent;background-image: -webkit-linear-gradient(117deg, #e8b429, #e8c365);background-image: -moz-linear-gradient(117deg, #e8b429, #e8c365);background-image: -ms-linear-gradient(117deg, #e8b429, #e8c365);background-image: -o-linear-gradient(117deg, #e8b429, #e8c365);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b429', endColorstr='#e8c365' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b429', endColorstr='#e8c365' );";background-image: linear-gradient(117deg, #e8b429, #e8c365);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#0b0e11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.5620625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.196615219116rem;left:27.218967437744rem;display:block; }
#fqZ0JwdENTrMdK0suJtwausKOwDCk2ew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 { display:block; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqQDLSKOkaAXy4WFk50dhvNTsqBct2GJ { top:4.375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufxg6nFz5fiDSx0a23cZVK1K3IWHVTai { top:8.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd98kRAVwODqQu7RqqGZU5ZNgqhMeCxz { top:12.75rem;left:0.125rem;width:47.625rem;height:8.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPO5Z88Jstg69y7bnFOUtrAPmpWuPqdA { top:20.5rem;left:0.375rem;width:47.375rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE96MJihtD1XQLpl3gtduqKbW2pSxpiA { top:24.375rem;left:0.875rem;width:46.875rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCJlmsJx6fazKihHlu3JUlGntFpVD1sy { top:31.125rem;left:0.7185344696045rem;width:46.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1nAf9vvzRdn5KJWLNIe5ml3zubR2ZbI { top:43rem;left:11.811199188233rem;width:25.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDbbfTtzePNfLVnnPI5Ocmxs1cRJVF6m { width:26rem;height:3.4375rem;top:38.25rem;left:11.749351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD2rxXoombFqJVk8yfvwypH5sJqro5lh { display:block; }
 }@media only screen and (max-width: 763px) { #XNVvASzGTNwe5Wwe4UMNhdewql19xocT { display:block; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyOTCTQH80zCW4xsHr6bbOc8xKMRlM6B { top:13.4375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlXJciocwnZ8QlWWXRPRiuIaDBzU0U9A { top:15.5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDf1C3u2AmyPCdM9MeX3UOAuiICQr4xm { top:4.75rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG { display:block; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iq6FS02WeKtAV20pRrFZ637K1ETSM2I7 { top:2.5625rem;left:0rem;width:29.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1qWpCKRXlyaJmDzq4t8pvcoIRkcPpIv { top:4.6875rem;left:0rem;width:16.125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDzCvhdmGvgHb9wPg1JUD6C8pLV6z4S { top:7.5rem;left:1.1529960632324rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHSiok9r79GiIyvT0V1PxbrTbC5wMZv7 { top:10.0625rem;left:1.1540813446045rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Ha2IXlsfkVPiJkeIDEXMkLDTU4fE55 { top:12.5625rem;left:1.1540813446045rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxAiocXxDrgmBAIAxCXEIZGbZfsKwFV { top:15rem;left:1.1540813446045rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMb1lTbBMTzWDiwroIwhV2JzdInnPhOx { top:7.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWLVdmWV2ONLqOB26Mnn989U9rUH8Dts { top:9.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlA8c0MTDfN2vak4n2d3yT32gLCGw8ku { top:14.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5GEN9t75g2cP85nzxtcLtQIIXOPOPR { top:12rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuXSZsbnigFfiBxADAUsi0lvXg0FE7V { top:2.5625rem;left:17.6875rem;width:29.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS51ZAdnzTeMJclsezoKyaXxNGKeptKB { top:4.75rem;left:23.875rem;width:21rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwsSC0B0NxHWWoqIQS63dTUsDaxzTwvO { top:7.1875rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHDJzgoOIqVvdnIGoJtpxgsM4P60eZ1 { top:7.5rem;left:23.1875rem;width:24.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQGtJ7NllRG0zMXsvTHZqDPxJhGCULK { top:10.0625rem;left:24.999786376953rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTHb4Hl4JO13POlvKb0heL8RdNNb6z6r { top:12.625rem;left:23.6875rem;width:24.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3pAFHEBkrpvJPHQPIXQNBeIAA7uxWd { top:9.75rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI7TwJzBQyck36zSWsynlPgOxb5TkGSt { top:12.3125rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI { display:block; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9UgRqPPPOoChfyrnZuLesH0Etg0RosT { top:3.25rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJdTPqNXsAXrJOndwB7Xt4ZI8TzKoEpX { top:8.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a { display:block; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVXEbFGxI3u5XElv5kOLc07dLDSdQWrZ { top:2.5625rem;left:0rem;width:29.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXUFyIaubFpHyPzGkm1fOzTKeT4LJoWH { top:4.5rem;left:1.2154960632324rem;width:22.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfWHpQsV7I71CbP080AQT39bVbINLxe9 { top:4.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHF7h6H8nm7hUFQSaKDbTDKnTMK8PBIP { top:2.5625rem;left:17.6875rem;width:29.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAVGhlpKHf7fxT2CizOCt35q4isPF3uF { top:4.5625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGDpcw4R13qOmdhk2ZJZQdXDVX29CKtH { top:4.4375rem;left:23.1875rem;width:24.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETGxIXBXvNIB0hMwfc2yayq2p7BGvdF { top:11.1875rem;left:0rem;width:29.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKlaOeCoHUa8zqKGkQ9v6mqwfhbvaGRR { top:13.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bST1LHiStLhV4wBur49gPCNO6Atmen38 { top:13.3125rem;left:1.1875rem;width:22.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyTtA9P3MRfFS2eusCwq2z4v85FvmoDC { top:11.1875rem;left:17.75rem;width:29.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChnfkPVytccZA9kBaV6AdDvqNGq9eV3t { top:13.1875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMWGWPneJDiJApS07CsxFUHbnB48sVUS { top:13.375rem;left:23.1875rem;width:24.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmyhhE9nrpQldgxlns5HbEXTkL2MrxUW { top:21.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX { display:block; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3NAGRTpmoTSkVHZTavrepLDlsnEgLwr { top:4.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NvlW0bTQcHwTqSyHTU7yGP0SzOKvGX { top:8.9375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE10M4giVbTKH4eXcGxTKvE7gkd7NSeL { top:14.625rem;left:0rem;width:47.625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48zs4LnDMBZu3TwXXC5qmL058uW3GBK { top:17.5rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUgbhImT74WEhGOrUTNfVSN0p9hyEMvd { top:18.75rem;left:0rem;width:30.375rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoV7yBU0kwinqXreTTEA5lR72TMoODP { top:21.125rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVITGKC9JPtalg7X36ChLNyfOV6Oxfh { top:24.375rem;left:0rem;width:22.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3FilWT7v63Fvy7I1kbfZCiDVcA423O { top:26.6875rem;left:0rem;width:25.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mss9pTuT8tbHZp0JWG2nfaFPxvEpmT6l { top:29.0625rem;left:0rem;width:22.1875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygr40dIn15TO0oBwovnzevmwufatvMbn { top:24.5rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfClQ8Qu45Dau8MqghHBUvKweLK9JVqX { top:26.875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nym456ZuxN61wIE6fESdXdZmWvJtoKmv { top:29.1875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMuQ5b826xet4Tu6icUbLfsc9msZHOr7 { top:24.5rem;left:26.686634063721rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXdGqhCc8cUsIsCJzaAuM2OL9zywFnWL { top:26.875rem;left:26.686634063721rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5b2woRX9RwWDeNOd8XARG1QFxnwo0hB { top:24.375rem;left:20.4375rem;width:27.3125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXgOciDt00k8eN2hfbEz6OVJzyJzJbg { top:26.6875rem;left:23.75rem;width:24rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrl460GeMCZvky7vn83edCgxn6VvJbf { top:17.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 { display:block; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2yWooqX0OkHTUwWqgrEkVcpogUus6zy { top:2.125rem;left:0rem;width:47.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMUOWCGDUCTd56qTwtLmJZrJmuzl9ZHT { top:5rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AThgAc16is2XW65WSqbySMNlsAnEh57H { top:6.25rem;left:0rem;width:30.375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewfM64R0TLcO1a6f1mKtnk6pg66Xf9AD { top:8.625rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcwkMI7kokTR1HVlf9KdvFtvLNZSKfv { top:11.875rem;left:0rem;width:27.125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIoku5ZgGG75ARfKJ6MCszVDiqvazX0H { top:14.1875rem;left:0rem;width:25.8125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzPvcOyh24v32HAwDsJUISD3coz7rQc4 { top:17.5625rem;left:0rem;width:24.4375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmxlLd9TitCALtZKl6rTdU2IfHyZ0hf { top:12rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKI9ytXTMlgo92W73MhCE0XyrURkTx8i { top:14.375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9Pn5QKzBwSJTkfHnJTRU3yuH1IxqiP { top:17.6875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbVLowl6XLdRnBKFcRlI2AyFKxgJLTUP { top:12rem;left:26.686634063721rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5GbHQ1nhh5kx1sDbDOynmQiImoyCMEk { top:14.375rem;left:26.686634063721rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iykc6rSVDC3PvEpe1TRb4LWOeKh1uMh2 { top:11.8125rem;left:21.3125rem;width:26.4375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABrJwP7T7uU3MLz5T6W5GFPHRfCt1zDz { top:14.1875rem;left:20.875rem;width:26.875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA8UBRKu5oWJfB3UP5bMg9xO1MeWURXD { top:5.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO { display:block; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQOGuCMQCARAck6rRq4cU7tPN2UDwod2 { top:2.25rem;left:0rem;width:47.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSazO3Fet3TyuA7t0XWRW28pQIJBwk9V { top:5.125rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqV2mipr2SuhbyPZIkVrK0kE97AvTFp3 { top:6.375rem;left:0rem;width:30.375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWcKtqEuiyw6JMMlHseScLNZnuOgt9h { top:8.75rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rocsccqfr5l3AZ3klRc9ZLsC68NGHcm5 { top:12rem;left:0rem;width:25.3125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7etq1Jvw7hBy4xOySulWrJJB4CQJblX { top:15.5625rem;left:0rem;width:25.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzRpXu3w2HgrQNTkzC0uGtyBczvFZf4q { top:12.125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgmQ7OBU8gVHFEBq93MU7xA03fUNJzsM { top:15.75rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8CdGVMupAuCmeNyVlnp0byOaADHiwMz { top:12.125rem;left:26.686634063721rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ9DhA2g4AvRFQc8NkHJGNXSrbSldmSm { top:14.5rem;left:26.686634063721rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeFXQ89h11Inm5ZIBpDGizDW5lKLbcpw { top:11.9375rem;left:24.0625rem;width:23.6875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUKRnwnJvvO6vXukoMqD47VrOZ9FPuKn { top:14.3125rem;left:23.8125rem;width:23.9375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izr3hSLOHa0gCN09aZ4qbfLRSTwn67s1 { top:5.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRmTkGiRUZGtTz5XwHz6a5VF0fPTx00I { top:4.0625rem;left:0rem;width:47.75rem;height:6rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2rr1xeCbLxnbBJS06Fx1tc5NCrWgJRx { top:11.875rem;left:14.8125rem;width:18.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-regular-label { display:block;width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-text { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-textarea { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-select { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-button { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-checkbox-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT  { width:29.125rem;height:auto;top:17.625rem;left:10.436416625976rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .radio-container { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT {display:block;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT { width:29.125rem;height:auto;top:17.625rem;left:10.436416625976rem; }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #u082zPBQaNqGD1PFDWfcKs5DA4L1TIp8 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #L6ZfLItpLQUJDgXEWxWtmhIOLAItt2M4 { display:block; }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #fnXmSNHUiPTZniOtvanW80znIBmVU480 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #huOGyDRWTi9xMIdskWSgqAkW01L4vpWc {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #ReTcDgWrbQwpT4591vJTFUPNA2cvN3U2 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #XQn2GICmtIgPW67CL2wuMbSbgWNcegpD {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #lMrH6c4kTmqyqh6SiLrThE1dxd1wK0Nq {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #fXw8xy31HRGTDJf6xhdmK4X8lyopRZHT {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #DIh8FuxNdqoQrtSdT19w5WFDDP1Rwovi {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #u8z5qrpspJn2NRBkCDkslCxDVdWMcwXz {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #k8dANiNWyAkCdpz8XeZGE9yT7UCfoQgl {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #paBP6VSgnSnfbnZVX4VGXbJbykGFKdJc {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #vcb7rWBrePtIpdd6dKJBcdQTfI2oehm9 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #VJokWrw8BpvM43AiLVsBQ8T7qOfoCBco {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #dz6ZqLFqGym2I55Wl7nhQtcyhrUil4IH {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #XK5MiLoffDcJlzBIQ5PJk0ZnOpQdZAel {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #CqO5SU7DZ5JUpieTP7JBoqyEBb5cQNDP {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #oFTERgHQLmXZxqH4VaVxogDLzwi8zLS3 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #KQNTFGFziwACVpgU7omfH8cSyPOOqUzT {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #FDWxiA09EPKTEsOrHHKlhIDsbVdCQBNq {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #Z1ItxpK3UDkuZIO3RlahyUwkSO4ZIgcz {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #nnLHDSnnzz8KvBVBzJ4CLb2darxEvRl2 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #WSHhDMdvT5GOWEW9RHhIV8TLbtQUOH5E {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #T651mXh5ZAIOqpZaTm1LrZRROTIQqDTT {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #uVlpiZbnsc1k22EqFR0gPpI3T6BaLUkb {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #zp86vRpei8WZ9Ta1IlZs9iKoMtqkc9ND {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #MwqV7ni4JsZEExg8Ey6h4u3WGeauJmSK {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #AOE03dVKQZVh7rme8QwVQ57qTm0wAN0W {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #hLmBxZLZkBH1WvZe6McebHDuXBOWWPCQ {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #eSNUB65X4hQ17cpDRKm05PqQUUKATVhe {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #vTUs0of0AdIT2iXKDPlnalsOG2FcOFgh {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #oMo1pT0a21Bnqeh2huEEw5RVu8Afzz8h {  }
 }@media only screen and (max-width: 763px) { #dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 { display:block; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOlJpfDHZvompFsXfV0egAx6IXSledgn { top:3.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D { display:block; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbghPGsHIMy8iebQuO9EbSAn3TTOAdv1 { top:2.5625rem;left:0rem;width:29.9375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub7igwqoExTGuXL0867tJnVDbHX70UX1 { top:4.75rem;left:1.2497844696045rem;width:21rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5pv83kAyy2VeuAmnh71L5b3nMJQPqcw { top:4.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkLHyXomMgERV9HCs7G4SFq87Z9S0AkN { top:7.5rem;left:0rem;width:24.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzLu6KChSqenS5JI3mf4InJyToB4ZKm { top:10.0625rem;left:0.8125rem;width:23.0625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCMELiWWeHZzzXLOoMasDKcGovs055o { top:12.625rem;left:0rem;width:24.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwdvok1m2aVeH14kMrLtQWPM1ieKu7WZ { top:2.5625rem;left:17.6875rem;width:29.9375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoy1yzzIidlA8CsIdnyG3sUqyKiv4IIG { top:4.8125rem;left:25.624568939209rem;width:16.125rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkWIs9eTnUTTvfTnHSuqRyRT5eyM8pIM { top:7.5rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxIfehMhBs2OoV8IT3LduWTEmIKzAobq { top:7.625rem;left:25.624351501465rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRDx4eIx7DMvZGJA1HaAtbNAMhqEAbO2 { top:10.1875rem;left:25.624351501465rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpvbuII9Qdp161oKH3u1iXSckeTysVcQ { top:12.6875rem;left:25.624351501465rem;width:20.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaDlUdL5Torhkq4gUCRtvRpILS9n9Zf5 { top:15.25rem;left:25.625003814698rem;width:20.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX3HXUtKWTTRTBTpFhCa9BikaJUfPNhJ { top:15.1875rem;left:0rem;width:24.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcbMMFuB4yANHMaivl7nDVKXTCOdo8B { top:7.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBBGxSGZcnKGTylXmt0MWA5CzlRuF1Ks { top:9.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7nGMcG2JPgw8IGeKGhBT6TmFSPSZiSI { top:12.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyf5rSsqFUETsWl7V5PgfA28al6eyVAc { top:15.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX0sxJsLM7zuOPa2FheSQCCmWJRp7Cw1 { top:4.5rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMCBUeaVTg9oVMaDhGETa2P3yiD6Qz8 { top:18.625rem;left:25.623268127441rem;width:20.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITf433USzwXgcX9Q4auwy5LFDPt9DKd { top:10.0625rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyqCQk2MPxSOBymdrttUhpa44ExzznRr { top:12.625rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQHe0EkO9iMTMrENukdOWX0uX4UFOoU { top:15.25rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT0UEquB99slvp0VW8Grr0FLbFJmlEgf { top:18.625rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 { display:block; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxhEXeGXRbCX2izOSEUaeyuWSvT0a4N0 { top:6.5625rem;left:0rem;width:47.625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4haLb7FaU8S91iZSXCJFSbLcpmmc4d { top:12.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtNOQ8a8KhGS5X7pvTHDl7RVTEUWlLr2 { top:16.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi030G36zSOw9Vnm47lcEE6BqtAVv5DV { top:9rem;left:22.717231750488rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ThM9bgxyTGxtnEvwE2Lx0dyxSeFPHN { top:22.75rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx { display:block; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqXRuwXk3uAFe8LCl9STEVKbi3sUEwl1 { top:3.625rem;left:0rem;width:47.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6HMzfTHbWkE8OVCb5gdTmdolOToChuG { top:9.75rem;left:0.15538215637207rem;width:47.375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXgqDZ1ULP9u7bf1Svgl6iTU77HhRnGn { top:17.75rem;left:10.562286376953rem;width:26.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62L02X7dzrUu6giwqdTT2XGmavXbvNC { top:6.125rem;left:14.437068939209rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7wc0QIRtkpleorrJgwDTHFasWhCau0D { top:6.75rem;left:17.312503814698rem;width:15.9375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BH48Gh4TwOGKgodz0iuvMTFkX99vJc { top:20.125rem;left:10.562286376953rem;width:31.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFz77ZMvocdJz3rSrhGa4tK9glkIzBa { top:17.625rem;left:8.5625019073488rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umMDns2Dl46TwL774PLAVP0wl1nWQOke { top:19.875rem;left:8.5625019073488rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ANduqQhTxoeA11ncua3V3JDTgTr0cw { width:26.0625rem;height:3.4375rem;top:24.3125rem;left:13.280384063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzRmuhsgyUwADkMyF6hiFSpSEsC9h34W { display:block; }
 }@media only screen and (max-width: 763px) { #b618mhna0HRHRTTsKlDdVU6F897GeHV3 { display:block; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7fBnN6gt81twLi7RbJsTkRlPhHSFDOt { top:4.75rem;left:0.15646743774414rem;width:47.375rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZOA4LRaziod6mc5CEgsAXp8nt9OKau2 { top:11.875rem;left:0rem;width:47.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whuBD7qCTC6ApcRB60nRK1qxIXr2XXJC { top:14.4375rem;left:1.25rem;width:18.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qobRi78TXKOOPIxV5OBpXxpGsSuVd65N { top:13.75rem;left:0rem;width:2.5rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cme0r2MmsIgzMasmLATDKzZEQJnOJZmR { top:19.25rem;left:0rem;width:47.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFQtkrLFI49B7FPMdJekU0lZdVpzMCcH { top:21.125rem;left:0rem;width:2.5rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVC5urX3H9m2lSCQZDTiTOiC3FsXi1uy { top:21.5625rem;left:1.25rem;width:20.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm126geMeA2vfoTgqpFV1TkymzIpsmTn { top:26.4375rem;left:0rem;width:47.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOpUZa7BtE4XRWqxzgSOGOAUQX3C62T { top:28.8125rem;left:1.25rem;width:32.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc0QFwMdlor7pDWAlTZFFRDLsf71X7Pu { top:28.25rem;left:0rem;width:2.5rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMggKoL8SdJglZhsIanuZIv1vRDMFT6c { top:33.875rem;left:0rem;width:47.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt6ypul3ddKGGT01oKbn8M57cGH4MXq0 { top:35.75rem;left:0rem;width:3.25rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4r6RIDLyseUXobpWigTh3ZxTo8K22Sy { top:36.375rem;left:1.25rem;width:32.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKJSKy45NQPt1I3BfpqtLxETsPlrLKFV { width:14.375rem;height:3.4375rem;top:44.3125rem;left:19.748481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXJbW0O4LFVdRv7CIt8ZqkiLGM52IXp0 { display:block; }
 }@media only screen and (max-width: 763px) { #tsp74maDeCJAbxnrWRXQb37bvyz1uMEv { display:block; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg9bRrSbHVune76tWLW4tOMDZgU0xQnB { top:4.5625rem;left:0.15646743774414rem;width:47.375rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL { display:flex;height:auto;width:27.8125rem;top:12.5625rem;left:10.625rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #EtlLQILHKUuHuzyPoeLKs7OniPg3RhSL {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #lwI7FX6m1SxyO3p9Ix0ZSbJr1LEDlaPa {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #aqPHm2n6FdeScSGeqehOyH263C8QCHau {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #WkkJtvra4dtJGLFynKbA1WpdvaV5FknH {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #e8RdsqQ7ySekZacQexKpvE352gIAAKq5 {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #oMpik7JFOzHGd3Dfy4dokMQAHlc6NAGq {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #hcrtHi4sHkTpRXEUzEi7WpRzzuyEVb2a {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #kBRDrstSkKTkddc5qdHMksQ6f5ChmpJ4 {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #wdaK68pL1PJd4kgM1fSMwZkHWAph0fvc {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #MvJ2SQkxidDtTtXNsDoCPkf28XkDUx1T {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #KygIZsT0VrKUlxVNSIUdO5PAifDqiRcF {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #HqAulFZg1vhk8cCFtrALiff9qcEE263z {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #QTMWuUlGXqJDHLxlaIh8WI5xl2f299WG {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #EuXQICJySTSKP0iAT7kQX0CaKeRwB3ap {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #V3spptotzBDzxnI7g7HdmSNumRsxt4Q0 {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #nI4rXOiu4mfhyBrKoPBuZIWLsmsr70tS {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #H0wLG4eTvEdMPXtRtJuMpHp3z2w5Z0vn {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #kpZsbB44aTkJ0oRNqLoMz4SkG1Ev0BBs {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #Kh3sovgrAaBqSF4DTlES2lpURG6QUWhK {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #AkTJLB5xrpm1tfmMCmTILZLuDoZxBPMe {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #g0TgThvEzUnDp2TBtyiGNHw4TszLtU0A {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #vc7tb4H1Gdc3bMIEWkt0P0BfahoiVNHM {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #otXaCGPh8QwGmvRI8fBzuOPaTduEKcRE {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #ALXXe7uJlJxHexccHzV7t9iPTE5U9IlB {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #mpudZX3rPXLKBFpTZfbt8K2DSueloKRV {  }
 }@media only screen and (max-width: 763px) { #vV2dBsJeOyJCCoGmgvb48024yryit7wF { display:block; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4AwiTK86XhqPol5fKRBvdMwrgTyDZO4 { top:5.25rem;left:2.4687519073486rem;width:42.8125rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3kIUn7vqXTm2ycWJVxr8s8rkb4q4bTQ { top:13.25rem;left:6.3435344696044rem;width:35rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7ngTKPrZNFNpxGDZHKzXH0hyTAf1QTm { width:20.5rem;height:3.4375rem;top:18.1875rem;left:13.593967437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ0JwdENTrMdK0suJtwausKOwDCk2ew { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 { display:block; }#N9JgmLcALwPfmZtTbNyEGtSolzvLNr04 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqQDLSKOkaAXy4WFk50dhvNTsqBct2GJ { width:20rem;height:2.20051875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufxg6nFz5fiDSx0a23cZVK1K3IWHVTai { width:16.0623125rem;height:5.49913125rem;top:6.0894098281861rem;left:1.9683161377907rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qd98kRAVwODqQu7RqqGZU5ZNgqhMeCxz { width:20rem;height:8.2486875rem;top:11.606771469116rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPO5Z88Jstg69y7bnFOUtrAPmpWuPqdA { width:16.75rem;height:5.49913125rem;top:19.329862594604rem;left:1.7812500596046rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE96MJihtD1XQLpl3gtduqKbW2pSxpiA { width:20rem;height:5.49913125rem;top:24.290365219116rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCJlmsJx6fazKihHlu3JUlGntFpVD1sy { width:20rem;height:5.39930625rem;top:33.063152313233rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s1nAf9vvzRdn5KJWLNIe5ml3zubR2ZbI { width:12.9373125rem;height:2.098525rem;top:45.513900756836rem;left:3.5308163762093rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CDbbfTtzePNfLVnnPI5Ocmxs1cRJVF6m { width:18.8748125rem;height:3.4375rem;top:41.074220657349rem;left:0.56206601858139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD2rxXoombFqJVk8yfvwypH5sJqro5lh { display:block; }
 }@media only screen and (max-width: 763px) { #XNVvASzGTNwe5Wwe4UMNhdewql19xocT { display:block; }#XNVvASzGTNwe5Wwe4UMNhdewql19xocT > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyOTCTQH80zCW4xsHr6bbOc8xKMRlM6B { width:20rem;height:2.47395625rem;top:14.171234130859rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlXJciocwnZ8QlWWXRPRiuIaDBzU0U9A { width:19.249125rem;height:2.47395625rem;top:17.794281005859rem;left:0.3754341006279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDf1C3u2AmyPCdM9MeX3UOAuiICQr4xm { width:20rem;height:9.596375rem;top:1.9826507568359rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG { display:block; }#UWdZoLTN2ax7qVA70GH1EI0bFKLppOvG > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iq6FS02WeKtAV20pRrFZ637K1ETSM2I7 { width:19.875rem;height:18.625rem;top:1.1243490576744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1qWpCKRXlyaJmDzq4t8pvcoIRkcPpIv { width:16.124125rem;height:1.1002625rem;top:3.2738717794418rem;left:2.3730469346046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDzCvhdmGvgHb9wPg1JUD6C8pLV6z4S { width:13.8125rem;height:2.20051875rem;top:5.9995663166046rem;left:4.3120663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHSiok9r79GiIyvT0V1PxbrTbC5wMZv7 { width:13.1875rem;height:2.20051875rem;top:9.3741323947906rem;left:4.3120663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Ha2IXlsfkVPiJkeIDEXMkLDTU4fE55 { width:12.3125rem;height:2.20051875rem;top:12.749783754349rem;left:4.3120663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxAiocXxDrgmBAIAxCXEIZGbZfsKwFV { width:7.125rem;height:1.1002625rem;top:16.124349832535rem;left:4.3120663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMb1lTbBMTzWDiwroIwhV2JzdInnPhOx { display:flex;width:2.125rem;height:2.125rem;top:5.6241321563721rem;left:1.9368491768837rem; }
 }@media only screen and (max-width: 763px) { #LWLVdmWV2ONLqOB26Mnn989U9rUH8Dts { display:flex;width:2.0625rem;height:2.0625rem;top:8.9997832775119rem;left:1.9997830986977rem; }
 }@media only screen and (max-width: 763px) { #OlA8c0MTDfN2vak4n2d3yT32gLCGw8ku { display:flex;width:2.0625rem;height:2.0625rem;top:15.562283754349rem;left:1.9368491768837rem; }
 }@media only screen and (max-width: 763px) { #Lz5GEN9t75g2cP85nzxtcLtQIIXOPOPR { display:flex;width:2.0625rem;height:2.0625rem;top:12.374349832535rem;left:1.9368491768837rem; }
 }@media only screen and (max-width: 763px) { #PvuXSZsbnigFfiBxADAUsi0lvXg0FE7V { width:19.875rem;height:16.6875rem;top:21.136069536209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS51ZAdnzTeMJclsezoKyaXxNGKeptKB { width:15.8125rem;height:1.1002625rem;top:23.322484254837rem;left:2.3122830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwsSC0B0NxHWWoqIQS63dTUsDaxzTwvO { display:flex;width:1.6875rem;height:1.6875rem;top:26.187068223953rem;left:2.0616319775581rem; }
 }@media only screen and (max-width: 763px) { #uTHDJzgoOIqVvdnIGoJtpxgsM4P60eZ1 { width:13.3125rem;height:2.20051875rem;top:26.311850786209rem;left:4.3120663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQGtJ7NllRG0zMXsvTHZqDPxJhGCULK { width:11.75rem;height:2.20051875rem;top:29.812283754349rem;left:4.3750002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTHb4Hl4JO13POlvKb0heL8RdNNb6z6r { width:13.625rem;height:2.400175rem;top:33.125003099441rem;left:4.3750002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3pAFHEBkrpvJPHQPIXQNBeIAA7uxWd { display:flex;width:1.6875rem;height:1.6875rem;top:29.499783754349rem;left:2.0616319775581rem; }
 }@media only screen and (max-width: 763px) { #XI7TwJzBQyck36zSWsynlPgOxb5TkGSt { display:flex;width:1.6875rem;height:1.6875rem;top:33.186850786209rem;left:2.0616319775581rem; }
 }@media only screen and (max-width: 763px) { #rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI { display:block; }#rUE71uSnQ6AQtoU1cM7e2JKklh8krRJI > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9UgRqPPPOoChfyrnZuLesH0Etg0RosT { width:15.2495625rem;height:6.5983125rem;top:1.5071611404419rem;left:2.3741319775581rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJdTPqNXsAXrJOndwB7Xt4ZI8TzKoEpX { width:17.6248125rem;height:2.47395625rem;top:9.5334205627444rem;left:1.1870660185814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a { display:block; }#cXV8NmLSa5L3oeaGopLg6SH1GnFZFz2a > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVXEbFGxI3u5XElv5kOLc07dLDSdQWrZ { width:19.875rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXUFyIaubFpHyPzGkm1fOzTKeT4LJoWH { width:15.9375rem;height:2.79948125rem;top:2.7747402191162rem;left:2.9997830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfWHpQsV7I71CbP080AQT39bVbINLxe9 { display:flex;width:1.8125rem;height:1.8125rem;top:2.9537754058838rem;left:0.78168410062787rem; }
 }@media only screen and (max-width: 763px) { #KHF7h6H8nm7hUFQSaKDbTDKnTMK8PBIP { width:19.875rem;height:5.625rem;top:15.187717437744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAVGhlpKHf7fxT2CizOCt35q4isPF3uF { display:flex;width:1.6875rem;height:1.6875rem;top:16.844619750976rem;left:0.85004347562787rem; }
 }@media only screen and (max-width: 763px) { #SGDpcw4R13qOmdhk2ZJZQdXDVX29CKtH { width:16.3125rem;height:2.79948125rem;top:16.595054626465rem;left:2.9997830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETGxIXBXvNIB0hMwfc2yayq2p7BGvdF { width:19.875rem;height:5.625rem;top:8.2013893127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKlaOeCoHUa8zqKGkQ9v6mqwfhbvaGRR { display:flex;width:1.5625rem;height:1.5625rem;top:10.073785781861rem;left:0.93684905767444rem; }
 }@media only screen and (max-width: 763px) { #bST1LHiStLhV4wBur49gPCNO6Atmen38 { width:13rem;height:2.79948125rem;top:9.7612857818606rem;left:2.9997830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyTtA9P3MRfFS2eusCwq2z4v85FvmoDC { width:19.875rem;height:5.625rem;top:22.139106750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChnfkPVytccZA9kBaV6AdDvqNGq9eV3t { display:flex;width:1.75rem;height:1.75rem;top:24.137588500976rem;left:0.87500005960463rem; }
 }@media only screen and (max-width: 763px) { #OMWGWPneJDiJApS07CsxFUHbnB48sVUS { width:15.25rem;height:2.79948125rem;top:23.764324188233rem;left:2.9997830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmyhhE9nrpQldgxlns5HbEXTkL2MrxUW { width:20rem;height:2.47395625rem;top:30.713977813721rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX { display:block; }#w1qhZyQs9vgtzNB2NldWlEtMAKnIhTSX > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3NAGRTpmoTSkVHZTavrepLDlsnEgLwr { width:20rem;height:6.5983125rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NvlW0bTQcHwTqSyHTU7yGP0SzOKvGX { width:16.749125rem;height:2.47395625rem;top:11.170789718628rem;left:1.6243489384651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE10M4giVbTKH4eXcGxTKvE7gkd7NSeL { width:19.875rem;height:29.625rem;top:16.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48zs4LnDMBZu3TwXXC5qmL058uW3GBK { width:9.6875rem;height:0.96136875rem;top:18.937065124512rem;left:3.3745663762093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUgbhImT74WEhGOrUTNfVSN0p9hyEMvd { width:15.8125rem;height:3.16189375rem;top:19.9375rem;left:3.3745663762093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoV7yBU0kwinqXreTTEA5lR72TMoODP { width:14.9375rem;height:2.20051875rem;top:23.74284362793rem;left:3.4364150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVITGKC9JPtalg7X36ChLNyfOV6Oxfh { width:13.25rem;height:2.20051875rem;top:27.968101501465rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3FilWT7v63Fvy7I1kbfZCiDVcA423O { width:15rem;height:2.20051875rem;top:31.131080627441rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mss9pTuT8tbHZp0JWG2nfaFPxvEpmT6l { width:13.1875rem;height:2.20051875rem;top:34.381950378418rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygr40dIn15TO0oBwovnzevmwufatvMbn { display:flex;width:0.625rem;height:0.625rem;top:28.187286376953rem;left:1.5000000596046rem; }
 }@media only screen and (max-width: 763px) { #bfClQ8Qu45Dau8MqghHBUvKweLK9JVqX { display:flex;width:0.625rem;height:0.625rem;top:31.312286376953rem;left:1.5000000596046rem; }
 }@media only screen and (max-width: 763px) { #nym456ZuxN61wIE6fESdXdZmWvJtoKmv { display:flex;width:0.625rem;height:0.625rem;top:34.499137878418rem;left:1.5000000596046rem; }
 }@media only screen and (max-width: 763px) { #XMuQ5b826xet4Tu6icUbLfsc9msZHOr7 { display:flex;width:0.625rem;height:0.625rem;top:37.936637878418rem;left:1.5618490576744rem; }
 }@media only screen and (max-width: 763px) { #AXdGqhCc8cUsIsCJzaAuM2OL9zywFnWL { display:flex;width:0.625rem;height:0.625rem;top:41.312286376953rem;left:1.5618490576744rem; }
 }@media only screen and (max-width: 763px) { #b5b2woRX9RwWDeNOd8XARG1QFxnwo0hB { width:16.1875rem;height:2.20051875rem;top:37.70768737793rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzXgOciDt00k8eN2hfbEz6OVJzyJzJbg { width:15.875rem;height:2.20051875rem;top:41.144104003906rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrl460GeMCZvky7vn83edCgxn6VvJbf { display:flex;width:2.0625rem;height:2.0625rem;top:20.124137878418rem;left:0.81163197755812rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 { display:block; }#bkaB85t1IBF43JVKgSDSHfHF9dHD72A7 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2yWooqX0OkHTUwWqgrEkVcpogUus6zy { width:19.875rem;height:33.375rem;top:1.4366302490234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMUOWCGDUCTd56qTwtLmJZrJmuzl9ZHT { width:9.6875rem;height:0.96136875rem;top:4.2263336181641rem;left:3.9366319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AThgAc16is2XW65WSqbySMNlsAnEh57H { width:12rem;height:3.16189375rem;top:5.4372711181641rem;left:3.9995663762093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewfM64R0TLcO1a6f1mKtnk6pg66Xf9AD { width:14.6875rem;height:2.20051875rem;top:9.4487762451175rem;left:3.9995663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlcwkMI7kokTR1HVlf9KdvFtvLNZSKfv { width:14.5rem;height:2.20051875rem;top:13.999557495118rem;left:2.9991322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIoku5ZgGG75ARfKJ6MCszVDiqvazX0H { width:13.75rem;height:3.30078125rem;top:17.624771118164rem;left:2.9991322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzPvcOyh24v32HAwDsJUISD3coz7rQc4 { width:15.0625rem;height:2.20051875rem;top:22.124557495118rem;left:2.9991322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmxlLd9TitCALtZKl6rTdU2IfHyZ0hf { display:flex;width:0.625rem;height:0.625rem;top:15.125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #kKI9ytXTMlgo92W73MhCE0XyrURkTx8i { display:flex;width:0.625rem;height:0.625rem;top:18.75rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #HX9Pn5QKzBwSJTkfHnJTRU3yuH1IxqiP { display:flex;width:0.625rem;height:0.625rem;top:23.3125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #bbVLowl6XLdRnBKFcRlI2AyFKxgJLTUP { display:flex;width:0.625rem;height:0.625rem;top:26.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #T5GbHQ1nhh5kx1sDbDOynmQiImoyCMEk { display:flex;width:0.625rem;height:0.625rem;top:30rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #iykc6rSVDC3PvEpe1TRb4LWOeKh1uMh2 { width:14.75rem;height:2.20051875rem;top:25.499130249024rem;left:2.9991322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABrJwP7T7uU3MLz5T6W5GFPHRfCt1zDz { width:12.4375rem;height:3.30078125rem;top:28.874786376953rem;left:2.9991322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA8UBRKu5oWJfB3UP5bMg9xO1MeWURXD { display:flex;width:2.31228125rem;height:2.31228125rem;top:5.6868438720703rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO { display:block; }#czFW5OvGNF1LDMFMQfMt3T4slGh6rLWO > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQOGuCMQCARAck6rRq4cU7tPN2UDwod2 { width:19.875rem;height:28.1875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSazO3Fet3TyuA7t0XWRW28pQIJBwk9V { width:10.1875rem;height:0.96136875rem;top:4.2265625rem;left:2.8114150166511rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqV2mipr2SuhbyPZIkVrK0kE97AvTFp3 { width:16.8125rem;height:1.58094375rem;top:5.4993438720703rem;left:2.7484810948372rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWcKtqEuiyw6JMMlHseScLNZnuOgt9h { width:15.875rem;height:3.30078125rem;top:8.00910949707rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rocsccqfr5l3AZ3klRc9ZLsC68NGHcm5 { width:13.375rem;height:3.30078125rem;top:13.062271118164rem;left:3.0620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7etq1Jvw7hBy4xOySulWrJJB4CQJblX { width:11.25rem;height:2.20051875rem;top:17.624984741211rem;left:3.0620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzRpXu3w2HgrQNTkzC0uGtyBczvFZf4q { display:flex;width:0.625rem;height:0.625rem;top:13.31184387207rem;left:2.1245661377907rem; }
 }@media only screen and (max-width: 763px) { #vgmQ7OBU8gVHFEBq93MU7xA03fUNJzsM { display:flex;width:0.625rem;height:0.625rem;top:17.749771118164rem;left:2.1245661377907rem; }
 }@media only screen and (max-width: 763px) { #l8CdGVMupAuCmeNyVlnp0byOaADHiwMz { display:flex;width:0.625rem;height:0.625rem;top:21.249130249024rem;left:2.1245661377907rem; }
 }@media only screen and (max-width: 763px) { #hJ9DhA2g4AvRFQc8NkHJGNXSrbSldmSm { display:flex;width:0.625rem;height:0.625rem;top:24.686630249024rem;left:2.1245661377907rem; }
 }@media only screen and (max-width: 763px) { #HeFXQ89h11Inm5ZIBpDGizDW5lKLbcpw { width:13.8125rem;height:2.20051875rem;top:21.062484741211rem;left:3.0620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUKRnwnJvvO6vXukoMqD47VrOZ9FPuKn { width:14.8125rem;height:2.20051875rem;top:24.499984741211rem;left:3.0620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izr3hSLOHa0gCN09aZ4qbfLRSTwn67s1 { display:flex;width:1.875rem;height:1.875rem;top:5.1226196289062rem;left:0.62955731153488rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRmTkGiRUZGtTz5XwHz6a5VF0fPTx00I { width:17.6248125rem;height:8.79775rem;top:1.960720539093rem;left:1.1870660185814rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2rr1xeCbLxnbBJS06Fx1tc5NCrWgJRx { width:18.125rem;height:1.23698125rem;top:13.921661376953rem;left:0.93750005960463rem;font-size:1.125rem;color:#b2b2b8;display:block; }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-regular-label { display:block;width:5.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-text { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-textarea { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-select { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:6rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6rem;height:3.25rem; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .widget-checkbox-label { width:10.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT  { width:17.5rem;height:auto;top:17.346145629882rem;left:0rem;box-shadow: 0.0625rem 0.4375rem 1rem #795d14 ; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT .radio-container { width:11.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT {display:block;}#RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT { width:17.5rem;height:auto;top:17.346145629882rem;left:0rem;box-shadow: 0.0625rem 0.4375rem 1rem #795d14 ; }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #u082zPBQaNqGD1PFDWfcKs5DA4L1TIp8 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #L6ZfLItpLQUJDgXEWxWtmhIOLAItt2M4 { display:block; }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #fnXmSNHUiPTZniOtvanW80znIBmVU480 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #huOGyDRWTi9xMIdskWSgqAkW01L4vpWc {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #ReTcDgWrbQwpT4591vJTFUPNA2cvN3U2 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #XQn2GICmtIgPW67CL2wuMbSbgWNcegpD {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #lMrH6c4kTmqyqh6SiLrThE1dxd1wK0Nq {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #fXw8xy31HRGTDJf6xhdmK4X8lyopRZHT {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #DIh8FuxNdqoQrtSdT19w5WFDDP1Rwovi {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #u8z5qrpspJn2NRBkCDkslCxDVdWMcwXz {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #k8dANiNWyAkCdpz8XeZGE9yT7UCfoQgl {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #paBP6VSgnSnfbnZVX4VGXbJbykGFKdJc {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #vcb7rWBrePtIpdd6dKJBcdQTfI2oehm9 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #VJokWrw8BpvM43AiLVsBQ8T7qOfoCBco {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #dz6ZqLFqGym2I55Wl7nhQtcyhrUil4IH {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #XK5MiLoffDcJlzBIQ5PJk0ZnOpQdZAel {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #CqO5SU7DZ5JUpieTP7JBoqyEBb5cQNDP {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #oFTERgHQLmXZxqH4VaVxogDLzwi8zLS3 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #KQNTFGFziwACVpgU7omfH8cSyPOOqUzT {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #FDWxiA09EPKTEsOrHHKlhIDsbVdCQBNq {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #Z1ItxpK3UDkuZIO3RlahyUwkSO4ZIgcz {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #nnLHDSnnzz8KvBVBzJ4CLb2darxEvRl2 {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #WSHhDMdvT5GOWEW9RHhIV8TLbtQUOH5E {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #T651mXh5ZAIOqpZaTm1LrZRROTIQqDTT {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #uVlpiZbnsc1k22EqFR0gPpI3T6BaLUkb {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #zp86vRpei8WZ9Ta1IlZs9iKoMtqkc9ND {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #MwqV7ni4JsZEExg8Ey6h4u3WGeauJmSK {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #AOE03dVKQZVh7rme8QwVQ57qTm0wAN0W {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #hLmBxZLZkBH1WvZe6McebHDuXBOWWPCQ {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #eSNUB65X4hQ17cpDRKm05PqQUUKATVhe {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #vTUs0of0AdIT2iXKDPlnalsOG2FcOFgh {  }
 }@media only screen and (max-width: 763px) { #RNZCWzrAUDk8Hx0bbAHEmRTwuDWbBWeT #oMo1pT0a21Bnqeh2huEEw5RVu8Afzz8h {  }
 }@media only screen and (max-width: 763px) { #dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 { display:block; }#dGVCLt88ly1cxz1fVhNGMDWl6tkvtXn3 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOlJpfDHZvompFsXfV0egAx6IXSledgn { width:20rem;height:6.5983125rem;top:1.8118591308594rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D { display:block; }#B0cDA4CvyFR3nAc88KOK5y0OJZb8RN9D > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbghPGsHIMy8iebQuO9EbSAn3TTOAdv1 { width:19.875rem;height:18.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub7igwqoExTGuXL0867tJnVDbHX70UX1 { width:8.0625rem;height:1.1002625rem;top:3.5620727539062rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5pv83kAyy2VeuAmnh71L5b3nMJQPqcw { display:flex;width:1.68728125rem;height:1.68728125rem;top:3.3125rem;left:1.0622830986977rem; }
 }@media only screen and (max-width: 763px) { #rkLHyXomMgERV9HCs7G4SFq87Z9S0AkN { width:16.0625rem;height:1.1002625rem;top:6.6241455078125rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzLu6KChSqenS5JI3mf4InJyToB4ZKm { width:12.5rem;height:2.20051875rem;top:8.7497863769531rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCMELiWWeHZzzXLOoMasDKcGovs055o { width:15.375rem;height:2.400175rem;top:11.936645507812rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwdvok1m2aVeH14kMrLtQWPM1ieKu7WZ { width:19.875rem;height:24.875rem;top:21.561218261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoy1yzzIidlA8CsIdnyG3sUqyKiv4IIG { width:12.9375rem;height:1.37478125rem;top:23.748718261719rem;left:2.9991322159767rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkWIs9eTnUTTvfTnHSuqRyRT5eyM8pIM { display:flex;width:1.5rem;height:1.5rem;top:27.061431884766rem;left:0.99934905767444rem; }
 }@media only screen and (max-width: 763px) { #DxIfehMhBs2OoV8IT3LduWTEmIKzAobq { width:15.9375rem;height:1.1002625rem;top:27.249145507812rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRDx4eIx7DMvZGJA1HaAtbNAMhqEAbO2 { width:16rem;height:2.20051875rem;top:29.810974121094rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpvbuII9Qdp161oKH3u1iXSckeTysVcQ { width:14.6875rem;height:2.20051875rem;top:33.248474121094rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaDlUdL5Torhkq4gUCRtvRpILS9n9Zf5 { width:16.25rem;height:2.599825rem;top:36.748931884766rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX3HXUtKWTTRTBTpFhCa9BikaJUfPNhJ { width:15.625rem;height:2.599825rem;top:15.437072753906rem;left:2.9372830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcbMMFuB4yANHMaivl7nDVKXTCOdo8B { display:flex;width:1.4375rem;height:1.4375rem;top:6.6241455078125rem;left:1.0622830986977rem; }
 }@media only screen and (max-width: 763px) { #nBBGxSGZcnKGTylXmt0MWA5CzlRuF1Ks { display:flex;width:1.4375rem;height:1.4375rem;top:8.9375rem;left:1.0622830986977rem; }
 }@media only screen and (max-width: 763px) { #B7nGMcG2JPgw8IGeKGhBT6TmFSPSZiSI { display:flex;width:1.4375rem;height:1.4375rem;top:12.0625rem;left:1.0622830986977rem; }
 }@media only screen and (max-width: 763px) { #Tyf5rSsqFUETsWl7V5PgfA28al6eyVAc { display:flex;width:1.4375rem;height:1.4375rem;top:15.624786376953rem;left:1.0622830986977rem; }
 }@media only screen and (max-width: 763px) { #iX0sxJsLM7zuOPa2FheSQCCmWJRp7Cw1 { display:flex;width:2.0625rem;height:2.0625rem;top:23.436218261719rem;left:0.87456601858137rem; }
 }@media only screen and (max-width: 763px) { #rUMCBUeaVTg9oVMaDhGETa2P3yiD6Qz8 { width:15.4375rem;height:3.8997375rem;top:40.498931884766rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITf433USzwXgcX9Q4auwy5LFDPt9DKd { display:flex;width:1.4375rem;height:1.4375rem;top:29.686218261719rem;left:0.99934905767444rem; }
 }@media only screen and (max-width: 763px) { #NyqCQk2MPxSOBymdrttUhpa44ExzznRr { display:flex;width:1.4375rem;height:1.4375rem;top:33.123718261719rem;left:0.99934905767444rem; }
 }@media only screen and (max-width: 763px) { #QTQHe0EkO9iMTMrENukdOWX0uX4UFOoU { display:flex;width:1.4375rem;height:1.4375rem;top:36.748931884766rem;left:0.99934905767444rem; }
 }@media only screen and (max-width: 763px) { #OT0UEquB99slvp0VW8Grr0FLbFJmlEgf { display:flex;width:1.4375rem;height:1.4375rem;top:40.561859130859rem;left:0.99934905767444rem; }
 }@media only screen and (max-width: 763px) { #hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 { display:block; }#hTmgQQm7xDDFNChKNA2tKGd6gPaZGKd9 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxhEXeGXRbCX2izOSEUaeyuWSvT0a4N0 { width:19.875rem;height:23.375rem;top:1.9360046386719rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 2.4375rem #624f21 ;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4haLb7FaU8S91iZSXCJFSbLcpmmc4d { width:17.6875rem;height:3.5980875rem;top:7.3754577636719rem;left:1.1241319775581rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BtNOQ8a8KhGS5X7pvTHDl7RVTEUWlLr2 { width:19.0625rem;height:6.4995625rem;top:12.385223388672rem;left:0.49913197755814rem;font-size:1rem;color:#dadada;display:block; }
 }@media only screen and (max-width: 763px) { #Oi030G36zSOw9Vnm47lcEE6BqtAVv5DV { display:flex;width:2.3112rem;height:2.3112rem;top:4.5366754531861rem;left:8.8107646107675rem; }
 }@media only screen and (max-width: 763px) { #n1ThM9bgxyTGxtnEvwE2Lx0dyxSeFPHN { width:20rem;height:1.23698125rem;top:20.760864257812rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx { display:block; }#XAE36Q48K7TxmlHXVMa8CcSvnQtgNdZx > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqXRuwXk3uAFe8LCl9STEVKbi3sUEwl1 { width:19.875rem;height:27.8125rem;top:1.8743591308594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6HMzfTHbWkE8OVCb5gdTmdolOToChuG { width:20rem;height:5.84635625rem;top:7.0631713867188rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXgqDZ1ULP9u7bf1Svgl6iTU77HhRnGn { width:14.0625rem;height:2.20051875rem;top:14.948364257812rem;left:2.5618491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62L02X7dzrUu6giwqdTT2XGmavXbvNC { display:flex;width:1.375rem;height:1.375rem;top:4.1866455078125rem;left:2.2493491768837rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #v7wc0QIRtkpleorrJgwDTHFasWhCau0D { width:13.75rem;height:0.96136875rem;top:4.4372863769531rem;left:3.9995663762093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BH48Gh4TwOGKgodz0iuvMTFkX99vJc { width:16.75rem;height:2.20051875rem;top:18.363067626953rem;left:2.5618491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFz77ZMvocdJz3rSrhGa4tK9glkIzBa { display:flex;width:1.375rem;height:1.375rem;top:14.924499511719rem;left:0.87456601858137rem; }
 }@media only screen and (max-width: 763px) { #umMDns2Dl46TwL774PLAVP0wl1nWQOke { display:flex;width:1.375rem;height:1.375rem;top:18.424926757812rem;left:0.87456601858137rem; }
 }@media only screen and (max-width: 763px) { #T3ANduqQhTxoeA11ncua3V3JDTgTr0cw { width:16.936875rem;height:3.4375rem;top:23.125rem;left:1.5310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzRmuhsgyUwADkMyF6hiFSpSEsC9h34W { display:block; }
 }@media only screen and (max-width: 763px) { #b618mhna0HRHRTTsKlDdVU6F897GeHV3 { display:block; }#b618mhna0HRHRTTsKlDdVU6F897GeHV3 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7fBnN6gt81twLi7RbJsTkRlPhHSFDOt { width:17.561875rem;height:4.39886875rem;top:1.7554302215576rem;left:1.2185330986977rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZOA4LRaziod6mc5CEgsAXp8nt9OKau2 { width:19.875rem;height:5.625rem;top:8.4602966308594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whuBD7qCTC6ApcRB60nRK1qxIXr2XXJC { width:12.6248125rem;height:2.20051875rem;top:10.442718505859rem;left:4.3424480557442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qobRi78TXKOOPIxV5OBpXxpGsSuVd65N { width:2.5rem;height:2.06163125rem;top:10.460083007812rem;left:1.0004341006279rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cme0r2MmsIgzMasmLATDKzZEQJnOJZmR { width:19.875rem;height:5.625rem;top:15.474182128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFQtkrLFI49B7FPMdJekU0lZdVpzMCcH { width:2.5rem;height:2.06163125rem;top:17.286254882812rem;left:1.0622830986977rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVC5urX3H9m2lSCQZDTiTOiC3FsXi1uy { width:12.5625rem;height:2.20051875rem;top:17.412109375rem;left:4.3750002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm126geMeA2vfoTgqpFV1TkymzIpsmTn { width:19.875rem;height:5.625rem;top:22.488067626953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOpUZa7BtE4XRWqxzgSOGOAUQX3C62T { width:14.8125rem;height:2.20051875rem;top:24.363067626953rem;left:4.3750002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc0QFwMdlor7pDWAlTZFFRDLsf71X7Pu { width:2.5rem;height:2.06163125rem;top:24.301239013672rem;left:1.0004341006279rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMggKoL8SdJglZhsIanuZIv1vRDMFT6c { width:19.875rem;height:5.625rem;top:29.501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt6ypul3ddKGGT01oKbn8M57cGH4MXq0 { width:3.24978125rem;height:2.06163125rem;top:31.188171386719rem;left:1.0004341006279rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4r6RIDLyseUXobpWigTh3ZxTo8K22Sy { width:11rem;height:2.20051875rem;top:31.376953125rem;left:4.3750002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKJSKy45NQPt1I3BfpqtLxETsPlrLKFV { width:14.375rem;height:3.4375rem;top:38.452484130859rem;left:2.8125000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXJbW0O4LFVdRv7CIt8ZqkiLGM52IXp0 { display:block; }
 }@media only screen and (max-width: 763px) { #tsp74maDeCJAbxnrWRXQb37bvyz1uMEv { display:block; }#tsp74maDeCJAbxnrWRXQb37bvyz1uMEv > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg9bRrSbHVune76tWLW4tOMDZgU0xQnB { width:20rem;height:4.39886875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL { display:flex;height:auto;width:17.5rem;top:7.9524736404419rem;left:0rem; }
#tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #EtlLQILHKUuHuzyPoeLKs7OniPg3RhSL {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #lwI7FX6m1SxyO3p9Ix0ZSbJr1LEDlaPa {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #aqPHm2n6FdeScSGeqehOyH263C8QCHau {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #WkkJtvra4dtJGLFynKbA1WpdvaV5FknH {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #e8RdsqQ7ySekZacQexKpvE352gIAAKq5 {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #oMpik7JFOzHGd3Dfy4dokMQAHlc6NAGq {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #hcrtHi4sHkTpRXEUzEi7WpRzzuyEVb2a {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #kBRDrstSkKTkddc5qdHMksQ6f5ChmpJ4 {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #wdaK68pL1PJd4kgM1fSMwZkHWAph0fvc {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #MvJ2SQkxidDtTtXNsDoCPkf28XkDUx1T {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #KygIZsT0VrKUlxVNSIUdO5PAifDqiRcF {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #HqAulFZg1vhk8cCFtrALiff9qcEE263z {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #QTMWuUlGXqJDHLxlaIh8WI5xl2f299WG {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #EuXQICJySTSKP0iAT7kQX0CaKeRwB3ap {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #V3spptotzBDzxnI7g7HdmSNumRsxt4Q0 {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #nI4rXOiu4mfhyBrKoPBuZIWLsmsr70tS {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #H0wLG4eTvEdMPXtRtJuMpHp3z2w5Z0vn {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #kpZsbB44aTkJ0oRNqLoMz4SkG1Ev0BBs {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #Kh3sovgrAaBqSF4DTlES2lpURG6QUWhK {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #AkTJLB5xrpm1tfmMCmTILZLuDoZxBPMe {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #g0TgThvEzUnDp2TBtyiGNHw4TszLtU0A {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #vc7tb4H1Gdc3bMIEWkt0P0BfahoiVNHM {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #otXaCGPh8QwGmvRI8fBzuOPaTduEKcRE {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #ALXXe7uJlJxHexccHzV7t9iPTE5U9IlB {  }
 }@media only screen and (max-width: 763px) { #tGTSJqTLO18DeOvuTZv3WoM1ioFn0ELL #mpudZX3rPXLKBFpTZfbt8K2DSueloKRV {  }
 }@media only screen and (max-width: 763px) { #vV2dBsJeOyJCCoGmgvb48024yryit7wF { display:block; }#vV2dBsJeOyJCCoGmgvb48024yryit7wF > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4AwiTK86XhqPol5fKRBvdMwrgTyDZO4 { width:20rem;height:8.79775rem;top:2.062255859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3kIUn7vqXTm2ycWJVxr8s8rkb4q4bTQ { width:20rem;height:2.20051875rem;top:12.672088623047rem;left:0rem;font-size:1rem;color:#888896;display:block; }
 }@media only screen and (max-width: 763px) { #G7ngTKPrZNFNpxGDZHKzXH0hyTAf1QTm { width:18.311625rem;height:3.4375rem;top:17.872179985046rem;left:0.84309905767444rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ0JwdENTrMdK0suJtwausKOwDCk2ew { display:block; }
 }