@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.lightbox {
  display: none;
  position: fixed;
  z-index: 51000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.lightbox:target {
  outline: none;
  display: block;
}

#videoModal {
  border-radius: 0;
  width: 90%;
  margin: auto;
  padding-top: 20vh;
}
#videoModal .modal-header {
  background: rgba;
  border: 0;
  color: #fff;
  position: relative;
  height: 35px;
}

#videoModal .modal-body {
  height: 489px;
  padding: 0;
  max-height: none;
  overflow: hidden;
}
#videoModal .modal-footer:empty {
  display: none !important;
}
#videoModal .close {
  background: #db00b8;
  color: #fff;
  font-size: 24px;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 38px;
}


/*#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}
/*a.sk-video-popup {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: .07px;
    line-height: 27px;
    opacity: 1;
    display: inline-flex;
}

a.sk-video-popup:hover{
  color: #00facf;
}

.sk-video-popup .material-icons-outlined {
    margin-right: 8px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: flex;
  z-index: 300000;
  align-items: center;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 2% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
  height: fit-content;
  max-width: 1440px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #00facf;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
*/

body,
html{
overflow-x: hidden
}

body{
	font-family: 'Inter', sans-serif;
  width:100%;
  background-color:#212E3A;
  margin:0;
}

/*.row-fluid-wrapper.body_section-row-0-force-full-width-section {
    max-width: 1381px !important;
    margin: 0 auto;
    padding: 0 24px;
}*/

.header-container-wrapper {
    margin: 0;
    background-color: #fff;
}

#sk-contact-form,
#sk-pricing-table,
#sk-users,
#sk-section-icons,
#sk-banner{
    max-width: 1381px;
    padding: 128px 24px;
    margin: 0 auto;
    float: none;
}

#sk-pricing-table {
    background-color: #fff;
}

.sk-green a {
    color: #6DD400;
}

.sk-bg-green {
    background-color: #6DD400;
}

.sk-purple a {
    color: #CF5BFF;
}

.sk-bg-purple{
    background-color: #CF5BFF;
}

.sk-blue a {
    color: #32C5FF;
}

.sk-bg-blue{
    background-color: #32C5FF;
}

.sk-black a {
    color: #000;
}


/* ============= FONT STYLES ============= */

h1,h2,h3,h4,.h1,.h2,.h3,.h4{
	font-weight: 600;
	color: #000;
}

h1, .h1{
	font-size: 80px;
	letter-spacing: 0.27px;
  margin: 0 0 32px 0;
}

h2, .h2{
	font-size: 60px;
	letter-spacing: 0.21px;
  margin: 0 0 32px 0;
  line-height: auto;
  opacity: 1;
}

.small h2{
	font-size: 48px;
	letter-spacing: 0.16px;
}

h3, .h3{
	font-size: 34px;
	letter-spacing: 0.11px;
  margin: 0 0 32px 0;
  line-height: 125%;
}

.h3 {
    opacity: 1;
}

h4, .h4{
	font-size: 20px;
	letter-spacing: 0.07px;
	line-height: 26px;
  margin: 0;
  opacity:1;
}

p, .p{
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.07px;
  line-height: 27px;
  opacity: 0.8;
}

a {
  font-size: 16px;
  font-weight:600;
  letter-spacing: 0.05px;
  text-decoration:none;
}

/* ============= BUTTONS ============= */

a.sk-button__small {
   text-decoration: none;
   font-weight: 600;
   font-size: 14px;
   letter-spacing: 0.1px;
   padding: 8px 16px;
   border-radius: 4px;
   margin: 18px 0;
}

a.sk-button__medium {
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05px;
	padding: 8px 16px;
	border-radius: 4px;
  display: inline-flex;
  align-items: center;
  float:left;
  margin-right: 8px;
}

a.sk-button__big {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .05px;
    padding: 24px 48px;
    border-radius: 4px;
    display: block;
    width: fit-content;
}

.sk-button__green{
	background-color: #00FACF;
  color:#000000;
}

.sk-button__green__2{
	background-color: #6DD400;
  color:#000000;
}

.sk-button__black{
  border: 1px solid #000000;
	background-color: #000000;
  color:#fff;
  transition: 600ms;
}

.sk-button__black__secondary{
	background-color: #fff;
  color:#000000;
  border: 1px solid #000000;
  transition: 300ms;
}

.sk-button__green__2:hover,
.sk-button__green:hover,
.sk-button__black__secondary:hover{
opacity:0.9;
transition-duration: 0.2s;
}

.sk-button__black:hover{
    box-shadow: inset 15em 0em 0em 0em #6DD500;
    color: black;
    border: 1px solid #6DD500;
}

  #sk-header__background__purchase .sk-button__black{
    border: 0 solid #fff !important;
  } 

#sk-header__background__purchase .sk-button__black:hover,
  .sk-button__green__2:hover{
    box-shadow: inset -260px 0 0 0 #ffffff;
    color: black;
    border: 0 solid #fff !important;
    transition: 0.6s;
}


.sk-button__black__secondary:hover{
  border: 1px solid #D05BFF;
    background: #D05BFF;
    color: white;
}

a.sk-button__icon {
  color: #fff;
  padding: 5px 16px;
}

a.sk-button__icon .material-icons-outlined{
  margin-right: 4px;
}

a.sk-button__icon:hover .material-icons-outlined {
    margin-right: 8px;
    transition-duration: 0.3s;
}

.sk-link-with-icon:hover .material-icons-outlined {
    margin-left: 16px;
    margin-right: -8px;
    transition-duration: 0.3s;
}

.sk-button__language {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
  
  .sk-button__language:hover {
    color: #455E77;
  }

/*.sk-button__black:hover{
  border: 1px solid #00FACF;
	background-color: #00FACF;
  color:#000028;
}*/

/*.sk-button__black__secondary:hover{
	background-color: #000028;
  color:#fff;
}*/



/* ============= HEADER ============= */
div#hs_menu_wrapper_module_1619170127689534_ {
    text-align: left;
}

#sk-navbar__lp {
    background-color: #fff;
    padding: 24px;
    display: flex;
    align-items: center;
    position: fixed;
    width: -webkit-fill-available;
    z-index: 10;
}

.sk-header__message .row-number-4{
 min-height:410px;
}

#sk-header {
    max-width: 1381px;
    padding: 216px 24px;
    margin: 0 auto;
    float: none;
    display: flex;
    align-items: center;
    position:relative;
}

#sk-header__background{
  background-image: linear-gradient(180deg, #394754 0%, #212E3A 100%);
}

#sk-header h1,
#sk-header h3{
color:#fff;
}
/*#sk-header h1{
    width: 70vw;
}*/

#sk-header h2{
margin-bottom:64px;
}

.sk-header__image img {
    max-width: 120% !important;
    margin-left: 0%;
    margin-top: 0%;
}


#sk-header h1, #sk-header h2 {
    color: #fff;
}

#sk-header h2 {
    font-size: 34px;
    letter-spacing: .11px;
    margin: 0 0 32px 0;
}


/* ============= FEATURES ============= */

#sk-features {
    max-width: 1381px;
    padding: 0 24px 128px 24px;
    margin: 0 auto;
    float: none;
}
#sk-features h2,
#sk-features h3,
#sk-features h4{
  color:#fff;
}

#sk-features h3{
  margin: 100px 0 32px 0;

}

.sk-navbar__menu {
    width: 100%;
}

.sk-navbar__menu a:hover {
  transition: all 300ms;
    color: #455E77;
}

.sk-navbar__buttons {
  width: inherit;
  max-width: 450px;
}

/* ============= USERS ============= */


#sk-users h2,
#sk-users h3,
#sk-users h4,
#sk-users .p{
  color:#fff;
}

.sk-user__description{
  border-top: 1px solid #fff;
  padding:32px 0;
}
/* ============= COLOR SECTION ============= */

.sk-section__green{
  background: #FFFFFF;
  box-shadow: inset 107px 0 0 0 #6DD400;
}

.sk-section__blue{
  background: #FFFFFF;
  box-shadow: inset 107px 0 0 0 #32C5FF;
}

.sk-section__purple{
  background: #FFFFFF;
  box-shadow: inset 107px 0 0 0 #CF5BFF;
}

#sk-green__wrapper h2.h3,
#sk-blue__wrapper h2.h3,
#sk-purple__wrapper h2.h3,
#sk-green__wrapper h3,
#sk-blue__wrapper h3,
#sk-purple__wrapper h3{
    display: inline-flex;
    line-height: 49px;
}

#sk-green__wrapper h3.h4,
#sk-blue__wrapper h3.h4,
#sk-purple__wrapper h3.h4{
    line-height: 26px !important;
}

#sk-green__wrapper h2,
#sk-blue__wrapper h2,
#sk-purple__wrapper h2 {
  margin-bottom:64px;
}

#sk-green__wrapper p.h2, #sk-blue__wrapper p.h2, #sk-purple__wrapper p.h2 {
    margin-bottom: 64px;
    font-size: 48px;
    letter-spacing: .16px;
    line-height:125%;
}

#sk-green__wrapper p,
#sk-blue__wrapper p,
#sk-purple__wrapper p {
  margin:0;
}
#sk-green__wrapper .material-icons-outlined,
#sk-blue__wrapper .material-icons-outlined,
#sk-purple__wrapper .material-icons-outlined{
  font-size:48px;
  margin-right:16px;
}

#sk-green__wrapper, 
#sk-blue__wrapper, 
#sk-purple__wrapper {
    max-width: 1381px;
    padding: 128px 24px 128px 155px;
    margin: 0 auto;
    float: none;
}

#sk-blue__wrapper .sk-user__description,
#sk-green__wrapper .sk-user__description,
#sk-purple__wrapper .sk-user__description {
    border-top: 1px solid #607D8B;
    padding: 32px 0;
}

#sk-blue__wrapper p a {
    text-decoration: underline;
    font-size: 20px;
    color: #000;
    letter-spacing: .07px;
    line-height: 27px;
}

#sk-blue__wrapper p a:hover {
  text-decoration: none;}


/* ============= ICONS SECTION ============= */


#sk-section-icons__background{
  background-color:#f5f8fa;
}
#sk-section-icons h3.h4,
#sk-section-icons h4{
  margin: 24px 0;
  line-height: 125% !important;
}

#sk-section-icons .material-icons-outlined{
  font-size:48px;
  width: 48px;
}

#sk-section-icons h2 {
    margin: 0 0 128px 0;
}

.sk-feature__block{
  margin:32px 0;
}


/* ============= BANNER ============= */

#sk-banner{
  display: flex;
  align-items: center;
}

#sk-banner h1,
#sk-banner h2{
color:#fff;
}

#sk-banner .span4.widget-span.widget-type-custom_widget {
    text-align: right;
    padding: 11% 0;
}
#sk-banner__purchase .row-fluid,
#sk-banner .row-fluid {
    display: flex;     
    align-items: center;
}



/* ============= FOOTER ============= */

#sk-selctor-idioma {
    border: solid 1px #e8e8e8;
    border-radius: 4px;
    padding: 1px 16px;
    cursor: pointer;
}
#sk-selctor-idioma p {
    font-size: 13px;
    margin: 0;
    color: #ffffff;
    line-height: 26px;
}

/* PRUEBA */

#sk-selctor-idioma:hover .globe_class .lang_list_class {
  display: block;
}
#sk-selctor-idioma:hover .lang_list_class:after, #sk-selctor-idioma:hover .lang_list_class:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
}
#sk-selctor-idioma:hover .lang_list_class:before {
  top: -8px;
  border: 12px solid transparent;
  border-bottom-color: #000;
}

#sk-selctor-idioma:hover .lang_list_class:after {
  top: -7px;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}

#sk-selctor-idioma:hover .lang_list_class:after, #sk-selctor-idioma:hover .lang_list_class:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
}

/* PRUEBA */
.globe_class {
    background-image: url(https://info.bluesun-international.com/hubfs/arrow_drop_down-24px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 20px;
    height: 24px;
}

.lang_switcher_class {
    position: relative;
    display: inline-flex;
    float: right;
    margin-top: 2px;
}

.lang_list_class {
    top: auto;
    bottom: 20px;
}

.lang_list_class li{
  min-width: 70px;
  background-color: #fff !important;
}



.lang_list_class li:first-child{
  margin-bottom: -2px;
}

.footer-container-wrapper{
  background-color:#172029;
}

#sk-footer__main{
  max-width: 1425px;
  margin: 0 auto;
  padding: 64px 24px;
  background-color:#172029;
  float:none;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  background-color: #fff;
  opacity:0.7;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  margin-right: 8px;
}

.sk-footer__main__links .row-fluid{
  display: flex;
  align-items: center;
  text-align: end;
  }

.sk-footer__main__links li,
.sk-footer__main__social li {
    display: inline-block;
   background: #171f29;
}

.sk-footer__main__links ul,
.sk-footer__main__social ul {
  margin: 0;
  padding:0;
}

.sk-footer__main__social a {
    color: #000000;
}

.sk-footer__main__links a{
  color:#fff;
  margin-right:32px;
  opacity:0.7;
}

.fab:hover,
.sk-footer__main__links a:hover{
  opacity:1;
}

.sk-footer__copyrights {
  background-color:#000;
}

#sk-footer__copyrights__wrapper{
  max-width: 1425px;
  margin: 0 auto;
  padding: 8px 24px;
  float:none !important;
  font-size:12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sk-footer__copyrights__wrapper ul{
  display: flex;
  justify-items: flex-start;
  padding-left: 0px;
}

#sk-footer__copyrights__wrapper a,
#sk-footer__copyrights__wrapper p{
  font-size:12px;
  color:#fff;
  opacity:0.7;
  font-weight:400;
}

#sk-footer__copyrights__wrapper a{
  margin-right:16px;
}

#sk-footer__copyrights__wrapper p{
  margin:0;
  padding:0;
  text-align: right;
}


#sk-footer__copyrights__wrapper .span6.widget-span.widget-type-custom_widget{
  min-height:0 !important;
}

#sk-banner__purchase,
#sk-features__purchase,
#sk-other-purchase__wrapper{
    max-width: 1381px;
    padding: 128px 24px;
    margin: 0 auto;
    float: none;
}

/* ============= HEADER PURCHASE ============= */


#sk-header__purchase {
    max-width: 1381px;
    padding: 0;
    margin: 64px auto;
    float: none;
}

#sk-header__background__purchase{
  background-color:#6DD400;
}

#sk-header__background__purchase h1,
#sk-header__background__purchase h3{
  color:#000 !important;
}

#sk-header__background__purchase h1 {
    margin-bottom: 80px;
}

#sk-header__background__purchase h3,
#sk-header__background__purchase p.h3{
 margin:16px 0 0 0;
 text-align:right;
}

#sk-header__background__purchase .sk-button__black {
    border: 1px solid #000;
    background-color: #000;
    color: #6dd401;
}

/* ============= FEATURES PURCHASE SECTION ============= */


#sk-features__purchase h2, #sk-features__purchase .h2{
  margin-bottom:64px;
}

.sk-pricing-page #sk-features__purchase h2{
  margin-bottom:0;
}

#sk-features__purchase h2, #sk-features__purchase .h2,
#sk-features__purchase h3, #sk-features__purchase .h3,
#sk-features__purchase h4, #sk-features__purchase .h4{
  color:#fff;
}

/* ============= BANNER PURCHASE SECTION ============= */

#sk-banner__purchase{
 border-top: 1px solid #fff;
}

#sk-banner__purchase h1,
#sk-banner__purchase h2{
color:#fff;
}

#sk-banner__purchase h2 {
    font-size: 80px;
    letter-spacing: .27px;
    margin: 0 0 32px 0;
}

#sk-banner__purchase .span4.widget-span.widget-type-custom_widget {
    text-align: right;
    padding: 11% 0;
}

/* ============= OTHER PURCHASE SECTION ============= */


#sk-other-purchase__wrapper h3 .material-icons-outlined {
    font-size: 48px;
    margin-right: 16px;
}
#sk-other-purchase__wrapper h3{
    display: inline-flex;
    line-height: 49px;
}

.sk-other-purchase__option {
    border-radius: 8px;
    padding: 100px;
    height: 450px;
}

/* ============= PRICING PAGE ============= */
.sk-pricing-page .tab button:hover,
.sk-pricing-page .tab button.active {
    border-bottom: 4px solid #00facf;
    color: #00facf !important;
}

.sk-pricing-page .tab button:hover h4,
.sk-pricing-page .tab button.active h4{
  color: #00facf !important;
}

/* ============= FAQS PAGE ============= */
.sk-faqs-page .tab button:hover,
.sk-faqs-page .tab button.active {
    border-bottom: 4px solid #00facf;
    color: #00facf !important;
}

.sk-faqs-page .tab button:hover h4,
.sk-faqs-page .tab button.active h4{
  color: #00facf !important;
}

/* ============= FORM CONTACT ============= */
ul.no-list.hs-error-msgs.inputs-list {
    text-decoration: none;
    list-style: none;
    padding-left: 10px;
    font-size: 11px;
    color: red;
    margin-top: 8px;
    font-weight: initial;
}

.hs_message span,
.hs_country span,
.hs_industry span,
.hs_email span,
.hs_company span,
.hs_lastname span,
.hs_firstname span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.07px;
    line-height: 26px;
    margin-left: 8px;
}

textarea,
input {
    padding: 16px;
    border: 1px solid #f5f8fa;
    border-radius: 3px;
    background-color: #f5f8fa;
    margin-top: 4px;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.07px;
    line-height: 24px;
    width: -webkit-fill-available;
    font-family: 'Inter',sans-serif;
}

.hs-form-field {
    margin-top: 32px;
}

form fieldset {
    max-width: 912px !important;
}

#sk-contact-form {
    margin: 0 auto;
    float: none;
    max-width: 916px;

}



#sk-contact-form .input {
    margin: 0 8px;
}

ul.inputs-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#sk-contact-form input.hs-button.primary.large {
    margin-top: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .05px;
    padding: 24px 48px;
    border-radius: 4px;
    display: block;
    width: fit-content;
    background-color: #000;
    color: #fff;
    min-width: 50%;
    text-align: center;
    margin: 40px auto;
    transition: 0.3s;
    cursor: pointer;
}

#sk-contact-form input.hs-button.primary.large:hover {
  opacity:0.8;
}

#sk-contact-form h1,
#sk-pricing-table h1{
    font-size: 34px;
    letter-spacing: .11px;
    margin: 0 0 32px 0;
}

.sk-pricing__highlight h2.h3{
    margin-bottom: 8px;
    font-weight: bold;
}

/* ============================================================================ */
/* ============= RESPONSIVE ============= */
/* ============================================================================ */

@media (min-width: 1460px) {
#sk-header h1{
    width: 44vw;
  }
}


@media (max-width: 1440px) {
  
      .sk-header__message .row-number-4{
    min-height:410px;
    margin-top:64px;
  }
  
    #sk-header__purchase {
    padding: 32px 24px;
  }
  
    .sk-header__image img {
    display:block !Important;
  }
  
}

@media (max-width: 1200px) {
  
/* FOOTER ============= */ 
  
  .sk-footer__main__links img {
    height: 2.5vw;
    width:auto;
  }
}

@media (max-width:980px){

  /* HEADER PURCHASE ============= */
  
  #sk-header__purchase {
    padding: 32px 24px;
  }
  #sk-banner__purchase .row-fluid,
#sk-banner .row-fluid {
    display: contents;     

}

/* ============= TABLET ============= */ 
  
  
@media (max-width: 768px) {
  div#hs_menu_wrapper_module_1619170127689534_ {
    text-align: left;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
}
  
  #sk-header h1{
    width: auto;
}

/* FONT STYLES ============= */ 
  
  h1 {
    font-size: 10vw;
  }
  
  h3 {
    font-size: 5vw;
  }
  
  #sk-features__purchase h3{
  margin-top:32px;
}

/* FOOTER ============= */ 
  
  #sk-selctor-idioma {
    width: fit-content;
    margin: 0 auto 32px;
}

#sk-selctor-idioma .span6.widget-span.widget-type-custom_widget {
    width: fit-content;
    float: left;
}
  
  .sk-footer__main__links {
    margin-top:32px;
  }
  
  .sk-footer__main__links .row-fluid{
    text-align: center;
    justify-content: center; 
  }
  
  .sk-footer__main__social ul {
    text-align: center;
}
  
  .sk-footer__main__links img {
    display: none;
  }
  
  .sk-footer__main__links a {
    margin-right: 16px;
    margin-left: 16px;
  }
  
/* HEADER ============= */  
  
    .sk-header__message .row-number-4{
    min-height:410px;
    margin-top:64px;
  }
  
  #sk-header {
    max-width: 1381px;
    padding: 64px 24px;
    margin: 0 auto;
    float: none;
    display: flex;
    align-items: center;
  }
  
  .sk-header__image img {
    max-width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
  
  
/* HEADER PURCHASE ============= */
  
  
  #sk-header__background__purchase h1 {
      margin-bottom: 80px;
    margin-top:0;
  } 
  #sk-header__background__purchase p.h3,
  #sk-header__background__purchase h3{
    display:none;
  }
  
/* BANNER PURCHASE ============= */   
  
  #sk-banner__purchase .span4.widget-span.widget-type-custom_widget {
    text-align: left;
  }
  
}
  
/* BANNER ============= */   
  
  #sk-banner .span4.widget-span.widget-type-custom_widget {
    text-align: left;
  }

/* HEADER PURCHASE ============= */
  
    #sk-header__background__purchase h1 {
      font-size: 13vw;
      line-height:15vw;
  }
  
/* SECTIONS PURCHASE ============= */
  
  .sk-other-purchase__option {
    padding: 80px;
    margin-bottom: 0;
  }
  
}

@media (max-width: 480px) {

  .sk-header__image img {
    display:none !Important;
  }
}

/* ============= MOBILE ============= */ 
@media (max-width: 480px) {

/* FONT STYLES ============= */ 
  
  h1, .h1 {
    font-size: 13vw;
  }
  
  h2, .h2 {
    font-size: 11vw;
  }
  #sk-green__wrapper p.h2, #sk-blue__wrapper p.h2, #sk-purple__wrapper p.h2,
  .small h2 {
    font-size: 10vw;
    letter-spacing: .16px;
    line-height:125%;
  }
  
  h3, .h3 {
      font-size: 7vw;
    line-height: 12vw !important;
}


  }
  
/* USERS ============= */   
  #sk-users h2 {
    margin-bottom:64px;
}
  
/* ICONS ============= */   
  
 #sk-section-icons h2 {
    margin: 0 0 63px 0;
}
  
/* SECTIONS ============= */ 
  
#sk-users, #sk-section-icons, #sk-banner {
    max-width: 1381px;
    padding: 128px 24px;
    margin: 0 auto;
    float: none;
}
  
/* FOOTER ============= */   
  
  #sk-footer__main {
    padding: 54px 16px;
}

  #sk-footer__copyrights__wrapper p {
      margin:8px 0 0 0;
      text-align: center;
  }

  #sk-footer__copyrights__wrapper{
    text-align: center;
    flex-direction: column;
  }
  
  #sk-footer__copyrights__wrapper ul{
    flex-direction: column;
    margin-bottom: 0px;
  }
  
  #sk-footer__copyrights__wrapper li{
    margin-bottom: 5px;
  }
  
  #sk-footer__copyrights__wrapper a{
    margin-right: 0px;
  }
   
  
/* HEADER ============= */  
  
  .sk-header__message .row-number-4{
    min-height:380px;
    margin-top:64px;
  }  
  
  #sk-header {
    padding: 0 16px;
    height: 90vh;
    margin-bottom:125px;
  }

/* FEATURES ============= */  
  
  #sk-features h3 {
    margin: 64px 0 16px 0;
  }
  

/* COLOR SECTION ============= */   
  
  #sk-green__wrapper,
  #sk-blue__wrapper,
  #sk-purple__wrapper {
    padding: 128px 24px 128px 56px;
}

  .sk-section__green{
    box-shadow: inset 32px 0 0 0 #6DD400;
  }
  
  .sk-section__blue{
    box-shadow: inset 32px 0 0 0 #32C5FF;
  }
  
  .sk-section__purple{
    box-shadow: inset 32px 0 0 0 #CF5BFF;
  }
  
  #sk-green__wrapper h3, 
  #sk-blue__wrapper h3, 
  #sk-purple__wrapper h3 {
    line-height: 41px;
    /*margin-bottom: 64px;*/
}
  
  #sk-green__wrapper p, 
  #sk-blue__wrapper p, 
  #sk-purple__wrapper p {
    padding-top:32px;
  }
  
  #sk-green__wrapper .material-icons-outlined, 
  #sk-blue__wrapper .material-icons-outlined, 
  #sk-purple__wrapper .material-icons-outlined {
    font-size: 40px;
    margin-right: 16px;
  }
  
  .sk-other-purchase__option {
    padding: 40px;
    margin-bottom: 32px;
    height:340px;
}
  
}