.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/XFxgiOYC/Get_into_the_game_Landing_page_1949X1021_copy_min.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .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); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b0deb9e5-2d22-4072-8ec3-4607934fee5c/1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.adaptive-delivery-prevent-bg, #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.lazyload, #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl.lazyloading { background-image: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { background-color: transparent; background-image: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .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); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { border-width: 0; border-radius: 0; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-form-header { font-size:0.875rem; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;color:rgba(234,241,244,0.92);width:16.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(1,9,26,0.1);border-left:0.0625rem solid rgba(1,9,26,0.1);border-right:0.0625rem solid rgba(1,9,26,0.1);border-bottom:0.0625rem solid rgba(1,9,26,0.1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:cairo;font-weight:300;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(1,9,26,0.1);border-left:0.0625rem solid rgba(1,9,26,0.1);border-right:0.0625rem solid rgba(1,9,26,0.1);border-bottom:0.0625rem solid rgba(1,9,26,0.1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:5rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:cairo;font-weight:300;font-style:normal;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-button { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#010a58;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:16.875rem;height:3.625rem;font-family:cairo;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]:-moz-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]::-moz-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]:-ms-input-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz [class*="-text"]::-webkit-input-placeholder { color:rgba(4,3,3,0.42);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(34,34,34,0.7);vertical-align:top;width:15.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .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; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-container:first-of-type{padding-top:0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-container:last-of-type{padding-bottom:0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:absolute;top:16.4375rem;left:37.9375rem;font-size:0.875rem; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(34,34,34,0.6);vertical-align:top;overflow:hidden;font-style:normal; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz {display:block;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:absolute;top:16.4375rem;left:37.9375rem;font-size:0.875rem; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #EuAqaSoMKaAD2gLiTybTRB04Tt3mrsZ2 { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #oEBlAX2hvmw33K2DqQ2rgrUVC6qH9D7C { position:relative;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #LG2WTlPgPnD45EAuOuPvD1b5xL7n2Z5I { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #xrF3Mu56kUyg1Z7nLRmMkcy3xtm1cZp0 { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #R2u8gtaCBxIB7ofeqycLqn0EamsxaTzs { position:relative;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #Fp0qwDLvwM2NVv1WcZZqyDGO74Vmgbq6 { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #kVdeEX1ZkMhTy0TA3G6GiUyRzwp9vV8w { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #CStTG9wIMxRHENRrHXoUIqDV1HVDPzFl { position:relative;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #XebyzUH8tfiGJE1xQL4NdkZeT8sIOOmQ { position:relative; }
#PmbyzCusHJHq73W2ee60KkspGAKfGUpu { position:relative;display:block; }
#ci22yLdByXQcPyxBKxWJHblPXT58HlEn { position:relative;display:block; }
#Ma0AfxEMe8XV8pzbuZKBbEO6aXIztqP2 { position:relative;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #ifZxn3S2mgNnuGJXNqcy4yTxRZIyCrQd { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #FcOTV8TydW6kSwrr6A4Q9gWTygn4LdbX { position:relative;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #FWUmq0lVqN4LZNSomLVuck51OXqAHWDK { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #KL9auyrCcHG6MtK6sCUTrn8z2o7r01cp { position:relative; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #py4Xa503ET6v9Ogd5CyQMrMS4QELDfNJ { position:relative; }
#DNX17dJU5ThR1LuV7nTgrSCl4nCMyH40 { color:rgba(250,250,250,0.8);display:block;width:17.625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.75rem;left:38.8125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eaDdFC86aND5XXWe5oesXEO1H0JafVZI { position:absolute;display:block;z-index:15000;background-color:rgba(174,140,103,0.87);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(139,140,141,0.64) ;height:31.4375rem;width:20.0625rem;top:13.5625rem;left:37.8125rem;display:block; }
#NqNksnFspG8rgCwO6e2ZhOIrPvh5gbPH { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:4.8625001907349rem;left:36.937501907349rem;height:8.7456875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FW0NmpHh5dA7TP8Zzq5n4TySdGiSvqF0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.4375rem;top:0.66250002384188rem;left:42.906251907349rem;overflow:hidden;display:block; }
#RB1rG3h7GDQvVvuC0evzyHnKkyHtTw8y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:34rem;display:none; }
#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(174,140,103,0.98);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; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { background-color: transparent; background-image: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container > .video-iframe-container { display: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row > .video-iframe-container { display: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .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); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { border-width: 0; border-radius: 0; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#UDVaFMRaZ5KVbdANA2IRsrbwCcBlMIkk { color:#20447b;display:block;width:18.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:9.375rem;left:34.625rem;height:9.55946875rem;text-align:right;text-align-last:right;display:block; }
#h1RhGELKTtTZUGb4qR4BTAUSlx8CggXs { box-sizing:content-box;color:#20447b;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:block;z-index:15024;top:9.5rem;left:53.625rem;display:block; }
#O5ToCuqMbDZZVRZWm5kBL9CaxSoRM6w9 { color:#20447b;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:9.375rem;left:5.9375rem;height:9.55946875rem;text-align:right;text-align-last:right;display:block; }
#e9TedclxWszhLO8yKU0mm1GxCzZyGnPy { box-sizing:content-box;color:#20447b;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:block;z-index:15025;top:11.25rem;left:53.625rem;display:block; }
#EVRTIXFgPhPF1SROR7IyzbZLaWauqHWI { box-sizing:content-box;color:#20447b;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:block;z-index:15026;top:13.1875rem;left:53.625rem;display:block; }
#ulyFUzUsw6aK2PsGww2J6kPdPuqlxFkJ { box-sizing:content-box;color:#20447b;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:block;z-index:15027;top:14.9375rem;left:53.625rem;display:block; }
#h2nGQzW76BtlHJ97trAr4F0D5W6CWpxV { box-sizing:content-box;color:#20447b;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:block;z-index:15028;top:17.0625rem;left:53.625rem;display:block; }
#MeVreJ0FPRi4nXqLzdshG3OmWJuEDquJ { box-sizing:content-box;color:#20447b;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:block;z-index:15033;top:17.0625rem;left:26.0625rem;display:block; }
#Aq58lHdoLAUg3zaxBbKI7vC5MWOSfnfn { box-sizing:content-box;color:#20447b;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:block;z-index:15032;top:14.9375rem;left:26.0625rem;display:block; }
#H0Op3ZM1q1fIadvtBx8VtiGTfSPDPu70 { box-sizing:content-box;color:#20447b;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:block;z-index:15031;top:13.1875rem;left:26.0625rem;display:block; }
#S4fA423WJGCbtS4GCQPUsCrq7BqbPuen { box-sizing:content-box;color:#20447b;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:block;z-index:15030;top:11.25rem;left:26.0625rem;display:block; }
#NmCNy0cULXdnws8eDg9p9r0Z0dJG0lcl { box-sizing:content-box;color:#20447b;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:block;z-index:15029;top:9.5rem;left:26.0625rem;display:block; }
#aOsA3Ee1dkbi4928CiASQ3mf4g48xqbA { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:1.5rem;left:3.4375rem;height:6.3736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llkIDZmV0z33GC42dIrVr0UexyLdL4lv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:33.375rem;display:none; }
#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae8c67;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; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { background-color: transparent; background-image: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container > .video-iframe-container { display: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row > .video-iframe-container { display: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .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); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { border-width: 0; border-radius: 0; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { font-size:0.875rem;font-family:arial;height:76.5625rem;width:60rem;position:relative;display:block; }#Oc9vXm1P8UsLcvKfb31wOZybLRob00bR { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:6rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZPAIrtE7CWkPVxvhGhVHyUZyz4pOWTPT { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.6875rem;left:1.9375rem;height:4.77864375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rkDtE8AuSEZMtt6PUeFnKiclJKbtdHEQ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0625rem;top:17.8125rem;left:29.9375rem;display:block; }
#BEwLwd2qqcp8eWiGT80uCFCIm6R31Rhu { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:17.8125rem;left:0rem;display:block; }
#xBF3bI2vOToT1q2G5xrccnGkxAwST7N2 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.375rem;left:5.125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CBCep8xdqKuCyMzyIlDBOSiem6sKuxde { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:28.8125rem;left:1.9375rem;height:4.77864375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qe9rkeLwBAyMorJ7DsTgdNuIHZtKImQc { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:47.8125rem;left:1.1875rem;height:5.06185rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EsMWWTzwcbKLopOrMD8aBJ9vou9ufkX8 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:44.5625rem;left:5.125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#execr0RTwgZ3xqTEVvNxAilqImmTcXG9 { color:#ffffff;display:block;width:28rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:28.8125rem;left:31.125rem;height:6.3715rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fOMMSrg1u9tOmDJ4bec9HSs4sfQlVFCn { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.4375rem;left:35.8125rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iK4smKQ8rRUfdztvFr4qf5JRgWTqyIFs { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:10.625rem;left:31.8125rem;height:3.1857625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNnqcnzC46SF7ERrPfgIKWapmiZqkb8P { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:35.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KNAXgCJRIPNF3ubrJreXHOThQdkBTsFi { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:36.5625rem;left:0rem;display:block; }
#nH0mdSsuonQvTdAoUIp7amOHp0CQX6BL { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.5625rem;left:33.625rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kt76zkhBp0eVxKaw5r2Hh8OQ2ghPLa9t { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:47.5rem;left:31.1875rem;height:6.3715rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVFH9I8vS5uawVObe0JQXgmmHT0kGA1x { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:0.0625rem;top:33.4375rem;left:29.9375rem;display:block; }
#zHfCN1Xz1VBe5acr1zQviLTyu3nDoHRZ { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0625rem;top:2.25rem;left:29.9375rem;display:block; }
#klPiQZVCqNLtOP1a6yZTFP4VVh8DEtAH { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:54.375rem;left:0rem;display:block; }
#fQ8b5z8giQiwALEeP15xsEN3M7gAKgLf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:62.5625rem;left:35.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbiwOzfRcwV9VBqm42RUB2VDdJmSI3UB { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:65.125rem;left:31.1875rem;height:4.77864375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gJQdVXwPqwyzQbMTU4BpnmSaJdaCuMEq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:62.5625rem;left:5.125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z9S38iRI4PyD6PWdSTmX4awgTbHTMXG2 { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:66.6875rem;left:1.4375rem;height:4.77864375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMQTwFN1eWhRmGnAiWkyx5hMrQCGwth3 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:0.0625rem;top:51.5625rem;left:29.9375rem;display:block; }
#AgyvDrgm8dCgOdep99mKql2QGixff5bx { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0625rem;top:60.6875rem;left:29.9375rem;display:block; }
#qEBusVNhGGz3qqN7192ZSQfP4Wt4g42G { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:3rem;left:42.8125rem;overflow:hidden;display:block; }
#q9r9yV2FGJdDTP94UOmbyMXcigf7ZCSa { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:2.8125rem;left:42.6875rem;display:block; }
#MZ9pBszN4rn9MLxnJhZeDZ54zh8u740g { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:2.6875rem;left:12.4375rem;display:block; }
#vC5TSREdyk7MSHAfZkAyy2ShMNNto3LB { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:19.75rem;left:42.75rem;display:block; }
#VbomBMS8WpCN54rCM3zbEENVQp666ckw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15038;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:2.875rem;left:12.6875rem;overflow:hidden;display:block; }
#l72Mew4Uvt9xLC7xnRZlITIUVvywVgUt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:19.6875rem;left:12rem;display:block; }
#swzrDWvHx5s9disTIg7ZRWTUxFhVwatB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:19.6875rem;left:42.875rem;overflow:hidden;display:block; }
#ozrBW95EUklLv8KJhKTXQShDXrUXkZTg { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:37.625rem;left:42.6875rem;display:block; }
#dGBGvgPrKPfq97GdboT5h7zyUG3dA6wP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:19.875rem;left:12.125rem;overflow:hidden;display:block; }
#UuQoc8cTfIDqFOrd4rmdVMDD1ITqBCVM { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:38.8125rem;left:12rem;display:block; }
#nukTnZvAWi8p8TQx1iqVTLSLFxZXRCrJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:37.8125rem;left:42.8125rem;overflow:hidden;display:block; }
#VUu3oz2lcGBlf2IiEJDIGGErzF7inKlT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:56rem;left:41.625rem;display:block; }
#VqP9VQTWQyfFsXmPRU85u32xXLC7JE9z { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:38.9375rem;left:12.125rem;overflow:hidden;display:block; }
#k0CrlErFTuROed6kHRkMEiVb9Udk0g69 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:5rem;top:56rem;left:12.875rem;display:block; }
#D5p7NDrOP5E6vsM7kgDxMAiJzXKMwsXu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:56rem;left:41.6875rem;overflow:hidden;display:block; }
#HeZPDa4RI7dr1JQMJlu161psVO40Ba19 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15044;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:56.125rem;left:13rem;overflow:hidden;display:block; }
#XpSXWauXgcIAMor8sOWvEuoHW9slGFrQ { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:60.75rem;left:29.9375rem;display:block; }
#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { background-color: transparent; background-image: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .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); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { border-width: 0; border-radius: 0; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#vBeTcT7WCIaruTrBZ3HReFmyxnMHEmr1 { display:block;width:9.749rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:15.375rem;left:25.12343788147rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OF9WDA1uqflQMhsrfy02Q1VPdQgU8Duq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:9.8125rem;left:27.250001907349rem;overflow:hidden;display:block; }
#wE6em2xLy1Ag0mCfHFbSs4zxKIHfHefC { position:absolute;display:block;z-index:15050;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #20447b;border-left:0.125rem solid #20447b;border-right:0.125rem solid #20447b;border-bottom:0.125rem solid #20447b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.875rem;width:18.0625rem;top:18.250000953674rem;left:21.000001907349rem;display:block; }
#x5htmxtzyLsFqnvWFwXhGxmaTWQKbQRK { display:block;width:18.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.6;letter-spacing:0;top:18.875000953674rem;left:20.937501907349rem;height:11.18924375rem;text-align:center;text-align-last:center;font-style:normal;color:#ae8c67;display:block; }
#NQdovpWJu4mhlastEPwy6nVvSKTJSMEL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15028;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:9.8125rem;left:46.964845657349rem;overflow:hidden;display:block; }
#zthawqGOMcteE6a2UecNq1wT6TDGB4OO { display:block;width:9.7480625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:15.375rem;left:45.125001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udaFdWZZM0MyxWTiWfJOC5z5K5TFLaB9 { display:block;width:19.3120625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:19.375000953674rem;left:40.312501907349rem;height:8.39191875rem;text-align:center;text-align-last:center;font-style:normal;color:#ae8c67;display:block; }
#VloVJal5ZCac6G2lwyxGbSkBx9VwF7A6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15033;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:9.7195320129394rem;left:7.65625rem;overflow:hidden;display:block; }
#gDuKLeMyct68Psg8QThTnhW5KFHnBgxJ { display:block;width:14.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:15.56875038147rem;left:2.75rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;color:#fdfdfd;display:block; }
#CM4pLegsbwgqxJtt2pql3RdBm339a8dA { position:absolute;display:block;z-index:14997;background-color:rgba(32,68,123,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.0625rem;width:11.875rem;top:14.65625rem;left:3.96875rem;display:block; }
#QN4apinoDuh1QnlQo3kvnOBh4UURZKZI { display:block;width:17.5625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.6;letter-spacing:0;top:19.187500953674rem;left:1rem;height:8.391925rem;text-align:center;text-align-last:center;font-style:normal;color:#ae8c67;display:block; }
#Uamc172m71IEr2qlhAQFETLhofsTcL47 { position:absolute;display:block;z-index:15051;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #20447b;border-left:0.125rem solid #20447b;border-right:0.125rem solid #20447b;border-bottom:0.125rem solid #20447b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.875rem;width:18.0625rem;top:18.250000953674rem;left:0.84375rem;display:block; }
#ewxCLa80pxsVkxE9BAMCNyXxDd2xqHwr { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #20447b;border-left:0.125rem solid #20447b;border-right:0.125rem solid #20447b;border-bottom:0.125rem solid #20447b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.875rem;width:18.0625rem;top:18.250000953674rem;left:40.843751907349rem;display:block; }
#OwHPyxDKtKtBCeDPdIXvmEKu1eHsZK5L { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:15.5rem;left:10.143751144409rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cNeVLkaXRVCWtwaKQ9RnF48T2la9TL6m { position:absolute;display:block;z-index:14992;background-color:rgba(32,68,123,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.0625rem;width:11.875rem;top:14.6875rem;left:24.062501907349rem;display:block; }
#w7VVd3PhpZUNyLu2wh9JMxDgMGsgmbLt { position:absolute;display:block;z-index:14991;background-color:rgba(32,68,123,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.0625rem;width:11.875rem;top:14.625rem;left:44.062501907349rem;display:block; }
#kWPMwb5VrcUotDwQDIsgo5ARFdlTmzbo { color:#ae8c67;display:block;width:20.3125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0437498092651rem;left:20.000001907349rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae8c67;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; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { background-color: transparent; background-image: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container > .video-iframe-container { display: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row > .video-iframe-container { display: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .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); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { border-width: 0; border-radius: 0; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { font-size:0.875rem;font-family:"open sans";height:19.5rem;width:60rem;position:relative;display:block; }#NTbJeNaTyzqx4K2oLaggd8o3GgvKF9mU { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.360107421875rem;left:41.9287109375rem;height:1.9487875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TUHL3XINwaKWxb4vBE6VQiNg4xCyQAEC { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4226531982422rem;left:33.739065170288rem;height:2.2721375rem;text-align:right;text-align-last:right;display:block; }
#xU54zWvit9U4RVmyQbhMuVRdmGybM9oA { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.0625rem;left:57.5rem;display:block; }
#stNC83XLAd0TumUdVmtIFcqRpn4WIf8h { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.796875rem;left:33.926565170288rem;height:2.2721375rem;text-align:right;text-align-last:right;display:block; }
#HTe95xVXeD0mLNxX3elDMqQzRLv43vtd { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.4375rem;left:57.5625rem;display:block; }
#XuyVXKszM88uFXTv8u1vBC0X2diadOFV { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.921875rem;left:33.989065170288rem;height:2.2721375rem;text-align:right;text-align-last:right;display:block; }
#TJ6LVAtMHbKNw6cACP0TpOLnvDwky46e { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:9.4375rem;left:57.5625rem;display:block; }
#NBlxyWfcHV8sgQ9LQTkm9bxlP1nB7Sfe { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.420318603516rem;left:33.739065170288rem;height:2.2721375rem;text-align:right;text-align-last:right;display:block; }
#yDWqTwNW9pGvqMExePVrBq5hmiiqgnOr { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:12.75rem;left:57.5625rem;display:block; }
#N7uRTUSE8asHMUBgUKMiauX559GXz7TP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:15.6875rem;top:2.3093757629394rem;left:4.5570316314697rem;overflow:hidden;display:block; }
#QLm8ZkgiouJKeDich5zqytwp1aCZO7XO { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:16.0625rem;left:57.6875rem;display:block; }
#cmZMGcnviJGGbV864PPrKTabLVC4y0gU { color:#ffffff;display:block;width:22rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.6328125rem;left:35.864065170288rem;height:2.2721375rem;text-align:right;text-align-last:right;display:block; }
#FXBW9vyCp54HWr93KZElxy5QxfsVfSkR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.194010734558rem;left:13.685981750488rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#FXBW9vyCp54HWr93KZElxy5QxfsVfSkR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Htv3cC6CB5e1ofkoxx2morhiVmo2NwN4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.194010734558rem;left:8.4364166259762rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Htv3cC6CB5e1ofkoxx2morhiVmo2NwN4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/af631d07eb7a759b26f244f4c5ec2605.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl { display:block; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz  { width:16.875rem;height:25.25rem;top:16.4375rem;left:28.375rem; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz {display:block;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz { width:16.875rem;height:25.25rem;top:16.4375rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #EuAqaSoMKaAD2gLiTybTRB04Tt3mrsZ2 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #oEBlAX2hvmw33K2DqQ2rgrUVC6qH9D7C { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #LG2WTlPgPnD45EAuOuPvD1b5xL7n2Z5I {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #xrF3Mu56kUyg1Z7nLRmMkcy3xtm1cZp0 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #R2u8gtaCBxIB7ofeqycLqn0EamsxaTzs { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #Fp0qwDLvwM2NVv1WcZZqyDGO74Vmgbq6 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #kVdeEX1ZkMhTy0TA3G6GiUyRzwp9vV8w {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #CStTG9wIMxRHENRrHXoUIqDV1HVDPzFl { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #XebyzUH8tfiGJE1xQL4NdkZeT8sIOOmQ {  }
 }@media only screen and (max-width: 763px) { #PmbyzCusHJHq73W2ee60KkspGAKfGUpu { display:block; }
 }@media only screen and (max-width: 763px) { #ci22yLdByXQcPyxBKxWJHblPXT58HlEn { display:block; }
 }@media only screen and (max-width: 763px) { #Ma0AfxEMe8XV8pzbuZKBbEO6aXIztqP2 { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #ifZxn3S2mgNnuGJXNqcy4yTxRZIyCrQd {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #FcOTV8TydW6kSwrr6A4Q9gWTygn4LdbX {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #FWUmq0lVqN4LZNSomLVuck51OXqAHWDK {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #KL9auyrCcHG6MtK6sCUTrn8z2o7r01cp {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #py4Xa503ET6v9Ogd5CyQMrMS4QELDfNJ {  }
 }@media only screen and (max-width: 763px) { #DNX17dJU5ThR1LuV7nTgrSCl4nCMyH40 { width:17.625rem;height:2.25rem;top:14.75rem;left:30.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaDdFC86aND5XXWe5oesXEO1H0JafVZI { width:20.0625rem;height:31.4375rem;top:13.5625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNksnFspG8rgCwO6e2ZhOIrPvh5gbPH { width:21.375rem;height:8.75rem;top:4.8125rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0NmpHh5dA7TP8Zzq5n4TySdGiSvqF0 { top:0.625rem;left:36.781251907349rem;width:9.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1rG3h7GDQvVvuC0evzyHnKkyHtTw8y { width:27rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 { display:block; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDVaFMRaZ5KVbdANA2IRsrbwCcBlMIkk { width:18.3125rem;height:9.5rem;top:9.375rem;left:25.437068939209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1RhGELKTtTZUGb4qR4BTAUSlx8CggXs { top:9.5rem;left:44.4375rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ToCuqMbDZZVRZWm5kBL9CaxSoRM6w9 { width:19.3125rem;height:9.5625rem;top:9.375rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TedclxWszhLO8yKU0mm1GxCzZyGnPy { top:11.25rem;left:44.4375rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVRTIXFgPhPF1SROR7IyzbZLaWauqHWI { top:13.1875rem;left:44.4375rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulyFUzUsw6aK2PsGww2J6kPdPuqlxFkJ { top:14.9375rem;left:44.4375rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2nGQzW76BtlHJ97trAr4F0D5W6CWpxV { top:17.0625rem;left:44.4375rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeVreJ0FPRi4nXqLzdshG3OmWJuEDquJ { top:17.0625rem;left:22.125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq58lHdoLAUg3zaxBbKI7vC5MWOSfnfn { top:14.9375rem;left:22.125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Op3ZM1q1fIadvtBx8VtiGTfSPDPu70 { top:13.1875rem;left:22.125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4fA423WJGCbtS4GCQPUsCrq7BqbPuen { top:11.25rem;left:22.125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmCNy0cULXdnws8eDg9p9r0Z0dJG0lcl { top:9.5rem;left:22.125rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOsA3Ee1dkbi4928CiASQ3mf4g48xqbA { width:47.75rem;height:6.375rem;top:1.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llkIDZmV0z33GC42dIrVr0UexyLdL4lv { width:26.5rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv { display:block; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oc9vXm1P8UsLcvKfb31wOZybLRob00bR { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAIrtE7CWkPVxvhGhVHyUZyz4pOWTPT { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkDtE8AuSEZMtt6PUeFnKiclJKbtdHEQ { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEwLwd2qqcp8eWiGT80uCFCIm6R31Rhu { width:47.75rem;height:0;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBF3bI2vOToT1q2G5xrccnGkxAwST7N2 { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCep8xdqKuCyMzyIlDBOSiem6sKuxde { width:15rem;height:0;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe9rkeLwBAyMorJ7DsTgdNuIHZtKImQc { width:15rem;height:0;top:21.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsMWWTzwcbKLopOrMD8aBJ9vou9ufkX8 { width:15rem;height:0;top:18.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #execr0RTwgZ3xqTEVvNxAilqImmTcXG9 { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMMSrg1u9tOmDJ4bec9HSs4sfQlVFCn { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK4smKQ8rRUfdztvFr4qf5JRgWTqyIFs { width:15rem;height:0;top:21.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNnqcnzC46SF7ERrPfgIKWapmiZqkb8P { width:15rem;height:0;top:18.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNAXgCJRIPNF3ubrJreXHOThQdkBTsFi { width:47.75rem;height:0;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH0mdSsuonQvTdAoUIp7amOHp0CQX6BL { width:15rem;height:0;top:18.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt76zkhBp0eVxKaw5r2Hh8OQ2ghPLa9t { width:15rem;height:0;top:21.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVFH9I8vS5uawVObe0JQXgmmHT0kGA1x { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHfCN1Xz1VBe5acr1zQviLTyu3nDoHRZ { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klPiQZVCqNLtOP1a6yZTFP4VVh8DEtAH { width:47.75rem;height:0;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8b5z8giQiwALEeP15xsEN3M7gAKgLf { width:15rem;height:0;top:18.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbiwOzfRcwV9VBqm42RUB2VDdJmSI3UB { width:15rem;height:0;top:21.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJQdVXwPqwyzQbMTU4BpnmSaJdaCuMEq { width:15rem;height:0;top:18.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9S38iRI4PyD6PWdSTmX4awgTbHTMXG2 { width:15rem;height:0;top:21.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMQTwFN1eWhRmGnAiWkyx5hMrQCGwth3 { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyvDrgm8dCgOdep99mKql2QGixff5bx { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEBusVNhGGz3qqN7192ZSQfP4Wt4g42G { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9r9yV2FGJdDTP94UOmbyMXcigf7ZCSa { top:2.8125rem;left:36.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9pBszN4rn9MLxnJhZeDZ54zh8u740g { top:2.6875rem;left:6.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC5TSREdyk7MSHAfZkAyy2ShMNNto3LB { top:19.75rem;left:36.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbomBMS8WpCN54rCM3zbEENVQp666ckw { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72Mew4Uvt9xLC7xnRZlITIUVvywVgUt { top:19.6875rem;left:5.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzrDWvHx5s9disTIg7ZRWTUxFhVwatB { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrBW95EUklLv8KJhKTXQShDXrUXkZTg { top:37.625rem;left:36.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBGvgPrKPfq97GdboT5h7zyUG3dA6wP { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQoc8cTfIDqFOrd4rmdVMDD1ITqBCVM { top:38.8125rem;left:5.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nukTnZvAWi8p8TQx1iqVTLSLFxZXRCrJ { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUu3oz2lcGBlf2IiEJDIGGErzF7inKlT { top:56rem;left:35.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqP9VQTWQyfFsXmPRU85u32xXLC7JE9z { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CrlErFTuROed6kHRkMEiVb9Udk0g69 { top:56rem;left:6.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5p7NDrOP5E6vsM7kgDxMAiJzXKMwsXu { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeZPDa4RI7dr1JQMJlu161psVO40Ba19 { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpSXWauXgcIAMor8sOWvEuoHW9slGFrQ { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { display:block; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBeTcT7WCIaruTrBZ3HReFmyxnMHEmr1 { width:14.6875rem;height:1.75rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF9WDA1uqflQMhsrfy02Q1VPdQgU8Duq { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE6em2xLy1Ag0mCfHFbSs4zxKIHfHefC { top:18.25rem;left:13.5rem;width:18rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5htmxtzyLsFqnvWFwXhGxmaTWQKbQRK { width:14.6875rem;height:1.125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdovpWJu4mhlastEPwy6nVvSKTJSMEL { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zthawqGOMcteE6a2UecNq1wT6TDGB4OO { width:14.6875rem;height:1.75rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udaFdWZZM0MyxWTiWfJOC5z5K5TFLaB9 { width:14.6875rem;height:1.125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloVJal5ZCac6G2lwyxGbSkBx9VwF7A6 { width:9.375rem;height:9.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDuKLeMyct68Psg8QThTnhW5KFHnBgxJ { width:14.6875rem;height:1.75rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM4pLegsbwgqxJtt2pql3RdBm339a8dA { top:14.625rem;left:1.90625rem;width:11.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN4apinoDuh1QnlQo3kvnOBh4UURZKZI { width:14.6875rem;height:1.125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uamc172m71IEr2qlhAQFETLhofsTcL47 { top:18.25rem;left:0rem;width:18.0625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxCLa80pxsVkxE9BAMCNyXxDd2xqHwr { top:18.25rem;left:29.3125rem;width:18.0625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwHPyxDKtKtBCeDPdIXvmEKu1eHsZK5L { top:15.5rem;left:8.0812511444094rem;width:2.0625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNeVLkaXRVCWtwaKQ9RnF48T2la9TL6m { top:14.6875rem;left:17.875001907349rem;width:11.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VVd3PhpZUNyLu2wh9JMxDgMGsgmbLt { top:14.625rem;left:33.750001907349rem;width:11.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPMwb5VrcUotDwQDIsgo5ARFdlTmzbo { width:20.3125rem;height:;top:2rem;left:11.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs { display:block; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTbJeNaTyzqx4K2oLaggd8o3GgvKF9mU { top:0.3125rem;left:29.6875rem;width:18.0625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHL3XINwaKWxb4vBE6VQiNg4xCyQAEC { top:3.375rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU54zWvit9U4RVmyQbhMuVRdmGybM9oA { top:3.0625rem;left:45.3125rem;width:2.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stNC83XLAd0TumUdVmtIFcqRpn4WIf8h { top:6.75rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTe95xVXeD0mLNxX3elDMqQzRLv43vtd { top:6.4375rem;left:45.3125rem;width:2.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyVXKszM88uFXTv8u1vBC0X2diadOFV { top:9.875rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6LVAtMHbKNw6cACP0TpOLnvDwky46e { top:9.4375rem;left:45.3125rem;width:2.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBlxyWfcHV8sgQ9LQTkm9bxlP1nB7Sfe { top:15.375rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDWqTwNW9pGvqMExePVrBq5hmiiqgnOr { top:12.75rem;left:45.3125rem;width:2.4375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7uRTUSE8asHMUBgUKMiauX559GXz7TP { top:2.25rem;left:0rem;width:15.6875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLm8ZkgiouJKeDich5zqytwp1aCZO7XO { top:16.0625rem;left:45.5rem;width:2.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmZMGcnviJGGbV864PPrKTabLVC4y0gU { top:12.625rem;left:25.75rem;width:22rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXBW9vyCp54HWr93KZElxy5QxfsVfSkR { top:12.1875rem;left:7.5609817504881rem;width:3.125rem;height:3.125rem;display:block; }
#FXBW9vyCp54HWr93KZElxy5QxfsVfSkR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Htv3cC6CB5e1ofkoxx2morhiVmo2NwN4 { top:12.1875rem;left:2.3114166259766rem;width:3.125rem;height:3.125rem;display:block; }
#Htv3cC6CB5e1ofkoxx2morhiVmo2NwN4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row > .video-iframe-container { display: none; }#FBm0TnvWUa6VQbqhHZB6IUqumTOqz8Km > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl { background-color:#ae8c67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { background-color: transparent; background-image: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container { display: none; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .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); }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { border-width: 0; border-radius: 0; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEQsqSZpZaTiTPNV8sChlyVZCQZ4gpbl > .row .container { width:20rem;height:65.263675126953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-regular-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-textarea { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-input-button { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:#ae8c67; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz  { width:16.5625rem;height:auto;top:37.5rem;left:0.25rem; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz .radio-container { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz {display:block;}#f5EP9vQ602HDhlx0xLSz40OGr0T32GMz { width:16.5625rem;height:auto;top:37.5rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #EuAqaSoMKaAD2gLiTybTRB04Tt3mrsZ2 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #oEBlAX2hvmw33K2DqQ2rgrUVC6qH9D7C { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #LG2WTlPgPnD45EAuOuPvD1b5xL7n2Z5I {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #xrF3Mu56kUyg1Z7nLRmMkcy3xtm1cZp0 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #R2u8gtaCBxIB7ofeqycLqn0EamsxaTzs { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #Fp0qwDLvwM2NVv1WcZZqyDGO74Vmgbq6 {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #kVdeEX1ZkMhTy0TA3G6GiUyRzwp9vV8w {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #CStTG9wIMxRHENRrHXoUIqDV1HVDPzFl { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #XebyzUH8tfiGJE1xQL4NdkZeT8sIOOmQ {  }
 }@media only screen and (max-width: 763px) { #PmbyzCusHJHq73W2ee60KkspGAKfGUpu { display:block; }
 }@media only screen and (max-width: 763px) { #ci22yLdByXQcPyxBKxWJHblPXT58HlEn { display:block; }
 }@media only screen and (max-width: 763px) { #Ma0AfxEMe8XV8pzbuZKBbEO6aXIztqP2 { display:block; }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #ifZxn3S2mgNnuGJXNqcy4yTxRZIyCrQd {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #FcOTV8TydW6kSwrr6A4Q9gWTygn4LdbX {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #FWUmq0lVqN4LZNSomLVuck51OXqAHWDK {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #KL9auyrCcHG6MtK6sCUTrn8z2o7r01cp {  }
 }@media only screen and (max-width: 763px) { #f5EP9vQ602HDhlx0xLSz40OGr0T32GMz #py4Xa503ET6v9Ogd5CyQMrMS4QELDfNJ {  }
 }@media only screen and (max-width: 763px) { #DNX17dJU5ThR1LuV7nTgrSCl4nCMyH40 { width:17.6241875rem;height:2.11263125rem;top:35.4375rem;left:0.96796876192094rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eaDdFC86aND5XXWe5oesXEO1H0JafVZI { width:19.4375rem;height:30rem;top:35.125rem;left:0.25rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNksnFspG8rgCwO6e2ZhOIrPvh5gbPH { width:20rem;height:8.7456875rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0NmpHh5dA7TP8Zzq5n4TySdGiSvqF0 { width:9.4375rem;height:4.25rem;top:0rem;left:5.7492190003395rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RB1rG3h7GDQvVvuC0evzyHnKkyHtTw8y { top:14.763281106949rem;left:0rem;width:20rem;height:19.875rem;z-index:15006;overflow:hidden;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 { background-color:rgba(174,140,103,0.98);background-image:none;display:block; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { background-color: transparent; background-image: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container > .video-iframe-container { display: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row > .video-iframe-container { display: none; }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .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); }#nTtZpdZLsayXerQRH9iUyIE0OcWiTaD5 > .row .container { width:20rem;height:61.325953874512rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDVaFMRaZ5KVbdANA2IRsrbwCcBlMIkk { width:17.8125rem;height:9.55946875rem;top:30.625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h1RhGELKTtTZUGb4qR4BTAUSlx8CggXs { width:1.75rem;height:1.75rem;top:30.6875rem;left:17.8125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O5ToCuqMbDZZVRZWm5kBL9CaxSoRM6w9 { width:17.1875rem;height:9.55946875rem;top:21.125rem;left:0.25rem;text-align:right;text-align-last:right;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e9TedclxWszhLO8yKU0mm1GxCzZyGnPy { width:1.75rem;height:1.75rem;top:32.6875rem;left:17.8125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EVRTIXFgPhPF1SROR7IyzbZLaWauqHWI { width:1.75rem;height:1.75rem;top:34.5rem;left:17.75rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ulyFUzUsw6aK2PsGww2J6kPdPuqlxFkJ { width:1.75rem;height:1.75rem;top:36.25rem;left:17.8125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h2nGQzW76BtlHJ97trAr4F0D5W6CWpxV { width:1.75rem;height:1.75rem;top:38.25rem;left:17.8125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MeVreJ0FPRi4nXqLzdshG3OmWJuEDquJ { width:1.75rem;height:1.75rem;top:28.75rem;left:17.8125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Aq58lHdoLAUg3zaxBbKI7vC5MWOSfnfn { width:1.75rem;height:1.75rem;top:26.9375rem;left:17.8125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H0Op3ZM1q1fIadvtBx8VtiGTfSPDPu70 { width:1.75rem;height:1.75rem;top:25rem;left:17.75rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S4fA423WJGCbtS4GCQPUsCrq7BqbPuen { width:1.75rem;height:1.75rem;top:23.1875rem;left:17.6875rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NmCNy0cULXdnws8eDg9p9r0Z0dJG0lcl { width:1.75rem;height:1.75rem;top:21.1875rem;left:17.625rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aOsA3Ee1dkbi4928CiASQ3mf4g48xqbA { width:19.75rem;height:19.121125rem;top:1.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#032037;display:block; }
 }@media only screen and (max-width: 763px) { #llkIDZmV0z33GC42dIrVr0UexyLdL4lv { top:41.187503814698rem;left:-0.125rem;width:19.8125rem;height:20rem;z-index:15034;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv { background-color:#ae8c67;background-image:none;display:block; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { background-color: transparent; background-image: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container > .video-iframe-container { display: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row > .video-iframe-container { display: none; }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .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); }#DbwTmyctfkwsl7Vba5auGD9KQhagq3Hv > .row .container { width:20rem;height:142.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oc9vXm1P8UsLcvKfb31wOZybLRob00bR { width:16.5rem;height:1.62435rem;top:74.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAIrtE7CWkPVxvhGhVHyUZyz4pOWTPT { width:18.75rem;height:5.94618125rem;top:77.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkDtE8AuSEZMtt6PUeFnKiclJKbtdHEQ { width:0.0625rem;height:32.1875rem;top:11rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEwLwd2qqcp8eWiGT80uCFCIm6R31Rhu { width:20rem;height:0.0625rem;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBF3bI2vOToT1q2G5xrccnGkxAwST7N2 { width:18.75rem;height:1.62435rem;top:25.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCep8xdqKuCyMzyIlDBOSiem6sKuxde { width:18.75rem;height:5.94618125rem;top:27.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe9rkeLwBAyMorJ7DsTgdNuIHZtKImQc { width:18.75rem;height:6.293375rem;top:44.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsMWWTzwcbKLopOrMD8aBJ9vou9ufkX8 { width:13.0625rem;height:3.2487rem;top:41.125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #execr0RTwgZ3xqTEVvNxAilqImmTcXG9 { width:18.75rem;height:8.91925rem;top:93.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMMSrg1u9tOmDJ4bec9HSs4sfQlVFCn { width:18.75rem;height:1.62435rem;top:91.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK4smKQ8rRUfdztvFr4qf5JRgWTqyIFs { width:18.75rem;height:4.4596375rem;top:10.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNnqcnzC46SF7ERrPfgIKWapmiZqkb8P { width:9.1875rem;height:1.62435rem;top:8.625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNAXgCJRIPNF3ubrJreXHOThQdkBTsFi { width:20rem;height:0;top:36.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH0mdSsuonQvTdAoUIp7amOHp0CQX6BL { width:18.0625rem;height:1.62435rem;top:129.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt76zkhBp0eVxKaw5r2Hh8OQ2ghPLa9t { width:18.4375rem;height:7.43275rem;top:132.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVFH9I8vS5uawVObe0JQXgmmHT0kGA1x { width:0;height:18.125rem;top:33.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHfCN1Xz1VBe5acr1zQviLTyu3nDoHRZ { width:0;height:15.625rem;top:2.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #klPiQZVCqNLtOP1a6yZTFP4VVh8DEtAH { width:20rem;height:0;top:54.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQ8b5z8giQiwALEeP15xsEN3M7gAKgLf { width:18.75rem;height:1.62435rem;top:110.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbiwOzfRcwV9VBqm42RUB2VDdJmSI3UB { width:20rem;height:5.94618125rem;top:112.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJQdVXwPqwyzQbMTU4BpnmSaJdaCuMEq { width:18.75rem;height:1.62435rem;top:59.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9S38iRI4PyD6PWdSTmX4awgTbHTMXG2 { width:20rem;height:5.94618125rem;top:61.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMQTwFN1eWhRmGnAiWkyx5hMrQCGwth3 { width:0;height:18.125rem;top:51.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgyvDrgm8dCgOdep99mKql2QGixff5bx { width:0;height:15.625rem;top:60.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEBusVNhGGz3qqN7192ZSQfP4Wt4g42G { width:4.75rem;height:4.75rem;top:86.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9r9yV2FGJdDTP94UOmbyMXcigf7ZCSa { width:5rem;height:5rem;top:86rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9pBszN4rn9MLxnJhZeDZ54zh8u740g { width:5rem;height:5rem;top:69.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC5TSREdyk7MSHAfZkAyy2ShMNNto3LB { width:5rem;height:5rem;top:3rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbomBMS8WpCN54rCM3zbEENVQp666ckw { width:4.6875rem;height:4.6875rem;top:69.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72Mew4Uvt9xLC7xnRZlITIUVvywVgUt { width:5rem;height:5rem;top:19.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzrDWvHx5s9disTIg7ZRWTUxFhVwatB { width:4.75rem;height:4.75rem;top:3.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrBW95EUklLv8KJhKTXQShDXrUXkZTg { width:5rem;height:5rem;top:123.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBGvgPrKPfq97GdboT5h7zyUG3dA6wP { width:4.75rem;height:4.75rem;top:19.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQoc8cTfIDqFOrd4rmdVMDD1ITqBCVM { width:5rem;height:5rem;top:35.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nukTnZvAWi8p8TQx1iqVTLSLFxZXRCrJ { width:4.75rem;height:4.75rem;top:124.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUu3oz2lcGBlf2IiEJDIGGErzF7inKlT { width:5rem;height:5rem;top:105.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqP9VQTWQyfFsXmPRU85u32xXLC7JE9z { width:4.75rem;height:4.75rem;top:35.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CrlErFTuROed6kHRkMEiVb9Udk0g69 { width:5rem;height:5rem;top:53.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5p7NDrOP5E6vsM7kgDxMAiJzXKMwsXu { width:4.75rem;height:4.75rem;top:105.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeZPDa4RI7dr1JQMJlu161psVO40Ba19 { width:4.75rem;height:4.75rem;top:53.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpSXWauXgcIAMor8sOWvEuoHW9slGFrQ { width:0;height:15.625rem;top:60.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV { background-color:#efeff8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { background-color: transparent; background-image: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container { display: none; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .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); }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { border-width: 0; border-radius: 0; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhhU4aGSdukTNpErRTv4tPqFDyEXK3IV > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBeTcT7WCIaruTrBZ3HReFmyxnMHEmr1 { width:9.6875rem;height:1.4236125rem;top:34.8779296875rem;left:5.123046875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OF9WDA1uqflQMhsrfy02Q1VPdQgU8Duq { width:5rem;height:5rem;top:29.0107421875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE6em2xLy1Ag0mCfHFbSs4zxKIHfHefC { width:17.999125rem;height:11.875rem;top:37.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5htmxtzyLsFqnvWFwXhGxmaTWQKbQRK { width:17.999125rem;height:11.18924375rem;top:38.125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdovpWJu4mhlastEPwy6nVvSKTJSMEL { width:5rem;height:5rem;top:51.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zthawqGOMcteE6a2UecNq1wT6TDGB4OO { width:7.4375rem;height:1.4236125rem;top:57.48046875rem;left:5.9052734375rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #udaFdWZZM0MyxWTiWfJOC5z5K5TFLaB9 { width:19.2480625rem;height:8.39191875rem;top:61.871762275696rem;left:0.3754341006279rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloVJal5ZCac6G2lwyxGbSkBx9VwF7A6 { width:5rem;height:5rem;top:6.1875rem;left:7.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDuKLeMyct68Psg8QThTnhW5KFHnBgxJ { width:14.0625rem;height:1.62435rem;top:12.873264312744rem;left:3.6859810948372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM4pLegsbwgqxJtt2pql3RdBm339a8dA { width:15.1875rem;height:3.5rem;top:11.9375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN4apinoDuh1QnlQo3kvnOBh4UURZKZI { width:17.5609375rem;height:8.391925rem;top:17.862501144409rem;left:1.1882812976837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uamc172m71IEr2qlhAQFETLhofsTcL47 { width:18.0625rem;height:11.875rem;top:60.0625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxCLa80pxsVkxE9BAMCNyXxDd2xqHwr { width:18.0625rem;height:11.875rem;top:16rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwHPyxDKtKtBCeDPdIXvmEKu1eHsZK5L { width:2.06055rem;height:1.8684875rem;top:12.750652313233rem;left:11.348741829395rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNeVLkaXRVCWtwaKQ9RnF48T2la9TL6m { width:11.875rem;height:3.0625rem;top:34.0341796875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VVd3PhpZUNyLu2wh9JMxDgMGsgmbLt { width:11.875rem;height:3.0625rem;top:56.63671875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPMwb5VrcUotDwQDIsgo5ARFdlTmzbo { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs { background-color:#ae8c67;background-image:none;display:block; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { background-color: transparent; background-image: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container > .video-iframe-container { display: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row > .video-iframe-container { display: none; }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .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); }#fkTbe0Zt8Pu8MADLqyxFznWHvRyr2Chs > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTbJeNaTyzqx4K2oLaggd8o3GgvKF9mU { width:14.8125rem;height:1.54375rem;top:7.6868591308594rem;left:2.4683161377907rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHL3XINwaKWxb4vBE6VQiNg4xCyQAEC { width:20rem;height:3.9rem;top:10.935989379882rem;left:0.24956595897674rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xU54zWvit9U4RVmyQbhMuVRdmGybM9oA { width:2.4375rem;height:2.4375rem;top:10.12109375rem;left:13.435546875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stNC83XLAd0TumUdVmtIFcqRpn4WIf8h { width:20rem;height:3.9rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTe95xVXeD0mLNxX3elDMqQzRLv43vtd { width:2.4375rem;height:2.4375rem;top:14.498046875rem;left:13.2490234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyVXKszM88uFXTv8u1vBC0X2diadOFV { width:20rem;height:3.9rem;top:19.936630249024rem;left:0.061848938465118rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6LVAtMHbKNw6cACP0TpOLnvDwky46e { width:2.4375rem;height:2.4375rem;top:18.939453125rem;left:13.248046875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBlxyWfcHV8sgQ9LQTkm9bxlP1nB7Sfe { width:20rem;height:3.9rem;top:24.374572753906rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDWqTwNW9pGvqMExePVrBq5hmiiqgnOr { width:2.4375rem;height:2.4375rem;top:23.623046875rem;left:13.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7uRTUSE8asHMUBgUKMiauX559GXz7TP { width:12rem;height:5.4375rem;top:1.1875rem;left:3.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QLm8ZkgiouJKeDich5zqytwp1aCZO7XO { width:2.25rem;height:2.1875rem;top:28.7724609375rem;left:13.560546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmZMGcnviJGGbV864PPrKTabLVC4y0gU { width:20rem;height:3.9rem;top:29.5224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXBW9vyCp54HWr93KZElxy5QxfsVfSkR { display:flex;width:3.125rem;height:3.125rem;top:34.730903625488rem;left:11.129557907581rem; }
#FXBW9vyCp54HWr93KZElxy5QxfsVfSkR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Htv3cC6CB5e1ofkoxx2morhiVmo2NwN4 { display:flex;width:3.125rem;height:3.125rem;top:34.731985092163rem;left:5.9375002980232rem; }
#Htv3cC6CB5e1ofkoxx2morhiVmo2NwN4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }