html {
  box-sizing: border-box;
  font-size: 16px;
}


*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

body {
  color: rgb(51, 51, 51);
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}



/* General Styles */
h1 {
  font-size: 48px;
}

h2 {
  font-size: 43px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 19px;
}


@media (max-width: 576px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 18px;
  }

}

[data-gjs-type="text"] b {
  font-weight: bold;
}


[data-gjs-type="icon"] {
  height: 20px;
  width: auto;
}

[data-gjs-type="icon"] svg {
  height: 100% !important;
  width: auto !important;
}

.th-you-text--sm {
  font-size: 16px;
  color: rgb(143, 143, 143);
}

/* PAGE */
.thank-y {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('./assets/backgrund.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #444444;
}

.thank-y__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}

.thank-y__wrapper-text {
  width: 690px;
}

.thank-y__img {
  height: 40px;
}

.thank-y__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.thank-y__grid {
  padding-inline: 0;
  gap: 70px;
  margin-top: 30px;
}

.thank-y__grid__cell[data-gjs-type="grid-cell"] {
  padding-inline: 0;
}

@media only screen and (max-width: 992px) {
  .thank-y__grid {
    gap: 40px;
  }

  .thank-y__grid__cell[data-gjs-type="grid-cell"] {
    padding-block: 0;
  }
}

.thank-y__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 15px;
  border-radius: 20px;
  text-align: center;

  gap: 10px;
}

.thank-y__card .ll-btn {
  margin-top: 10px;
}

.thank-y__card p {
  font-size: 16px;
}

.thank-y__card img {
  height: 350px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.thank-y__card-title {
  font-weight: 600;
  font-size: 20px;
}


.ll-horizontal-line {
  border: 3px solid #329ABB;
  width: 150px;
}


/* STYLES FOR OTHER COMPONENTS */
[data-gjs-type="button"].ll-btn,
.ll-btn {
  font-size: 18px;
  color: white;
  border: 1px solid #329ABB;
  background-color: transparent;
  color: #329ABB;
  border-radius: 0px;
  font-weight: normal;
  width: auto;
  border-radius: 20px;
}

.ll-form .ll-form__input-l {
  color: #0D5C36;
}

.landerlab-newsletter input {
  border-radius: 0;
}


.social-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F5;
  color: black;
  font-size: 16px;
}

.social-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}