.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:#ffffff;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); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8O2ecc2n/bg_05.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh.adaptive-delivery-prevent-bg, #G4Q5qwJWesncILkV09pCTLdplliQ9mAh.lazyload, #G4Q5qwJWesncILkV09pCTLdplliQ9mAh.lazyloading { background-image: none; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container { background-color: transparent; background-image: none; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container > .video-iframe-container { display: none; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row > .video-iframe-container { display: none; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .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); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container { border-width: 0; border-radius: 0; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row > .video-iframe-container {  }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#DwGndsmdhJ87d15nTLEWop740dF5rLDs { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:3.8125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.712890625rem;left:0rem;height:5.3369125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#ph2CciezDsnAmrputUngmZeQOgcPn1mo { color:#000000;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.8;letter-spacing:0;top:13.412109375rem;left:13.625rem;height:12.1435625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZygsiFrxwZHKCuTR5qsr2A6T35yC90l { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.712890625rem;left:0rem;height:3.8501rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#Ao28TCUTB8i9tdoXT7x0BbwyPea4Sttu { color:#000000;display:block;width:55.25rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15039;line-height:1.8;letter-spacing:0;top:29.5869140625rem;left:9.875rem;height:9.44925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8cDs1WPrmpxtBu91QKrlyFUkTaG1f6f { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #dc1452;border-left:0.0625rem solid #dc1452;border-right:0.0625rem solid #dc1452;border-bottom:0.0625rem solid #dc1452;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem #df2935 ;height:11.5rem;width:60.8125rem;top:28.5rem;left:7.03125rem;display:block; }
#qhma1bOTulKgLpPvOtC9GWZRfum0Lwrs { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15021;top:32.75rem;left:64.21875rem; }
#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4e7fe;background-image:url("https://images.assets-landingi.com/Eh1ibnOg/dots.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container {  }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/M5VwoGnN/jaroslaw_wepb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #8caec0;border-left:0.0625rem solid #8caec0;border-right:0.0625rem solid #8caec0;border-bottom:0.0625rem solid #8caec0;border-top-left-radius:0rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:23.8125rem;width:20rem;top:4.8125rem;left:49.5791015625rem;display:block; }#xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.adaptive-delivery-prevent-bg, #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.lazyload, #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.lazyloading { background-image: none; }
#xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { color:#243064;display:block;width:49.25rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { color:#243064;display:block;width:49.3125rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:3.0058625rem;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;text-align:center;text-align-last:center;display:block; }
#sezupmuiMQJJIf5QxBG9zFRfZlmpNP0T { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:6.0625rem;top:1.5625rem;left:1.25rem;overflow:hidden;display:block; }
#PcGAkDspv5boFa4PIxiybCkxJXHz4XSV { color:#243064;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6875rem;left:15.40625rem;height:2.92358125rem;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;text-align:center;text-align-last:center;display:block; }
#TrI2BTl4ThnxTiaudN823ymGwxnEOVJK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/M5VwoGnN/jaroslaw_wepb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #8caec0;border-left:0.0625rem solid #8caec0;border-right:0.0625rem solid #8caec0;border-bottom:0.0625rem solid #8caec0;border-top-left-radius:0rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:31.25rem;width:26.25rem;top:5rem;left:48.625rem;display:none; }#TrI2BTl4ThnxTiaudN823ymGwxnEOVJK.adaptive-delivery-prevent-bg, #TrI2BTl4ThnxTiaudN823ymGwxnEOVJK.lazyload, #TrI2BTl4ThnxTiaudN823ymGwxnEOVJK.lazyloading { background-image: none; }
#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { position:relative;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container {  }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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:51.4375rem;width:75rem;position:relative;display:block; }#ZXroeluc0923U3RL4EiNCvD85dZSFZTh { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.765625rem;left:0rem;height:20.1328125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZXroeluc0923U3RL4EiNCvD85dZSFZTh li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZXroeluc0923U3RL4EiNCvD85dZSFZTh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0f367db-2124-483e-a1c4-187273922db3/2.png); }
#xTJkQm6XmBpN0GiFym6P6oqMLTwNuNiZ { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:3.0625rem;left:0rem;height:6.1621125rem;text-align:center;text-align-last:center;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; }
#EDoT1O9N9tF9l2ODVT6M5yy7Az2BPgJr { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.125rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#leKVZ4CIUVonnFTMRI3kQbtEzq5l9iHe { background-color:#3936c4;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5625rem #002d94 ;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.1875rem;height:5.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.5rem;left:14.90625rem;display:block; }
#bUTVmJK16wTPFqURu0paNqxwJdUUX9K3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qt8yEyhD9lrv3hTLTHm76yK54FClH7Pu { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0rem 0rem 0.5625rem rgba(0,0,0,0.5) ;height:7.9375rem;width:62.1875rem;top:2.1123046875rem;left:6.34375rem;display:block; }
#Db548NUrBds3HkGVpXal77R2VnMwF6B8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4e7fe;background-image:url("https://images.assets-landingi.com/GHEJO5rY/ukulele_5133959_1280.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyload, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyloading { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { border-width: 0; border-radius: 0; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container {  }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.376953125rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { background-color: transparent; background-image: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container > .video-iframe-container { display: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container { display: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .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); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { border-width: 0; border-radius: 0; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container {  }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:2.1875rem;display:block; }
#nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.75rem;height:3.898925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UGiowcUKmWJbadCwxJTSWLUfpRlZDTlM { color:#243064;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.75rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:27.5rem;display:block; }
#B8AVs25tToHHDkpITZ4o8ZuSPJpG0U0B { color:#243064;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.875rem;left:28.75rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#doupZphNU0KGTbOEpevGkGlIqkdTMiBV { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:28.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BhFDQR6hAQacXH7nuVBQLXIJwNVqBQK2 { color:#243064;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.875rem;left:53.75rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.8125rem;left:54.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MA6QGMHqu8bSsgxnZpGdC1B2f2FWSO8I { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.3125rem;width:15.6875rem;top:20.4375rem;left:4rem;overflow:hidden;display:none; }
#GSRx1VsQd2BQOnLDbR8VkUk11OvpS36L { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:52.1875rem;display:block; }
#E3hmynE5UZN9Vn7cQCh2AHCwbIyJENZ3 { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.6875rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zr0Nwl7puBBigpa96mAUPFvWmnhgigQe { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:28.6875rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NhdcqXhDBoMfF2BIO7TeitdfFStFwIiX { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.8125rem;width:15.6875rem;top:20.4375rem;left:29.3125rem;overflow:hidden;display:block; }
#z4fEwHMO535AUJr7gFDTowA8nbJTIm4S { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.8125rem;width:15.6875rem;top:20.6875rem;left:54.3125rem;overflow:hidden;display:block; }
#E3XybVtNmEeTGBokW3MATNs0RR9McQi5 { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:54rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f1wOxqfTTUKo6e6h8k9C8kBi8huUDW7t { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.8125rem;width:14.6875rem;top:20.4375rem;left:4.28125rem;overflow:hidden;display:block; }
#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { background-color: transparent; background-image: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container > .video-iframe-container { display: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container { display: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .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); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { border-width: 0; border-radius: 0; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container {  }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:4.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PFbHExMSDHm0EnPKAse3NX5zNPT9SLcT { color:#243064;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:4.0625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BvEuqFVdcTZesTmfEIKSX0GATK3JF7bH { color:#243064;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14rem;left:29.0625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:29.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Xa7TuyiEO0s4Tqcb0h5fnBsxOLt0Hb88 { color:#243064;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14rem;left:54.0625rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#brU6c37LHl7FzLLlxNGqhRNvpB5MrC2p { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.375rem;left:54.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zLiT2Z6TQ0URyk4t0zKBpV21XGtyV024 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:2.1875rem;display:block; }
#KTRTEPar0HqiT9XUTs4iE8VLTi6S9ZSX { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:27.1875rem;display:block; }
#wPk7kM1Ku5P4O9qeUiQiNzcZpyrJmPUw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:52.1875rem;display:block; }
#oWCSQthfehOCZIdsdZmvCyOpana2FleP { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:15.6875rem;top:20.625rem;left:4.625rem;overflow:hidden;display:block; }
#X6eFuX3k4d4ocIN4wFvMwVThPWgRgvcw { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.8125rem;width:15.6875rem;top:20.5625rem;left:29.625rem;overflow:hidden;display:block; }
#oTApben2zCxQ4peMQfqmIoiFZG7hcdwu { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:15.6875rem;top:20.625rem;left:54.625rem;overflow:hidden;display:block; }
#r8ig6QXHDQMHRzbMbZA6fihFy82pl67T { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:4rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CmGsmFkJvdok5QV9w2WUSdL2sotJpTDa { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:29rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SbgLRuqKXhXtxKRNnyXge2eOUOU3qMBs { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:54rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row .container { background-color: transparent; background-image: none; }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row .container > .video-iframe-container { display: none; }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row > .video-iframe-container { display: none; }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .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); }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row .container { border-width: 0; border-radius: 0; }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row > .video-iframe-container {  }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#m5AewdBok0zf6eQJUgtTHfVQuMfBfMoM { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:16.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lbRpu8KThNCOC57u5U89Scgsvr381OdZ { color:#243064;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.8125rem;left:16.5625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dNOZI2F2rO0nTaStGwa5ni4b0k6mSToU { color:#243064;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5rem;left:41.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sQNQfmzFOmf4DTTRb3MkTAcn4ahxXIk6 { color:#3936c4;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:41.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TsMIZwSUt2Vu4blTTWiZM28dMPVu97JT { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:14.6875rem;display:block; }
#V3TVRRqxk9Bl1w4WqTuEQOHFk3pdedOL { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem #000000 ;height:28.75rem;width:20.625rem;top:3.6875rem;left:39.6875rem;display:block; }
#cJeMMAIl9S3pTPxoJIg8MCTTHoqOQz4I { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.75rem;width:15.5625rem;top:20.5625rem;left:16.875rem;overflow:hidden;display:block; }
#E9esNENfcaPvfpnin8AHnaoOG73S5I8v { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.6875rem;width:15.5625rem;top:20.625rem;left:41.625rem;overflow:hidden;display:block; }
#nHhsXCtqXv89Zr9I28rCkQAuQJdWH6Va { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6875rem;left:16.5rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iTTUadIiVbzli9VW4AI51ZlKrtwkVSZw { color:#002d94;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6875rem;left:41.5rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ioOKxM97okk1p7DvuAZyRntq7XMNl640 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4e7fe;background-image:none;position:relative;display:block; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container { background-color: transparent; background-image: none; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container > .video-iframe-container { display: none; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row > .video-iframe-container { display: none; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .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); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container { border-width: 0; border-radius: 0; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row > .video-iframe-container {  }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#HeQWXZk5pk172nlTdcrFzcTPiEGGT66J { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:0rem;height:;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;text-align:left;text-align-last:left;display:block; }
#wtP5oNAstnE6PbU0XiiL0sWfOE8zUbaZ { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wtP5oNAstnE6PbU0XiiL0sWfOE8zUbaZ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wtP5oNAstnE6PbU0XiiL0sWfOE8zUbaZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f91fde02-58aa-4ed4-8f29-73e258908567/4.png); }
#LWcsJvqMxsxRpDwwIqvTMsoGG3N4vqZH { position:absolute;display:block;z-index:15010;border-top:0.125rem solid #002d94;border-left:0.125rem solid #002d94;border-right:0.125rem solid #002d94;border-bottom:0.125rem solid #002d94;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: 0rem 0rem 0.5625rem #02084b ;height:20.125rem;width:34.125rem;top:18.1875rem;left:7.03125rem;overflow:hidden;display:block; }
#Gfno4fyFpXvIC5tG0lZUi3S4gFrfpneD { position:absolute;display:block;z-index:15011;border-top:0.125rem solid #002d94;border-left:0.125rem solid #002d94;border-right:0.125rem solid #002d94;border-bottom:0.125rem solid #002d94;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: 0rem 0rem 0.5625rem #02084b ;height:19.5625rem;width:32.5625rem;top:26rem;left:30.84375rem;overflow:hidden;display:block; }
#hP1JtVVub9REbph2IARWNBSm48QzHrfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002d94;background-image:url("https://images.assets-landingi.com/GHEJO5rY/ukulele_5133959_1280.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ.adaptive-delivery-prevent-bg, #hP1JtVVub9REbph2IARWNBSm48QzHrfZ.lazyload, #hP1JtVVub9REbph2IARWNBSm48QzHrfZ.lazyloading { background-image: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container { background-color: transparent; background-image: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container > .video-iframe-container { display: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row > .video-iframe-container { display: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .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); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container { border-width: 0; border-radius: 0; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row > .video-iframe-container {  }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#ixViyXTNZNAgwub23Rvgb6au8pxwTQTd { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.376953125rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { background-color: transparent; background-image: none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container > .video-iframe-container { display: none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row > .video-iframe-container { display: none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .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); }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { border-width: 0; border-radius: 0; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row > .video-iframe-container {  }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#CKeGgEMTHTaaRrrDvb3vDLyrIihkcVnu { background-color:#3936c4;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.5625rem #002d94 ;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.1875rem;height:5.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.3125rem;left:14.90625rem;display:block; }
#hTFuFsQORo1oL7yQLJaBcREVJ70Bleif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ko6SS2JgrrIOux3IEOWmsQ2iQq7b2gTf { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwlks0e8Jgc0M87HXZs9rwNnX3Isqc1x { color:#243064;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#m0dVWT9uMMgPIgpHNauJfVxiDQPwEHBr { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.1875rem #000000 ;height:5.6875rem;width:22rem;top:9.9375rem;left:26.375rem;display:block; }
#OEtMuCRErberEIT435mqSxH7zKTTWB3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4e7fe;background-image:none;position:relative;display:block; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { background-color: transparent; background-image: none; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container > .video-iframe-container { display: none; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row > .video-iframe-container { display: none; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .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); }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { border-width: 0; border-radius: 0; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row > .video-iframe-container {  }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#Z65iu1GTIWE6ipl0Vf316gC8XDsWydof { color:#002d94;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.84375rem;left:0rem;height:4.1235375rem;text-align:center;text-align-last:center;display:block; }
#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3936c4;background-image:none;position:relative;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { border-width: 0; border-radius: 0; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container {  }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#cxxQdDe8duo9LSTLV08s3nRtRbZ08dq5 { color:#e6d09f;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.0625rem;height:0.9746125rem;display:block; }
#K5DW7o3HOgcWhnZG2uw6VRPFmPpN54QU { color:#dccdad;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:30.125rem;height:1.4624rem;display:block; }
#XO0TiLgwxhp9dZSK4g8TUQogqKGB2B1i { color:#e6d09f;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:56rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G4Q5qwJWesncILkV09pCTLdplliQ9mAh { background-color:#ffffff;background-image:none;display:block; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container { background-color: transparent; background-image: none; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container > .video-iframe-container { display: none; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row > .video-iframe-container { display: none; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .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); }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwGndsmdhJ87d15nTLEWop740dF5rLDs { width:23.875rem;height:9.0625rem;top:5.125rem;left:23.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph2CciezDsnAmrputUngmZeQOgcPn1mo { top:13.375rem;left:0rem;width:47.75rem;height:12.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZygsiFrxwZHKCuTR5qsr2A6T35yC90l { width:23.875rem;height:9.0625rem;top:5.125rem;left:23.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao28TCUTB8i9tdoXT7x0BbwyPea4Sttu { top:29.5625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8cDs1WPrmpxtBu91QKrlyFUkTaG1f6f { top:28.5rem;left:0rem;width:47.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhma1bOTulKgLpPvOtC9GWZRfum0Lwrs { top:32.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d { width:20rem;height:23.8125rem;top:4.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { width:47.75rem;height:4.0625rem;top:10.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:47.75rem;height:3rem;top:14.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sezupmuiMQJJIf5QxBG9zFRfZlmpNP0T { top:1.5625rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAkDspv5boFa4PIxiybCkxJXHz4XSV { width:18.4375rem;height:2.875rem;top:20.6875rem;left:1.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrI2BTl4ThnxTiaudN823ymGwxnEOVJK { width:26.25rem;height:31.25rem;top:5rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXroeluc0923U3RL4EiNCvD85dZSFZTh { width:47.75rem;height:20.125rem;top:13.75rem;left:0rem;font-size:1.0625rem;display:block; }#ZXroeluc0923U3RL4EiNCvD85dZSFZTh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0f367db-2124-483e-a1c4-187273922db3/2.png); }
 }@media only screen and (max-width: 763px) { #xTJkQm6XmBpN0GiFym6P6oqMLTwNuNiZ { width:47.75rem;height:6.125rem;top:3.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDoT1O9N9tF9l2ODVT6M5yy7Az2BPgJr { width:47.75rem;height:4.1875rem;top:37.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKVZ4CIUVonnFTMRI3kQbtEzq5l9iHe { width:45.1875rem;height:5.0625rem;top:43.5rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTVmJK16wTPFqURu0paNqxwJdUUX9K3 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt8yEyhD9lrv3hTLTHm76yK54FClH7Pu { top:2.0625rem;left:0rem;width:47.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:47.75rem;height:3.4375rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:20.625rem;height:28.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:16.875rem;height:3.875rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGiowcUKmWJbadCwxJTSWLUfpRlZDTlM { width:18.9375rem;height:4.375rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { width:20.625rem;height:28.75rem;top:3.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8AVs25tToHHDkpITZ4o8ZuSPJpG0U0B { width:16.875rem;height:4.375rem;top:13.875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doupZphNU0KGTbOEpevGkGlIqkdTMiBV { width:16.875rem;height:1.9375rem;top:8.8125rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhFDQR6hAQacXH7nuVBQLXIJwNVqBQK2 { width:16.875rem;height:4.375rem;top:13.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { width:16.875rem;height:3.875rem;top:8.8125rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA6QGMHqu8bSsgxnZpGdC1B2f2FWSO8I { width:15.6875rem;height:9.3125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSRx1VsQd2BQOnLDbR8VkUk11OvpS36L { width:20.625rem;height:28.75rem;top:3.6875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3hmynE5UZN9Vn7cQCh2AHCwbIyJENZ3 { width:17rem;height:1.9375rem;top:4.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0Nwl7puBBigpa96mAUPFvWmnhgigQe { width:17rem;height:1.9375rem;top:4.9375rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhdcqXhDBoMfF2BIO7TeitdfFStFwIiX { width:15.6875rem;height:8.8125rem;top:20.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4fEwHMO535AUJr7gFDTowA8nbJTIm4S { width:15.6875rem;height:8.8125rem;top:20.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XybVtNmEeTGBokW3MATNs0RR9McQi5 { width:17rem;height:1.9375rem;top:4.9375rem;left:30.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1wOxqfTTUKo6e6h8k9C8kBi8huUDW7t { width:14.6875rem;height:8.8125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { width:16.875rem;height:3.875rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFbHExMSDHm0EnPKAse3NX5zNPT9SLcT { width:16.875rem;height:4.375rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvEuqFVdcTZesTmfEIKSX0GATK3JF7bH { width:16.875rem;height:4.375rem;top:14rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { width:16.875rem;height:3.875rem;top:8.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7TuyiEO0s4Tqcb0h5fnBsxOLt0Hb88 { width:16.875rem;height:4.375rem;top:14rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brU6c37LHl7FzLLlxNGqhRNvpB5MrC2p { width:16.875rem;height:3.875rem;top:8.375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLiT2Z6TQ0URyk4t0zKBpV21XGtyV024 { width:20.625rem;height:28.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTRTEPar0HqiT9XUTs4iE8VLTi6S9ZSX { width:20.625rem;height:28.75rem;top:3.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPk7kM1Ku5P4O9qeUiQiNzcZpyrJmPUw { width:20.625rem;height:28.75rem;top:3.6875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWCSQthfehOCZIdsdZmvCyOpana2FleP { width:15.6875rem;height:8.75rem;top:20.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6eFuX3k4d4ocIN4wFvMwVThPWgRgvcw { width:15.6875rem;height:8.8125rem;top:20.5625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTApben2zCxQ4peMQfqmIoiFZG7hcdwu { width:15.6875rem;height:8.75rem;top:20.625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ig6QXHDQMHRzbMbZA6fihFy82pl67T { width:17rem;height:1.9375rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmGsmFkJvdok5QV9w2WUSdL2sotJpTDa { width:17rem;height:1.9375rem;top:4.6875rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbgLRuqKXhXtxKRNnyXge2eOUOU3qMBs { width:17rem;height:1.9375rem;top:4.6875rem;left:30.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv { display:block; }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5AewdBok0zf6eQJUgtTHfVQuMfBfMoM { width:16.875rem;height:1.9375rem;top:9.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbRpu8KThNCOC57u5U89Scgsvr381OdZ { width:16.875rem;height:4.375rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNOZI2F2rO0nTaStGwa5ni4b0k6mSToU { width:16.875rem;height:4.375rem;top:14.5rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQNQfmzFOmf4DTTRb3MkTAcn4ahxXIk6 { width:16.875rem;height:5.8125rem;top:7.5625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMIZwSUt2Vu4blTTWiZM28dMPVu97JT { width:20.625rem;height:28.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3TVRRqxk9Bl1w4WqTuEQOHFk3pdedOL { width:20.625rem;height:28.75rem;top:3.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJeMMAIl9S3pTPxoJIg8MCTTHoqOQz4I { width:15.5625rem;height:8.75rem;top:20.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9esNENfcaPvfpnin8AHnaoOG73S5I8v { width:15.5625rem;height:8.6875rem;top:20.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHhsXCtqXv89Zr9I28rCkQAuQJdWH6Va { width:17rem;height:1.9375rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTUadIiVbzli9VW4AI51ZlKrtwkVSZw { width:17rem;height:1.9375rem;top:4.6875rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioOKxM97okk1p7DvuAZyRntq7XMNl640 { display:block; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeQWXZk5pk172nlTdcrFzcTPiEGGT66J { width:47.75rem;height:3.4375rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtP5oNAstnE6PbU0XiiL0sWfOE8zUbaZ { width:47.75rem;height:;top:8.875rem;left:0rem;font-size:1.0625rem;display:block; }#wtP5oNAstnE6PbU0XiiL0sWfOE8zUbaZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f91fde02-58aa-4ed4-8f29-73e258908567/4.png); }
 }@media only screen and (max-width: 763px) { #LWcsJvqMxsxRpDwwIqvTMsoGG3N4vqZH { top:18.1875rem;left:0rem;width:34.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfno4fyFpXvIC5tG0lZUi3S4gFrfpneD { top:26rem;left:14.9375rem;width:32.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1JtVVub9REbph2IARWNBSm48QzHrfZ { display:block; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixViyXTNZNAgwub23Rvgb6au8pxwTQTd { width:47.75rem;height:;top:4.375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { display:block; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKeGgEMTHTaaRrrDvb3vDLyrIihkcVnu { width:45.1875rem;height:5.0625rem;top:19.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFuFsQORo1oL7yQLJaBcREVJ70Bleif { display:block; }
 }@media only screen and (max-width: 763px) { #Ko6SS2JgrrIOux3IEOWmsQ2iQq7b2gTf { width:47.75rem;height:2.5rem;top:2.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwlks0e8Jgc0M87HXZs9rwNnX3Isqc1x { width:47.75rem;height:;top:10.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0dVWT9uMMgPIgpHNauJfVxiDQPwEHBr { top:9.9375rem;left:12.75rem;width:22rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEtMuCRErberEIT435mqSxH7zKTTWB3t { display:block; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z65iu1GTIWE6ipl0Vf316gC8XDsWydof { top:1.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxxQdDe8duo9LSTLV08s3nRtRbZ08dq5 { top:0.875rem;left:0rem;width:7.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5DW7o3HOgcWhnZG2uw6VRPFmPpN54QU { top:0.625rem;left:16.5rem;width:12.625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0TiLgwxhp9dZSK4g8TUQogqKGB2B1i { top:0.875rem;left:42.375rem;width:4.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G4Q5qwJWesncILkV09pCTLdplliQ9mAh { position:relative;z-index:auto;display:block; }#G4Q5qwJWesncILkV09pCTLdplliQ9mAh > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwGndsmdhJ87d15nTLEWop740dF5rLDs { width:20rem;height:2.7119125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph2CciezDsnAmrputUngmZeQOgcPn1mo { width:18.75rem;height:11.46975rem;top:6.9716796875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZygsiFrxwZHKCuTR5qsr2A6T35yC90l { width:20rem;height:2.2744125rem;top:3.7109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao28TCUTB8i9tdoXT7x0BbwyPea4Sttu { width:18.625rem;height:9rem;top:21.90625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8cDs1WPrmpxtBu91QKrlyFUkTaG1f6f { width:19.875rem;height:12.9375rem;top:19.875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qhma1bOTulKgLpPvOtC9GWZRfum0Lwrs { width:1.8125rem;height:1.8125rem;top:31.75rem;left:9.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:#d4e7fe;background-image:none;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container {  }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d { width:16.5625rem;height:17rem;top:14.09765625rem;left:2.28125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/M5VwoGnN/jaroslaw_wepb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.adaptive-delivery-prevent-bg, #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.lazyload, #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { width:20rem;height:4.5rem;top:13.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:18.75rem;height:3.898925rem;top:19rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sezupmuiMQJJIf5QxBG9zFRfZlmpNP0T { width:6.0625rem;height:6.0625rem;top:2.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAkDspv5boFa4PIxiybCkxJXHz4XSV { width:20rem;height:1.9494625rem;top:9.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrI2BTl4ThnxTiaudN823ymGwxnEOVJK { width:12.8125rem;height:13.125rem;top:24.8125rem;left:3.53125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/M5VwoGnN/jaroslaw_wepb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:6rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15001;display:block; }#TrI2BTl4ThnxTiaudN823ymGwxnEOVJK.adaptive-delivery-prevent-bg, #TrI2BTl4ThnxTiaudN823ymGwxnEOVJK.lazyload, #TrI2BTl4ThnxTiaudN823ymGwxnEOVJK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXroeluc0923U3RL4EiNCvD85dZSFZTh { width:20rem;height:26.3525625rem;top:11.119140625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#ZXroeluc0923U3RL4EiNCvD85dZSFZTh li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZXroeluc0923U3RL4EiNCvD85dZSFZTh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c0f367db-2124-483e-a1c4-187273922db3/2.png); }
 }@media only screen and (max-width: 763px) { #xTJkQm6XmBpN0GiFym6P6oqMLTwNuNiZ { width:17.375rem;height:5.41699375rem;top:1.931640625rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDoT1O9N9tF9l2ODVT6M5yy7Az2BPgJr { width:19.375rem;height:7.222625rem;top:39.931640625rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #leKVZ4CIUVonnFTMRI3kQbtEzq5l9iHe { width:18.75rem;height:4.0625rem;top:49.6875rem;left:0.625rem;font-size:1.3125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bUTVmJK16wTPFqURu0paNqxwJdUUX9K3 { display:block; }
 }@media only screen and (max-width: 763px) { #Qt8yEyhD9lrv3hTLTHm76yK54FClH7Pu { width:19.125rem;height:8.875rem;top:0.1396484375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { background-color:#d4e7fe;background-image:url("https://images.assets-landingi.com/GHEJO5rY/ukulele_5133959_1280.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyload, #Db548NUrBds3HkGVpXal77R2VnMwF6B8.lazyloading { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:20rem;height:2.11230625rem;top:2.318359375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:19.375rem;height:25.9375rem;top:1.25rem;left:0.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:20rem;height:3.4118625rem;top:4.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGiowcUKmWJbadCwxJTSWLUfpRlZDTlM { width:17.625rem;height:3.8964875rem;top:9.5673828125rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { width:19.375rem;height:25.9375rem;top:29.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8AVs25tToHHDkpITZ4o8ZuSPJpG0U0B { width:16.875rem;height:3.8964875rem;top:37.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doupZphNU0KGTbOEpevGkGlIqkdTMiBV { width:20rem;height:1.4624rem;top:33.6865234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhFDQR6hAQacXH7nuVBQLXIJwNVqBQK2 { width:16.875rem;height:3.8964875rem;top:66.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { width:16.6875rem;height:2.92480625rem;top:61.8125rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MA6QGMHqu8bSsgxnZpGdC1B2f2FWSO8I { width:3.5625rem;height:2.125rem;top:7.6305046081544rem;left:7.9998221993444rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSRx1VsQd2BQOnLDbR8VkUk11OvpS36L { width:20rem;height:25.9375rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3hmynE5UZN9Vn7cQCh2AHCwbIyJENZ3 { width:9.0625rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0Nwl7puBBigpa96mAUPFvWmnhgigQe { width:9.0625rem;height:1.625rem;top:30.5rem;left:0.3115234375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhdcqXhDBoMfF2BIO7TeitdfFStFwIiX { width:15.6875rem;height:8.8125rem;top:43.25rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4fEwHMO535AUJr7gFDTowA8nbJTIm4S { width:15.6875rem;height:8.8125rem;top:72rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XybVtNmEeTGBokW3MATNs0RR9McQi5 { width:9.125rem;height:1.625rem;top:58.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1wOxqfTTUKo6e6h8k9C8kBi8huUDW7t { width:14.6875rem;height:8.8125rem;top:15.375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { width:12.0625rem;height:2.92480625rem;top:3.6875rem;left:3.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFbHExMSDHm0EnPKAse3NX5zNPT9SLcT { width:16.875rem;height:3.8964875rem;top:8.0048828125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvEuqFVdcTZesTmfEIKSX0GATK3JF7bH { width:16.875rem;height:3.8964875rem;top:36.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { width:16.875rem;height:1.4624rem;top:33.25rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7TuyiEO0s4Tqcb0h5fnBsxOLt0Hb88 { width:16.875rem;height:3.8964875rem;top:65.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brU6c37LHl7FzLLlxNGqhRNvpB5MrC2p { width:18.0625rem;height:2.92480625rem;top:61.0625rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLiT2Z6TQ0URyk4t0zKBpV21XGtyV024 { width:20rem;height:25.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTRTEPar0HqiT9XUTs4iE8VLTi6S9ZSX { width:20rem;height:25.9375rem;top:28.7724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPk7kM1Ku5P4O9qeUiQiNzcZpyrJmPUw { width:20rem;height:25.9375rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWCSQthfehOCZIdsdZmvCyOpana2FleP { width:15.6875rem;height:8.75rem;top:14.1474609375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6eFuX3k4d4ocIN4wFvMwVThPWgRgvcw { width:15.6875rem;height:8.8125rem;top:42.5849609375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTApben2zCxQ4peMQfqmIoiFZG7hcdwu { width:15.6875rem;height:8.75rem;top:71.1875rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ig6QXHDQMHRzbMbZA6fihFy82pl67T { width:9.0625rem;height:1.625rem;top:0.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmGsmFkJvdok5QV9w2WUSdL2sotJpTDa { width:9.0625rem;height:1.625rem;top:29.8974609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbgLRuqKXhXtxKRNnyXge2eOUOU3qMBs { width:9.0625rem;height:1.625rem;top:58.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv { display:block; }#JScp7TxVO9imTQ6gsnfZ2wohEbCGXhXv > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5AewdBok0zf6eQJUgtTHfVQuMfBfMoM { width:20rem;height:1.4624rem;top:3.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbRpu8KThNCOC57u5U89Scgsvr381OdZ { width:16.875rem;height:3.89648125rem;top:7.4375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNOZI2F2rO0nTaStGwa5ni4b0k6mSToU { width:16.875rem;height:3.89648125rem;top:37.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQNQfmzFOmf4DTTRb3MkTAcn4ahxXIk6 { width:16.875rem;height:2.92480625rem;top:33.125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsMIZwSUt2Vu4blTTWiZM28dMPVu97JT { width:20rem;height:25.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3TVRRqxk9Bl1w4WqTuEQOHFk3pdedOL { width:20rem;height:25.9375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJeMMAIl9S3pTPxoJIg8MCTTHoqOQz4I { width:15.5625rem;height:8.75rem;top:13.8125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9esNENfcaPvfpnin8AHnaoOG73S5I8v { width:15.5625rem;height:8.6875rem;top:43.1875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHhsXCtqXv89Zr9I28rCkQAuQJdWH6Va { width:9.0625rem;height:1.625rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTTUadIiVbzli9VW4AI51ZlKrtwkVSZw { width:9.0625rem;height:1.625rem;top:30.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioOKxM97okk1p7DvuAZyRntq7XMNl640 { background-color:#d4e7fe;background-image:url("https://images.assets-landingi.com/GHEJO5rY/ukulele_5133959_1280.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640.adaptive-delivery-prevent-bg, #ioOKxM97okk1p7DvuAZyRntq7XMNl640.lazyload, #ioOKxM97okk1p7DvuAZyRntq7XMNl640.lazyloading { background-image: none; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container { background-color: transparent; background-image: none; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container > .video-iframe-container { display: none; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row > .video-iframe-container { display: none; }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .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); }#ioOKxM97okk1p7DvuAZyRntq7XMNl640 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeQWXZk5pk172nlTdcrFzcTPiEGGT66J { width:20rem;height:2.11230625rem;top:1.755859375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtP5oNAstnE6PbU0XiiL0sWfOE8zUbaZ { width:20rem;height:11.77rem;top:5.3681640625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#wtP5oNAstnE6PbU0XiiL0sWfOE8zUbaZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f91fde02-58aa-4ed4-8f29-73e258908567/4.png); }
 }@media only screen and (max-width: 763px) { #LWcsJvqMxsxRpDwwIqvTMsoGG3N4vqZH { width:15.0625rem;height:8.8125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfno4fyFpXvIC5tG0lZUi3S4gFrfpneD { width:14.5rem;height:8.625rem;top:25.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP1JtVVub9REbph2IARWNBSm48QzHrfZ { background-color:#002d94;background-image:url("https://images.assets-landingi.com/GHEJO5rY/ukulele_5133959_1280.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ.adaptive-delivery-prevent-bg, #hP1JtVVub9REbph2IARWNBSm48QzHrfZ.lazyload, #hP1JtVVub9REbph2IARWNBSm48QzHrfZ.lazyloading { background-image: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container { background-color: transparent; background-image: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container > .video-iframe-container { display: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row > .video-iframe-container { display: none; }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .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); }#hP1JtVVub9REbph2IARWNBSm48QzHrfZ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixViyXTNZNAgwub23Rvgb6au8pxwTQTd { width:20rem;height:1.9494625rem;top:2.056640625rem;left:0rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { display:block; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKeGgEMTHTaaRrrDvb3vDLyrIihkcVnu { width:17.1875rem;height:3.8125rem;top:17.34375rem;left:1.40625rem;font-size:1.3125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hTFuFsQORo1oL7yQLJaBcREVJ70Bleif { display:block; }
 }@media only screen and (max-width: 763px) { #Ko6SS2JgrrIOux3IEOWmsQ2iQq7b2gTf { width:18.6875rem;height:5.34375rem;top:2.5rem;left:0.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wwlks0e8Jgc0M87HXZs9rwNnX3Isqc1x { width:20rem;height:2.598875rem;top:11.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0dVWT9uMMgPIgpHNauJfVxiDQPwEHBr { width:11.9375rem;height:3.3125rem;top:11.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEtMuCRErberEIT435mqSxH7zKTTWB3t { display:block; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z65iu1GTIWE6ipl0Vf316gC8XDsWydof { width:18.375rem;height:3.14575rem;top:0.9375rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxxQdDe8duo9LSTLV08s3nRtRbZ08dq5 { width:7.6875rem;height:0.8125rem;top:0.4619140625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5DW7o3HOgcWhnZG2uw6VRPFmPpN54QU { width:12.625rem;height:0.8125rem;top:0.4619140625rem;left:3.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XO0TiLgwxhp9dZSK4g8TUQogqKGB2B1i { width:4.5rem;height:0.8125rem;top:0.4619140625rem;left:15.5rem;font-size:0.625rem;display:block; }
 }