.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;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); }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171751;background-image:url("https://images.assets-landingi.com/uc/8c4d6f2b-bcd1-4535-b998-230bf8ab7755/nastuhabootalebiyWwob8kwOCkunsplash1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H.adaptive-delivery-prevent-bg, #na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H.lazyload, #na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H.lazyloading { background-image: none; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row .container { background-color: transparent; background-image: none; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row .container > .video-iframe-container { display: none; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row > .video-iframe-container { display: none; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .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); }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row .container { border-width: 0; border-radius: 0; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#FZON69mlmDO0X7aq1G5Mw52icThuZrgt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:4.1875rem;top:4.40625rem;left:34.84375rem;overflow:hidden;display:block; }
#vwLLwA0AzAWSokL7gTSM63GVBxXV7oCS { position:absolute;display:block;z-index:100012;height:2.25rem;width:2.25rem;top:5.75rem;left:58.1875rem;display:none; }
#rKvQ43qMMss6J32plwaMBDA3FB0NTAuu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:75rem;display:none; }
#I4ZKqGuo38KSwmtuUbPUXSTETkoScpIz { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:33.375rem;top:10.5rem;left:20.3125rem;overflow:hidden;display:block; }
#soA9BJpsmihiKK8Im9DMXM66WCfbzIfk { color:#ffffff;display:block;width:60.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:6.4345703125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfzwxTcpenKZ37Z22FoWzUlNXM9lLL6a { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:vcr;font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:20.5625rem;left:7.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGaK8qdqi2l1TufPgiV9wnsltStiIGqP { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:vcr;font-size:0.875rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:56.875rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKdTFaXGithPThWqvdZhlFPhcavtgXfB { color:#0c0c0c;display:block;width:26.5rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:26.4375rem;left:17.6875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScU6kU7rkke0SnOC9xoo6pBxEPHLOCUJ { color:#414141;display:block;width:11.9375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsBr4kbBia53TAc5hhrvRQvUpRH3ZLxU { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.6875rem;width:1.375rem;top:23.9375rem;left:18rem;overflow:hidden;display:block; }
#SuQbEk5qdHXb4rVgw3HuGkJoJEnbL6Ik { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:5.375rem;top:32rem;left:60.125rem;overflow:hidden;display:block; }
#TgHkqpc1tzuWnV20OBE7MiWP5PdFHwEv { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:4.9375rem;top:46.8125rem;left:8.1875rem;overflow:hidden;display:block; }
#GC1hmMPTpC4K2pXM8LNlQAC0ZSMrBu4v { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:53.4375rem;left:60.125rem;overflow:hidden;display:block; }
#syz6K3D7Fgr3cq4ItZ8xT2vl0CUwoRWu { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:2.25rem;top:35.8125rem;left:64.4375rem;overflow:hidden;display:block; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-form-header {  }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem dotted rgba(104,104,104,0.55);border-left:0.125rem dotted rgba(104,104,104,0.55);border-right:0.125rem dotted rgba(104,104,104,0.55);border-bottom:0.125rem dotted rgba(104,104,104,0.55);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.4375rem;box-sizing:border-box;height:2.5625rem;color:#053b71;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem dotted rgba(104,104,104,0.55);border-left:0.125rem dotted rgba(104,104,104,0.55);border-right:0.125rem dotted rgba(104,104,104,0.55);border-bottom:0.125rem dotted rgba(104,104,104,0.55);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.4375rem;box-sizing:border-box;height:4.375rem;color:#053b71;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-button { background-color:rgba(18,19,19,0.04);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#1c3584;width:32.4375rem;height:3.4375rem;font-family:vcr;overflow:hidden;font-style:normal;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.26) ; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 [class*="-text"]:-moz-placeholder { color:#2a2727;font-family:"open sans";font-size:0.875rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 [class*="-text"]::-moz-placeholder { color:#2a2727;font-family:"open sans";font-size:0.875rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 [class*="-text"]:-ms-input-placeholder { color:#2a2727;font-family:"open sans";font-size:0.875rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 [class*="-text"]::-webkit-input-placeholder { color:#2a2727;font-family:"open sans";font-size:0.875rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:31.0625rem;overflow:hidden;font-style:normal; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-container:first-of-type{padding-top:0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-container:last-of-type{padding-bottom:0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100023;position:absolute;top:32rem;left:25.875rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.4375rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 {display:block;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100023;position:absolute;top:32rem;left:25.875rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #L0DFynToD8MmMPRPURetWEMB4UMbRJTs { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #I3Hb4WSh9vATbu69DnG7J1GzFURcCctT { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #J7s5wuHc6SEhCn8UwscxVmihUyDii2hy { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #Od1aJP5cMgO2py8H6ufa0RLD2Oial9pT { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #CyK8DGEE9A6NQ3Wg5RExPF4RbILcMBas { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #hRe9EkDB8XkuApcpSu1AuPndK2LO3zPb { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #NZ3p6HfpTQpdhAOz2gCRCaS6cx8HLNxz { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #vCxBlah69r90u3GyOIbqucV6yUTMFAzR { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #aN7a75rwUw6HsAgHuaiS2i8I9nVqmZVB { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #FKQCv2C6U4VO2fVOhbzIPBmmnWFKbQ1C { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #QSpfVnapUJXq7vPXcdhrp4if31DJ4BdM { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #uFNVgAWZF291nTX1KF6rpJ0J43s2QqRJ { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #SdeTb304bWEguXdPUEPq2LKhSocdNbsP { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #hNiMt8CqZsa9yZW3rCfuM64kb77rvlBI { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #VnHHfgB8kbTnFqExv6Em6KfVKIGa4aJ4 { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #Tv7TPxtoWdGBksxws6RarhzZNSiQT8TL { position:relative; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #TvQg6AmFJ83vzQZsb5QnzGD6qNnO9zJp { position:relative; }
#nKn09MdEMzfwvuFvhmOg7kKoPrE4pzrA { color:#1a3e87;display:block;width:8.75rem;position:absolute;font-family:vcr;font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:42.1875rem;left:14.3125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9EVvt0ApSdsm9DvaRKW7tITA4PlSpy7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:56.25rem;left:10.875rem;display:block; }
#KDfwTDVyOR7sOVTTpzk5Qom49oTOyPga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MrQOTgKRgyUi4EZkPiN7SSmf9trZJgrE { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/62941aa3-b0ca-4cbd-9d4c-aba5e8b5cd61/Browser.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.0625rem;width:52.5625rem;top:19.75rem;left:10.65625rem;display:block; }#MrQOTgKRgyUi4EZkPiN7SSmf9trZJgrE.adaptive-delivery-prevent-bg, #MrQOTgKRgyUi4EZkPiN7SSmf9trZJgrE.lazyload, #MrQOTgKRgyUi4EZkPiN7SSmf9trZJgrE.lazyloading { background-image: none; }
#hkTIflSG2uemDz5a06T3Dgw8rhqThT1m { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.4375rem;height:1.375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:23.568359375rem;left:11.625rem;display:block; }
#bSTn7Pv6PnaNSg5PICcX1zGa4Xpmqd8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ScSnGRKS4kGNu1149vbanUQb4U3z2IIS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.4375rem;height:1.375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:23.567969322204rem;left:13.1875rem;display:block; }
#eUoTNGqlu6NEwcUp2hyQalc0S4nMLqQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NhAhzVNIBOAs5ktPoxRwh8s40JuHmyO3 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:37.75rem;left:16.6875rem;overflow:hidden;display:block; }
#U4aHs1NboPyWrDEh3z8nT1TuHeW9oGGS { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:8.8125rem;top:15rem;left:53.6875rem;overflow:hidden;display:block; }
#VHK18lrNkRiLZL3DxvQ3xwagp9peTSly { color:#193d8b;display:block;width:6.0625rem;position:absolute;font-family:vcr;font-size:2.5625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:28.5869140625rem;left:11.375rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6NcRLVDKlROuJdp1AzAoDqNhkCvvpTz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2d2d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:vcr;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.3125rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:28.625rem;left:48.125rem;display:block; }
#Qtw9ny49GRCA11dQ0J1mPwNbnla77EWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KG8bw32uTPFTUTqVgqXnTx8y7PDLaXNM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2d2d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:vcr;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.3125rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:28.6494140625rem;left:37.625rem;display:block; }
#wirJoCbFXpPvyD21ixPt8piqy0w1qJ3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TNcgkLEIBSUQsQSHXVoCPU5OeCR73Fcq { position:absolute;display:block;z-index:100034;height:3.625rem;width:6.5625rem;top:57.0625rem;left:58.5rem;display:block; }
#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row .container { background-color: transparent; background-image: none; }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row .container > .video-iframe-container { display: none; }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row > .video-iframe-container { display: none; }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .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); }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row .container { border-width: 0; border-radius: 0; }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row .container { font-size:0.875rem;font-family:arial;height:82.1875rem;width:75rem;position:relative;display:block; }#bDAtSQKmzSu9RpJHMUQKIEdR6RMIgOVF { position:absolute;display:block;z-index:100021;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:40.1875rem;left:8.625rem;display:block; }
#tpcGP7kt8oA6WwpTlXKckn2ydIIRsyhu { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100025;line-height:1.7;letter-spacing:0;top:40.6875rem;left:11.3125rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qy5XM0CswX1N2mWILamN7woZnoQ2xU1g { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.2;letter-spacing:0;top:36.75rem;left:9.625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PMlcQyKawTXmIkdoNciv716ntDDoJpgr { position:absolute;display:block;z-index:100051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28bc9fa5-39c6-4fb1-91a5-2b254dcd3e8e/BYB_Adilson.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:25.25rem;left:8.625rem;display:block; }#PMlcQyKawTXmIkdoNciv716ntDDoJpgr.adaptive-delivery-prevent-bg, #PMlcQyKawTXmIkdoNciv716ntDDoJpgr.lazyload, #PMlcQyKawTXmIkdoNciv716ntDDoJpgr.lazyloading { background-image: none; }
#tUSeNrkwFgCCSMI59hXveu6BH6m04AEL { position:absolute;display:block;z-index:100026;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:40.1875rem;left:24.1875rem;display:block; }
#ZsDOG4y2CmwcVb7at54GdgfvzvH8IGTw { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.7;letter-spacing:0;top:40.6875rem;left:25.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xIoSOw88MtIqNxBf4tUEJAd2KBrg5Lml { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:36.75rem;left:25.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nQGwBUzwiDsdfPTKeksrx4ub7hoBzIwE { position:absolute;display:block;z-index:100056;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5839437a-789b-4190-8b29-4ada2fef6a3f/BYB_Amanda.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:25.25rem;left:24.1875rem;display:block; }#nQGwBUzwiDsdfPTKeksrx4ub7hoBzIwE.adaptive-delivery-prevent-bg, #nQGwBUzwiDsdfPTKeksrx4ub7hoBzIwE.lazyload, #nQGwBUzwiDsdfPTKeksrx4ub7hoBzIwE.lazyloading { background-image: none; }
#B5wxObrECFfQ5ZsxEJhod3HaxJkdoBp5 { position:absolute;display:block;z-index:100031;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:40.1875rem;left:39.5rem;display:block; }
#BM0l3yFMrOwveVtnbZpUfb5ARgbQZPq1 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.7;letter-spacing:0;top:40.6875rem;left:41.0625rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cy6KDzc6qcUvcvXEhTBVRuCDQMhnnJIK { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100030;line-height:1.2;letter-spacing:0;top:36.75rem;left:41.1875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RVuUSktfyWOenkeTf99QeQnLxDC9EZav { position:absolute;display:block;z-index:100061;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8bc28320-3f56-4269-8b1e-8ed13c39fa97/BYB_Ana.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:25.25rem;left:39.5rem;display:block; }#RVuUSktfyWOenkeTf99QeQnLxDC9EZav.adaptive-delivery-prevent-bg, #RVuUSktfyWOenkeTf99QeQnLxDC9EZav.lazyload, #RVuUSktfyWOenkeTf99QeQnLxDC9EZav.lazyloading { background-image: none; }
#P6Tmd1TBuSLS88wFCEB1A3Xw0HnP5w9s { position:absolute;display:block;z-index:100036;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:40.1875rem;left:54.625rem;display:block; }
#wevsaXygafHtVoF0gJ12LIt8SpMHrq50 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.7;letter-spacing:0;top:40.6875rem;left:57.8125rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tk6nP9iZ6QqUWWRthFXavcbo4ihq13c7 { color:#383838;display:block;width:9.375rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100035;line-height:1.2;letter-spacing:0;top:36.75rem;left:55.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GdXDpo27fqhZqXTTRtgHHBd90pcPwdbd { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a999609-72d0-4743-a489-6b5d708c268a/BYB_Duda.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:25.25rem;left:54.625rem;display:block; }#GdXDpo27fqhZqXTTRtgHHBd90pcPwdbd.adaptive-delivery-prevent-bg, #GdXDpo27fqhZqXTTRtgHHBd90pcPwdbd.lazyload, #GdXDpo27fqhZqXTTRtgHHBd90pcPwdbd.lazyloading { background-image: none; }
#LkhWuGD8lbz61JCI2DZoPlrLBkld00RN { position:absolute;display:block;z-index:100051;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:60.6875rem;left:39.125rem;display:block; }
#wt5MePZQSLS1NbWkuU1DkK3CMTP0TOul { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.7;letter-spacing:0;top:61.1875rem;left:40.6875rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P578PbIc9EsVayppeNyTSTXvx8uWL7V7 { position:absolute;display:block;z-index:100046;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:60.6875rem;left:23.875rem;display:block; }
#ZcWHsBziOpUSnSUqqDAiIK1luG6q2MLy { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100050;line-height:1.7;letter-spacing:0;top:61.1875rem;left:25.4375rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nKDWcwSJQgC91Rl7hz8Fgt8FNsKT4T6t { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100045;line-height:1.2;letter-spacing:0;top:57.0625rem;left:24.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EFF4KrcEOmSHz4fEfgcVm1flF371eeDF { color:#383838;display:block;width:9.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100050;line-height:1.2;letter-spacing:0;top:57.0625rem;left:39.625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#snDJEOSJrXFZhpVsG87nW3NH5Ui9TIBA { position:absolute;display:block;z-index:100041;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:60.6875rem;left:8.25rem;display:block; }
#guQJlAGTrHtTPzNOoCVIw6oPqAMKtnac { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100045;line-height:1.7;letter-spacing:0;top:61.1875rem;left:11.4375rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nfw0vmVNE81tlTysXJuJUeINBkls8y5i { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100040;line-height:1.2;letter-spacing:0;top:57.0625rem;left:9.625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBiyWIIAiibnuZspBnvBVP8XQUboXEvJ { position:absolute;display:block;z-index:100071;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b1e09f41-7e64-4aab-a04a-c243c13b00ec/BYB_Ellen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:45.5625rem;left:8.25rem;display:block; }#tBiyWIIAiibnuZspBnvBVP8XQUboXEvJ.adaptive-delivery-prevent-bg, #tBiyWIIAiibnuZspBnvBVP8XQUboXEvJ.lazyload, #tBiyWIIAiibnuZspBnvBVP8XQUboXEvJ.lazyloading { background-image: none; }
#PnWQp0SvZwGHzgvPqoQVVuZvUJwTPpTy { position:absolute;display:block;z-index:100076;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fbb9698b-306a-4696-a0eb-612785da0daa/BYB_Fernanda.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:45.5625rem;left:23.875rem;display:block; }#PnWQp0SvZwGHzgvPqoQVVuZvUJwTPpTy.adaptive-delivery-prevent-bg, #PnWQp0SvZwGHzgvPqoQVVuZvUJwTPpTy.lazyload, #PnWQp0SvZwGHzgvPqoQVVuZvUJwTPpTy.lazyloading { background-image: none; }
#ItSeod9SGO6UayVQC7gK0ziRDa4lASVw { position:absolute;display:block;z-index:100081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6057bd81-d429-4da5-85c3-d68bd59a0fe5/BYB_Joyce.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:45.5625rem;left:39.125rem;display:block; }#ItSeod9SGO6UayVQC7gK0ziRDa4lASVw.adaptive-delivery-prevent-bg, #ItSeod9SGO6UayVQC7gK0ziRDa4lASVw.lazyload, #ItSeod9SGO6UayVQC7gK0ziRDa4lASVw.lazyloading { background-image: none; }
#AQIZOKzvAc6rZuEeyZ3aHu8UNrL1QpM2 { position:absolute;display:block;z-index:100056;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:60.6875rem;left:54.125rem;display:block; }
#ov3oGSGFU5JTXXH6LSlrMe42eWAoyJCl { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100060;line-height:1.7;letter-spacing:0;top:61.1875rem;left:56.5625rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZKcb9AGJtgzbiqCSTW2XSzKWKhk2XzK3 { color:#383838;display:block;width:9.8123125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100055;line-height:1.2;letter-spacing:0;top:57.0625rem;left:56.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fn7KER067NrTnb8w4h1TeXc1ho0Kb01T { position:absolute;display:block;z-index:100086;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2664216-777f-4d16-bd84-8d8eff15b81e/BYB_Petukita.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:45.5625rem;left:54.125rem;display:block; }#fn7KER067NrTnb8w4h1TeXc1ho0Kb01T.adaptive-delivery-prevent-bg, #fn7KER067NrTnb8w4h1TeXc1ho0Kb01T.lazyload, #fn7KER067NrTnb8w4h1TeXc1ho0Kb01T.lazyloading { background-image: none; }
#ny35I5PPNgoKZ5s43ytwEhDVWt7BUgP4 { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:68.3125rem;left:0rem;height:3.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTsbycacq2PU8NdvTizlt08wZlrcvxIq { background-color:transparent;background-image: -webkit-linear-gradient(210deg, #3a52de, rgba(60,82,188,0.92));background-image: -moz-linear-gradient(210deg, #3a52de, rgba(60,82,188,0.92));background-image: -ms-linear-gradient(210deg, #3a52de, rgba(60,82,188,0.92));background-image: -o-linear-gradient(210deg, #3a52de, rgba(60,82,188,0.92));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a52de', endColorstr='#ea3c52bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a52de', endColorstr='#ea3c52bc' );";background-image: linear-gradient(210deg, #3a52de, rgba(60,82,188,0.92));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.26) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3748125rem;height:3.125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:73.8125rem;left:29.3125rem;display:block; }
#CcVMonPuN5u0ON0vTwuoqTorLid5VM9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ObwTrkdkzEakwqgWEaBE0mPM93AuXFux { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:74.5rem;left:30.125rem;display:block; }
#LDe5pyaTV9VoizMgUMS9zAnSzu9UGShc { position:absolute;display:block;z-index:100064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee775b62-fa9b-40b8-8a37-75bd9248554a/BYB_Paulo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:3.5625rem;left:56.625rem;display:block; }#LDe5pyaTV9VoizMgUMS9zAnSzu9UGShc.adaptive-delivery-prevent-bg, #LDe5pyaTV9VoizMgUMS9zAnSzu9UGShc.lazyload, #LDe5pyaTV9VoizMgUMS9zAnSzu9UGShc.lazyloading { background-image: none; }
#luTdWJ0k7r4rDgpqowVEolBkOrCUuAFP { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100033;line-height:1.2;letter-spacing:0;top:15.0625rem;left:57.9375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTLUho6sNvd6yeXC2M3plvszMEvUtskx { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:block; }
#QHyhcqKoX3UKqx6HsC15BvU1c2UhT0ro { color:#383838;display:block;width:10rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;top:15.0625rem;left:41.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S11fL4suPkmvlnoebJ0awnfrhKApeibZ { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/be846a87-1f0f-4048-aa85-83459b07eaaf/BYB_Hudson.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.499125rem;width:10.7498125rem;top:3.5625rem;left:41.0625rem;display:block; }#S11fL4suPkmvlnoebJ0awnfrhKApeibZ.adaptive-delivery-prevent-bg, #S11fL4suPkmvlnoebJ0awnfrhKApeibZ.lazyload, #S11fL4suPkmvlnoebJ0awnfrhKApeibZ.lazyloading { background-image: none; }
#OLNAk2xxzdaRMXdxy5pcaK9gOVV9JFwu { position:absolute;display:block;z-index:100034;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:56.625rem;display:block; }
#GOJvtuZQ4B5Nz1RopdzTtu5BQKDaJggp { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WIPecfTJZ2Pl9VyfBrIE0OvasIyzBOrI { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100038;line-height:1.7;letter-spacing:0;top:19rem;left:59.5rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTKBw8ih9JN1wF2mzk8ZOntd0lLvNfqL { color:#414141;display:block;width:19.749375rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;top:6.875rem;left:4.125rem;height:5.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bbCq8DDteWKLX7TLAi2GIrBd4GeEBIhD { color:#2a2a2a;display:block;width:24.1873125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.7;letter-spacing:0;top:11.5625rem;left:4.125rem;height:5.41699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqiIMFgxTV8O3KUoC6K9EyzSiEa3A63F { position:absolute;display:block;z-index:100087;background-color:#1f59ce;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;height:0.24956625rem;width:18.2498125rem;top:19.061633586884rem;left:4.0924482345581rem;display:block; }
#dz8L2RTyLFR33KzCZsqGJfFN6uOWuOFt { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#m7sP4luzqS3lO2WFsLRaK9bCXxKKRf4V { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b2hUKqqESHEd7knyRAUfGpMentHdhP3y { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#H89XL6CKtyxTVeoChiA1IVsKEKXMbRJu { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bUbBcen0p49Mqhiq275k2ExdKAeJaDTP { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#oNIQTRmgrgeeOmP4Xi5bqMU5NME6BUJA { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dAz4yypOscFgaBD0FXqJ8mTz65HZcaT0 { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100033;line-height:1.2;letter-spacing:0;top:15.0625rem;left:57.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BnxBPKJiXiEkVMTr1ULiqAGCX5tgSfCN { color:#383838;display:block;width:10rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;top:15.0625rem;left:41.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#c5Eezvqu2Ixk0VumRUL7VvVZPnbado2C { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#bO27L7sBwd6nuoHvUgIkuiuw1RvozQdi { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#spPE0Wl0tU8EcG3dSvPGTMlUamuumzIh { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#wUtPDyAc10t3n0Bn89kQ3iDgQe5pUq43 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TPQETqMXA0boSxgSU7EeuHytmbsoMSRc { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100033;line-height:1.2;letter-spacing:0;top:15.0625rem;left:57.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GTFHrc69eqEda7HvignBTZdHNFhxLkLP { color:#383838;display:block;width:10rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;top:15.0625rem;left:41.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lxCvgQuuQDTlTk3rxJFDaRmQg6fNyfHB { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#AnOsqTpe5tETmcIGqsdFelBwmE3ET0W1 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aaI8HAAaHeOq0oEKHple4UaDXft3q7EU { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#cvOHExP1nE4Jyklh9f4WiCGmmzNTvEVC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GkdOh4Kfqeyx8sPRS6GU3VlcXBRubwh9 { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100033;line-height:1.2;letter-spacing:0;top:15.0625rem;left:57.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AfG8qxSeWGePuGQNhhuE4se81ZntIcLX { color:#383838;display:block;width:10rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;top:15.0625rem;left:41.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vWknUQ3L93Vo83ETkOc9VuEmN1XinDbB { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#caJrGHz4r3Gw8Vko83vpLUTdM4pTaTdd { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AeP7iMAhnEBaACzSVr4e5Z1DMXEERe5o { position:absolute;display:block;z-index:100029;background-color:#303de8;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:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;height:2.375rem;width:10.4375rem;top:18.5rem;left:41.0625rem;display:none; }
#lF2STJyO318Nzi873Zp0qOfWCw4uCG67 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.7;letter-spacing:0;top:19rem;left:43.75rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DpDqsUAFUAbPAVIIFkUDDCSppHfeJ1MT { color:#383838;display:block;width:8.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100033;line-height:1.2;letter-spacing:0;top:15.0625rem;left:57.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F1kTTWuTf0WCtyDPW9dlpXWnRsfwaI79 { color:#383838;display:block;width:10rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;top:15.0625rem;left:41.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vQAT37TETCwUNSVEyldNmwqOyIS2fECW { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:68.3125rem;left:0rem;height:3.824225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74e9c902-ca07-43ff-b290-0cdd319b542d/mikabaumeisterLaqL8nxiaccunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d.adaptive-delivery-prevent-bg, #VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d.lazyload, #VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d.lazyloading { background-image: none; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row .container { background-color: transparent; background-image: none; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16,16,16,0.99); }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row .container > .video-iframe-container { display: none; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16,16,16,0.99); }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row > .video-iframe-container { display: none; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .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); }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row .container { border-width: 0; border-radius: 0; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#rtUcd19Mx1e3M2vldNv3lT9x4VTzPSwX { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:3.0625rem;top:2.943359375rem;left:3.75rem;overflow:hidden;display:block; }
#AwOgPTU8HW1WoXiybJy3LQ0Kh1uidL5M { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100017;line-height:1.1;letter-spacing:0;top:4.9375rem;left:3.75rem;height:3.574225rem;font-style:normal;display:block; }
#eHI5B1vEfa9KxcIggrhXIOlIKNZukW5s { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.62435rem;width:1.62435rem;top:5.125rem;left:61.5625rem;overflow:hidden;display:block; }
#EmHwJiTx7Tc6fATdkBTpathfG9q96L2V { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.62435rem;width:1.62435rem;top:5.125rem;left:59.3125rem;overflow:hidden;display:block; }
#XVcznOhbspMlfGsip8Lomt4USXRQXC4L { color:#ffffff;display:block;width:9.1873125rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:3.4375rem;left:57.0625rem;height:1.13671875rem;font-style:normal;display:block; }
#yaGnTtKww41VAf3Td29OmEPMnTxSdcnF { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.62435rem;width:1.62435rem;top:5.0625rem;left:57rem;overflow:hidden;display:block; }
#Tc38eTzAxBhfcy0tsTEVFRPDhHcHyRmE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.625rem;height:2rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:4.875rem;left:57.0625rem;display:block; }
#neZNTwM4NFLM7XCPtJSsDzwlJkZrEXVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZRlwFH7GFGinoBNJ7hT6gbzkCNTQGkiy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.625rem;height:2rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:4.75rem;left:59.3125rem;display:block; }
#CkQ1CKaI6JGgf81ErO6LGxVuhUAxmBDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n5h4WmEcvUmQnKPDcmG9xP7UqCfSmtpB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.625rem;height:2rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:4.75rem;left:61.5625rem;display:block; }
#wPmClhxvoH2cORmAFsUir7ENNJMhrZln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y5lVm4fF0GQO8yn2Xzdp0Tc0ODg2BNa9 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.8125rem;top:1.90625rem;left:67.197265625rem;overflow:hidden;display:block; }
#UStPmvoTQiDwTfSImZrnB8KkBghd25n5 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:4.546875rem;left:0.8125rem;overflow:hidden;display:block; }
#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74e9c902-ca07-43ff-b290-0cdd319b542d/mikabaumeisterLaqL8nxiaccunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR.adaptive-delivery-prevent-bg, #KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR.lazyload, #KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR.lazyloading { background-image: none; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container { background-color: transparent; background-image: none; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,7,7,0.91); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container > .video-iframe-container { display: none; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,7,7,0.91); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row > .video-iframe-container { display: none; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .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); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container { border-width: 0; border-radius: 0; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#b9eJGRTy6tUEypVqTZI3kvuB46c69GVC { color:#ffffff;display:block;width:18.186875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:0.576171875rem;left:28.40603351593rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H { display:block; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZON69mlmDO0X7aq1G5Mw52icThuZrgt { width:4.1875rem;height:2.125rem;top:4.375rem;left:21.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwLLwA0AzAWSokL7gTSM63GVBxXV7oCS { width:2.25rem;height:2.25rem;top:5.75rem;left:44.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKvQ43qMMss6J32plwaMBDA3FB0NTAuu { width:47.75rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4ZKqGuo38KSwmtuUbPUXSTETkoScpIz { width:33.375rem;height:2.125rem;top:10.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soA9BJpsmihiKK8Im9DMXM66WCfbzIfk { width:47.75rem;height:2.4375rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfzwxTcpenKZ37Z22FoWzUlNXM9lLL6a { width:47.75rem;height:1.1875rem;top:20.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGaK8qdqi2l1TufPgiV9wnsltStiIGqP { width:4.5625rem;height:1.125rem;top:56.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKdTFaXGithPThWqvdZhlFPhcavtgXfB { width:26.5rem;height:1rem;top:26.4375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScU6kU7rkke0SnOC9xoo6pBxEPHLOCUJ { width:11.9375rem;height:2.25rem;top:23.75rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsBr4kbBia53TAc5hhrvRQvUpRH3ZLxU { width:1.375rem;height:0.6875rem;top:23.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuQbEk5qdHXb4rVgw3HuGkJoJEnbL6Ik { width:5.375rem;height:3.8125rem;top:32rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHkqpc1tzuWnV20OBE7MiWP5PdFHwEv { width:4.9375rem;height:6.6875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1hmMPTpC4K2pXM8LNlQAC0ZSMrBu4v { width:2.0625rem;height:2.0625rem;top:53.4375rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syz6K3D7Fgr3cq4ItZ8xT2vl0CUwoRWu { width:2.25rem;height:3.0625rem;top:35.8125rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-regular-label { width:32.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-text { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-textarea { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-select { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-button { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-checkbox-label { width:31.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6  { width:32.4375rem;height:auto;top:32rem;left:12.25rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .radio-container { width:32.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 {display:block;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 { width:32.4375rem;height:auto;top:32rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #L0DFynToD8MmMPRPURetWEMB4UMbRJTs {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #I3Hb4WSh9vATbu69DnG7J1GzFURcCctT {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #J7s5wuHc6SEhCn8UwscxVmihUyDii2hy {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #Od1aJP5cMgO2py8H6ufa0RLD2Oial9pT {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #CyK8DGEE9A6NQ3Wg5RExPF4RbILcMBas {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #hRe9EkDB8XkuApcpSu1AuPndK2LO3zPb {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #NZ3p6HfpTQpdhAOz2gCRCaS6cx8HLNxz {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #vCxBlah69r90u3GyOIbqucV6yUTMFAzR {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #aN7a75rwUw6HsAgHuaiS2i8I9nVqmZVB {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #FKQCv2C6U4VO2fVOhbzIPBmmnWFKbQ1C {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #QSpfVnapUJXq7vPXcdhrp4if31DJ4BdM {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #uFNVgAWZF291nTX1KF6rpJ0J43s2QqRJ {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #SdeTb304bWEguXdPUEPq2LKhSocdNbsP {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #hNiMt8CqZsa9yZW3rCfuM64kb77rvlBI {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #VnHHfgB8kbTnFqExv6Em6KfVKIGa4aJ4 {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #Tv7TPxtoWdGBksxws6RarhzZNSiQT8TL {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #TvQg6AmFJ83vzQZsb5QnzGD6qNnO9zJp {  }
 }@media only screen and (max-width: 763px) { #nKn09MdEMzfwvuFvhmOg7kKoPrE4pzrA { width:8.75rem;height:2.75rem;top:42.1875rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9EVvt0ApSdsm9DvaRKW7tITA4PlSpy7 { width:6.75rem;height:2.125rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDfwTDVyOR7sOVTTpzk5Qom49oTOyPga { display:block; }
 }@media only screen and (max-width: 763px) { #MrQOTgKRgyUi4EZkPiN7SSmf9trZJgrE { width:47.75rem;height:39.0625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTIflSG2uemDz5a06T3Dgw8rhqThT1m { width:1.4375rem;height:1.375rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTn7Pv6PnaNSg5PICcX1zGa4Xpmqd8F { display:block; }
 }@media only screen and (max-width: 763px) { #ScSnGRKS4kGNu1149vbanUQb4U3z2IIS { width:1.4375rem;height:1.375rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUoTNGqlu6NEwcUp2hyQalc0S4nMLqQE { display:block; }
 }@media only screen and (max-width: 763px) { #NhAhzVNIBOAs5ktPoxRwh8s40JuHmyO3 { width:3.8125rem;height:3.8125rem;top:37.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4aHs1NboPyWrDEh3z8nT1TuHeW9oGGS { width:8.8125rem;height:8.8125rem;top:15rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHK18lrNkRiLZL3DxvQ3xwagp9peTSly { width:6.0625rem;height:3.3125rem;top:28.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6NcRLVDKlROuJdp1AzAoDqNhkCvvpTz { width:12.0625rem;height:2.3125rem;top:28.625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtw9ny49GRCA11dQ0J1mPwNbnla77EWf { display:block; }
 }@media only screen and (max-width: 763px) { #KG8bw32uTPFTUTqVgqXnTx8y7PDLaXNM { width:9.75rem;height:2.3125rem;top:28.625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #wirJoCbFXpPvyD21ixPt8piqy0w1qJ3T { display:block; }
 }@media only screen and (max-width: 763px) { #TNcgkLEIBSUQsQSHXVoCPU5OeCR73Fcq { width:6.5625rem;height:3.625rem;top:57.0625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 { display:block; }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDAtSQKmzSu9RpJHMUQKIEdR6RMIgOVF { width:10.375rem;height:2.3125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpcGP7kt8oA6WwpTlXKckn2ydIIRsyhu { width:7.5rem;height:1.4375rem;top:40.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5XM0CswX1N2mWILamN7woZnoQ2xU1g { top:36.75rem;left:0rem;width:8.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMlcQyKawTXmIkdoNciv716ntDDoJpgr { width:10.6875rem;height:10.4375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUSeNrkwFgCCSMI59hXveu6BH6m04AEL { width:10.375rem;height:2.3125rem;top:40.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDOG4y2CmwcVb7at54GdgfvzvH8IGTw { width:7.5rem;height:1.4375rem;top:40.6875rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIoSOw88MtIqNxBf4tUEJAd2KBrg5Lml { top:36.75rem;left:11.875rem;width:8.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQGwBUzwiDsdfPTKeksrx4ub7hoBzIwE { width:10.6875rem;height:10.4375rem;top:25.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5wxObrECFfQ5ZsxEJhod3HaxJkdoBp5 { width:10.375rem;height:2.3125rem;top:40.1875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM0l3yFMrOwveVtnbZpUfb5ARgbQZPq1 { width:7.5rem;height:1.4375rem;top:40.6875rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy6KDzc6qcUvcvXEhTBVRuCDQMhnnJIK { top:36.75rem;left:27.5625rem;width:8.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVuUSktfyWOenkeTf99QeQnLxDC9EZav { width:10.6875rem;height:10.4375rem;top:25.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Tmd1TBuSLS88wFCEB1A3Xw0HnP5w9s { width:10.375rem;height:2.3125rem;top:40.1875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevsaXygafHtVoF0gJ12LIt8SpMHrq50 { width:7.5rem;height:1.4375rem;top:40.6875rem;left:40.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk6nP9iZ6QqUWWRthFXavcbo4ihq13c7 { top:36.75rem;left:38.375rem;width:9.375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdXDpo27fqhZqXTTRtgHHBd90pcPwdbd { width:10.6875rem;height:10.4375rem;top:25.25rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkhWuGD8lbz61JCI2DZoPlrLBkld00RN { width:10.375rem;height:2.3125rem;top:60.6875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt5MePZQSLS1NbWkuU1DkK3CMTP0TOul { width:7.5rem;height:1.4375rem;top:61.1875rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P578PbIc9EsVayppeNyTSTXvx8uWL7V7 { width:10.375rem;height:2.3125rem;top:60.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWHsBziOpUSnSUqqDAiIK1luG6q2MLy { width:7.5rem;height:1.4375rem;top:61.1875rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKDWcwSJQgC91Rl7hz8Fgt8FNsKT4T6t { top:57.0625rem;left:11.25rem;width:8.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFF4KrcEOmSHz4fEfgcVm1flF371eeDF { top:57.0625rem;left:26rem;width:9.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snDJEOSJrXFZhpVsG87nW3NH5Ui9TIBA { width:10.375rem;height:2.3125rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQJlAGTrHtTPzNOoCVIw6oPqAMKtnac { width:7.5rem;height:1.4375rem;top:61.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfw0vmVNE81tlTysXJuJUeINBkls8y5i { top:57.0625rem;left:0rem;width:8.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBiyWIIAiibnuZspBnvBVP8XQUboXEvJ { width:10.6875rem;height:10.4375rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnWQp0SvZwGHzgvPqoQVVuZvUJwTPpTy { width:10.6875rem;height:10.4375rem;top:45.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItSeod9SGO6UayVQC7gK0ziRDa4lASVw { width:10.6875rem;height:10.4375rem;top:45.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQIZOKzvAc6rZuEeyZ3aHu8UNrL1QpM2 { width:10.375rem;height:2.3125rem;top:60.6875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3oGSGFU5JTXXH6LSlrMe42eWAoyJCl { width:7.5rem;height:1.4375rem;top:61.1875rem;left:40.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKcb9AGJtgzbiqCSTW2XSzKWKhk2XzK3 { top:57.0625rem;left:38rem;width:9.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn7KER067NrTnb8w4h1TeXc1ho0Kb01T { width:10.6875rem;height:10.4375rem;top:45.5625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny35I5PPNgoKZ5s43ytwEhDVWt7BUgP4 { width:47.75rem;height:3.8125rem;top:68.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsbycacq2PU8NdvTizlt08wZlrcvxIq { width:16.3125rem;height:3.125rem;top:73.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcVMonPuN5u0ON0vTwuoqTorLid5VM9R { display:block; }
 }@media only screen and (max-width: 763px) { #ObwTrkdkzEakwqgWEaBE0mPM93AuXFux { width:1.6875rem;height:1.6875rem;top:74.5rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDe5pyaTV9VoizMgUMS9zAnSzu9UGShc { width:10.6875rem;height:10.4375rem;top:3.5625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luTdWJ0k7r4rDgpqowVEolBkOrCUuAFP { top:15.0625rem;left:39rem;width:8.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLUho6sNvd6yeXC2M3plvszMEvUtskx { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHyhcqKoX3UKqx6HsC15BvU1c2UhT0ro { top:15.0625rem;left:27.6875rem;width:10rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S11fL4suPkmvlnoebJ0awnfrhKApeibZ { width:10.6875rem;height:10.4375rem;top:3.5625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLNAk2xxzdaRMXdxy5pcaK9gOVV9JFwu { width:10.375rem;height:2.3125rem;top:18.5rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJvtuZQ4B5Nz1RopdzTtu5BQKDaJggp { width:7.5rem;height:1.4375rem;top:19rem;left:30.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIPecfTJZ2Pl9VyfBrIE0OvasIyzBOrI { width:7.5rem;height:1.4375rem;top:19rem;left:40.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKBw8ih9JN1wF2mzk8ZOntd0lLvNfqL { top:6.875rem;left:0rem;width:19.6875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbCq8DDteWKLX7TLAi2GIrBd4GeEBIhD { width:24.125rem;height:5.375rem;top:11.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqiIMFgxTV8O3KUoC6K9EyzSiEa3A63F { width:18.1875rem;height:0.1875rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz8L2RTyLFR33KzCZsqGJfFN6uOWuOFt { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7sP4luzqS3lO2WFsLRaK9bCXxKKRf4V { width:7.5rem;height:1.4375rem;top:19rem;left:30.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2hUKqqESHEd7knyRAUfGpMentHdhP3y { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H89XL6CKtyxTVeoChiA1IVsKEKXMbRJu { width:7.5rem;height:1.375rem;top:35.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUbBcen0p49Mqhiq275k2ExdKAeJaDTP { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNIQTRmgrgeeOmP4Xi5bqMU5NME6BUJA { width:7.5rem;height:1.4375rem;top:19rem;left:30.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAz4yypOscFgaBD0FXqJ8mTz65HZcaT0 { top:34rem;left:0rem;width:5.9375rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnxBPKJiXiEkVMTr1ULiqAGCX5tgSfCN { top:34rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5Eezvqu2Ixk0VumRUL7VvVZPnbado2C { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bO27L7sBwd6nuoHvUgIkuiuw1RvozQdi { width:7.5rem;height:1.375rem;top:48.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spPE0Wl0tU8EcG3dSvPGTMlUamuumzIh { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUtPDyAc10t3n0Bn89kQ3iDgQe5pUq43 { width:7.5rem;height:1.375rem;top:35.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPQETqMXA0boSxgSU7EeuHytmbsoMSRc { top:46.3125rem;left:0rem;width:5.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTFHrc69eqEda7HvignBTZdHNFhxLkLP { top:46.3125rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxCvgQuuQDTlTk3rxJFDaRmQg6fNyfHB { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnOsqTpe5tETmcIGqsdFelBwmE3ET0W1 { width:6.1875rem;height:1.375rem;top:60.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaI8HAAaHeOq0oEKHple4UaDXft3q7EU { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvOHExP1nE4Jyklh9f4WiCGmmzNTvEVC { width:7.5rem;height:1.375rem;top:61.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkdOh4Kfqeyx8sPRS6GU3VlcXBRubwh9 { top:59.375rem;left:0rem;width:6.625rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfG8qxSeWGePuGQNhhuE4se81ZntIcLX { top:59.375rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWknUQ3L93Vo83ETkOc9VuEmN1XinDbB { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #caJrGHz4r3Gw8Vko83vpLUTdM4pTaTdd { width:6.1875rem;height:1.375rem;top:73.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeP7iMAhnEBaACzSVr4e5Z1DMXEERe5o { width:10.375rem;height:2.3125rem;top:18.5rem;left:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lF2STJyO318Nzi873Zp0qOfWCw4uCG67 { width:5rem;height:2.75rem;top:73.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpDqsUAFUAbPAVIIFkUDDCSppHfeJ1MT { top:72.1875rem;left:0rem;width:6.625rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1kTTWuTf0WCtyDPW9dlpXWnRsfwaI79 { top:72.1875rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQAT37TETCwUNSVEyldNmwqOyIS2fECW { width:16.625rem;height:3.8125rem;top:84.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d { display:block; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtUcd19Mx1e3M2vldNv3lT9x4VTzPSwX { width:3.0625rem;height:1.5rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwOgPTU8HW1WoXiybJy3LQ0Kh1uidL5M { width:18.625rem;height:3.5625rem;top:4.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHI5B1vEfa9KxcIggrhXIOlIKNZukW5s { width:1.5625rem;height:1.5625rem;top:5.125rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmHwJiTx7Tc6fATdkBTpathfG9q96L2V { width:1.5625rem;height:1.5625rem;top:5.125rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVcznOhbspMlfGsip8Lomt4USXRQXC4L { width:9.125rem;height:1.125rem;top:3.4375rem;left:38.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGnTtKww41VAf3Td29OmEPMnTxSdcnF { width:1.5625rem;height:1.5625rem;top:5.0625rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc38eTzAxBhfcy0tsTEVFRPDhHcHyRmE { width:1.625rem;height:2rem;top:4.875rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZNTwM4NFLM7XCPtJSsDzwlJkZrEXVR { display:block; }
 }@media only screen and (max-width: 763px) { #ZRlwFH7GFGinoBNJ7hT6gbzkCNTQGkiy { width:1.625rem;height:2rem;top:4.75rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkQ1CKaI6JGgf81ErO6LGxVuhUAxmBDJ { display:block; }
 }@media only screen and (max-width: 763px) { #n5h4WmEcvUmQnKPDcmG9xP7UqCfSmtpB { width:1.625rem;height:2rem;top:4.75rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPmClhxvoH2cORmAFsUir7ENNJMhrZln { display:block; }
 }@media only screen and (max-width: 763px) { #y5lVm4fF0GQO8yn2Xzdp0Tc0ODg2BNa9 { width:6.8125rem;height:6rem;top:1.875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UStPmvoTQiDwTfSImZrnB8KkBghd25n5 { width:2.375rem;height:2.375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR { display:block; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9eJGRTy6tUEypVqTZI3kvuB46c69GVC { width:18.125rem;height:0.9375rem;top:0.5625rem;left:14.7802734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H { display:block; }#na8JmC5Tl5NKaUcJM5npq5uBPrUwui8H > .row .container { width:20rem;height:144.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZON69mlmDO0X7aq1G5Mw52icThuZrgt { width:4.1875rem;height:2.125rem;top:3.25rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwLLwA0AzAWSokL7gTSM63GVBxXV7oCS { width:2.25rem;height:2.25rem;top:21.9375rem;left:8rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #rKvQ43qMMss6J32plwaMBDA3FB0NTAuu { top:28.94921875rem;left:2.15625rem;width:15.6875rem;height:1.1875rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I4ZKqGuo38KSwmtuUbPUXSTETkoScpIz { width:20rem;height:1.2734082397004rem;top:31.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soA9BJpsmihiKK8Im9DMXM66WCfbzIfk { width:20rem;height:0;top:33.910126989701rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lfzwxTcpenKZ37Z22FoWzUlNXM9lLL6a { width:20rem;height:0;top:37.597626989701rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HGaK8qdqi2l1TufPgiV9wnsltStiIGqP { width:4.5625rem;height:0;top:95.1913769897rem;left:0.96875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FKdTFaXGithPThWqvdZhlFPhcavtgXfB { width:20rem;height:0;top:64.7538769897rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ScU6kU7rkke0SnOC9xoo6pBxEPHLOCUJ { width:11.9375rem;height:0;top:62.066376989701rem;left:8.0625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TsBr4kbBia53TAc5hhrvRQvUpRH3ZLxU { width:1.375rem;height:0.6875rem;top:62.253876989701rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuQbEk5qdHXb4rVgw3HuGkJoJEnbL6Ik { width:5.375rem;height:3.8125rem;top:70.3163769897rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHkqpc1tzuWnV20OBE7MiWP5PdFHwEv { width:4.9375rem;height:6.6875rem;top:50.128876989701rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC1hmMPTpC4K2pXM8LNlQAC0ZSMrBu4v { width:2.0625rem;height:2.0625rem;top:91.7538769897rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syz6K3D7Fgr3cq4ItZ8xT2vl0CUwoRWu { width:2.25rem;height:3.0625rem;top:100.2538769897rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6  { width:17.5rem;height:auto;top:70.3163769897rem;left:0rem; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 {display:block;}#qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 { width:17.5rem;height:auto;top:70.3163769897rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #L0DFynToD8MmMPRPURetWEMB4UMbRJTs {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #I3Hb4WSh9vATbu69DnG7J1GzFURcCctT {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #J7s5wuHc6SEhCn8UwscxVmihUyDii2hy {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #Od1aJP5cMgO2py8H6ufa0RLD2Oial9pT {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #CyK8DGEE9A6NQ3Wg5RExPF4RbILcMBas {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #hRe9EkDB8XkuApcpSu1AuPndK2LO3zPb {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #NZ3p6HfpTQpdhAOz2gCRCaS6cx8HLNxz {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #vCxBlah69r90u3GyOIbqucV6yUTMFAzR {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #aN7a75rwUw6HsAgHuaiS2i8I9nVqmZVB {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #FKQCv2C6U4VO2fVOhbzIPBmmnWFKbQ1C {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #QSpfVnapUJXq7vPXcdhrp4if31DJ4BdM {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #uFNVgAWZF291nTX1KF6rpJ0J43s2QqRJ {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #SdeTb304bWEguXdPUEPq2LKhSocdNbsP {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #hNiMt8CqZsa9yZW3rCfuM64kb77rvlBI {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #VnHHfgB8kbTnFqExv6Em6KfVKIGa4aJ4 {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #Tv7TPxtoWdGBksxws6RarhzZNSiQT8TL {  }
 }@media only screen and (max-width: 763px) { #qrfmls4qEkEwpeHxg7m8xLtMEf7HTTH6 #TvQg6AmFJ83vzQZsb5QnzGD6qNnO9zJp {  }
 }@media only screen and (max-width: 763px) { #nKn09MdEMzfwvuFvhmOg7kKoPrE4pzrA { width:8.75rem;height:0;top:80.5038769897rem;left:3.65625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W9EVvt0ApSdsm9DvaRKW7tITA4PlSpy7 { width:6.75rem;height:2.125rem;top:94.5663769897rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDfwTDVyOR7sOVTTpzk5Qom49oTOyPga { display:block; }
 }@media only screen and (max-width: 763px) { #MrQOTgKRgyUi4EZkPiN7SSmf9trZJgrE { width:20rem;height:39.0625rem;top:58.066376989701rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTIflSG2uemDz5a06T3Dgw8rhqThT1m { width:1.4375rem;height:1.375rem;top:61.884736364701rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTn7Pv6PnaNSg5PICcX1zGa4Xpmqd8F { display:block; }
 }@media only screen and (max-width: 763px) { #ScSnGRKS4kGNu1149vbanUQb4U3z2IIS { width:1.4375rem;height:1.375rem;top:61.883759802201rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUoTNGqlu6NEwcUp2hyQalc0S4nMLqQE { display:block; }
 }@media only screen and (max-width: 763px) { #NhAhzVNIBOAs5ktPoxRwh8s40JuHmyO3 { width:3.8125rem;height:3.8125rem;top:76.0663769897rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4aHs1NboPyWrDEh3z8nT1TuHeW9oGGS { width:8.8125rem;height:8.8125rem;top:40.066376989701rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHK18lrNkRiLZL3DxvQ3xwagp9peTSly { width:6.0625rem;height:0;top:66.9032910522rem;left:0.71875rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z6NcRLVDKlROuJdp1AzAoDqNhkCvvpTz { width:12.0625rem;height:2.3125rem;top:66.9413769897rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtw9ny49GRCA11dQ0J1mPwNbnla77EWf { display:block; }
 }@media only screen and (max-width: 763px) { #KG8bw32uTPFTUTqVgqXnTx8y7PDLaXNM { width:9.75rem;height:2.3125rem;top:66.9657910522rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wirJoCbFXpPvyD21ixPt8piqy0w1qJ3T { display:block; }
 }@media only screen and (max-width: 763px) { #TNcgkLEIBSUQsQSHXVoCPU5OeCR73Fcq { width:6.5625rem;height:3.625rem;top:95.3788769897rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 { display:block; }#OloykK94FTlOQSOOE6QLauw2ZlFt2Td4 > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDAtSQKmzSu9RpJHMUQKIEdR6RMIgOVF { width:10.375rem;height:2.3125rem;top:108.557625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpcGP7kt8oA6WwpTlXKckn2ydIIRsyhu { width:7.5rem;height:1.48730625rem;top:109.057625rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy5XM0CswX1N2mWILamN7woZnoQ2xU1g { width:8.75rem;height:1.5rem;top:97.557625rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMlcQyKawTXmIkdoNciv716ntDDoJpgr { width:7.4375rem;height:7.3125rem;top:25.3701171875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUSeNrkwFgCCSMI59hXveu6BH6m04AEL { width:10.375rem;height:2.3125rem;top:112.120125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsDOG4y2CmwcVb7at54GdgfvzvH8IGTw { width:7.5rem;height:1.48730625rem;top:112.620125rem;left:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIoSOw88MtIqNxBf4tUEJAd2KBrg5Lml { width:8.75rem;height:1.5rem;top:100.307625rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQGwBUzwiDsdfPTKeksrx4ub7hoBzIwE { width:7.4375rem;height:7.3125rem;top:25.3701171875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5wxObrECFfQ5ZsxEJhod3HaxJkdoBp5 { width:10.375rem;height:2.3125rem;top:115.682625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BM0l3yFMrOwveVtnbZpUfb5ARgbQZPq1 { width:7.5rem;height:1.48730625rem;top:116.182625rem;left:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cy6KDzc6qcUvcvXEhTBVRuCDQMhnnJIK { width:8.75rem;height:1.5rem;top:103.057625rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVuUSktfyWOenkeTf99QeQnLxDC9EZav { width:7.4375rem;height:7.3125rem;top:38.4326171875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Tmd1TBuSLS88wFCEB1A3Xw0HnP5w9s { width:10.375rem;height:2.3125rem;top:119.245125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wevsaXygafHtVoF0gJ12LIt8SpMHrq50 { width:7.5rem;height:1.48730625rem;top:119.745125rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk6nP9iZ6QqUWWRthFXavcbo4ihq13c7 { width:9.375rem;height:1.5rem;top:105.807625rem;left:5.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdXDpo27fqhZqXTTRtgHHBd90pcPwdbd { width:7.4375rem;height:7.3125rem;top:38.4326171875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkhWuGD8lbz61JCI2DZoPlrLBkld00RN { width:10.375rem;height:2.3125rem;top:189.182625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wt5MePZQSLS1NbWkuU1DkK3CMTP0TOul { width:7.5rem;height:1.48730625rem;top:189.682625rem;left:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P578PbIc9EsVayppeNyTSTXvx8uWL7V7 { width:10.375rem;height:2.3125rem;top:185.620125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcWHsBziOpUSnSUqqDAiIK1luG6q2MLy { width:7.5rem;height:1.48730625rem;top:186.120125rem;left:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKDWcwSJQgC91Rl7hz8Fgt8FNsKT4T6t { width:8.75rem;height:1.5rem;top:172.307625rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFF4KrcEOmSHz4fEfgcVm1flF371eeDF { width:9.75rem;height:3rem;top:175.057625rem;left:5.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #snDJEOSJrXFZhpVsG87nW3NH5Ui9TIBA { width:10.375rem;height:2.3125rem;top:182.057625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #guQJlAGTrHtTPzNOoCVIw6oPqAMKtnac { width:7.5rem;height:1.48730625rem;top:182.557625rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfw0vmVNE81tlTysXJuJUeINBkls8y5i { width:8.75rem;height:1.5rem;top:169.557625rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBiyWIIAiibnuZspBnvBVP8XQUboXEvJ { width:7.4375rem;height:7.3125rem;top:51.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnWQp0SvZwGHzgvPqoQVVuZvUJwTPpTy { width:7.4375rem;height:7.3125rem;top:51.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItSeod9SGO6UayVQC7gK0ziRDa4lASVw { width:7.4375rem;height:7.3125rem;top:64.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQIZOKzvAc6rZuEeyZ3aHu8UNrL1QpM2 { width:10.375rem;height:2.3125rem;top:192.745125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ov3oGSGFU5JTXXH6LSlrMe42eWAoyJCl { width:7.5rem;height:1.48730625rem;top:193.245125rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKcb9AGJtgzbiqCSTW2XSzKWKhk2XzK3 { width:9.75rem;height:1.5rem;top:179.307625rem;left:5.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn7KER067NrTnb8w4h1TeXc1ho0Kb01T { width:7.4375rem;height:7.3125rem;top:64.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny35I5PPNgoKZ5s43ytwEhDVWt7BUgP4 { width:16.625rem;height:5.09765rem;top:78.6201171875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTsbycacq2PU8NdvTizlt08wZlrcvxIq { width:16.3125rem;height:3.125rem;top:85.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcVMonPuN5u0ON0vTwuoqTorLid5VM9R { display:block; }
 }@media only screen and (max-width: 763px) { #ObwTrkdkzEakwqgWEaBE0mPM93AuXFux { width:1.6875rem;height:1.6875rem;top:86.65625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDe5pyaTV9VoizMgUMS9zAnSzu9UGShc { width:7.4375rem;height:7.3125rem;top:12.1201171875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luTdWJ0k7r4rDgpqowVEolBkOrCUuAFP { width:5.9375rem;height:1.04980625rem;top:20.1826171875rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLUho6sNvd6yeXC2M3plvszMEvUtskx { width:6.6875rem;height:1.4375rem;top:21.919921875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHyhcqKoX3UKqx6HsC15BvU1c2UhT0ro { width:7.0625rem;height:1.04980625rem;top:20.1826171875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S11fL4suPkmvlnoebJ0awnfrhKApeibZ { width:7.4375rem;height:7.3125rem;top:12.1201171875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLNAk2xxzdaRMXdxy5pcaK9gOVV9JFwu { width:10.375rem;height:2.3125rem;top:47.245125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOJvtuZQ4B5Nz1RopdzTtu5BQKDaJggp { width:7.5rem;height:1.3808625rem;top:21.947265625rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIPecfTJZ2Pl9VyfBrIE0OvasIyzBOrI { width:7.5rem;height:1.48730625rem;top:47.745125rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTKBw8ih9JN1wF2mzk8ZOntd0lLvNfqL { width:19.6875rem;height:1.5rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbCq8DDteWKLX7TLAi2GIrBd4GeEBIhD { width:17.8125rem;height:4.142575rem;top:4.6484375rem;left:1.09375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqiIMFgxTV8O3KUoC6K9EyzSiEa3A63F { width:18.1875rem;height:0.1875rem;top:42.245125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz8L2RTyLFR33KzCZsqGJfFN6uOWuOFt { width:6.6875rem;height:1.4375rem;top:21.9375rem;left:11.0625rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #m7sP4luzqS3lO2WFsLRaK9bCXxKKRf4V { width:7.5rem;height:1.3808625rem;top:21.9375rem;left:12.125rem;font-size:0.8125rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #b2hUKqqESHEd7knyRAUfGpMentHdhP3y { width:6.6875rem;height:1.4375rem;top:35.25rem;left:2rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #H89XL6CKtyxTVeoChiA1IVsKEKXMbRJu { width:7.5rem;height:1.3808625rem;top:35.25rem;left:3.0625rem;font-size:0.8125rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #bUbBcen0p49Mqhiq275k2ExdKAeJaDTP { width:6.6875rem;height:1.4375rem;top:35.25rem;left:11rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #oNIQTRmgrgeeOmP4Xi5bqMU5NME6BUJA { width:7.5rem;height:1.3808625rem;top:35.25rem;left:12.0625rem;font-size:0.8125rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #dAz4yypOscFgaBD0FXqJ8mTz65HZcaT0 { width:5.9375rem;height:1.04980625rem;top:33.5rem;left:11.6875rem;font-size:0.875rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #BnxBPKJiXiEkVMTr1ULiqAGCX5tgSfCN { width:7.0625rem;height:1.04980625rem;top:33.5rem;left:2.5rem;font-size:0.875rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #c5Eezvqu2Ixk0VumRUL7VvVZPnbado2C { width:6.6875rem;height:1.4375rem;top:48.0625rem;left:10.9375rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #bO27L7sBwd6nuoHvUgIkuiuw1RvozQdi { width:6.5rem;height:1.3808625rem;top:48.0625rem;left:12.5625rem;font-size:0.8125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #spPE0Wl0tU8EcG3dSvPGTMlUamuumzIh { width:6.6875rem;height:1.4375rem;top:48.0625rem;left:1.9375rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #wUtPDyAc10t3n0Bn89kQ3iDgQe5pUq43 { width:7.5rem;height:1.3808625rem;top:48.0625rem;left:3rem;font-size:0.8125rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #TPQETqMXA0boSxgSU7EeuHytmbsoMSRc { width:6.625rem;height:1.04980625rem;top:46.3125rem;left:11.1875rem;font-size:0.875rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #GTFHrc69eqEda7HvignBTZdHNFhxLkLP { width:7.0625rem;height:1.04980625rem;top:46.3125rem;left:3rem;font-size:0.875rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #lxCvgQuuQDTlTk3rxJFDaRmQg6fNyfHB { width:6.6875rem;height:1.4375rem;top:60.9375rem;left:10.9375rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #AnOsqTpe5tETmcIGqsdFelBwmE3ET0W1 { width:6.1875rem;height:1.3808625rem;top:60.9375rem;left:12.5625rem;font-size:0.8125rem;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #aaI8HAAaHeOq0oEKHple4UaDXft3q7EU { width:6.6875rem;height:1.4375rem;top:60.9375rem;left:1.9375rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #cvOHExP1nE4Jyklh9f4WiCGmmzNTvEVC { width:5rem;height:1.3808625rem;top:60.9375rem;left:3.5rem;font-size:0.8125rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #GkdOh4Kfqeyx8sPRS6GU3VlcXBRubwh9 { width:6.625rem;height:1.04980625rem;top:59.1875rem;left:11.4375rem;font-size:0.875rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #AfG8qxSeWGePuGQNhhuE4se81ZntIcLX { width:7.0625rem;height:1.04980625rem;top:59.1875rem;left:2.6875rem;font-size:0.875rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #vWknUQ3L93Vo83ETkOc9VuEmN1XinDbB { width:6.6875rem;height:1.4375rem;top:73.9375rem;left:11rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #caJrGHz4r3Gw8Vko83vpLUTdM4pTaTdd { width:6.1875rem;height:1.3808625rem;top:73.9375rem;left:11.8125rem;font-size:0.8125rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #AeP7iMAhnEBaACzSVr4e5Z1DMXEERe5o { width:7.125rem;height:1.4375rem;top:73.9375rem;left:1.875rem;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #lF2STJyO318Nzi873Zp0qOfWCw4uCG67 { width:6.5rem;height:1.3808625rem;top:73.9375rem;left:2.1875rem;font-size:0.8125rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #DpDqsUAFUAbPAVIIFkUDDCSppHfeJ1MT { width:6.625rem;height:1.04980625rem;top:72.1875rem;left:12.5rem;font-size:0.875rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #F1kTTWuTf0WCtyDPW9dlpXWnRsfwaI79 { width:7.0625rem;height:1.04980625rem;top:72.1875rem;left:2.125rem;font-size:0.875rem;z-index:100052;display:block; }
 }@media only screen and (max-width: 763px) { #vQAT37TETCwUNSVEyldNmwqOyIS2fECW { width:17.3125rem;height:4.4619125rem;top:78rem;left:1.34375rem;font-size:0.875rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d { display:block; }#VQxzepDzJwkexO1ZAGwR7lfuESmQnd3d > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtUcd19Mx1e3M2vldNv3lT9x4VTzPSwX { width:3.4375rem;height:1.6875rem;top:2.3740234375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwOgPTU8HW1WoXiybJy3LQ0Kh1uidL5M { width:13.25rem;height:5.15625rem;top:6.1240234375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHI5B1vEfa9KxcIggrhXIOlIKNZukW5s { width:1.5625rem;height:1.5625rem;top:30.6357421875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmHwJiTx7Tc6fATdkBTpathfG9q96L2V { width:1.5625rem;height:1.5625rem;top:24.5732421875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVcznOhbspMlfGsip8Lomt4USXRQXC4L { width:9.125rem;height:0;top:16.1240234375rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGnTtKww41VAf3Td29OmEPMnTxSdcnF { width:1.5625rem;height:1.5625rem;top:18.5107421875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc38eTzAxBhfcy0tsTEVFRPDhHcHyRmE { width:1.625rem;height:2rem;top:21.3232421875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZNTwM4NFLM7XCPtJSsDzwlJkZrEXVR { display:block; }
 }@media only screen and (max-width: 763px) { #ZRlwFH7GFGinoBNJ7hT6gbzkCNTQGkiy { width:1.625rem;height:2rem;top:27.3857421875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkQ1CKaI6JGgf81ErO6LGxVuhUAxmBDJ { display:block; }
 }@media only screen and (max-width: 763px) { #n5h4WmEcvUmQnKPDcmG9xP7UqCfSmtpB { width:1.625rem;height:2rem;top:33.4482421875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPmClhxvoH2cORmAFsUir7ENNJMhrZln { display:block; }
 }@media only screen and (max-width: 763px) { #y5lVm4fF0GQO8yn2Xzdp0Tc0ODg2BNa9 { width:6.8125rem;height:6rem;top:36.6982421875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UStPmvoTQiDwTfSImZrnB8KkBghd25n5 { width:2.375rem;height:2.375rem;top:12.4990234375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR { background-color:rgba(7,7,7,0.97);background-image:none;display:block; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container { background-color: transparent; background-image: none; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container > .video-iframe-container { display: none; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row > .video-iframe-container { display: none; }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .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); }#KFKfCxgKOp4rcOkIdFMc1d9TKHBA7lyR > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9eJGRTy6tUEypVqTZI3kvuB46c69GVC { width:18.125rem;height:0.9746125rem;top:1.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }