.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b77e928-63d9-4b62-8f85-86ef745086a4/IMG_64361.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { background-color:rgba(239,226,226,0.9);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; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { background-color: transparent; background-image: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container { display: none; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .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); }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { border-width: 0; border-radius: 0; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:960px;height:660px;font-size:14px;font-family:ubuntu;position:relative;display:block; }#HoyVwiwqxCMUwpbQ0c2J5NQRMKNDbObS { color:rgba(255,255,255,0.8);display:block;width:434px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:95.478515625px;left:0px;height:56px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWf5vcx92hHODlF45mUyuqs6hIA35Bfb { color:#ffffff;display:block;width:416.982px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:184.482421875px;left:8.505859375px;height:252px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GosKTnfDSZc9enfxmfsoJgb5ezLl5EnT { color:#ffffff;display:block;width:130.996px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.984375px;left:68.994140625px;height:23.3984px;font-style:normal;display:block; }
#TfdEw8XNV4kzkrgtTX106bKDHEAu4WWQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:39px;top:25.17578125px;left:23.4375px;overflow:hidden;display:block; }
#RFbUIE4cW6h9ZPfPOT5iCey9i56pqyT4 { position:absolute;display:block;z-index:15000;background-color:#1e659e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:506px;width:434px;top:17.109375px;left:0.87890625px;display:block; }
#iEcw2yfPUwD8TCZPR7ZGJ5hIbIR0hecH { position:absolute;display:block;z-index:14999;background-color:#58717e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80.9961px;width:960px;top:579.74609375px;left:0px;display:block; }
#t81sKmbtD9dxsnJnxCslTVNpShv8QZ0r { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:90.9961px;width:90.9961px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:623.75px;left:433.251953125px; }
#ADeRcRGLu8xrEhfcJTegRRESGzXD31EX { color:rgba(255,255,255,0.8);display:block;width:643.994px;position:absolute;font-family:ubuntu;font-size:34px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:603.232421875px;left:157.998046875px;height:34.0039px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKm0ysX4LrMEqpOK9ywxmJlEtV7na3lz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:287.998px;width:512.998px;top:110.478515625px;left:447.001953125px;display:block; }
#xOSvPsmNgLWlzfXydrtGpfn0OB91yo63 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:103.984px;width:103.984px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:381.07421875px;left:651.50390625px; }
#WSIeT0NI9nGgs0xgJMovZVTOQS64Sdr8 { display:block;width:160px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:413.056640625px;left:623.486328125px;height:40px;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;font-style:normal;color:#25231b;display:block; }
#wKy52UPevbSQiWs5Q2rH3QDguQR3TTQz { z-index:15000;top:459.7265625px;left:480.9765625px;background-color:#fb8205;background-image:none;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#25231b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:26px;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:444.996px;height:64px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AUZzNTUFB31fJ4L7pd9RV9boViqWPLps { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(123,192,230,0.85);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; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row .container { background-color: transparent; background-image: none; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row .container > .video-iframe-container { display: none; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row > .video-iframe-container { display: none; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .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); }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row .container { border-width: 0; border-radius: 0; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row .container { font-size:14px;font-family:arial;height:1227px;width:960px;position:relative;display:block; }#h92GfUrFTGylsUZZB6EI7gCcDivHNumu { display:block;width:918.994px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:40.5859375px;left:0px;height:;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;font-style:normal;color:#25231b;display:block; }
#zzUqySw2sgdn1R3pofGOhgFbHlBzoEnF { 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;height:528px;width:407px;top:141.435546875px;left:528.984375px;overflow:hidden;display:block; }
#tgHEnoQcpt9BGR6Hg7N7NaGdCbrJhedU { 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;height:525px;width:405px;top:141.962890625px;left:41.3671875px;overflow:hidden;display:block; }
#krS6oDu6v9M2rQEUiuSwcN668c6W6CHd { 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;height:528px;width:407px;top:699px;left:255.984375px;overflow:hidden;display:block; }
#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(239,226,226,0.9);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; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row .container { background-color: transparent; background-image: none; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row .container > .video-iframe-container { display: none; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row > .video-iframe-container { display: none; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .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); }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row .container { border-width: 0; border-radius: 0; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row .container { font-size:14px;font-family:arial;height:751px;width:960px;position:relative;display:block; }#oQTIE1KCFo419aTrIGH05BOchGKV0Pwb { display:block;width:918.994px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:40.5859375px;left:0px;height:;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;font-style:normal;color:#25231b;display:block; }
#RZA8IhDzigZy4tfH7pEPtlRrLWNTQOmz { display:block;width:887px;position:absolute;font-family:"roboto condensed";font-size:25px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:139.130859375px;left:46.3671875px;height:487.5px;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:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#h4IDbsDpn7aCG7qIZf5UXDuqekF72GXt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:103.975px;width:103.975px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:581.640625px;left:446.005859375px; }
#rxCUWlm6AmTFBnMQAzhR2ChOiK0Rlg8v { display:block;width:160px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:613.623046875px;left:417.98828125px;height:40px;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;font-style:normal;color:#25231b;display:block; }
#O55DLKL9FyDTdndpp9iC2zNMrBQMqN0p { z-index:15006;top:666.9921875px;left:275.478515625px;background-color:#fb8205;background-image:none;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#25231b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:26px;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:443.99px;height:62.9941px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ptXDfQh0Bl7ndxaXKonlKUMBVlxtyPxa { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(115,115,115,0.87);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; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row .container { background-color: transparent; background-image: none; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row .container > .video-iframe-container { display: none; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row > .video-iframe-container { display: none; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .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); }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row .container { border-width: 0; border-radius: 0; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row .container { font-size:14px;font-family:arial;height:517px;width:960px;position:relative;display:block; }#uTDZg6v2Cvipkus3QTqudPTqhGMTe3Py { display:block;width:927px;position:absolute;font-family:"roboto condensed";font-size:25px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:215.986328125px;left:22.9921875px;height:260px;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:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#soXn6TciMJL3BBvTfTbfpNdsMhN9XpI3 { display:block;width:918.975px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:34.8828125px;left:41.015625px;height:;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;font-style:normal;color:#ffffff;display:block; }
#KdtTwZ81uPsRCh9mbiafSvsDokLn7gUu { display:block;width:926.992px;position:absolute;font-family:"roboto condensed";font-size:25px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:86.97265625px;left:16.494140625px;height:97.5px;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:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(115,115,115,0.87);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; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row .container { background-color: transparent; background-image: none; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row .container > .video-iframe-container { display: none; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row > .video-iframe-container { display: none; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .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); }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row .container { border-width: 0; border-radius: 0; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row .container { font-size:14px;font-family:arial;height:569px;width:960px;position:relative;display:block; }#zGiPCf47xbz6AaTf4AUrgsIhDuh8WOwi { display:block;width:160px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:406px;left:418px;height:40px;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;font-style:normal;color:#25231b;display:block; }
#BZma9tPGfXDVKRmo05pkqRaBVIcovx7N { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:103.984px;width:103.984px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:374px;left:446px; }
#DOANTmfCydephMJ4scgKA0b178GnAa1l { z-index:15003;top:469px;left:276px;background-color:#fb8205;background-image:none;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#25231b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"roboto condensed";font-size:26px;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:444.996px;height:64px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qTAQGTM3nAirvn7ESNozxTnQswlzpv5F { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#oCKxfKxAwTBdFSKRrU5fcTs6llJlpnas { 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;height:343.994px;width:257.998px;top:15.986328125px;left:377.48046875px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { display:block; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoyVwiwqxCMUwpbQ0c2J5NQRMKNDbObS { width:434px;height:56px;top:95px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KWf5vcx92hHODlF45mUyuqs6hIA35Bfb { width:416px;height:251px;top:184px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GosKTnfDSZc9enfxmfsoJgb5ezLl5EnT { width:130px;height:23px;top:33px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TfdEw8XNV4kzkrgtTX106bKDHEAu4WWQ { width:39px;height:41px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RFbUIE4cW6h9ZPfPOT5iCey9i56pqyT4 { top:17px;left:0px;width:434px;height:506px;display:block; }
 }@media only screen and (max-width: 763px) { #iEcw2yfPUwD8TCZPR7ZGJ5hIbIR0hecH { top:579px;left:0px;width:764px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #t81sKmbtD9dxsnJnxCslTVNpShv8QZ0r { top:623px;left:335.251953125px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ADeRcRGLu8xrEhfcJTegRRESGzXD31EX { width:643px;height:34px;top:603px;left:59.998046875px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #zKm0ysX4LrMEqpOK9ywxmJlEtV7na3lz { top:110px;left:251px;width:512px;height:287.43772100476px;display:block; }
 }@media only screen and (max-width: 763px) { #xOSvPsmNgLWlzfXydrtGpfn0OB91yo63 { top:381px;left:553.50390625px;width:103px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #WSIeT0NI9nGgs0xgJMovZVTOQS64Sdr8 { width:417px;height:98px;top:158px;left:337px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #wKy52UPevbSQiWs5Q2rH3QDguQR3TTQz { top:499px;left:567px;width:185px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #AUZzNTUFB31fJ4L7pd9RV9boViqWPLps { display:block; }
 }@media only screen and (max-width: 763px) { #ewueid5zyA2I91n5hpo6lz25Wl2hkSFn { display:block; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h92GfUrFTGylsUZZB6EI7gCcDivHNumu { width:417px;height:98px;top:158px;left:337px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #zzUqySw2sgdn1R3pofGOhgFbHlBzoEnF { width:407px;height:528px;top:141px;left:357px;display:block; }
 }@media only screen and (max-width: 763px) { #tgHEnoQcpt9BGR6Hg7N7NaGdCbrJhedU { width:405px;height:525px;top:141px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #krS6oDu6v9M2rQEUiuSwcN668c6W6CHd { width:407px;height:528px;top:699px;left:157.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ { display:block; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQTIE1KCFo419aTrIGH05BOchGKV0Pwb { width:417px;height:98px;top:158px;left:337px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #RZA8IhDzigZy4tfH7pEPtlRrLWNTQOmz { width:394px;height:109px;top:303px;left:361px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #h4IDbsDpn7aCG7qIZf5UXDuqekF72GXt { top:581px;left:348.005859375px;width:103px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #rxCUWlm6AmTFBnMQAzhR2ChOiK0Rlg8v { width:417px;height:98px;top:158px;left:337px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #O55DLKL9FyDTdndpp9iC2zNMrBQMqN0p { top:499px;left:567px;width:185px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #ptXDfQh0Bl7ndxaXKonlKUMBVlxtyPxa { display:block; }
 }@media only screen and (max-width: 763px) { #MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG { display:block; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTDZg6v2Cvipkus3QTqudPTqhGMTe3Py { width:394px;height:109px;top:303px;left:361px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #soXn6TciMJL3BBvTfTbfpNdsMhN9XpI3 { width:417px;height:98px;top:158px;left:337px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #KdtTwZ81uPsRCh9mbiafSvsDokLn7gUu { width:394px;height:109px;top:303px;left:361px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B { display:block; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGiPCf47xbz6AaTf4AUrgsIhDuh8WOwi { width:417px;height:98px;top:158px;left:337px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #BZma9tPGfXDVKRmo05pkqRaBVIcovx7N { top:374px;left:348px;width:103px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #DOANTmfCydephMJ4scgKA0b178GnAa1l { top:499px;left:567px;width:185px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #qTAQGTM3nAirvn7ESNozxTnQswlzpv5F { display:block; }
 }@media only screen and (max-width: 763px) { #oCKxfKxAwTBdFSKRrU5fcTs6llJlpnas { top:15px;left:279.48046875px;width:257px;height:342.66334622749px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT { display:block; }#S5Km7t1ThH1w7QoZdHA66JDsHJJQUvOT > .row .container { width:320px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoyVwiwqxCMUwpbQ0c2J5NQRMKNDbObS { width:320px;height:83.9941px;top:70px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWf5vcx92hHODlF45mUyuqs6hIA35Bfb { width:320px;height:230.312px;top:169.306640625px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GosKTnfDSZc9enfxmfsoJgb5ezLl5EnT { width:131px;height:20.8px;top:22px;left:61px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfdEw8XNV4kzkrgtTX106bKDHEAu4WWQ { width:30px;height:32px;top:13px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RFbUIE4cW6h9ZPfPOT5iCey9i56pqyT4 { width:320px;height:445px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iEcw2yfPUwD8TCZPR7ZGJ5hIbIR0hecH { width:320px;height:80px;top:806.611328125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t81sKmbtD9dxsnJnxCslTVNpShv8QZ0r { display:flex;width:90px;height:90px;top:854.609375px;left:115px; }
 }@media only screen and (max-width: 763px) { #ADeRcRGLu8xrEhfcJTegRRESGzXD31EX { width:320px;height:51.9922px;top:820.615234375px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKm0ysX4LrMEqpOK9ywxmJlEtV7na3lz { height:179.64583966876px;width:320px;top:459.98046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xOSvPsmNgLWlzfXydrtGpfn0OB91yo63 { display:flex;width:102.988px;height:102.988px;top:639.619140625px;left:108.49609375px; }
 }@media only screen and (max-width: 763px) { #WSIeT0NI9nGgs0xgJMovZVTOQS64Sdr8 { width:160px;height:27.998px;top:677.109375px;left:80px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wKy52UPevbSQiWs5Q2rH3QDguQR3TTQz { top:718.984375px;left:5.478515625px;width:307.994px;height:59.9961px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #AUZzNTUFB31fJ4L7pd9RV9boViqWPLps { display:block; }
 }@media only screen and (max-width: 763px) { #ewueid5zyA2I91n5hpo6lz25Wl2hkSFn { display:block; }#ewueid5zyA2I91n5hpo6lz25Wl2hkSFn > .row .container { width:320px;height:1503.137088260135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h92GfUrFTGylsUZZB6EI7gCcDivHNumu { width:306.992px;height:111.992px;top:25.986328125px;left:6.484375px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zzUqySw2sgdn1R3pofGOhgFbHlBzoEnF { width:320px;height:426.992px;top:622.001953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tgHEnoQcpt9BGR6Hg7N7NaGdCbrJhedU { width:320px;height:414.81481481481px;top:178.974609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #krS6oDu6v9M2rQEUiuSwcN668c6W6CHd { width:320px;height:415.13513513514px;top:1068.001953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ { display:block; }#DiEWkfdmkEWF4kZgmCrxThIwbXUgHOtJ > .row .container { width:320px;height:910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQTIE1KCFo419aTrIGH05BOchGKV0Pwb { width:307px;height:27.998px;top:49px;left:6px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RZA8IhDzigZy4tfH7pEPtlRrLWNTQOmz { width:320px;height:649.9024px;top:96.982440625px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h4IDbsDpn7aCG7qIZf5UXDuqekF72GXt { display:flex;width:103px;height:103px;top:729.345703125px;left:108.4765625px; }
 }@media only screen and (max-width: 763px) { #rxCUWlm6AmTFBnMQAzhR2ChOiK0Rlg8v { width:160px;height:27.998px;top:766.884421875px;left:80px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #O55DLKL9FyDTdndpp9iC2zNMrBQMqN0p { top:814.872721875px;left:11px;width:298px;height:62px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ptXDfQh0Bl7ndxaXKonlKUMBVlxtyPxa { display:block; }
 }@media only screen and (max-width: 763px) { #MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG { display:block; }#MyVVH6JPgHkX01Qi4OHaz7vyZJFEBJfG > .row .container { width:320px;height:735px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTDZg6v2Cvipkus3QTqudPTqhGMTe3Py { width:303.984px;height:415.9381px;top:264.970703125px;left:8.0078125px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #soXn6TciMJL3BBvTfTbfpNdsMhN9XpI3 { width:320px;height:27.998px;top:21.93359375px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KdtTwZ81uPsRCh9mbiafSvsDokLn7gUu { width:320px;height:155.977px;top:73.916015625px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B { display:block; }#xrEIyoFGthcqAgwLNr8GgQHQLiEPwA3B > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGiPCf47xbz6AaTf4AUrgsIhDuh8WOwi { width:160px;height:27.998px;top:391px;left:80px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #BZma9tPGfXDVKRmo05pkqRaBVIcovx7N { display:flex;width:102.998px;height:102.998px;top:353px;left:108px; }
 }@media only screen and (max-width: 763px) { #DOANTmfCydephMJ4scgKA0b178GnAa1l { top:439px;left:11px;width:298px;height:64px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qTAQGTM3nAirvn7ESNozxTnQswlzpv5F { display:block; }
 }@media only screen and (max-width: 763px) { #oCKxfKxAwTBdFSKRrU5fcTs6llJlpnas { width:257.988px;height:343.984px;top:0px;left:40px;display:block; }
 }