.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;
}body { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { 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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:14px;font-family:arial;height:980px;width:1200px;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#142b54;display:block;width:679.969px;position:absolute;font-family:lato;font-size:62px;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:225.13124084473px;left:28.106262207031px;height:248px;text-align:center;text-align-last:center;display:block; }
#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:#193e95;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:517.969px;height:61.9875px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:849.05618286133px;left:135px;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { 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:696.975px;width:507.975px;top:195.11248779297px;left:692.02490234375px;overflow:hidden;display:block; }
#AnpLJTvT2CfVA4t9su0JzowGt33qimzg { position:absolute;display:block;z-index:15003;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:45.975px;width:52.9875px;top:168.11249542236px;left:901.94995117188px;overflow:hidden;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { 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:63.975px;width:354px;top:90.112495422363px;left:191.11871337891px;overflow:hidden;display:block; }
#mSEuefpaHhtSBr2dF70K84nAyvUiPiDo { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #ffd52a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:255px;width:690.984px;top:251.09375px;left:22.5625px;display:block; }
#BeI4OkEwuL0ZRIetHdFuT9G4QLsXdBrT { position:absolute;display:block;z-index:15028;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:60.975px;width:57.975px;top:749.24993896484px;left:777px;overflow:hidden;display:block; }
#XO3WrKAoaQlHxD2uOAKvl7UBXr2bqkT5 { box-sizing:content-box;height:480px;width:504px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:14999;background-color:#ffd52a;background-image:none;top:340.04998779297px;left:777px;display:block; }
#DMtMx9u1dT2Ts2UNfT4ovNBteUy7MFdt { box-sizing:content-box;height:114.994px;width:120.994px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15001;background-color:#ffd52a;background-image:none;top:195.11248779297px;left:1078.9874267578px;display:block; }
#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:#142b54;display:block;width:788px;position:absolute;font-family:lato;font-size:44px;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:541.83746337891px;left:0px;height:241.953px;text-align:center;text-align-last:center;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:14px;font-family:arial;height:158px;width:1200px;position:relative;display:block; }#MBVpb70fwlDJ362xCE0OiLVc7XXuMTNB { color:#142b54;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:24px;left:0px;height:110px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 { position:relative;display:block; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 { background-color: transparent; background-image: none; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row .container > .video-iframe-container { display: none; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row > .video-iframe-container { display: none; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .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); }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 { border-width: 0; border-radius: 0; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:14px;font-family:arial;height:553px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UgH5iTAoCsBXxv6AkfStDJnRI6zAhNHk { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:513px;width:564px;top:10.987426757812px;left:619.96871948242px;display:block; }
#lHLlMqqNxtDkRF7eRx9umTar7aEgUlJE { color:#142b54;display:block;width:447.994px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:86.737457275391px;left:675.97497558594px;height:410.2505px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9lnDsb7ZuCrN7IfhoyJ1EndnZKOQnrn { position:absolute;display:block;z-index:15021;background-color:#ffd52a;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;height:43.9875px;width:43.9875px;top:36.937530517578px;left:878.00622558594px;display:block; }
#ThFPrBgOekFmf8AH3SUhG0ZnJ8KTzcXT { position:absolute;display:block;z-index:15022;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:22.9875px;width:22.9875px;top:47.437530517578px;left:888.50622558594px;overflow:hidden;display:block; }
#c3I1EBH0enewzfHFXH9cTeypbCc5Td9n { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:513px;width:561px;top:12px;left:18.993743896484px;display:block; }
#MyOMtfkfgi7miT2D6Zi1ZvfxuASc5ySb { box-sizing:content-box;height:199.969px;width:472.969px;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:60.993743896484px;left:62.287506103516px;border-top-right-radius:43px;border-bottom-right-radius:43px;border-bottom-left-radius:43px;border-top-left-radius:43px;border-top:1px solid #ffd52a;border-left:1px solid #ffd52a;border-right:1px solid #ffd52a;border-bottom:1px solid #ffd52a;display:block; }
#UrRJDSKUvnver1nNiH7RmZaK2fzqpSeL { color:#142b54;display:block;width:433.969px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15029;line-height:1.9;letter-spacing:0;top:110.85000610352px;left:82.987518310547px;height:102.5625px;text-align:center;text-align-last:center;display:block; }
#ZSGTTFLNlBg1xZKNy0S4OrwFw8IOo27V { box-sizing:content-box;height:199.969px;width:472.969px;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:273.99374389648px;left:62.287506103516px;border-top-right-radius:43px;border-bottom-right-radius:43px;border-bottom-left-radius:43px;border-top-left-radius:43px;border-top:1px solid #ffd52a;border-left:1px solid #ffd52a;border-right:1px solid #ffd52a;border-bottom:1px solid #ffd52a;display:block; }
#y5q5eJqJagncNVJ63PQwNnJCT16Atkib { color:#142b54;display:block;width:396.994px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15030;line-height:1.9;letter-spacing:0;top:306.76873016357px;left:101.47500610352px;height:136.7495px;text-align:center;text-align-last:center;display:block; }
#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 { position:relative;display:block; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 { background-color: transparent; background-image: none; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row .container > .video-iframe-container { display: none; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row > .video-iframe-container { display: none; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .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); }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 { border-width: 0; border-radius: 0; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:14px;font-family:arial;height:386px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lEPnuTvVSCcvPRSxe522pbxqGNozDwfd { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:330px;width:559px;top:18.993774414062px;left:19.987487792969px;display:block; }
#maC4J79fFbnSUqSEp6qp0IG4QohDNa6f { color:#142b54;display:block;width:447.994px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15024;line-height:1.9;letter-spacing:0;top:110px;left:76px;height:273.4995px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVTUo9c66XgqxrG2ZZaPZl5z42u7li0c { position:absolute;display:block;z-index:15025;background-color:#ffd52a;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;height:43.9875px;width:43.9875px;top:45px;left:278px;display:block; }
#Avsq20QwVMCNqTnaTIOCnbi99HOJTDzQ { position:absolute;display:block;z-index:15026;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:22.9875px;width:22.9875px;top:55px;left:289px;overflow:hidden;display:block; }
#tgqv2EtbNXSEmvPfHsenEL7sN9642By2 { position:absolute;display:block;z-index:15027;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:330px;width:567px;top:20px;left:619px;display:block; }
#P9N7m5G3oyXcbvcVONC5ZWV3Ts8chXzR { color:#142b54;display:block;width:447.994px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15028;line-height:1.9;letter-spacing:0;top:111px;left:676px;height:273.4995px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhARnQ8OINab8HpJXzLBlTH9XGZfm6eq { position:absolute;display:block;z-index:15029;background-color:#ffd52a;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:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;height:43.9875px;width:43.9875px;top:46px;left:878px;display:block; }
#QdsxM5DdBeeMQP0rMbJfb1KAaV7Vi6gI { position:absolute;display:block;z-index:15030;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:22.9875px;width:22.9875px;top:56px;left:889px;overflow:hidden;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { 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; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:#142b54;display:block;width:1179px;position:absolute;font-family:"times new roman";font-size:50px;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:47.437469482422px;left:10.5px;height:110px;text-align:center;text-align-last:center;display:block; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:10px solid #ffd52a;border-right:10px solid #ffd52a;border-bottom:10px solid #ffd52a;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; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:14px;font-family:arial;height:505.4px;width:1200px;position:relative;display:block; }#WDtVHcSuE5JNi1pmlyCNLqEEZAa48NlT { background-color:#193e95;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:517.969px;height:61.9875px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:414.86248779297px;left:583.64990234375px;display:block; }
#SmH8xl7JsTp9WaDJn2GAtf7VkhvHTL9X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sRiDv35RXSEsu0pIazc9LvvJb8W912BB { color:#142b54;display:block;width:636px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:317.84997558594px;left:524.58740234375px;height:68.375px;text-align:center;text-align-last:center;display:block; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { position:absolute;display:block;z-index:15016;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:461px;width:650px;top:41.950201171875px;left:-106.30534085074px;overflow:hidden;display:block; }
#fhszgwyTOCkWKWsFsHkslEebaKu8WqFG { color:#142b54;display:block;width:617px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:51.862487792969px;left:502.64990234375px;height:266px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJsVENaiEA8ZE1WZlX1iis2OdqM3ZZO0 { box-sizing:content-box;height:259.987px;width:943.987px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:0px;left:250.01245117188px;border-top:0;border-left:0 solid rgba(0,0,0,0);border-right:7px dotted #ffd52a;border-bottom:7px dotted #ffd52a;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:764px;height:705px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:128px;left:0px;width:679px;height:160px;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:415px;height:61px;top:604px;left:30.828125px;display:block; }
 }@media only screen and (max-width: 1199px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 1199px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:195px;left:464.22382411245px;width:298px;height:409px;display:block; }
 }@media only screen and (max-width: 1199px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { top:168px;left:683.94995117188px;width:52px;height:45.118188251946px;display:block; }
 }@media only screen and (max-width: 1199px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:22px;left:205px;width:354px;height:63.9688px;display:block; }
 }@media only screen and (max-width: 1199px) { #mSEuefpaHhtSBr2dF70K84nAyvUiPiDo { width:176px;height:167px;top:70px;left:578.06137184116px;display:block; }
 }@media only screen and (max-width: 1199px) { #BeI4OkEwuL0ZRIetHdFuT9G4QLsXdBrT { top:604px;left:559px;width:57px;height:59.9375px;display:block; }
 }@media only screen and (max-width: 1199px) { #XO3WrKAoaQlHxD2uOAKvl7UBXr2bqkT5 { width:317px;height:302px;top:340px;left:444.83682008368px;display:block; }
 }@media only screen and (max-width: 1199px) { #DMtMx9u1dT2Ts2UNfT4ovNBteUy7MFdt { width:120px;height:114px;top:195px;left:644px;display:block; }
 }@media only screen and (max-width: 1199px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:348.640625px;left:0px;width:460px;height:211.1245px;font-size:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MBVpb70fwlDJ362xCE0OiLVc7XXuMTNB { top:24px;left:0px;width:764px;height:112.172px;font-size:34px;display:block; }
 }@media only screen and (max-width: 1199px) { #GnS3uQS29CAyuf4OobJn99ClnccSlyo1 { display:block; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UgH5iTAoCsBXxv6AkfStDJnRI6zAhNHk { width:375px;height:513px;top:10px;left:389px;display:block; }
 }@media only screen and (max-width: 1199px) { #lHLlMqqNxtDkRF7eRx9umTar7aEgUlJE { width:362px;height:444.4375px;top:86px;left:402px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #V9lnDsb7ZuCrN7IfhoyJ1EndnZKOQnrn { width:43px;height:43px;top:36px;left:551.00622558594px;display:block; }
 }@media only screen and (max-width: 1199px) { #ThFPrBgOekFmf8AH3SUhG0ZnJ8KTzcXT { width:22px;height:22px;top:47px;left:561.50622558594px;display:block; }
 }@media only screen and (max-width: 1199px) { #c3I1EBH0enewzfHFXH9cTeypbCc5Td9n { width:371px;height:513px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #MyOMtfkfgi7miT2D6Zi1ZvfxuASc5ySb { width:364px;height:199px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #UrRJDSKUvnver1nNiH7RmZaK2fzqpSeL { width:357px;height:136.7495px;top:110px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSGTTFLNlBg1xZKNy0S4OrwFw8IOo27V { width:361px;height:199px;top:273px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #y5q5eJqJagncNVJ63PQwNnJCT16Atkib { width:350px;height:136.7495px;top:306px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 { display:block; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lEPnuTvVSCcvPRSxe522pbxqGNozDwfd { width:380px;height:330px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #maC4J79fFbnSUqSEp6qp0IG4QohDNa6f { width:373px;height:307.6875px;top:109px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #iVTUo9c66XgqxrG2ZZaPZl5z42u7li0c { width:43px;height:43px;top:45px;left:169px;display:block; }
 }@media only screen and (max-width: 1199px) { #Avsq20QwVMCNqTnaTIOCnbi99HOJTDzQ { width:22px;height:22px;top:55px;left:180px;display:block; }
 }@media only screen and (max-width: 1199px) { #tgqv2EtbNXSEmvPfHsenEL7sN9642By2 { width:373px;height:330px;top:20px;left:391px;display:block; }
 }@media only screen and (max-width: 1199px) { #P9N7m5G3oyXcbvcVONC5ZWV3Ts8chXzR { width:356px;height:307.6875px;top:111px;left:408px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #zhARnQ8OINab8HpJXzLBlTH9XGZfm6eq { width:43px;height:43px;top:46px;left:551px;display:block; }
 }@media only screen and (max-width: 1199px) { #QdsxM5DdBeeMQP0rMbJfb1KAaV7Vi6gI { width:22px;height:22px;top:56px;left:562px;display:block; }
 }@media only screen and (max-width: 1199px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:764px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:47px;left:0px;width:764px;height:74.7812px;font-size:34px;display:block; }
 }@media only screen and (max-width: 1199px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:764px;height:466.99999999999994px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WDtVHcSuE5JNi1pmlyCNLqEEZAa48NlT { width:517px;height:61px;top:359px;left:123.21875px;display:block; }
 }@media only screen and (max-width: 1199px) { #SmH8xl7JsTp9WaDJn2GAtf7VkhvHTL9X { display:block; }
 }@media only screen and (max-width: 1199px) { #sRiDv35RXSEsu0pIazc9LvvJb8W912BB { width:636px;height:68.375px;top:255px;left:53px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:32px;left:0px;width:254px;height:180px;display:block; }
 }@media only screen and (max-width: 1199px) { #fhszgwyTOCkWKWsFsHkslEebaKu8WqFG { top:12px;left:276.21875px;width:455px;height:273.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #QJsVENaiEA8ZE1WZlX1iis2OdqM3ZZO0 { width:634px;height:215px;top:0px;left:123.22727272727px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:320px;height:1038px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:320px;height:160px;top:81px;left:0px;font-size:40px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:304px;height:62px;top:950px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:299px;height:406px;top:530px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { width:59px;height:51px;top:530px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:138px;height:29px;top:20px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #mSEuefpaHhtSBr2dF70K84nAyvUiPiDo { width:320px;height:255px;top:678px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BeI4OkEwuL0ZRIetHdFuT9G4QLsXdBrT { width:57px;height:59.949547218629px;top:848.0625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XO3WrKAoaQlHxD2uOAKvl7UBXr2bqkT5 { width:320px;height:304px;top:560px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DMtMx9u1dT2Ts2UNfT4ovNBteUy7MFdt { width:120px;height:114px;top:793px;left:190.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:309px;height:237.5px;top:264px;left:11px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:320px;height:194px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBVpb70fwlDJ362xCE0OiLVc7XXuMTNB { width:320px;height:140.75px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GnS3uQS29CAyuf4OobJn99ClnccSlyo1 { display:block; }#GnS3uQS29CAyuf4OobJn99ClnccSlyo1 > .row .container { width:320px;height:1090px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgH5iTAoCsBXxv6AkfStDJnRI6zAhNHk { width:320px;height:513px;top:553px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lHLlMqqNxtDkRF7eRx9umTar7aEgUlJE { width:320px;height:428.3124px;top:638.6875px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #V9lnDsb7ZuCrN7IfhoyJ1EndnZKOQnrn { width:43px;height:43px;top:580px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #ThFPrBgOekFmf8AH3SUhG0ZnJ8KTzcXT { width:22px;height:22px;top:591px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #c3I1EBH0enewzfHFXH9cTeypbCc5Td9n { width:320px;height:513px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MyOMtfkfgi7miT2D6Zi1ZvfxuASc5ySb { width:318px;height:199px;top:68px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UrRJDSKUvnver1nNiH7RmZaK2fzqpSeL { width:320px;height:136.7495px;top:118px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGTTFLNlBg1xZKNy0S4OrwFw8IOo27V { width:318px;height:199px;top:281px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y5q5eJqJagncNVJ63PQwNnJCT16Atkib { width:320px;height:170.9375px;top:314px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 { display:block; }#u4TUZmruu1GEvB4lwyEPvgr83lVKwf40 > .row .container { width:320px;height:781px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEPnuTvVSCcvPRSxe522pbxqGNozDwfd { width:320px;height:330px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #maC4J79fFbnSUqSEp6qp0IG4QohDNa6f { width:320px;height:275.3439px;top:109px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #iVTUo9c66XgqxrG2ZZaPZl5z42u7li0c { width:43px;height:43px;top:47px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #Avsq20QwVMCNqTnaTIOCnbi99HOJTDzQ { width:22px;height:22px;top:57px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #tgqv2EtbNXSEmvPfHsenEL7sN9642By2 { width:320px;height:330px;top:384px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P9N7m5G3oyXcbvcVONC5ZWV3Ts8chXzR { width:320px;height:305.9376px;top:472.34375px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zhARnQ8OINab8HpJXzLBlTH9XGZfm6eq { width:43px;height:43px;top:414px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #QdsxM5DdBeeMQP0rMbJfb1KAaV7Vi6gI { width:22px;height:22px;top:424px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:320px;height:246px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:288px;height:175.938px;top:56px;left:16px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:320px;height:901px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDtVHcSuE5JNi1pmlyCNLqEEZAa48NlT { width:304px;height:61px;top:785.515625px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #SmH8xl7JsTp9WaDJn2GAtf7VkhvHTL9X { display:block; }
 }@media only screen and (max-width: 763px) { #sRiDv35RXSEsu0pIazc9LvvJb8W912BB { width:320px;height:136.75px;top:349.515625px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:320px;height:234.516px;top:551px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fhszgwyTOCkWKWsFsHkslEebaKu8WqFG { width:271px;height:273.5154px;top:54.015625px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QJsVENaiEA8ZE1WZlX1iis2OdqM3ZZO0 { width:313px;height:304px;top:15.515625px;left:0px;display:block; }
 }