.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/bPiuY2ZSlvU/unsplash/engin-akyurt-bPiuY2ZSlvU-photo-1581574919402-5b7d733224d6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(234,224,229,0.83); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(234,224,229,0.83); }#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); }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row .container { background-color: transparent; background-image: none; }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row .container > .video-iframe-container { display: none; }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row > .video-iframe-container { display: none; }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .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); }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row .container { border-width: 0; border-radius: 0; }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#JhnzXDrgydhWqx7085n4XuL5XeuXhPxq { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.54296875rem;left:5.40625rem;height:10.724625rem;text-align:center;text-align-last:center;display:block; }
#HnHadhUh24ZdL465calWpe0tZlWZw6EO { position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#kedIO56SaQSVbGmvrDqCD6uaFgaxRSeC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:2.11230625rem;font-style:normal;display:block; }
#XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { color:#070707;display:block;width:50.125rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5.125rem;left:4.9375rem;height:9.9931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { color:#090808;display:block;width:47.1875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:18.6875rem;left:6.40625rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deaoF1Aix1hc4fuNy33LvuFhp77Gvu2l { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:32.98828125rem;left:31.9375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3TKAwmad2lUbuuw0vXCvzr5JrQvECKK { position:absolute;display:block;z-index:99999;background-color:#33d576;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:5.6875rem;width:19.5625rem;top:32.125rem;left:31.90625rem;display:block; }
#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { position:relative;display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { background-color: transparent; background-image: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .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); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { border-width: 0; border-radius: 0; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { position:absolute;display:block;z-index:100000;background-color:#f5f4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:20.5625rem;width:56.25rem;top:0rem;left:1.875rem;display:block; }
#DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { color:#002642;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:5rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { position:absolute;display:block;z-index:100002;background-color:#33d576;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:8.625rem;width:25.6875rem;top:6.921875rem;left:29.4375rem;display:block; }
#hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { color:#000000;display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:6.78125rem;left:3rem;height:8.90625rem;text-align:center;text-align-last:center;display:block; }
#dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:15.625rem;left:7.625rem;height:;display:block; }
#FaVzeWNlK7HdPkwJ6yVrTWXI1OAmKAU3 { background-color:#00040c;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:9.515625rem;left:33.53125rem;display:block; }
#SRTMCXgAMOCNSuhHKTVnuIqkiFPQX7c4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RnTPCKqyMtTqrWyDhTruCF5mMFFKPcOf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:3.0625rem;left:3.75rem;display:none; }
#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 { position:relative;display:block; }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 { background-color: transparent; background-image: none; }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .row .container > .video-iframe-container { display: none; }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .row > .video-iframe-container { display: none; }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .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); }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 { border-width: 0; border-radius: 0; }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#Q79Txk6ibhceeCVDogLhAtJemz3aqOmP { box-sizing:content-box;color:#080909;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.6494140625rem;left:2.53125rem;display:block; }
#MrZDROE1g4Be3H3Xr4qbrgmFZuSgowdl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.5615234375rem;left:6.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#cZ1xCMOTqzLae79Tc8F3yq4xTr2RTJnz { box-sizing:content-box;color:#080909;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.6494140625rem;left:23.0625rem;display:block; }
#mNE8FbT2Jce7wxeZc1aRCbo9QcSB7GIw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.5615234375rem;left:26.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#GtVIRuVm362S3K9J9DCqNXJCS8fWA9lH { box-sizing:content-box;color:#080909;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.6494140625rem;left:40.0625rem;display:block; }
#RATtZNTmS8fV1OFHz6aQuftVhyHqzCZC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5615234375rem;left:43.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row .container { background-color: transparent; background-image: none; }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row .container > .video-iframe-container { display: none; }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row > .video-iframe-container { display: none; }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .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); }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row .container { border-width: 0; border-radius: 0; }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#EKdVRZoJ4JqvuoAgbiwvUoxig0KvwDqw { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnf0yr0SRoO75ICDulCrSA3r4g71DXpq { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:13.8115234375rem;left:1.3125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NrD3bGo6eBinXp9WTFDXKyV9mhZE1iJg { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:25.625rem;width:25rem;top:3.5625rem;left:32.8125rem;overflow:hidden;display:block; }
#ZESVmfTJlKC6JEyTeLtoeRRs5LLPLnIA { position:absolute;display:block;z-index:100007;background-color:#33d576;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.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#NbN6mRnTKgKT1qfTgzILWCB2I8T4X7zO { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:1.3125rem;height:1.29980625rem;display:block; }
#emTO4JUFesyiuHdHonuagJDnuNFcsbib { position:relative;display:block; }#emTO4JUFesyiuHdHonuagJDnuNFcsbib { background-color: transparent; background-image: none; }#emTO4JUFesyiuHdHonuagJDnuNFcsbib::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .row .container > .video-iframe-container { display: none; }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .row > .video-iframe-container { display: none; }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .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); }#emTO4JUFesyiuHdHonuagJDnuNFcsbib { border-width: 0; border-radius: 0; }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#PxFZqR3hfsLSUIx7XQu7e09KadGeGFZN { background-color:#33d576;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:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }
#viCIhJoeEhe6mCUIyaOt5cwoyNT4hNTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { position:relative;display:block; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { background-color: transparent; background-image: none; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container > .video-iframe-container { display: none; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row > .video-iframe-container { display: none; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .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); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { border-width: 0; border-radius: 0; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { color:#002642;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#iUJCdgouD2SVsEGAL1emUSZazriOkNKN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.75rem;top:2.125rem;left:20.625rem;overflow:hidden;display:block; }
#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk { position:relative;display:block; }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk { background-color: transparent; background-image: none; }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .row .container > .video-iframe-container { display: none; }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .row > .video-iframe-container { display: none; }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .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); }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk { border-width: 0; border-radius: 0; }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#IXTVKRWGoRHMMfSKfmuTgDRzk2IXVo3h { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:12.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp { position:relative;display:block; }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp { background-color: transparent; background-image: none; }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .row .container > .video-iframe-container { display: none; }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .row > .video-iframe-container { display: none; }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .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); }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp { border-width: 0; border-radius: 0; }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#JolTLufygCUvv34fEMMnQJWyVGtTsDJa { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:14.125rem;height:8.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr { position:relative;display:block; }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr { background-color: transparent; background-image: none; }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .row .container > .video-iframe-container { display: none; }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .row > .video-iframe-container { display: none; }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .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); }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr { border-width: 0; border-radius: 0; }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#aAZeHWkp1G55Bq6RkHZRSqsz1Ttk4V5o { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #002642;border-left:0.125rem solid #002642;border-right:0.125rem solid #002642;border-bottom:0.125rem solid #002642;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.625rem;width:3.625rem;top:0.5625rem;left:5.5625rem;display:block; }
#RgH0G863e3Hxmx9dquVerghlXgwsJ5HI { color:#000000;display:block;width:1.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.525390625rem;left:6.75rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#n2Q6pRrbRUleuZXqwoJEw0gdZsTKOCXv { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.125rem solid #002642;border-left:0.125rem solid #002642;border-right:0.125rem solid #002642;border-bottom:0.125rem solid #002642;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.625rem;width:3.625rem;top:0.5625rem;left:20.5625rem;display:block; }
#vFmDUJg9dTTMLdIz0OVN5vXNl3PH6QEV { color:#000000;display:block;width:1.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.525390625rem;left:21.75rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#MT5txh4PLT0R2Q6drGLTUbWTGwGWbFkP { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #002642;border-left:0.125rem solid #002642;border-right:0.125rem solid #002642;border-bottom:0.125rem solid #002642;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.625rem;width:3.625rem;top:0.5625rem;left:35.5625rem;display:block; }
#IUX5WNOGnktWeV8NaD1dyauAqkff8wWh { color:#000000;display:block;width:1.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.525390625rem;left:36.75rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#UkRCS2grBNhMkmHaF4tCvkAgy70wcmgt { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.125rem solid #002642;border-left:0.125rem solid #002642;border-right:0.125rem solid #002642;border-bottom:0.125rem solid #002642;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.625rem;width:3.625rem;top:0.5625rem;left:50.5625rem;display:block; }
#Rl6L8yTTxWqXn9ETOepT30s0WbPue2QK { color:#000000;display:block;width:1.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.525390625rem;left:51.75rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#DwV8LOD8h1kPtnUME9X699DXRzi2Vzqn { color:#002642;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:6.9375rem;left:1.78125rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#dOqH2xqdHNkGwyVAdpcgqW4V4LL0kKOT { color:#002642;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:6.9375rem;left:16.78125rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#fLMPMIVTCoFRBEq2H4x2ENfb5S9HeoFo { color:#002642;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:6.9375rem;left:31.78125rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#s2qPFTM33aBy5f0p68QlUJQTLT5nkqNB { color:#002642;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:6.9375rem;left:46.78125rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ { position:relative;display:block; }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ { background-color: transparent; background-image: none; }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .row .container > .video-iframe-container { display: none; }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .row > .video-iframe-container { display: none; }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .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); }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ { border-width: 0; border-radius: 0; }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { position:relative;display:block; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { background-color: transparent; background-image: none; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container > .video-iframe-container { display: none; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row > .video-iframe-container { display: none; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .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); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { border-width: 0; border-radius: 0; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#CuG0h7ElQnVsQ6vR7D5yK6NbewNbwHC6 { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.087890625rem;left:11.375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { position:relative;display:block; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { background-color: transparent; background-image: none; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container > .video-iframe-container { display: none; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row > .video-iframe-container { display: none; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .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); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { border-width: 0; border-radius: 0; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#xN32DeLVUtQOnQfAcNL61NnATQ6OrDQ9 { box-sizing:content-box;color:#080909;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:2.03125rem;left:2.34375rem;display:block; }
#czTkWGpTKho7RtZsdh4AWNyoc42x9PhW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.943359375rem;left:6.40625rem;height:1.29980625rem;font-style:normal;display:block; }
#A8ybuvIKDfW1kGTS8V4Kq9X2vMZosxyh { box-sizing:content-box;color:#080909;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:2.03125rem;left:23.53125rem;display:block; }
#ZnODcD4Rrd3UOh3H6PBeO997XB09QZFh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.943359375rem;left:26.65625rem;height:1.29980625rem;font-style:normal;display:block; }
#vJQm6NhFesttD94AvJrykLhKl6EgsgCF { box-sizing:content-box;color:#080909;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.03125rem;left:40.40625rem;display:block; }
#v5NVXBpnl6hpNq4nU3ywTTn3OqavlMlZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.943359375rem;left:43.53125rem;height:1.29980625rem;font-style:normal;display:block; }
#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kcSoumhD/last.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA.adaptive-delivery-prevent-bg { background-image: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { background-color: transparent; background-image: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .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); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { border-width: 0; border-radius: 0; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#OD8JLmaCmneiFFMuXLiyQKvLelMzn0w5 { position:absolute;display:block;z-index:100000;background-color:#33d576;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:25.1875rem;width:60rem;top:0rem;left:0rem;display:block; }
#QCV1XtmM3CXiXGzXU95wTm8auARif6hy { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:33.875rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#wzcHFgtTf9iPDZBInoK3eSwpFSna9Boh { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:4.53125rem;left:33.5625rem;height:;text-align:center;text-align-last:center;display:block; }
#WsOrE4EEQDl7FTPBkusGHPe3es4kIOPg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:24.4375rem;top:7.15625rem;left:3.3974609375rem;overflow:hidden;display:block; }
#Kzd3UoOwF5GCZDXqUxnU19vTO2edaxUr { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.576171875rem;left:1.6162109375rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GlDp18lSHWdtz1hdMRbmEk41UWkC5oHW { background-color:#070707;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:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:11.90625rem;left:35.8125rem;display:block; }
#UqLBqWzHTg3yHLPy8smFNOr1V3B7skEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x { display:block; }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhnzXDrgydhWqx7085n4XuL5XeuXhPxq { top:0.5rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kedIO56SaQSVbGmvrDqCD6uaFgaxRSeC { top:1.25rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { top:5.125rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { top:18.6875rem;left:0.28125rem;width:47.1875rem;height:6.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deaoF1Aix1hc4fuNy33LvuFhp77Gvu2l { top:32.9375rem;left:25.8125rem;width:19.5rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TKAwmad2lUbuuw0vXCvzr5JrQvECKK { top:32.125rem;left:25.78125rem;width:19.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { top:0rem;left:0rem;width:47.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { top:1.8125rem;left:0rem;width:24.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { top:6.875rem;left:22.0625rem;width:25.6875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { top:6.75rem;left:0rem;width:25.875rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { top:15.625rem;left:1.5rem;width:21.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaVzeWNlK7HdPkwJ6yVrTWXI1OAmKAU3 { width:17.5rem;height:3.4375rem;top:9.5rem;left:27.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRTMCXgAMOCNSuhHKTVnuIqkiFPQX7c4 { display:block; }
 }@media only screen and (max-width: 763px) { #RnTPCKqyMtTqrWyDhTruCF5mMFFKPcOf { top:3.0625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 { display:block; }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q79Txk6ibhceeCVDogLhAtJemz3aqOmP { top:1.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrZDROE1g4Be3H3Xr4qbrgmFZuSgowdl { top:2.5rem;left:0.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ1xCMOTqzLae79Tc8F3yq4xTr2RTJnz { top:1.625rem;left:16.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNE8FbT2Jce7wxeZc1aRCbo9QcSB7GIw { top:2.5rem;left:20.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtVIRuVm362S3K9J9DCqNXJCS8fWA9lH { top:1.625rem;left:33.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATtZNTmS8fV1OFHz6aQuftVhyHqzCZC { top:2.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk { display:block; }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKdVRZoJ4JqvuoAgbiwvUoxig0KvwDqw { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnf0yr0SRoO75ICDulCrSA3r4g71DXpq { width:28.3125rem;height:15rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrD3bGo6eBinXp9WTFDXKyV9mhZE1iJg { top:3.5625rem;left:22.75rem;width:25rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZESVmfTJlKC6JEyTeLtoeRRs5LLPLnIA { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbN6mRnTKgKT1qfTgzILWCB2I8T4X7zO { top:8.6875rem;left:0rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTO4JUFesyiuHdHonuagJDnuNFcsbib { display:block; }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxFZqR3hfsLSUIx7XQu7e09KadGeGFZN { width:18.75rem;height:4.0625rem;top:0rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viCIhJoeEhe6mCUIyaOt5cwoyNT4hNTy { display:block; }
 }@media only screen and (max-width: 763px) { #diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { display:block; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { top:15.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUJCdgouD2SVsEGAL1emUSZazriOkNKN { top:2.125rem;left:14.5rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBUuzazK0Lb548b3sTX40vMb8rQipHk { display:block; }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXTVKRWGoRHMMfSKfmuTgDRzk2IXVo3h { top:0.9375rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHRtTmwD77BkSaiqTexGUczHOCOlaDp { display:block; }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JolTLufygCUvv34fEMMnQJWyVGtTsDJa { top:1.1875rem;left:8rem;width:31.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr { display:block; }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAZeHWkp1G55Bq6RkHZRSqsz1Ttk4V5o { top:0.5625rem;left:4.03125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgH0G863e3Hxmx9dquVerghlXgwsJ5HI { top:1.5rem;left:5.21875rem;width:1.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Q6pRrbRUleuZXqwoJEw0gdZsTKOCXv { top:0.5625rem;left:15.96875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmDUJg9dTTMLdIz0OVN5vXNl3PH6QEV { top:1.5rem;left:17.15625rem;width:1.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5txh4PLT0R2Q6drGLTUbWTGwGWbFkP { top:0.5625rem;left:27.90625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUX5WNOGnktWeV8NaD1dyauAqkff8wWh { top:1.5rem;left:29.09375rem;width:1.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkRCS2grBNhMkmHaF4tCvkAgy70wcmgt { top:0.5625rem;left:39.84375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl6L8yTTxWqXn9ETOepT30s0WbPue2QK { top:1.5rem;left:41.03125rem;width:1.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwV8LOD8h1kPtnUME9X699DXRzi2Vzqn { top:6.9375rem;left:0.25rem;width:11.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOqH2xqdHNkGwyVAdpcgqW4V4LL0kKOT { top:6.9375rem;left:12.1875rem;width:11.4375rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLMPMIVTCoFRBEq2H4x2ENfb5S9HeoFo { top:6.9375rem;left:24.125rem;width:11.4375rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2qPFTM33aBy5f0p68QlUJQTLT5nkqNB { top:6.9375rem;left:36.0625rem;width:11.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ { display:block; }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { display:block; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuG0h7ElQnVsQ6vR7D5yK6NbewNbwHC6 { top:1.0625rem;left:5.25rem;width:37.25rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { display:block; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN32DeLVUtQOnQfAcNL61NnATQ6OrDQ9 { top:2rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTkWGpTKho7RtZsdh4AWNyoc42x9PhW { top:2.9375rem;left:0.28125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ybuvIKDfW1kGTS8V4Kq9X2vMZosxyh { top:2rem;left:17.40625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnODcD4Rrd3UOh3H6PBeO997XB09QZFh { top:2.9375rem;left:20.53125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJQm6NhFesttD94AvJrykLhKl6EgsgCF { top:2rem;left:34.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5NVXBpnl6hpNq4nU3ywTTn3OqavlMlZ { top:2.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD8JLmaCmneiFFMuXLiyQKvLelMzn0w5 { top:0rem;left:0rem;width:47.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCV1XtmM3CXiXGzXU95wTm8auARif6hy { top:1.6875rem;left:25.125rem;width:22.625rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcHFgtTf9iPDZBInoK3eSwpFSna9Boh { top:4.5rem;left:24.6875rem;width:23.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsOrE4EEQDl7FTPBkusGHPe3es4kIOPg { top:7.125rem;left:0rem;width:24.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzd3UoOwF5GCZDXqUxnU19vTO2edaxUr { top:0.5625rem;left:0rem;width:28rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlDp18lSHWdtz1hdMRbmEk41UWkC5oHW { width:18.75rem;height:4.0625rem;top:11.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqLBqWzHTg3yHLPy8smFNOr1V3B7skEO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x { display:block; }#ubsrHEiXZm0MF0sOAI46EdSwCs2bW57x > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhnzXDrgydhWqx7085n4XuL5XeuXhPxq { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kedIO56SaQSVbGmvrDqCD6uaFgaxRSeC { width:12.5rem;height:2.11230625rem;top:1.25rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { width:20rem;height:12.9980625rem;top:2.1748046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { width:20rem;height:3rem;top:16.6728515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deaoF1Aix1hc4fuNy33LvuFhp77Gvu2l { width:19.5rem;height:3.574225rem;top:23.431640625rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TKAwmad2lUbuuw0vXCvzr5JrQvECKK { width:16.875rem;height:5.6875rem;top:22.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { width:20rem;height:12.3125rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { width:20rem;height:2.5996125rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { width:20rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { width:19.375rem;height:7.5rem;top:16.40625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { width:19.375rem;height:0;top:16.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaVzeWNlK7HdPkwJ6yVrTWXI1OAmKAU3 { width:17.5rem;height:3.4375rem;top:6.28125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRTMCXgAMOCNSuhHKTVnuIqkiFPQX7c4 { display:block; }
 }@media only screen and (max-width: 763px) { #RnTPCKqyMtTqrWyDhTruCF5mMFFKPcOf { top:1.4990234375rem;left:1.0625rem;width:17.875rem;height:4.2246125rem;z-index:100007;text-align:center;text-align-last:center;color:#eef1f8;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 { display:block; }#vyikJT5mGBnxsxXpgGr3MxLU3HGMOzZ3 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q79Txk6ibhceeCVDogLhAtJemz3aqOmP { width:3.125rem;height:3.125rem;top:3.1240234375rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrZDROE1g4Be3H3Xr4qbrgmFZuSgowdl { width:12.5rem;height:1.29980625rem;top:4.037109375rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZ1xCMOTqzLae79Tc8F3yq4xTr2RTJnz { width:3.125rem;height:3.125rem;top:8.7998046875rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNE8FbT2Jce7wxeZc1aRCbo9QcSB7GIw { width:12.5rem;height:1.29980625rem;top:9.7119140625rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtVIRuVm362S3K9J9DCqNXJCS8fWA9lH { width:3.125rem;height:3.125rem;top:14.037109375rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATtZNTmS8fV1OFHz6aQuftVhyHqzCZC { width:12.5rem;height:1.29980625rem;top:14.94921875rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk { display:block; }#UZ9Bx3mccWOWaBy48Kk5pcs8PG8WmnFk > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKdVRZoJ4JqvuoAgbiwvUoxig0KvwDqw { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnf0yr0SRoO75ICDulCrSA3r4g71DXpq { width:20rem;height:17.0625rem;top:7.79980625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrD3bGo6eBinXp9WTFDXKyV9mhZE1iJg { width:18.125rem;height:18.625rem;top:26.11230625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZESVmfTJlKC6JEyTeLtoeRRs5LLPLnIA { width:12.5rem;height:0.125rem;top:6.42480625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbN6mRnTKgKT1qfTgzILWCB2I8T4X7zO { width:17.25rem;height:1.29980625rem;top:3.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTO4JUFesyiuHdHonuagJDnuNFcsbib { display:block; }#emTO4JUFesyiuHdHonuagJDnuNFcsbib > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxFZqR3hfsLSUIx7XQu7e09KadGeGFZN { width:18.75rem;height:4.0625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viCIhJoeEhe6mCUIyaOt5cwoyNT4hNTy { display:block; }
 }@media only screen and (max-width: 763px) { #diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { display:block; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { width:20rem;height:7.7988125rem;top:15rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUJCdgouD2SVsEGAL1emUSZazriOkNKN { width:18.75rem;height:12.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBUuzazK0Lb548b3sTX40vMb8rQipHk { display:block; }#ZrBUuzazK0Lb548b3sTX40vMb8rQipHk > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXTVKRWGoRHMMfSKfmuTgDRzk2IXVo3h { width:20rem;height:26.2304375rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHRtTmwD77BkSaiqTexGUczHOCOlaDp { display:block; }#wQHRtTmwD77BkSaiqTexGUczHOCOlaDp > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JolTLufygCUvv34fEMMnQJWyVGtTsDJa { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr { display:block; }#N74uPfHl9b5mZeKcHCFRgWBgdC1HqPDr > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAZeHWkp1G55Bq6RkHZRSqsz1Ttk4V5o { width:3.625rem;height:3.625rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgH0G863e3Hxmx9dquVerghlXgwsJ5HI { width:1.5rem;height:1.94921875rem;top:2.212890625rem;left:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Q6pRrbRUleuZXqwoJEw0gdZsTKOCXv { width:3.625rem;height:3.625rem;top:13.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmDUJg9dTTMLdIz0OVN5vXNl3PH6QEV { width:1.5rem;height:1.94921875rem;top:14.212890625rem;left:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5txh4PLT0R2Q6drGLTUbWTGwGWbFkP { width:3.625rem;height:3.625rem;top:29.46875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUX5WNOGnktWeV8NaD1dyauAqkff8wWh { width:1.5rem;height:1.94921875rem;top:30.431640625rem;left:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkRCS2grBNhMkmHaF4tCvkAgy70wcmgt { width:3.625rem;height:3.625rem;top:42.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl6L8yTTxWqXn9ETOepT30s0WbPue2QK { width:1.5rem;height:1.94921875rem;top:43.837890625rem;left:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwV8LOD8h1kPtnUME9X699DXRzi2Vzqn { width:17.625rem;height:5.625rem;top:6.375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOqH2xqdHNkGwyVAdpcgqW4V4LL0kKOT { width:11.4375rem;height:9.84375rem;top:18.375rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLMPMIVTCoFRBEq2H4x2ENfb5S9HeoFo { width:11.4375rem;height:7.03125rem;top:34.59375rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2qPFTM33aBy5f0p68QlUJQTLT5nkqNB { width:11.4375rem;height:8.4375rem;top:48rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ { display:block; }#wgdTtzBhlqTlLNE1qSyynMZ6NQltc6iZ > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { display:block; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuG0h7ElQnVsQ6vR7D5yK6NbewNbwHC6 { width:20rem;height:8.7734375rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { display:block; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN32DeLVUtQOnQfAcNL61NnATQ6OrDQ9 { width:3.125rem;height:3.125rem;top:1.5625rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTkWGpTKho7RtZsdh4AWNyoc42x9PhW { width:12.5rem;height:1.29980625rem;top:2.474609375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ybuvIKDfW1kGTS8V4Kq9X2vMZosxyh { width:3.125rem;height:3.125rem;top:7.6123046875rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnODcD4Rrd3UOh3H6PBeO997XB09QZFh { width:12.5rem;height:1.29980625rem;top:8.5244140625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJQm6NhFesttD94AvJrykLhKl6EgsgCF { width:3.125rem;height:3.125rem;top:13.224609375rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5NVXBpnl6hpNq4nU3ywTTn3OqavlMlZ { width:12.5rem;height:1.29980625rem;top:14.13671875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD8JLmaCmneiFFMuXLiyQKvLelMzn0w5 { width:20rem;height:8rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCV1XtmM3CXiXGzXU95wTm8auARif6hy { width:20rem;height:2.2744125rem;top:24.26953125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcHFgtTf9iPDZBInoK3eSwpFSna9Boh { width:20rem;height:0;top:5.5458984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsOrE4EEQDl7FTPBkusGHPe3es4kIOPg { width:20rem;height:13.3125rem;top:7.5302734375rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Kzd3UoOwF5GCZDXqUxnU19vTO2edaxUr { width:20rem;height:6.5800875rem;top:0.888671875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlDp18lSHWdtz1hdMRbmEk41UWkC5oHW { width:18.75rem;height:4.0625rem;top:27.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqLBqWzHTg3yHLPy8smFNOr1V3B7skEO { display:block; }
 }