* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: hsl(0deg, 0%, 12%);
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: Helvetica, sans-serif;
  line-height: 1.4;
  color: hsl(0deg, 0%, 12%);
}

.icon {
  padding-left: 40px;
  background-size: 20px;
}

.icon2 {
  padding-left: 40px;
  background-size: 20px;
}

.btn2 {
  display: block;
  padding: 2rem 0;
  width: 50%;
  height: 5rem;
  background-color: hsl(107deg, 46%, 49%);
  text-align: center;
}

.container {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 2rem 0.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  max-width: 100%;
  width: 100%;
  padding: 0.5rem;
}

@media screen and (min-width: 48rem) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 72rem) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 96rem) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 120rem) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
  }
}
.mb--1 {
  margin-bottom: 1rem;
}

.mr--1 {
  margin-right: 1rem;
}

.py--1 {
  padding: 1rem 0;
}

.pyW--1 {
  padding: 1rem;
}

.order--1 {
  order: 1;
}

.mt--1 {
  margin-top: 1rem;
}

.mb--2 {
  margin-bottom: 2rem;
}

.mr--2 {
  margin-right: 2rem;
}

.py--2 {
  padding: 2rem 0;
}

.pyW--2 {
  padding: 2rem;
}

.order--2 {
  order: 2;
}

.mt--2 {
  margin-top: 2rem;
}

.mb--3 {
  margin-bottom: 3rem;
}

.mr--3 {
  margin-right: 3rem;
}

.py--3 {
  padding: 3rem 0;
}

.pyW--3 {
  padding: 3rem;
}

.order--3 {
  order: 3;
}

.mt--3 {
  margin-top: 3rem;
}

.mb--4 {
  margin-bottom: 4rem;
}

.mr--4 {
  margin-right: 4rem;
}

.py--4 {
  padding: 4rem 0;
}

.pyW--4 {
  padding: 4rem;
}

.order--4 {
  order: 4;
}

.mt--4 {
  margin-top: 4rem;
}

.mb--5 {
  margin-bottom: 5rem;
}

.mr--5 {
  margin-right: 5rem;
}

.py--5 {
  padding: 5rem 0;
}

.pyW--5 {
  padding: 5rem;
}

.order--5 {
  order: 5;
}

.mt--5 {
  margin-top: 5rem;
}

.mb--6 {
  margin-bottom: 6rem;
}

.mr--6 {
  margin-right: 6rem;
}

.py--6 {
  padding: 6rem 0;
}

.pyW--6 {
  padding: 6rem;
}

.order--6 {
  order: 6;
}

.mt--6 {
  margin-top: 6rem;
}

.mb--7 {
  margin-bottom: 7rem;
}

.mr--7 {
  margin-right: 7rem;
}

.py--7 {
  padding: 7rem 0;
}

.pyW--7 {
  padding: 7rem;
}

.order--7 {
  order: 7;
}

.mt--7 {
  margin-top: 7rem;
}

.mb--8 {
  margin-bottom: 8rem;
}

.mr--8 {
  margin-right: 8rem;
}

.py--8 {
  padding: 8rem 0;
}

.pyW--8 {
  padding: 8rem;
}

.order--8 {
  order: 8;
}

.mt--8 {
  margin-top: 8rem;
}

.mb--9 {
  margin-bottom: 9rem;
}

.mr--9 {
  margin-right: 9rem;
}

.py--9 {
  padding: 9rem 0;
}

.pyW--9 {
  padding: 9rem;
}

.order--9 {
  order: 9;
}

.mt--9 {
  margin-top: 9rem;
}

.mb--10 {
  margin-bottom: 10rem;
}

.mr--10 {
  margin-right: 10rem;
}

.py--10 {
  padding: 10rem 0;
}

.pyW--10 {
  padding: 10rem;
}

.order--10 {
  order: 10;
}

.mt--10 {
  margin-top: 10rem;
}

.p--15 {
  padding: 15px;
}

.p--20 {
  padding: 20px;
}

.p--25 {
  padding: 25px;
}

.p--30 {
  padding: 30px;
}

.p--35 {
  padding: 35px;
}

.d--flex {
  display: flex;
}

.d--grid {
  display: grid;
}

.d--block {
  display: block;
}

.d--inline-block {
  display: inline-block;
}

.d--inline {
  display: inline;
}

.bg--accent {
  background-color: hsl(222deg, 42%, 20%);
}

.text--accent {
  color: hsl(222deg, 42%, 20%);
}

.btn.bg--accent {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(222deg, 42%, 20%);
}
.btn.bg--accent:hover {
  background: #0f1524;
}

.bg--accent-g {
  background-color: hsl(107deg, 46%, 49%);
}

.text--accent-g {
  color: hsl(107deg, 46%, 49%);
}

.btn.bg--accent-g {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(107deg, 46%, 49%);
}
.btn.bg--accent-g:hover {
  background: #4a9136;
}

.bg--accent-l {
  background-color: hsl(0deg, 0%, 85%);
}

.text--accent-l {
  color: hsl(0deg, 0%, 85%);
}

.btn.bg--accent-l {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0deg, 0%, 85%);
}
.btn.bg--accent-l:hover {
  background: #bfbfbf;
}

.bg--accent-ly {
  background-color: hsl(43deg, 21%, 94%);
}

.text--accent-ly {
  color: hsl(43deg, 21%, 94%);
}

.btn.bg--accent-ly {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(43deg, 21%, 94%);
}
.btn.bg--accent-ly:hover {
  background: #dfdace;
}

.bg--dark {
  background-color: hsl(0deg, 0%, 12%);
}

.text--dark {
  color: hsl(0deg, 0%, 12%);
}

.btn.bg--dark {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0deg, 0%, 12%);
}
.btn.bg--dark:hover {
  background: #050505;
}

.bg--light {
  background-color: hsl(0deg, 0%, 100%);
}

.text--light {
  color: hsl(0deg, 0%, 100%);
}

.btn.bg--light {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0deg, 0%, 100%);
}
.btn.bg--light:hover {
  background: #e6e6e6;
}

.bg--gray {
  background-color: hsl(0deg, 0%, 42%);
}

.text--gray {
  color: hsl(0deg, 0%, 42%);
}

.btn.bg--gray {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0deg, 0%, 42%);
}
.btn.bg--gray:hover {
  background: #525252;
}

.bg--gray-l {
  background-color: hsl(0deg, 0%, 98%);
}

.text--gray-l {
  color: hsl(0deg, 0%, 98%);
}

.btn.bg--gray-l {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: hsl(0deg, 0%, 98%);
}
.btn.bg--gray-l:hover {
  background: #e0e0e0;
}

.btn.bg--transparent {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: transparent;
  color: hsl(0deg, 0%, 100%);
  border: 1px solid hsl(107deg, 46%, 49%);
}
.btn.bg--transparent:hover {
  background: rgba(0, 0, 0, 0);
}
.btn.bg--transparent:hover {
  background: hsl(107deg, 46%, 49%);
}

.btn.bg--transparent2 {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: transparent;
  color: hsl(0deg, 0%, 12%);
  font-weight: bold;
  border: 1px solid hsl(107deg, 46%, 49%);
}
.btn.bg--transparent2:hover {
  background: rgba(0, 0, 0, 0);
}
.btn.bg--transparent2:hover {
  background: hsl(107deg, 46%, 49%);
}

.btn.bg--light {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: transparent;
  color: hsl(0deg, 0%, 100%);
  border: 1px solid hsl(107deg, 46%, 49%);
  background-color: hsl(107deg, 46%, 49%);
}
.btn.bg--light:hover {
  background: rgba(0, 0, 0, 0);
}

.btn.bg--light3 {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: transparent;
  color: hsl(0deg, 0%, 12%);
  text-align: center;
  font-weight: bold;
  border: 1px solid hsl(107deg, 46%, 49%);
  background-color: hsl(107deg, 46%, 49%);
}
.btn.bg--light3:hover {
  background: rgba(0, 0, 0, 0);
}

.btn.bg--light2 {
  padding: 0.5rem 1.4rem;
  color: hsl(0deg, 0%, 100%);
  font-size: 1.4rem;
  display: inline-block;
  background: transparent;
  color: hsl(0deg, 0%, 100%);
  width: 20rem;
  margin-top: 3rem;
  display: block;
  position: relative;
  white-space: nowrap;
  border: 1px solid hsl(107deg, 46%, 49%);
  background-color: hsl(107deg, 46%, 49%);
  text-align: center;
}
.btn.bg--light2:hover {
  background: rgba(0, 0, 0, 0);
}

.justify--start {
  justify-content: flex-start;
}

.justify--center {
  justify-content: center;
}

.justify--end {
  justify-content: flex-end;
}

.justify--between {
  justify-content: space-between;
}

.justify--around {
  justify-content: space-around;
}

.align--start {
  align-items: flex-start;
}

.align--center {
  align-items: center;
}

.align--end {
  align-items: flex-end;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--justify {
  text-align: justify;
}

@media screen and (max-width: 640px) {
  .sm-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .md-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .lg-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .xl-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xl-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xl-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xl-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fb--bold {
  font-weight: bold;
}

.fb--bolder {
  font-weight: bolder;
}

.fb--lighter {
  font-weight: lighter;
}

.header__wrapper .navigation .logo .images img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .header__wrapper .navigation .nav {
    display: none;
  }
}
.header__wrapper .navigation .nav ul li {
  margin-right: 2.5rem;
}
.header__wrapper .navigation .nav ul li a {
  font-size: 1.5rem;
  color: hsl(0deg, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .header__wrapper .navigation .side-nav {
    display: none;
  }
}
.header__wrapper .navigation .side-nav a {
  margin-right: 0.5rem;
}

.header.page {
  position: fixed;
  width: 100%;
  background-color: hsl(0deg, 0%, 100%);
}

.header__actions.open {
  right: -1px;
}

.header__actions .mobile__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__actions {
    position: fixed;
    z-index: 999999;
    top: 7rem;
    right: -100%;
    background-color: hsl(0deg, 0%, 100%);
    height: 100vh;
    width: 100%;
    padding: 2rem;
    transition: 0.5s ease;
  }
  .header__actions .mobile__nav {
    display: block;
    border-bottom: 1px solid hsl(0deg, 0%, 42%);
  }
  .header__actions .mobile__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__actions .mobile__nav ul li {
    margin-bottom: 2rem;
  }
  .header__actions .mobile__nav ul li a {
    font-size: 2rem;
    font-weight: 400;
  }
}
.header__actions .mobile__actions {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__actions .mobile__actions {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .header__actions .mobile__actions li:nth-child(1) {
    grid-column: 1/4;
  }
  .header__actions .mobile__actions li:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .header__actions .mobile__actions li:nth-child(3) {
    grid-column: 2/3;
  }
  .header__actions .mobile__actions li {
    margin: 0;
  }
  .header__actions .mobile__actions li a {
    width: 100%;
    text-align: center;
  }
}

.toggle__menu {
  position: absolute;
  top: 3rem;
  right: 2rem;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 48rem) {
  .toggle__menu {
    display: block;
  }
}
.toggle__menu span {
  width: 3.2rem;
  height: 3px;
  background-color: hsl(107deg, 46%, 49%);
  display: block;
  margin-bottom: 0.5rem;
  transition: 0.5s ease;
}

.toggle__menu.open {
  -webkit-animation: rotate 0.5s ease-in 0.5s;
          animation: rotate 0.5s ease-in 0.5s;
  transform: rotate(180deg);
}
.toggle__menu.open span:nth-child(1) {
  -webkit-animation: bar1 0.5s linear;
          animation: bar1 0.5s linear;
  transform: translate(0px, 8px) rotate(45deg);
}
.toggle__menu.open span:nth-child(2) {
  opacity: 0;
}
.toggle__menu.open span:nth-child(3) {
  -webkit-animation: bar2 0.5s linear;
          animation: bar2 0.5s linear;
  transform: translate(0px, -8px) rotate(-45deg);
}

@-webkit-keyframes bar1 {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(0.8rem);
  }
  100% {
    transform: translate(0px, 8px) rotate(45deg);
  }
}

@keyframes bar1 {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(0.8rem);
  }
  100% {
    transform: translate(0px, 8px) rotate(45deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes bar2 {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(-0.8rem);
  }
  100% {
    transform: translate(0px, -8px) rotate(-45deg);
  }
}
@keyframes bar2 {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(-0.8rem);
  }
  100% {
    transform: translate(0px, -8px) rotate(-45deg);
  }
}
.footer {
  text-align: center;
}

.links {
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.links__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .links__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
}
.links__item h3 {
  margin-bottom: 3rem;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .links__item h3 {
    cursor: pointer;
  }
}
.links__item h3 i {
  transition: 0.5s ease;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .links__item h3 i {
    display: block;
  }
}
.links__item h3 i::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  opacity: 0.2;
  right: -78%;
  top: -68%;
  transform: scale(0);
  background-color: hsl(0deg, 0%, 42%);
  border-radius: 50%;
  transition: all 0.5s ease;
  display: block;
}
.links__item h3 i:hover::after {
  transform: scale(1);
}
.links__item h3 i.open {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .links__item h3 {
    cursor: pointer;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .links__item ul {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
  }
}
.links__item ul.open {
  max-height: 30rem;
}
.links__item li {
  margin-bottom: 2rem;
}
.links__item li a {
  color: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
}
.links__item li a:hover {
  color: hsl(0deg, 0%, 12%);
}

.banner {
  padding: 10rem 0;
  max-height: 80vh;
}
.banner h1 {
  font-size: clamp(4rem, 4vw, 5rem);
  text-align: center;
  color: hsl(0deg, 0%, 100%);
}
.banner h3 {
  text-align: center;
  color: hsl(0deg, 0%, 100%);
  font-size: clamp(0.5rem, 4vw, 2.5rem);
}
.banner__form {
  padding: 4rem 0;
}
.banner__form form i {
  position: absolute;
  margin-left: 1rem;
  margin-top: 2.6rem;
  font-size: 2rem;
}
.banner__form form input {
  width: 50%;
  height: 7rem;
}
.banner__form form a {
  font-size: 2rem;
  text-align: center;
  margin-left: -13.1rem;
  padding: 2rem 2rem;
  margin-top: 0.2rem;
  width: 13rem;
  height: 6.7rem;
  border-radius: 0.5rem;
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(107deg, 46%, 49%);
}
@media screen and (max-width: 768px) {
  .banner__form form a {
    margin-left: -2rem;
    width: 10rem;
    font-size: 1.5rem;
  }
}

.banner {
  height: 100vh;
}
.banner__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .banner__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .banner__img {
    order: 2;
  }
}
.banner__img img {
  left: 0;
  margin-right: 100rem;
  width: 100%;
  height: 72rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
@media screen and (max-width: 768px) {
  .banner__img img {
    width: 100%;
    height: 32.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
    margin-right: 0;
  }
}
.banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-left: 5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .banner__content {
    order: 1;
    padding: 4rem;
    text-align: center;
  }
}
.banner__content h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.2;
}
.banner__content p {
  font-size: clamp(2rem, 4vw, 2rem);
}
.banner__content a:last-child {
  text-decoration: underline;
  font-weight: 100;
}

@media screen and (max-width: 48rem) {
  .start {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .start__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    display: block;
    align-items: center;
  }
}
.start h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.start__step {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .start__step {
    width: 100%;
  }
}
.start__step img {
  width: 5rem;
}
.start__step a {
  color: hsl(107deg, 46%, 49%);
  text-decoration: underline;
  font-weight: 100;
}
.start__step h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 48rem) {
  .extra {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .extra__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    display: block;
    align-items: center;
  }
}
.extra h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.extra img {
  width: 10rem;
}
.extra__free {
  width: 40rem;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .extra__free {
    width: 100%;
  }
}
.extra__free a {
  color: hsl(107deg, 46%, 49%);
  text-decoration: underline;
  font-weight: 100;
}
.extra__free h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 48rem) {
  .payment {
    padding: 2rem;
  }
}
.payment__text h2 {
  font-size: 3rem;
}
.payment__header {
  max-width: 55rem;
  margin: 5rem auto;
}
.payment__col {
  border-bottom: 1px solid rgba(107, 107, 107, 0.2);
}
@media screen and (max-width: 768px) {
  .payment__col {
    display: block;
  }
}
.payment__col:last-child {
  border-bottom: none;
}
.payment__type h2 span {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .payment__type {
    margin-bottom: 5rem;
  }
}
.payment__mode {
  display: flex;
}
.payment__mode img {
  width: 112px;
  height: 158px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.payment__mode__details {
  gap: 2rem;
  max-width: 45rem;
}
@media screen and (max-width: 768px) {
  .payment__mode {
    display: block;
    align-items: center;
  }
}

.code {
  max-width: 73rem;
  margin-left: 30rem;
}
@media screen and (max-width: 48rem) {
  .code {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .code {
    margin-left: 0;
  }
}
.code input {
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
}
.code .btn {
  border: 1px solid #333;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  color: #333;
  background: #fff;
  display: inline-block;
  transition: all 0.5s;
  font-weight: bold;
  float: right;
}
.code .btn:hover {
  background: #050505;
  color: hsl(0deg, 0%, 100%);
}
.code .question {
  margin-top: 15rem;
}
.code .question a {
  color: hsl(107deg, 46%, 49%);
  text-decoration: underline;
}

@media screen and (max-width: 48rem) {
  .terms {
    padding: 2rem;
  }
}
.terms__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .terms__wrapper {
    display: block;
    align-items: center;
  }
}
.terms__wrapper p {
  font-size: 1.5rem;
}
.terms__wrapper a {
  color: hsl(107deg, 46%, 49%);
  text-decoration: underline;
}

.tab {
  background-color: #f1f8f5;
}
.tab__nav {
  padding: 5rem 0 0;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
}
.tab__nav ul li.active {
  border-bottom: 4px solid hsl(107deg, 46%, 49%);
}
.tab__nav ul li {
  font-size: 2.5rem;
  margin: 0 1rem;
  padding: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.tab__wrapper {
  padding: 8rem 0;
  background-color: #d4e9e2;
}
.tab__item.active {
  display: grid;
}
.tab__item {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  display: none;
}
.tab__item img {
  width: 247px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab__item h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.banner-job {
  max-height: 50vh;
}
.banner-job h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: hsl(0deg, 0%, 100%);
  position: relative;
  margin-bottom: 5rem;
}
.banner-job h2:after {
  content: "";
  display: block;
  width: 113rem;
  height: 1px;
  background: hsl(0deg, 0%, 100%);
  right: 0;
  top: 55%;
  position: absolute;
}
.banner-job__form {
  padding: 4rem 0;
}
.banner-job__form form {
  display: flex;
}
.banner-job__form form i {
  position: absolute;
  margin-left: 1rem;
  margin-top: 2.6rem;
  font-size: 2rem;
}
.banner-job__form form input {
  width: 100%;
  height: 7rem;
}
.banner-job__form form a {
  font-size: 2rem;
  text-align: center;
  margin-left: -10rem;
  padding: 2rem 2rem;
  margin-top: 0.2rem;
  width: 13rem;
  height: 6.7rem;
  border-radius: 0.5rem;
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(107deg, 46%, 49%);
}
@media screen and (max-width: 768px) {
  .banner-job__form form a {
    margin-left: -2rem;
    width: 10rem;
    font-size: 1.5rem;
  }
}

.joblist {
  padding: 2rem 0;
}
.joblist__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .joblist__wrapper {
    grid-template-columns: 1fr;
  }
}
.joblist__wrapper .card-job {
  border: 1px solid hsl(0deg, 0%, 100%);
  width: auto;
  padding: 2rem 4rem;
  color: hsl(0deg, 0%, 100%);
  background: transparent;
  display: inline-block;
  transition: all 0.5s;
}
.joblist__wrapper .card-job .btn {
  background: hsl(107deg, 46%, 49%);
  width: 80%;
  border: 1px solid hsl(107deg, 46%, 49%);
  background-color: hsl(107deg, 46%, 49%);
}
.joblist__wrapper .card-job .btn:hover {
  background: transparent;
  color: hsl(0deg, 0%, 100%);
}

h4 {
  text-align: center;
  color: hsl(0deg, 0%, 100%);
}/*# sourceMappingURL=main.min.css.map */