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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* CODE */

body {
    background-color: #12141F;
    color: #EAEBF4;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 152%;
}

.hero-section {
    width: 100%;
}

.hero-section a.active {
    opacity: 1;
    border-bottom: 1px solid #00D6FF;
}

/* .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px; */
    /* background-color: #1B2534; */
    /* width: 95vw;
    max-width: 1440px;
    margin: auto;
    padding-top: 32px;
}

.header-cta {
    text-decoration: none;
    padding: 12px 26px;
    padding-bottom: 14px;
    border-radius: 12px;
    border: 1px solid #008DA8;
    color: #008DA8;
    font-weight: 700;
} */

/* HEADER */

/* Header layout */
.header {
  width: calc(100% - 40px);
  max-width: 1240px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  font-size: 18px;
  color: #EAEBF4;
  opacity: .7;
}

.nav-links a:hover {
    opacity: 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}

.hamburger::after {
    content: "Menu";
    position: absolute;
    right: 0px;
    top: -2px;
    opacity: .7;
}


.hamburger span {
  width: 28px;
  height: 3px;
  background: #EAEBF4;
  opacity: .7;
}

.hamburger:hover span {
    opacity: 1;
}

.hamburger:hover::after {
    opacity: 1;
}

/* FULLSCREEN OVERLAY MENU */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  color: #fff;
  display: none;
}

.nav-overlay.show {
    display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: 35px;
  background: none;
  border: none;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
  width: calc(100% - 40px);
}

.overlay-content a {
  font-size: 24px;
  line-height: 152%;
  text-decoration: none;
  color: #fff;
}
/* HEADER */
.cta {
    text-decoration: none;
    padding: 22px 36px;
    padding-bottom: 25px;
    border-radius: 12px;
    background: #00D6FF;
    color: #12141F;
    font-weight: 700;
    display: block;
}

h1 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 54px;
    text-align: left;
    max-width: 585px;
    margin-bottom: 36px;
    line-height: 112%;
}

.italic-heading {
    font-family: "IBM Plex Serif", serif;
    font-weight: 200;
    font-style: italic;
}

.highlight {
    color: #00D6FF;
}


.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.scroll-animation {
    position: absolute;
    bottom: -60px;
    left: calc(50% - 25px);
    margin: auto;
}

.hero-section .content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 90px);
}

.hero-section .content .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 0px;
    padding-top: 70px;
    width: 100%;
    max-width: 500px;
    margin-right: 60px;
}

.hero-section .content h1 {
    font-size: 45px;
}

.hero-section .visuals {
    padding-top: 60px;
}

.hero-section .info .p1 {
    margin-bottom: 40px;
}

.hero-section .info .p2 {
    opacity: .7;
}

.hero-section .cta {
    margin-top: 40px;
    margin-bottom: 8px;
}









h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    text-align: left;
    max-width: 540px;
    line-height: 112%;
    margin-bottom: 52px;
}



h3 {
    font-size: 22px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
}

.what-section {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    position: relative;
    margin-bottom: 140px;
}

.what-section h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.what-section .info {
    max-width: 600px;
    margin-right: 80px;
}

.what-section .part {
    margin-bottom: 48px;
}

.what-section .part p{
    opacity: .8;
    margin-bottom: 10px;
}

.what-section .part p:last-child {
    margin-bottom: 0px;
}

.what-section .cta {
    margin-top: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    width: fit-content;
}
.what-img {
    position: sticky;
    top: 40px;
}
.why-section {
    width: 100%;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    margin-bottom: 140px;
}

.why-section h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.why-section .content {
    display: flex; 
    width: 100%;
}

.why-section .col1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    margin-right: 24px;
}

.why-section .col2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
}

.why-section .feature-card {
    display: flex;
    align-items: center;
    height: 176px;
    border-radius: 14px;
    background: #242737;
    margin-bottom: 24px;
}

.why-section .feature-info {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}

.why-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.why-section p {
    opacity: .8;
}

.why-section .feature-img {
    padding: 40px;
    padding-right: 32px;
}

.why-section .guarant-card {
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.why-section .guarant-card .guarant-info{
    position: absolute;
    bottom: -401px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px;
    background: #242737;
    border-radius: 0 0 14px 14px;
    width: 100%;
    max-width: 478px;
    border-top: 1px solid #4C4E5D;
}

.why-section .cta {
    margin: auto;
    margin-top: 40px;
}



ul.check-list li::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -32px;
    top: 1px;
  background-image: url('../images/sma/check-circle.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}

.guarant-info ul {
    margin-bottom: 34px;
    margin-left: 40px;
}

.how-section {
    display: flex;
    width: 100%;
    max-width: 1140px;
    align-items: flex-start;
    margin: auto;
    position: relative;
    margin-bottom: 140px;
}
.how-img {
    position: sticky;
    top: 40px;
}
.how-section .info {
    margin-left: 100px;
}

.how-section p {
    opacity: .8;
    margin-bottom: 12px;
}

.how-section h3 {
    margin-bottom: 16px;
}

.how-step {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.how-step::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #00D6FF;
    position: absolute;
    top: 24px;
    left: 9px;
    opacity: .3;
}

.how-step.last::after {
    display: none;
}

.how-section .cta {
    margin-top: 40px;
    width: fit-content;
}

.step-count {
    display: flex;
}
.step-count .count {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    background: #19CCEE;
    color: #11253E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    margin-top: 4.5px;
}

a {
    color: #19CCEE;
}

ul {
    list-style: none;
    /* list-style-type: square;
    list-style-position: outside;
    list-style-image: url("../images/list-style.png"); */

}

ul li {
    position: relative;
    margin-top: 10px;
}

ul li::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    position: absolute;
    left: -32px;
    top: 8px;
  background-image: url('../images/sma/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}

.about-section {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    margin-bottom: 140px;
    
}

.about-section .visual {
    margin-right: 60px;
}

.about-section h2 {
    text-align: left;
    margin-bottom: 40px;
}

.about-section .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.about-section .info p {
    opacity: .8;
}

.about-section .info p {
    margin-bottom: 14px;
}

.about-section .cta {
    margin-top: 32px;
}

.pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.pricing-section h2 {
    text-align: center;
}
.pricing-section .content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #1D202F;
    border-radius: 14px;
}
.pricing-section .col1 {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #323443;
    height: 100%;
}

.pricing-section .col1 .row1 p:nth-child(1){
    opacity: .8;
    margin-bottom: 28px;
}

.pricing-section .col1 .row1 p:nth-child(2){
    font-size: 52px;
    margin-bottom: 16px;
    text-decoration: line-through;
    opacity: .9;
}

.pricing-section .col1 .row1 p:nth-child(3){
    opacity: .8;
    margin-bottom: 20px;
}

.pricing-section .col1 .row1 p:nth-child(4){
    opacity: .8;
}

.pricing-section .col1 .row1 {
    padding: 60px;
    padding-top: 54px;
    padding-bottom: 40px;
    padding-left: 80px;
}

.pricing-section .cta {
    width: fit-content;
}

/* Col1 Row 2 */


.pricing-section .col1 .row2 p:nth-child(1){
   
    margin-bottom: 28px;
}

.pricing-section .col1 .row2 p:nth-child(2){
    font-size: 52px;
    margin-bottom: 16px;
    opacity: 1;
    color: #00D6FF;
    font-weight: bold;
}

.pricing-section .col1 .row2 p:nth-child(3){
    opacity: 1;
    margin-bottom: 20px;
}

.pricing-section .col1 .row2 p:nth-child(4){

}

.pricing-section .col1 .row2 {
    padding: 40px;
    background: #35394F;
    margin: 40px;
    margin-top: 0;
    border-radius: 14px;
}


/* Col2 */
.pricing-section .col2 {
    padding: 40px;
}

.pricing-section .col2 ul {
    margin-left: 34px;
    margin-bottom: 40px;
}
.pricing-section .col2 .row2 p:nth-child(1){
    font-size: 28px;
    margin-bottom: 8px;
}

.pricing-section .col2 .row2 p:nth-child(2){
    margin-bottom: 42px;
}



/* FINAL CTA */

.final-cta {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 400px;
    background-image: url("../images/sma/final-cta-img.png");
    background-position: center 130px;
    background-repeat: no-repeat;
    margin-bottom: 140px;
}

.final-cta h2 {
    text-align: center;
    margin-bottom: 32px;
}

.final-cta .info-p {
    max-width: 450px;
    opacity: .8;
    margin-bottom: 40px;
}

.final-cta .cta {
    margin-bottom: 20px;
}

.final-cta .p2 {
    max-width: 500px;
    opacity: .8;
}

.final-cta .features {
    margin-top: 60px;
    display: flex;
}

.final-cta .feature {
    max-width: 187px;
    color: #d4d5dfe9;
}
.final-cta .feature.last {
    margin-right: 0;
}

.final-cta .feature:nth-child(1) {
    max-width: 167px;
    margin-right: 100px;
}

.final-cta .feature:nth-child(2) {
    margin-right: 70px;
}


.final-cta .feature:nth-child(3) {
    max-width: 220px;
}








/* FAQ */

    .faq-container {
      max-width: 800px;
      margin: 0 auto;
      margin-bottom: 60px;
    }

    .faq-container h2 {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 52px;
    }


    .faq-item {
      background: #1D2031;
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
    }

    .faq-question {
      background: #1D2031;
      border: none;
      width: 100%;
      text-align: left;
      padding: 18px 20px;
      cursor: pointer;
      display: flex;
      font-size: 18px;
      align-items: center;
      justify-content: space-between;
      color: #EAEBF4;
      line-height: 152%;
    }

    .faq-question:hover {
      background: #2C3043;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      background: #1D2031;
      padding: 0 20px;
      line-height: 152%;
      color: #EAEBF4;
    }

    .faq-item.active .faq-answer {
      max-height: 300px;
      padding: 15px 20px;
    }

    .faq-icon {
      font-size: 20px;
    }

    .faq-item.active .faq-icon {
      transform: rotate(45deg);
    }

    .faq-item.active .faq-question, .faq-item.active .faq-answer {
        background: #2C3043;
    }

    .faq-item.active .faq-question {
        border-bottom: 1px solid #525566;
        font-weight: 600;
    }


.get-started {
    display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.get-started p {
    margin-bottom: 16px;
    opacity: .7;
}

.cta.tablet {
    display: none;
}

.plan-name {
    opacity: .8;
    margin-top: 28px;
    margin-bottom: 12px;
}

.per-month {
    display: inline-block;
    opacity: .7;
    margin-left: 8px;
}

.coverage {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 32px;
    padding: 32px;
    padding-bottom: 26px;
}

.coverage p:nth-child(1){
    font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-style: normal;
   font-size: 28px;
   margin-bottom: 8px;
}

.coverage p:nth-child(2){
    opacity: .7;
}

.cta.secondary {
    background: none;
    border: 1px solid #19CCEE;
    color: #19CCEE;
}

.plan-features li {
    margin-left: 44px;
    padding-right: 16px;
    margin-bottom: 22px;
    color: #eaebf4ec;
 }

.plan-features li::after {
  background-image: url('../images/sma/check.png');
  width: 24px;
  height: 24px;
  top: 1.2px;
}


/* NEWSLETTER */

.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1140px;
    padding: 90px 0;
    margin: auto;
    background: #242737;
    border-radius: 12px;
    background-image: url("../images/sma/newsletter-waves.avif");
    background-repeat: no-repeat;
    background-position: center top;
}

.newsletter p:nth-child(1) {
    opacity: .7;
    margin-bottom: 12px;
}

.newsletter h2 {
    margin-bottom: 40px;
    max-width: 100%;
}

.newsletter .details {
    max-width: 582px;
    margin-bottom: 84px;
    opacity: .8;
}

.newsletter form {
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.newsletter .cta {
    cursor: pointer;
    font-size: 18px;
}

.newsletter .email-input {
    -webkit-appearance: none; /* For Safari and Chrome */
        -moz-appearance: none;    /* For Firefox */
        appearance: none;
        all: unset;
            padding: 23px 0px;
    font-size: 18px;
    border-radius: 0 12px 12px 0;
    background: #121424;
    width: 375px;
    margin-right: 12px;
    position: relative;
    text-align: left;
    display: flex;
}

.email-input-container {
    position: relative;
}

.newsletter .email-input-container::after {
        content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 80px;
    left: -80px;
    top: 0px;
    background: #121424;
  background-image: url('../images/sma/email-icon.png');

  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 12px 0 0 12px;

}


/* APPLICATION FORM */

/* APPLICATION FORM */

#application-form {
    background: #EAEBF4;
    width: calc(100% - 40px) ;
    max-width: 650px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 140px;
    border-radius: 14px;
    color: #1D202F;
       padding: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
 
}

#application-form input[type="submit"] {
    all: unset;
    cursor: pointer;
    text-decoration: none;
    padding: 22px 36px;
    padding-bottom: 25px;
    border-radius: 12px;
    background: #00D6FF;
    color: #12141F;
    font-weight: 700;
    display: block;
    width: 100%;
    max-width: 305px;
    text-align: center;
    margin-top: 12px;
}

#application-form textarea {
        border-radius: 12px;
    background: white;
    border: 1px solid #11253e54;
}

#application-form input {
    border-radius: 12px;
    background: white;
    border: 1px solid #11253e54;
}

#application-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#application-form input[type="text"] {
    margin-bottom: 24px;
    padding: 12px;
    font-size: 18px;
         width: 100%;
    max-width: 350px;
}

#application-form p:has(> input[type="submit"]) {
    width: 100%;
}

#application-form input[type="email"] {
    margin-bottom: 24px;
    padding: 12px;
    font-size: 18px;
         width: 100%;
    max-width: 350px;
}

#application-form input[type="tel"] {
    margin-bottom: 24px;
    padding: 12px;
    font-size: 18px;
     width: 100%;
    max-width: 350px;
}
#application-form textarea {
    margin-bottom: 24px;
    padding: 12px;
    font-size: 18px;
         width: 100%;
    max-width: 350px;
}



/* FOOTER */

footer {
    padding-top: 152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/sma/tech-waves.avif");
    background-repeat: no-repeat;
  background-position: center top;
}

footer .nav {
    display: flex;
    justify-content: center;
    padding-left: 12px;
    margin-bottom: 48px;
}

footer .nav .links a{
    color: #EAEBF4;
    margin-right: 12px;
}

footer .final-mention {
    width: 100%;
}

footer .rights-reserved {
    color: #eaebf4be;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #eaebf452;
}


.guarantee-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

.guarantee-section .main-info {
        padding-top: 164px;
        padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: url('../images/sma/tech-waves.avif');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.guarantee-section .main-info h2 {
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 18px;
}

.guarantee-section .main-info img {
    margin-left: -40px;
}

.guarantee-section .main-info p {
    opacity: .7;
}

.guarantee-section .description {
    max-width: 692px;
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 152%;
    text-align: center;
    opacity: .8;
}



@media screen and (max-width: 1210px) {

    /* HEADER */

     .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

/* HEADER */



.hero-section .content {
    width: 100%;
}


    .about-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .about-section h2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
 
    .guarantee-section h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* NEW */
    .about-section {
        width: calc(100% - 40px);
        margin-top: 100px;
    }
    .about-section .visual {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .about-section h2 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .about-section p.first {
        width: 100%;
        max-width: 100%;
    }
    .about-section .info p:nth-child(3) {
        max-width: 600px;
    }
    .about-section .cta {
        margin: auto;
        margin-top: 36px;
    }

    .newsletter {
        width: calc(100% - 80px) ;
        max-width: calc(100% - 80px);
        margin: auto;
        margin-top: 68px;
        padding: 52px 20px;
    }
    /* NEW */
   .hero-section .content .info {
        margin-right: 0;
        padding-bottom: 60px;
        padding-top: 40px;
    }
    .hero-section .content {
        flex-direction: column;
    }
    .hero-section .content {

    }

    .guarant-section {
        width: calc(100% - 40px);
    }
    .guarant-section .main-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
     .guarant-section .main-info img {
        margin-bottom: 12px;
        margin-right: 0;
    }
    .guarant-section .main-info .amount {
        font-size: 60px;
    }
    .guarant-section .main-info .name {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 110%;
    }
    .guarant-section .desc {
        flex-direction: column;
        text-align: center;
    }

    .guarant-section p.second {
        margin-bottom: 12px;
    }
    
}

@media screen and (max-width: 1210px) {
        h1 {
        font-size: 52px;
        max-width: 700px;
        padding: 0 32px;
    }
    h2 {
        font-size: 40px;
    }
     body {
        max-width: 650px;
        margin: auto;
     }
.scroll-animation {
    display: none;
}
    h1 {
        font-size: 40px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }
     h2 {
        font-size: 36px;
    }
    .hero-section {
        margin-bottom: 60px;
    }
    .hero-section .header {
         width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
    }
    .hero-section .visuals img {
        width: 100%;
        max-width: 100%;
    }
    .hero-section .content .info .p1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .hero-section .first-img {
         width: 100%;
        max-width: 100%;
        margin-bottom: 32px;
    }
    .hero-section .cta {
         width: 100%;
        max-width: 100%;
        margin-top: 0px;
    }
    .hero-section .p2 {
        text-align: center;
        width: 100%;
        /* margin: auto; */
        margin-top: 4px;
    }

    .hero-section .content .info {
        padding-bottom: 0px;
         width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 40px;
    }

     .hero-section .visuals {
        padding-top: 0;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: auto;
     }

    body {
        font-size: 16px;
    }
    .cta {
        padding: 20px 0;
        display: block;
        text-align: center;
    }

    .about-section {
        width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 100px;
    }
    .about-section .visual {
        display: none;
    }
    .about-section h2 {
        width: 100%;
        padding-left: 0;
        text-align: left;
    }
    .about-section p.first {
        width: 100%;
        max-width: 100%;
    }
    .about-section .cta {
        width: 100%;
        margin-top: 32px;
    }
    .about-section p {
        text-align: left;
    }




    .what-section {
        flex-direction: column-reverse;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 100px;
    }

    .what-section .what-img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .what-section .info {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .what-section .cta {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 40px;
    }






    .why-section {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 100px;
    }

    .why-section h2 {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .why-section .content{
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .why-section .col1 {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .why-section .col2 {
         width: 100%;
        max-width: 100%;
        margin-top: 394px;
    }
    

    .why-section .col1 .feature-card.guarant-card .guarant-info {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        bottom: -394px;
    }

    .why-section .feature {
        width: 100%;
        max-width: 100%;
    }

    .why-section .feature-card .feature-img {
        padding: 0 20px;
    }

    .why-section .feature-card .feature-info {
        padding-right: 20px;
    }

    .why-section .cta {
                width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px;
    }






    .how-section {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 100px;
        flex-direction: column;
    }

    .how-section .how-img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

    .how-section .info {
        margin-left: 0;
        width: 100%;
        margin-top: 60px;
    }

    .how-section h2 {
        margin-bottom: 40px;
    }

    .how-section .cta {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 40px;
    }


    .pricing-section {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 100px;
    }

    .pricing-section .content {
        flex-direction: column;
    }

    .pricing-section .col1 {
        border-radius: 14px;
    }

    .pricing-section .col1 .row1 {
        padding: 40px;
        padding-bottom: 20px;
    }

    .pricing-section .col1 .row2 {
        margin: 12px;
        padding: 28px;
    }

    .pricing-section .col2 {
        padding:20px;
    }

    .pricing-section ul {
        margin-bottom: 20px;
    }

    .pricing-section .cta {
         width: 100%;
        text-align: center;
        display: block;
        margin-top: 40px;
    }

    .pricing-section .col2 .row2 {
        text-align: center;
    }




    .final-cta {
         width: 100%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 100px;
        background-size: 170%;
    padding-top: 400px;
    background-image: url("../images/sma/final-cta-img.png");
    background-position: center 180px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    margin-top: -180px;
    }

    .final-cta h2 {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 24px;
    }

    .final-cta .info-p{
width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 36px;
    }

        .final-cta .p2{
width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
    }


    .final-cta .cta {
            width: 100%;
        text-align: center;
        display: block;
        margin-top: 40px;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 12px;
    }


    .final-cta .features {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 40px);
        margin-top: 50px;
    }

    .final-cta .features .feature {
        margin-bottom: 18px;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
    }

    .final-cta .features .feature img {
        margin-right: 8px;
    }

    .final-cta .features .feature:nth-child(1){
        margin-right: 0;
    }
    .final-cta .features .feature:nth-child(2){
        margin-right: 0;
    }
     .final-cta .features .feature:nth-child(3){
        margin-right: 0;
    }



    .faq-container {
         width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 50px;
    }

    .get-started {
         width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: auto;

    }

    .get-started .cta {
               width: 100%;
        text-align: center;
        display: block;
    }





    footer {
        padding-top: 100px;}
}

@media screen and (max-width: 650px) {
    .hero-section .content h1 {
        font-size: 36px;
    }

    .feature-card .feature-img {
        width: 50px;
    }

    .feature-card h3 {
        font-size: 19px;
    }
}

@media screen and (max-width: 592px) {
    .why-section .col1 .feature-card.guarant-card .guarant-info {
        bottom: -360px;
    }
        .why-section .col2 {
        margin-top: 360px;
    }

    .final-cta .features .feature {
        align-items: flex-start;
        text-align: left;
    }
}

@media screen and (max-width: 400px) {
    .why-section .col1 .feature-card.guarant-card .guarant-info {
        bottom: -350px;
    }


}