@charset "UTF-8";
.container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 0.5rem;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media screen and (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(44, 62, 80, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  .header__inner {
    padding: 0 2rem;
  }
}
.header__logo a {
  color: #ECF0F1;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #ECF0F1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(44, 62, 80, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .nav {
    position: static;
    height: auto;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    width: auto;
  }
}
.nav.is-active {
  right: 0;
}
.nav__list {
  padding: 100px 2rem 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .nav__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
.nav__item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .nav__item {
    margin-bottom: 0;
  }
}
.nav__link {
  color: #ECF0F1;
  text-decoration: none;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav__link:hover {
  color: #3498DB;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100vw;
  margin: 0;
  padding: 0;
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1rem;
}
.hero__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ECF0F1;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 3.5rem;
  }
}
.hero__subtitle {
  font-size: 1.125rem;
  color: #E5E7E9;
  margin-bottom: 2rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.8s ease forwards 0.2s;
          animation: fadeInUp 0.8s ease forwards 0.2s;
}
@media screen and (min-width: 768px) {
  .hero__subtitle {
    font-size: 1.5rem;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.8s ease forwards 0.4s;
          animation: fadeInUp 0.8s ease forwards 0.4s;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(45deg, #2C3E50, #2980B9);
  margin: 0;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 62, 80, 0.6);
}
.hero__particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--primary {
  background-color: #3498DB;
  color: #ECF0F1;
}
.btn--primary:hover {
  background-color: #2980B9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
          box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}
.btn--secondary {
  background-color: transparent;
  color: #ECF0F1;
  border: 2px solid #ECF0F1;
}
.btn--secondary:hover {
  background-color: #ECF0F1;
  color: #2C3E50;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.concept {
  padding: 100px 0;
  background-color: #F7F9FA;
}
.concept__inner {
  max-width: 800px;
  margin: 0 auto;
}
.concept__content {
  margin-top: 3rem;
  text-align: center;
}
.concept__text p {
  font-size: 1.125rem;
  line-height: 2;
  color: #2C3E50;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .concept__text p {
    font-size: 1.25rem;
  }
}
.concept__text p:last-of-type {
  margin-bottom: 3rem;
}
.concept__button {
  margin-top: 2rem;
}

.section-title {
  text-align: center;
  margin-bottom: 2rem;
}
.section-title__main {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3498DB;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.section-title__sub {
  display: block;
  font-size: 1rem;
  color: #2C3E50;
  letter-spacing: 0.2em;
}

.btn--outline {
  display: inline-block;
  padding: 1rem 3rem;
  border: 2px solid #3498DB;
  color: #3498DB;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn--outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #3498DB;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: -1;
}
.btn--outline:hover {
  color: #ECF0F1;
}
.btn--outline:hover::before {
  width: 100%;
}

.works {
  padding: 100px 0;
  background-color: #ECF0F1;
}
.works__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .works__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.works__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
          box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.works__item:hover .works__overlay {
  opacity: 1;
}
.works__link {
  text-decoration: none;
  color: #2C3E50;
}
.works__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 62, 80, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.works__view {
  color: #ECF0F1;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works__item:hover .works__view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.works__client {
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  background-color: #ECF0F1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-header {
  height: 300px;
  background: linear-gradient(45deg, #2C3E50, #2980B9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ECF0F1;
  position: relative;
  overflow: hidden;
}
.page-header__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.page-header__subtitle {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}

.company {
  padding: 100px 0;
  background-color: #F7F9FA;
}
.company__inner {
  max-width: 800px;
  margin: 0 auto;
}
.company__content {
  margin-top: 3rem;
}
.company__catch {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #3498DB;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.company__description {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.company__description:last-child {
  margin-bottom: 0;
}

.manager {
  padding: 100px 0;
  background-color: #ECF0F1;
}
.manager__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.manager__content {
  margin-top: 3rem;
}
.manager__content .manager__catch {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #3498DB;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.manager__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .manager__profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.manager__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.manager__image img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
          box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
}
.manager__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.manager__name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #2C3E50;
}
.manager__position {
  font-size: 1.125rem;
  color: #3498DB;
  margin-bottom: 2rem;
}
.manager__background p {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.manager__background p:last-child {
  margin-bottom: 0;
}

.services {
  padding: 100px 0;
  background-color: #F7F9FA;
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services__item {
  background: #ECF0F1;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
          box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.services__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.services__icon {
  font-size: 2.5rem;
  color: #3498DB;
  text-align: center;
  margin-bottom: 1.5rem;
}
.services__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #2C3E50;
}
.services__description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #2C3E50;
}
.services__price {
  text-align: center;
  margin-bottom: 1.5rem;
}
.services__price-amount {
  font-size: 2rem;
  font-weight: bold;
  color: #3498DB;
  display: block;
}
.services__price-tax {
  font-size: 0.875rem;
  color: #909497;
}
.services__conditions {
  margin-bottom: 1.5rem;
  text-align: center;
  background-color: #3498DB;
  color: white;
  padding: 1rem;
  border-radius: 8px;
  border: 2px solid #1d6fa5;
}
.services__conditions-badge {
  display: inline-block;
  background-color: #3498DB;
  color: white;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
          box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
  border: 2px solid #217dbb;
}
.services__details-title {
  font-size: 1rem;
  font-weight: bold;
  color: #2C3E50;
  margin-bottom: 0.5rem;
}
.services__details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services__details-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #2C3E50;
}
.services__details-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3498DB;
  font-weight: bold;
}

.flow {
  margin-top: 100px;
}
.flow__list {
  margin-top: 3rem;
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 2rem;
  background: #ECF0F1;
  border-radius: 8px;
  margin-bottom: 2rem;
  position: relative;
}
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 2.5rem;
  width: 2px;
  height: 2rem;
  background: #3498DB;
}
.flow__number {
  font-size: 2rem;
  font-weight: bold;
  color: #3498DB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
}
.flow__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #2C3E50;
}
.flow__description {
  font-size: 1rem;
  line-height: 1.8;
  color: #2C3E50;
}

.flow {
  padding: 60px 0;
  overflow: hidden;
}
.flow__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 2.5rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 320px;
}
.flow__item:nth-child(odd) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}
.flow__item:nth-child(odd).animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.flow__item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
.flow__item:nth-child(even).animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.flow__item.animate {
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .flow__item {
    width: 300px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .flow__item {
    width: 340px;
  }
  .flow__item:nth-child(2) {
    margin-top: -50%;
  }
  .flow__item:nth-child(4) {
    margin-top: -50%;
  }
}
@media screen and (min-width: 992px) {
  .flow__item {
    width: 360px;
  }
  .flow__item:nth-child(2) {
    margin-top: -70%;
  }
  .flow__item:nth-child(4) {
    margin-top: -70%;
  }
}
@media screen and (min-width: 1200px) {
  .flow__item {
    width: 380px;
  }
  .flow__item:nth-child(2) {
    margin-top: -70%;
  }
  .flow__item:nth-child(4) {
    margin-top: -70%;
  }
}
.flow__image {
  position: relative;
  width: 300px;
  aspect-ratio: 621/877;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background-color: #f8f9fa;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.flow__image:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 576px) {
  .flow__image {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .flow__image {
    width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .flow__image {
    width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .flow__image {
    width: 360px;
  }
}
.flow__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.flow__img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (min-width: 576px) {
  .flow__caption {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .flow__caption {
    margin: 0 2rem;
  }
}
.flow__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #34495E, #3498DB);
  color: white;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 15px rgba(52, 73, 94, 0.4);
          box-shadow: 0 4px 15px rgba(52, 73, 94, 0.4);
  border: 4px solid white;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .flow__number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}
.flow__image.loading {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}
.flow__image.error {
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow__image.error::before {
  content: "画像を読み込めませんでした";
  color: #6c757d;
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem;
}

@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media screen and (min-width: 576px) {
  .flow {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 55px 0;
  }
}
@media screen and (min-width: 992px) {
  .flow {
    padding: 60px 0;
  }
}
.flow__img[loading=lazy] {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.flow__img[loading=lazy].loaded {
  opacity: 1;
}

.footer {
  background-color: #2C3E50;
  color: #ECF0F1;
  padding: 60px 0 20px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__logo {
  margin-bottom: 1.5rem;
}
.footer__logo a {
  color: #ECF0F1;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer__address {
  font-size: 0.875rem;
  line-height: 1.6;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.footer__group {
  margin-bottom: 2rem;
}
.footer__group:last-child {
  margin-bottom: 0;
}
.footer__heading {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(236, 240, 241, 0.2);
}
.footer__list {
  list-style: none;
}
.footer__item {
  margin-bottom: 0.5rem;
}
.footer__item a {
  color: #ECF0F1;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__item a:hover {
  color: #3498DB;
}
.footer__copyright {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(236, 240, 241, 0.7);
  padding-top: 2rem;
  border-top: 1px solid rgba(236, 240, 241, 0.1);
}

.contact {
  padding: 100px 0;
  background-color: #F7F9FA;
}
.contact__content {
  max-width: 800px;
  margin: 3rem auto 0;
}
.contact__form {
  background-color: #ECF0F1;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
          box-shadow: 0 4px 15px rgba(44, 62, 80, 0.1);
}
.contact__item {
  margin-bottom: 1.5rem;
}
.contact__item:last-child {
  margin-bottom: 2rem;
}
.contact__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #2C3E50;
}
.contact__required {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  color: #ECF0F1;
  background-color: #E74C3C;
  border-radius: 4px;
}
.contact__input, .contact__select, .contact__textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #D0D3D4;
  border-radius: 4px;
  font-size: 1rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact__input:focus, .contact__select:focus, .contact__textarea:focus {
  outline: none;
  border-color: #3498DB;
}
.contact__textarea {
  min-height: 200px;
  resize: vertical;
}
.contact__submit {
  text-align: center;
}
.contact__submit .btn {
  min-width: 200px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}