/* compiled by scssphp 1.6.0 on Sat, 25 Jun 2022 12:55:49 +0000 (0.0595s) */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media (max-width: 75em) { @content; }
  }
  @else if $point == laptop {
    @media (min-width: 75em) { @content; }
  }
  @else if $point == small-laptop {
    @media (max-width: 62em) { @content; }
  }
  @else if $point == large-tablet {
    @media (max-width: 62em)  { @content; }
  }
  @else if $point == tablet {
    @media (max-width: 48em)  { @content; }
  }
  @else if $point == small-tablet {
    @media (max-width: 34em)  { @content; }
  }
  @else if $point == phone {
    @media (max-width: 25em)  { @content; }
  }
  @else if $point == small-phone {
    @media (max-width: 21.875em)  { @content; }
  }
}*/
html body#root .section.steps {
  z-index: 0;
  overflow: hidden;
  padding: 50px 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.steps {
    padding: 0;
  }
}
html body#root .section.steps .heading {
  margin: auto;
}
html body#root .section.steps .steps-container {
  margin: auto;
}
html body#root .section.steps .step-titles {
  margin: auto;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
html body#root .section.steps .step-titles .step-title {
  text-align: center;
  margin: 120px 80px;
}
html body#root .section.steps .step-titles .step-title:first-child {
  width: 100%;
  margin: 120px 80px;
}
html body#root .section.steps .step-titles .step-title .title {
  padding: 30px;
  border-radius: 100%;
  background: #2772ce;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
}
html body#root .section.steps .step-titles .step-title .title.active {
  border: 2px solid #fff;
}
html body#root .section.steps .step-content {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
}
html body#root .section.steps .step-content.active {
  display: block;
}
html body#root .section.steps .cards-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
html body#root .section.steps .card:last-child {
  margin-bottom: 0 !important;
}
html body#root .section.steps .card {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
html body#root .section.steps .card.visi .arrow {
  display: block;
}
html body#root .section.steps .card:nth-child(even) {
  flex-direction: row-reverse;
}
html body#root .section.steps .card:nth-child(even) .content-container {
  max-width: 450px;
  margin: auto;
}
html body#root .section.steps .card .image-container {
  overflow: hidden;
}
html body#root .section.steps .card .image-container img {
  width: 100%;
  height: auto;
}
