.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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); }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row .container { background-color: transparent; background-image: none; }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row .container > .video-iframe-container { display: none; }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row > .video-iframe-container { display: none; }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .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); }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row .container { border-width: 0; border-radius: 0; }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row > .video-iframe-container {  }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;position:relative;display:block; }#blueV9uoPCx9xPam2kQycU23PPG5oTLE { color:#c20081;display:block;width:600px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23px;left:300px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PE9JfuzubEBcsLTRVQvkqkNT3nbZ3TJM { color:#616161;display:block;width:676px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:75px;left:261.98748779297px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CPtEEZ4tEuqvTCXtkfdL22N9ukvKSnTC { color:#000000;display:block;width:590px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:154px;left:304.98748779297px;height:119px;display:block; }#CPtEEZ4tEuqvTCXtkfdL22N9ukvKSnTC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#CPtEEZ4tEuqvTCXtkfdL22N9ukvKSnTC li:before{  }
#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row .container { background-color: transparent; background-image: none; }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row .container > .video-iframe-container { display: none; }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row > .video-iframe-container { display: none; }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .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); }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row .container { border-width: 0; border-radius: 0; }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row > .video-iframe-container {  }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row .container { font-size:14px;font-family:arial;height:489px;width:1200px;position:relative;display:block; }#fKAlBB59eQZUd7SfwOQocoMDWzmZNhaQ { position:absolute;display:block;z-index:15007;height:350px;width:629px;top:23.499984741211px;left:285.50003051758px;display:block; }
#RnBZERbTzALhPBNra74oHwaUqm9FVl81 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:97px;width:455px;top:385.50003051758px;left:372.50003051758px;display:block; }
#ATlJc9iNVOoJR77Te2ZlWvtPKTsNUWg3 { z-index:15010;top:408px;left:400px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nkAivFDxbc3mS5GI0hwsJgCx2Z2UvPL0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { background-color: transparent; background-image: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container > .video-iframe-container { display: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container { display: none; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .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); }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { border-width: 0; border-radius: 0; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row > .video-iframe-container {  }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { font-size:14px;font-family:arial;height:251px;width:1200px;position:relative;display:block; }#HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { color:#2a2a2a;display:block;width:960px;position:absolute;font-family:lato;font-size:35px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:153px;left:120px;height:45.5px;text-align:center;text-align-last:center;display:block; }
#Ts8aBysDFUvpid6GOEAk4rpG0gqOH36H { position:absolute;display:block;z-index:14999;background-color:rgba(194,0,129,0.2);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:22px;width:412px;top:180px;left:607px;display:block; }
#Qhg6g4dx27sHTtk4tEnQ20UTKXf9f7gz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:94px;width:94px;top:48px;left:553px;overflow:hidden;display:block; }
#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row .container { background-color: transparent; background-image: none; }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row .container > .video-iframe-container { display: none; }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row > .video-iframe-container { display: none; }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .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); }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row .container { border-width: 0; border-radius: 0; }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row > .video-iframe-container {  }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row .container { font-size:14px;font-family:arial;height:2376px;width:1200px;position:relative;display:block; }#XZyEzrZcI9XkJ4OS9BTna6IA3E2cpfvI { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:670px;width:436px;top:91px;left:143px;display:block; }
#TmvCpUAzhspToQMb0ZlZKeJ4fCF9Pbg9 { position:absolute;display:block;z-index:15019;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:57px;left:168px;display:block; }
#cNHvUuHGvCWrn3GL8hLwZ9pQLXfTI1Tr { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:643px;width:436px;top:199px;left:618px;display:block; }
#T5ge87Cb9d7aeVs7g1EoKNzBDDFu91LH { position:absolute;display:block;z-index:15025;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:163px;left:649px;display:block; }
#UKlmakn1iIO324O5tkrhXCweCWwk2WD2 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:648px;width:436px;top:917px;left:619px;display:block; }
#FAkBR4sDE14NlirDdPbS6fMhiFkCVphP { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:652px;width:436px;top:844px;left:143px;display:block; }
#FHm0u7SxTCgb66s7r6JqL8R5uIde3vkB { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:184px;left:161px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nHJowwlQUvBKvftg9Q1rOeCOzmRq9btZ { position:absolute;display:block;z-index:15033;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:810px;left:168px;display:block; }
#sTqTkhK4aCBzZSUiTkPODZNE5u4DkAcy { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:114px;left:168px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#evqrdOxXfCPe2b7Axh8FCylkDRb656qJ { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:220px;left:618px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#tKA3R8wtDsNW8oTUVqRgQ3fc33SokbSk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:523px;left:164px;display:block; }
#zD283XKWb3ENn9ZwDfPrDnrp1lSnsRCu { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:605px;left:639px;display:block; }
#vSXZNcU6lctAR0bnyU8eHW3l9oarCGB7 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:1255px;left:164px;display:block; }
#WJx8CrBALT58lf32VXKBIyJKtgQ5Qqzv { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:865px;left:143px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#OlETVhy0BknQTAXrm6Vl4QCkIl152wVO { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:1330px;left:639px;display:block; }
#fRkI5B0ykXHoRcpXAnb5OiF3CmZMU6ma { position:absolute;display:block;z-index:15039;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:886px;left:645px;display:block; }
#PTlucDSwwzIoKQsmWyWl4xQapGewZ19J { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:941px;left:635px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#ZZKfnva8xo1VEy9MPWHyLxFfpknWEK3F { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:342px;left:161px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q18dG86y09M8RgAeZcoN1GX3T83QV8JT { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:403px;left:636px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phzDCbvGoqGSuJ9wnkukRXx91AuXT8uS { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:296px;left:636px;height:96px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lk9XW0lJCTRaHpbMoxTM3BZiBlQG5vTO { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:1099px;left:161px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qa1dEefaCJanbAO09ZvVxs4eIMW3Lpo0 { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:949px;left:161px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#flhdtQWPdFr9ltKM0ZhxzSHa3FaSqKbU { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:1104px;left:638px;height:216px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yLVxOX4vbGzxmqvOo45De5ihsT9hr9pl { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:1022px;left:638px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDPXITV1Jeu3iXgVagseGoUBaieVFpHu { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:652px;width:436px;top:1584px;left:143px;display:block; }
#XVvdpFgHvBPeSEtlskR413rxZKJb1aDQ { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:1995px;left:164px;display:block; }
#xVtn1KHS2AO66M11c4C3r6o2JJ5qg9y0 { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:1839px;left:161px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdzTgbq7L6vwVe03PukAGqPgIHrTtUN6 { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:1689px;left:161px;height:168px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yO2kuHu2QAW5eeqZZCS6Fdzm6sEn7fMg { position:absolute;display:block;z-index:15039;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:1550px;left:168px;display:block; }
#cGDZn5qOmcev1muEIP1xRg2GGO7M7fTq { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:1605px;left:143px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#Kc1622RRJARKoPCnMhqG0GVBWIrmZaof { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:648px;width:436px;top:1636px;left:618px;display:block; }
#zhmx0elEcL8Twt6LN7e6WRpBgPrqV2Tl { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:2049px;left:638px;display:block; }
#n20iFxdKpM92RuRuaXJrQzQ2m4DONdWE { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:1871.0001220703px;left:636.00003051758px;height:168px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s29CvB7m7NSX1Fi27uNmBCyfKJ2t1uSH { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:1740.0001220703px;left:637.00003051758px;height:120px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RckBuRJh8o9v9gUTLf2xkauIDVeepK92 { position:absolute;display:block;z-index:15045;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:1605px;left:644px;display:block; }
#U7lb7V7dc2xHBXb2sKzSqBq4S8oIp8G0 { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:1660px;left:634px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;background-image:none;position:relative;display:block; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { background-color: transparent; background-image: none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container > .video-iframe-container { display: none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container { display: none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .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); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { border-width: 0; border-radius: 0; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container {  }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { font-size:14px;font-family:arial;height:500px;width:1200px;position:relative;display:block; }#xlNwouzO0TT7kAolUwPoAb21cBBotLF6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:444px;width:333px;top:0px;left:175px;overflow:hidden;display:block; }
#KmFRC9R4Uf3nbRIFOWmnyBiG7FSwERZZ { color:#000000;display:block;width:464px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:143px;left:561px;height:234px;text-align:center;text-align-last:center;display:block; }
#IP0sNI1VN01qi2nKrlzUBVIFgZUhBgb0 { color:#000000;display:block;width:380px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:67px;left:603px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 { display:block; }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blueV9uoPCx9xPam2kQycU23PPG5oTLE { width:600px;height:52px;top:23px;left:82px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #PE9JfuzubEBcsLTRVQvkqkNT3nbZ3TJM { width:676px;height:39px;top:75px;left:43.987487792969px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CPtEEZ4tEuqvTCXtkfdL22N9ukvKSnTC { top:154px;left:86.987487792969px;width:590px;height:139px;font-size:16px;display:block; }#CPtEEZ4tEuqvTCXtkfdL22N9ukvKSnTC li:before{  }
 }@media only screen and (max-width: 763px) { #OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG { display:block; }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKAlBB59eQZUd7SfwOQocoMDWzmZNhaQ { top:23px;left:67.500030517578px;width:629px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #RnBZERbTzALhPBNra74oHwaUqm9FVl81 { top:385px;left:154.50003051758px;width:455px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #ATlJc9iNVOoJR77Te2ZlWvtPKTsNUWg3 { top:408px;left:182px;width:400px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #nkAivFDxbc3mS5GI0hwsJgCx2Z2UvPL0 { display:block; }
 }@media only screen and (max-width: 763px) { #KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { top:153px;left:0px;width:764px;height:45px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8aBysDFUvpid6GOEAk4rpG0gqOH36H { top:180px;left:352px;width:412px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Qhg6g4dx27sHTtk4tEnQ20UTKXf9f7gz { top:48px;left:335px;width:94px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud { display:block; }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZyEzrZcI9XkJ4OS9BTna6IA3E2cpfvI { top:91px;left:0px;width:436px;height:670px;display:block; }
 }@media only screen and (max-width: 763px) { #TmvCpUAzhspToQMb0ZlZKeJ4fCF9Pbg9 { top:57px;left:59px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #cNHvUuHGvCWrn3GL8hLwZ9pQLXfTI1Tr { top:199px;left:328px;width:436px;height:643px;display:block; }
 }@media only screen and (max-width: 763px) { #T5ge87Cb9d7aeVs7g1EoKNzBDDFu91LH { top:163px;left:382px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #UKlmakn1iIO324O5tkrhXCweCWwk2WD2 { top:917px;left:328px;width:436px;height:648px;display:block; }
 }@media only screen and (max-width: 763px) { #FAkBR4sDE14NlirDdPbS6fMhiFkCVphP { top:844px;left:0px;width:436px;height:652px;display:block; }
 }@media only screen and (max-width: 763px) { #FHm0u7SxTCgb66s7r6JqL8R5uIde3vkB { top:184px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nHJowwlQUvBKvftg9Q1rOeCOzmRq9btZ { top:810px;left:59px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #sTqTkhK4aCBzZSUiTkPODZNE5u4DkAcy { top:114px;left:59px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #evqrdOxXfCPe2b7Axh8FCylkDRb656qJ { top:220px;left:382px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tKA3R8wtDsNW8oTUVqRgQ3fc33SokbSk { top:523px;left:0px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #zD283XKWb3ENn9ZwDfPrDnrp1lSnsRCu { top:605px;left:370px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #vSXZNcU6lctAR0bnyU8eHW3l9oarCGB7 { top:1255px;left:0px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #WJx8CrBALT58lf32VXKBIyJKtgQ5Qqzv { top:865px;left:34px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OlETVhy0BknQTAXrm6Vl4QCkIl152wVO { top:1330px;left:370px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #fRkI5B0ykXHoRcpXAnb5OiF3CmZMU6ma { top:886px;left:382px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #PTlucDSwwzIoKQsmWyWl4xQapGewZ19J { top:941px;left:382px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKfnva8xo1VEy9MPWHyLxFfpknWEK3F { top:342px;left:0px;width:400px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q18dG86y09M8RgAeZcoN1GX3T83QV8JT { top:403px;left:364px;width:400px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #phzDCbvGoqGSuJ9wnkukRXx91AuXT8uS { top:296px;left:364px;width:400px;height:96px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9XW0lJCTRaHpbMoxTM3BZiBlQG5vTO { top:1099px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qa1dEefaCJanbAO09ZvVxs4eIMW3Lpo0 { top:949px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #flhdtQWPdFr9ltKM0ZhxzSHa3FaSqKbU { top:1104px;left:364px;width:400px;height:216px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yLVxOX4vbGzxmqvOo45De5ihsT9hr9pl { top:1022px;left:364px;width:400px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RDPXITV1Jeu3iXgVagseGoUBaieVFpHu { top:1584px;left:0px;width:436px;height:652px;display:block; }
 }@media only screen and (max-width: 763px) { #XVvdpFgHvBPeSEtlskR413rxZKJb1aDQ { top:1995px;left:0px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #xVtn1KHS2AO66M11c4C3r6o2JJ5qg9y0 { top:1839px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LdzTgbq7L6vwVe03PukAGqPgIHrTtUN6 { top:1689px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yO2kuHu2QAW5eeqZZCS6Fdzm6sEn7fMg { top:1550px;left:59px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #cGDZn5qOmcev1muEIP1xRg2GGO7M7fTq { top:1605px;left:34px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1622RRJARKoPCnMhqG0GVBWIrmZaof { top:1636px;left:328px;width:436px;height:648px;display:block; }
 }@media only screen and (max-width: 763px) { #zhmx0elEcL8Twt6LN7e6WRpBgPrqV2Tl { top:2049px;left:370px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #n20iFxdKpM92RuRuaXJrQzQ2m4DONdWE { top:1871px;left:364px;width:400px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s29CvB7m7NSX1Fi27uNmBCyfKJ2t1uSH { top:1740px;left:364px;width:400px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RckBuRJh8o9v9gUTLf2xkauIDVeepK92 { top:1605px;left:382px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #U7lb7V7dc2xHBXb2sKzSqBq4S8oIp8G0 { top:1660px;left:382px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo { display:block; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlNwouzO0TT7kAolUwPoAb21cBBotLF6 { top:0px;left:0px;width:333px;height:444px;display:block; }
 }@media only screen and (max-width: 763px) { #KmFRC9R4Uf3nbRIFOWmnyBiG7FSwERZZ { top:143px;left:300px;width:464px;height:234px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IP0sNI1VN01qi2nKrlzUBVIFgZUhBgb0 { top:67px;left:384px;width:380px;height:45px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 { display:block; }#wP7TuCAJTfa9SIgAZ8U43oCQax4VDM68 > .row .container { width:320px;height:376px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blueV9uoPCx9xPam2kQycU23PPG5oTLE { width:320px;height:31.2px;top:36px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PE9JfuzubEBcsLTRVQvkqkNT3nbZ3TJM { width:320px;height:20.8px;top:67.200004577637px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CPtEEZ4tEuqvTCXtkfdL22N9ukvKSnTC { width:320px;height:243.8px;top:112.80000305176px;left:0px;font-size:16px;display:block; }#CPtEEZ4tEuqvTCXtkfdL22N9ukvKSnTC li:before{  }
 }@media only screen and (max-width: 763px) { #OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG { display:block; }#OoKP2Zru5MOMkf4qWKd2LQCocDltRTVG > .row .container { width:320px;height:301px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKAlBB59eQZUd7SfwOQocoMDWzmZNhaQ { width:320px;height:185px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RnBZERbTzALhPBNra74oHwaUqm9FVl81 { width:320px;height:97px;top:201.00000816584px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ATlJc9iNVOoJR77Te2ZlWvtPKTsNUWg3 { top:215.94998168945px;left:8px;width:304px;height:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nkAivFDxbc3mS5GI0hwsJgCx2Z2UvPL0 { display:block; }
 }@media only screen and (max-width: 763px) { #KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 { display:block; }#KC6WdBUO14QxsJzSgoMJ38tF9shFyPa7 > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDTDTh9i2tJOHLl8GVLy5h2Ha34WvITv { width:320px;height:46.8px;top:82px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ts8aBysDFUvpid6GOEAk4rpG0gqOH36H { width:320px;height:22px;top:281.8px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Qhg6g4dx27sHTtk4tEnQ20UTKXf9f7gz { width:70px;height:70px;top:0px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud { display:block; }#X456NKNqz7NzAOHEcDaf3axtuqaqM1Ud > .row .container { width:320px;height:4782px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZyEzrZcI9XkJ4OS9BTna6IA3E2cpfvI { width:320px;height:756px;top:67px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TmvCpUAzhspToQMb0ZlZKeJ4fCF9Pbg9 { width:106px;height:106px;top:42px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cNHvUuHGvCWrn3GL8hLwZ9pQLXfTI1Tr { width:320px;height:688px;top:1715px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T5ge87Cb9d7aeVs7g1EoKNzBDDFu91LH { width:106px;height:106px;top:1686px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UKlmakn1iIO324O5tkrhXCweCWwk2WD2 { width:320px;height:700px;top:2468px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FAkBR4sDE14NlirDdPbS6fMhiFkCVphP { width:320px;height:763px;top:887px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FHm0u7SxTCgb66s7r6JqL8R5uIde3vkB { width:300px;height:192px;top:172.984375px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nHJowwlQUvBKvftg9Q1rOeCOzmRq9btZ { width:106px;height:106px;top:861px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sTqTkhK4aCBzZSUiTkPODZNE5u4DkAcy { width:300px;height:23.4px;top:83.283325195312px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #evqrdOxXfCPe2b7Axh8FCylkDRb656qJ { width:300px;height:23.4px;top:902px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tKA3R8wtDsNW8oTUVqRgQ3fc33SokbSk { height:178.656px;width:320px;top:625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zD283XKWb3ENn9ZwDfPrDnrp1lSnsRCu { height:178.656px;width:320px;top:1449px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vSXZNcU6lctAR0bnyU8eHW3l9oarCGB7 { height:178.667px;width:320px;top:2202px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WJx8CrBALT58lf32VXKBIyJKtgQ5Qqzv { width:300px;height:23.4px;top:1727px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OlETVhy0BknQTAXrm6Vl4QCkIl152wVO { height:178.667px;width:320px;top:2968px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fRkI5B0ykXHoRcpXAnb5OiF3CmZMU6ma { width:106px;height:106px;top:2439px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PTlucDSwwzIoKQsmWyWl4xQapGewZ19J { width:300px;height:23.4px;top:2480px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKfnva8xo1VEy9MPWHyLxFfpknWEK3F { width:300px;height:216px;top:387.00002288818px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q18dG86y09M8RgAeZcoN1GX3T83QV8JT { width:300px;height:288px;top:1143px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #phzDCbvGoqGSuJ9wnkukRXx91AuXT8uS { width:300px;height:144px;top:985px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9XW0lJCTRaHpbMoxTM3BZiBlQG5vTO { width:300px;height:168px;top:2012px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qa1dEefaCJanbAO09ZvVxs4eIMW3Lpo0 { width:300px;height:192px;top:1809px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #flhdtQWPdFr9ltKM0ZhxzSHa3FaSqKbU { width:300px;height:264px;top:2677px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yLVxOX4vbGzxmqvOo45De5ihsT9hr9pl { width:300px;height:96px;top:2564px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RDPXITV1Jeu3iXgVagseGoUBaieVFpHu { width:320px;height:710px;top:3231px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XVvdpFgHvBPeSEtlskR413rxZKJb1aDQ { height:178.667px;width:320px;top:3738px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xVtn1KHS2AO66M11c4C3r6o2JJ5qg9y0 { width:300px;height:168px;top:3549px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LdzTgbq7L6vwVe03PukAGqPgIHrTtUN6 { width:300px;height:192px;top:3333px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yO2kuHu2QAW5eeqZZCS6Fdzm6sEn7fMg { width:106px;height:106px;top:3981px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cGDZn5qOmcev1muEIP1xRg2GGO7M7fTq { width:300px;height:23.4px;top:3242px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1622RRJARKoPCnMhqG0GVBWIrmZaof { width:320px;height:706px;top:4006px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zhmx0elEcL8Twt6LN7e6WRpBgPrqV2Tl { height:178.667px;width:320px;top:4504px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n20iFxdKpM92RuRuaXJrQzQ2m4DONdWE { width:300px;height:192px;top:4289px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s29CvB7m7NSX1Fi27uNmBCyfKJ2t1uSH { width:300px;height:168px;top:4109px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RckBuRJh8o9v9gUTLf2xkauIDVeepK92 { width:106px;height:106px;top:3201px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U7lb7V7dc2xHBXb2sKzSqBq4S8oIp8G0 { width:300px;height:23.4px;top:4022px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo { background-color:#2c3241;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { background-color: transparent; background-image: none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container > .video-iframe-container { display: none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container { display: none; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .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); }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { border-width: 0; border-radius: 0; }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row > .video-iframe-container {  }#aFn8isrGeV7kqcyVL5M3f5Jenq2u5IFo > .row .container { width:320px;height:719px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlNwouzO0TT7kAolUwPoAb21cBBotLF6 { width:198px;height:265px;top:74.000003814697px;left:56.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #KmFRC9R4Uf3nbRIFOWmnyBiG7FSwERZZ { width:310px;height:291.2px;top:385.00003433228px;left:5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IP0sNI1VN01qi2nKrlzUBVIFgZUhBgb0 { width:310px;height:23.4px;top:20px;left:0px;font-size:18px;display:block; }
 }