@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --interval: 0.2s;
}

.o1 {
  animation-delay: calc(var(--interval) * 1);
}

.o2 {
  animation-delay: calc(var(--interval) * 2);
}

.o3 {
  animation-delay: calc(var(--interval) * 3);
}

.o4 {
  animation-delay: calc(var(--interval) * 4);
}

.o5 {
  animation-delay: calc(var(--interval) * 5);
}

html {
  font-size: 16px;
}

body {
  background-color: #f1f1f1;
  background-image: url("../assets/views/bodyBG.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #212b36;
  margin: 0px auto;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  body {
    font-size: 1em;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 1em;
  }
}

.mainBox__title-XL {
  font-size: 3em;
  letter-spacing: -0.15rem;
  font-weight: 900;
  color: #007890;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 575px) {
  .mainBox__title-XL {
    font-size: 2em;
    letter-spacing: -0.125rem;
    margin-top: 2.5rem;
    color: #db3816;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-XL {
    font-size: 2em;
    letter-spacing: -0.13rem;
    margin-top: 2.5rem;
    color: #db3816;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-XL {
    font-size: 2.2em;
    letter-spacing: -0.14rem;
    margin-top: 3rem;
    color: #db3816;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-XL {
    font-size: 2.5em;
    letter-spacing: -0.14rem;
    margin-top: 3rem;
    color: #007890;
  }
}
.mainBox__title-XL--main {
  margin-top: 8rem;
}
@media screen and (max-width: 575px) {
  .mainBox__title-XL--main {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-XL--main {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-XL--main {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-XL--main {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mainBox__title-XL--main {
    margin-top: 7rem;
  }
}
.mainBox__title-XL--projects {
  margin-top: 5rem;
  color: #dba016;
}
@media screen and (max-width: 575px) {
  .mainBox__title-XL--projects {
    font-size: 2em;
    letter-spacing: -0.125rem;
    margin-top: 2.5rem;
    color: #db3816;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-XL--projects {
    font-size: 2em;
    letter-spacing: -0.13rem;
    margin-top: 2.5rem;
    color: #db3816;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-XL--projects {
    font-size: 2.2em;
    letter-spacing: -0.14rem;
    margin-top: 3rem;
    color: #db3816;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-XL--projects {
    font-size: 2.5em;
    letter-spacing: -0.14rem;
    margin-top: 3rem;
    color: #dba016;
  }
}
.mainBox__title-XL--internal {
  margin-top: 1rem;
  color: #dba016;
}
@media screen and (max-width: 575px) {
  .mainBox__title-XL--internal {
    font-size: 2em;
    letter-spacing: -0.125rem;
    margin-top: 2.5rem;
    color: #db3816;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-XL--internal {
    font-size: 2em;
    letter-spacing: -0.13rem;
    margin-top: 2.5rem;
    color: #db3816;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-XL--internal {
    font-size: 2.2em;
    letter-spacing: -0.14rem;
    margin-top: 3rem;
    color: #db3816;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-XL--internal {
    font-size: 2.5em;
    letter-spacing: -0.14rem;
    margin-top: 3rem;
    color: #db3816;
  }
}
.mainBox__title-L {
  font-size: 1.25em;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #637381;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .mainBox__title-L {
    font-size: 1em;
    letter-spacing: 0.1rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-L {
    font-size: 1em;
    letter-spacing: 0.1rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-L {
    font-size: 1.15em;
    letter-spacing: 0.125rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-L {
    font-size: 1.2em;
    letter-spacing: 0.15rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mainBox__title-L {
    font-size: 1.25em;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
  }
}
.mainBox__title-M {
  font-size: 1.15em;
  color: #637381;
  padding-left: 1.25rem;
  margin-top: 4rem;
  margin-bottom: 0.75rem;
  background-image: url("../assets/views/h3Back.png");
  background-position: left;
  background-repeat: no-repeat;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .mainBox__title-M {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0rem;
    background: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-M {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0rem;
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-M {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0rem;
    background: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-M {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0rem;
    background: none;
  }
}
.mainBox__title-M--child {
  padding-left: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 575px) {
  .mainBox__title-M--child {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    background: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-M--child {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-M--child {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    background: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-M--child {
    font-size: 1em;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    background: none;
  }
}
.mainBox__title-S {
  font-size: 1.25rem;
  color: #637381;
  padding-left: 0.25rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .mainBox__title-S {
    font-size: 1.25em;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-S {
    font-size: 1.25em;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-S {
    font-size: 1.35em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-S {
    font-size: 1.35em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.mainBox__title-S--child {
  padding-left: 1.25rem;
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .mainBox__title-S {
    font-size: 1.25em;
    padding-left: 0.5rem;
    margin-top: 2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-S {
    font-size: 1.25em;
    padding-left: 0.5rem;
    margin-top: 2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-S {
    font-size: 1.35em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-S {
    font-size: 1.35em;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.mainBox__title-S::before {
  content: "\\\\ ";
}
.mainBox__title-WIP {
  font-size: 1em;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #919eab;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .mainBox__title-WIP {
    font-size: 1em;
    margin-top: 0rem;
    margin-bottom: 1rem;
    background: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__title-WIP {
    font-size: 1em;
    margin-top: 0rem;
    margin-bottom: 1rem;
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__title-WIP {
    font-size: 1em;
    margin-top: 0rem;
    margin-bottom: 1rem;
    background: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__title-WIP {
    font-size: 1em;
    margin-top: 0rem;
    margin-bottom: 1rem;
    background: none;
  }
}

.header {
  padding: 1rem 3rem;
  top: 0px;
  opacity: 0.2;
  position: sticky;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .header {
    padding: 0rem;
    position: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 0rem;
    position: inherit;
  }
}
.header__logo {
  max-width: 5rem;
}
@media screen and (max-width: 575px) {
  .header__logo {
    max-width: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    max-width: 5rem;
  }
}
.header__menu {
  margin-top: 1rem;
}
@media screen and (max-width: 575px) {
  .header__menu {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu {
    margin-top: 4rem;
  }
}
.header__list {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__item {
  margin: 0rem 1rem;
  z-index: 3;
}
.header__item:hover {
  display: block;
}
.header__link {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem;
  margin: 0.5rem;
  font-size: 1rem;
  color: #637381;
}
@media screen and (max-width: 575px) {
  .header__link {
    padding: 1rem;
    margin: 0rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header__link {
    padding: 1rem;
    margin: 0rem;
    font-size: 1.2rem;
  }
}
.header__link:hover {
  color: #007890;
  background-image: url("../assets/views/menuBack.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  display: block;
}

.selected {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1rem;
  margin: 0.5rem;
  font-size: 1rem;
  color: #007890;
  background-image: url("../assets/views/menuBack.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  cursor: default;
}
@media screen and (max-width: 575px) {
  .selected {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .selected {
    font-size: 1.2rem;
  }
}

.submenu {
  list-style: none;
  font-size: 1rem;
  margin-top: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 575px) {
  .submenu {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .submenu {
    font-size: 1.2rem;
  }
}
.submenu__item {
  overflow: auto;
  top: -0.2rem;
}
.submenu__link {
  text-decoration: none;
  color: #db3816;
  display: block;
  padding: 0.7rem;
  white-space: nowrap;
  background-color: #f4f6f8;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 575px) {
  .submenu__link {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .submenu__link {
    padding: 0.5rem;
  }
}
.submenu__link:hover {
  background-image: #f4f6f8 url("../assets/views/submenuBack.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #8f1e07;
  box-shadow: #919eab;
  display: block;
}

.mainBox {
  padding-bottom: 1rem;
}
.mainBox__bottom {
  padding-bottom: 0;
}
.mainBox__wrapper {
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 575px) {
  .mainBox__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
}
.mainBox__text {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
@media screen and (max-width: 575px) {
  .mainBox__text {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__text {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.mainBox__list {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #007890;
}
@media screen and (max-width: 575px) {
  .mainBox__list {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__list {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.mainBox__item::marker {
  color: #007890;
  font-size: 1rem;
  font-weight: 800;
  content: "» ";
}
@media screen and (max-width: 575px) {
  .mainBox__item::marker {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__item::marker {
    font-size: 1rem;
  }
}
.mainBox__quote {
  padding: 2rem 1rem 1rem 1rem;
  font-style: italic;
  font-size: 2rem;
  color: #919eab;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .mainBox__quote {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__quote {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mainBox__quote {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainBox__quote {
    font-size: 1.75rem;
  }
}
.mainBox__ytVideo {
  width: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 575px) {
  .mainBox__ytVideo {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__ytVideo {
    display: none;
  }
}
.mainBox__video {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .mainBox__video {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mainBox__video {
    display: none;
  }
}
.mainBox__contact {
  grid-area: container;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.valGallery {
  -moz-columns: 6 100px;
       columns: 6 100px;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 575px) {
  .valGallery {
    -moz-columns: 1 100px;
         columns: 1 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .valGallery {
    -moz-columns: 2 100px;
         columns: 2 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .valGallery {
    -moz-columns: 2 100px;
         columns: 2 100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .valGallery {
    -moz-columns: 3 100px;
         columns: 3 100px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .valGallery {
    -moz-columns: 4 100px;
         columns: 4 100px;
  }
}
.valGallery__img {
  max-width: 100%;
  margin-bottom: 1em;
  display: block;
  outline: 1px #dfe3e8 solid;
  border-radius: 1rem;
  box-shadow: 0px 1px 0.5rem rgba(126, 126, 126, 0.2);
  filter: none;
  cursor: pointer;
}
.valGallery__img:hover {
  background-color: rgba(126, 126, 126, 0.1);
}

.modalGallery {
  -moz-columns: 5 300px;
       columns: 5 300px;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 575px) {
  .modalGallery {
    -moz-columns: 1 100px;
         columns: 1 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .modalGallery {
    -moz-columns: 2 100px;
         columns: 2 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modalGallery {
    -moz-columns: 2 100px;
         columns: 2 100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .modalGallery {
    -moz-columns: 3 100px;
         columns: 3 100px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .modalGallery {
    -moz-columns: 3 100px;
         columns: 3 100px;
  }
}
.modalGallery__img {
  max-width: 100%;
  margin-bottom: 1em;
  display: block;
  cursor: pointer;
}
.modalGallery__item {
  width: 100%;
  cursor: pointer;
  list-style: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__img {
  max-width: 100vw;
  max-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
}
.modal__shut {
  width: 3rem;
  height: 3rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2em;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin: 1rem auto;
  text-decoration: none;
  position: absolute;
  right: 1rem;
  top: 0rem;
  border-radius: 0.25rem;
}
.modal__shut:hover {
  color: #212b36;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-out;
}

.modal h3 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0;
}

.footer {
  background-image: url("../assets/views/footerBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem;
}
@media screen and (max-width: 575px) {
  .footer {
    background-position: top center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    background-position: top center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}
.footer__data {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 33%;
}
@media screen and (max-width: 575px) {
  .footer__data {
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__data {
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
}
.footer__text {
  font-size: 0.8rem;
  text-align: center;
  color: #f4f6f8;
  opacity: 0.5;
  margin: 0px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .footer__text {
    font-size: 0.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__text {
    font-size: 0.8rem;
    text-align: center;
  }
}
.footer__list {
  list-style: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  padding: 2rem 1rem;
  margin: 1rem 0rem;
}
.footer__network {
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 33%;
}
@media screen and (max-width: 575px) {
  .footer__network {
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__network {
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  }
}
.footer__select {
  background: transparent;
  border: none;
  padding: 1rem;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #637381;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .footer__select {
    padding: 0.25rem;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__select {
    padding: 0.25rem;
    font-size: 0.8rem;
  }
}
.footer__select:hover {
  background-image: url("../assets/views/menuBack.png") no-repeat center bottom;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.footer__netIcon {
  width: 40px;
  color: #c4cdd5;
  margin: 0.5rem;
  opacity: 0.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .footer__netIcon {
    width: 25px;
    font-size: 1.25rem;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__netIcon {
    width: 30px;
    font-size: 1.3rem;
    opacity: 0.8;
  }
}
.footer__netIcon:hover {
  opacity: 0.8;
}

.form__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 0rem;
}
@media screen and (max-width: 575px) {
  .form__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
  }
}
.form__fieldset {
  padding: 1rem 2rem;
  border: 1px solid #c4cdd5;
  border-radius: 0.25rem;
}
.form__fieldset > div {
  padding: 0.25rem;
  font-size: 0.8em;
  color: #919eab;
}
@media screen and (max-width: 575px) {
  .form__fieldset > div {
    padding: 0.5rem;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form__fieldset > div {
    padding: 0.5rem;
    font-size: 1em;
  }
}
.form__legend {
  font-size: 0.9em;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 575px) {
  .form__legend {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form__legend {
    padding: 0.5rem;
    font-size: 1em;
  }
}
.form__legend::before {
  content: "\\\\ ";
}
.form__input {
  border: 1px solid #919eab;
  font: normal 400 1.2em sans-serif;
  border-radius: 0.25rem;
  padding: 0.25rem;
  margin: 0.25rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .form__input {
    font: normal 400 1em sans-serif;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form__input {
    font: normal 400 1em sans-serif;
  }
}
.form__textarea {
  border: 1px solid #c4cdd5;
  font: normal 400 1.2em sans-serif;
  border-radius: 0.25rem;
  padding: 0.25rem;
  margin: 0.25rem;
  width: 100%;
  height: 8rem;
}
@media screen and (max-width: 575px) {
  .form__textarea {
    font: normal 400 1em sans-serif;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form__textarea {
    font: normal 400 1em sans-serif;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slideInDown {
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.card {
  box-shadow: 1px 1px 1rem rgba(126, 126, 126, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .card {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .card {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .card {
    margin-bottom: 2rem;
  }
}
.card__thumbnail {
  overflow: hidden;
}
.card__wrapper {
  justify-content: space-evenly;
  align-content: center;
}
@media screen and (max-width: 575px) {
  .card__wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .card__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card__wrapper {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card__wrapper {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .card__wrapper {
    margin-bottom: 2rem;
  }
}
.card__title-L {
  background-color: rgba(22, 28, 36, 0.3);
  padding: 1rem;
  position: absolute;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 3px #212b36;
  border-radius: 0.5rem 0rem 0rem 0rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 575px) {
  .card__title-L {
    font-size: 1em;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .card__title-L {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card__title-L {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card__title-L {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .card__title-L {
    font-size: 1em;
  }
}
.card__image {
  width: 100%;
  border-radius: 0.5rem;
  border: #f4f6f8 1px solid;
}
.card__description {
  font-size: 1em;
  line-height: 1rem;
  color: #637381;
  margin: 0.5rem 1rem 1rem 1rem;
}
@media screen and (max-width: 575px) {
  .card__description {
    font-size: 1em;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .card__description {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card__description {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card__description {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .card__description {
    font-size: 1em;
  }
}

.projects__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  justify-content: center;
}
.projects__card {
  border-right: 1px dashed #919eab;
}
@media screen and (max-width: 575px) {
  .projects__card {
    border-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .projects__card {
    border-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .projects__card {
    border-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .projects__card {
    border-right: 0;
  }
}
.projects__card:last-child {
  border-right: 0;
}
.projects__title-M {
  font-weight: 900;
  color: #dba016;
  margin: 5px 0px;
  font-size: 1rem;
}
.projects__description {
  font-size: 0.8em;
  line-height: 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
}
@media screen and (max-width: 575px) {
  .projects__description {
    font-size: 1em;
    margin: 0 0 0.25rem 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .projects__description {
    font-size: 1em;
    margin: 0 0 0.25rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .projects__description {
    font-size: 1em;
    margin: 0 0 0.25rem 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .projects__description {
    font-size: 1em;
    margin: 0 0 0.25rem 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .projects__description {
    font-size: 1em;
    margin: 0 0 0.25rem 0;
  }
}
.projects__tags {
  font-size: 0.8em;
  color: #db3816;
  border-top: 1px dashed #919eab;
  padding-top: 0.25rem;
}
@media screen and (max-width: 575px) {
  .projects__tags {
    font-size: 1em;
    margin: 0.25rem 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .projects__tags {
    font-size: 1em;
    margin: 0.25rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .projects__tags {
    font-size: 1em;
    margin: 0.25rem 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .projects__tags {
    font-size: 1em;
    margin: 0.25rem 0;
  }
}
.projects__image {
  width: 100%;
  overflow: hidden;
  filter: none;
}
.projects__image:hover {
  width: 100%;
  overflow: hidden;
  filter: grayscale(100%) blur(3px);
}

.gallery img {
  width: 100%;
  height: 300px;
  padding: 0.25rem;
  background-color: #fff;
  box-shadow: 0 0 0.9rem rgba(22, 28, 36, 0.3);
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

#gallery-modal .modal-img {
  width: 100%;
}

.btn {
  border: none;
  height: 2.5rem;
  padding: 0.25rem;
  color: #fff;
  border-radius: 4rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #007890;
  position: absolute;
  right: 1rem;
  bottom: -1rem;
}
.btn:hover {
  background-color: #db3816;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 575px) {
  .btn:hover {
    transition: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .btn:hover {
    transition: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn:hover {
    transition: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn:hover {
    transition: none;
  }
}
.btn--form {
  border: none;
  background-color: #007890;
  color: #fff;
  height: 2rem;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 575px) {
  .btn--form {
    padding: 0.25rem;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .btn--form {
    padding: 0.25rem;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn--form {
    padding: 0.25rem;
    font: normal 400 1rem sans-serif;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn--form {
    padding: 0.25rem;
    font: normal 400 1rem sans-serif;
  }
}
.btn--form:hover {
  background-color: #db3816;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 575px) {
  .btn--form:hover {
    background-color: #007890;
    transition: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .btn--form:hover {
    background-color: #007890;
    transition: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn--form:hover {
    background-color: #007890;
    transition: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn--form:hover {
    background-color: #007890;
    transition: none;
  }
}
.btn__label {
  font-weight: 600;
  margin-right: 0.75rem;
}

.breadcrumb {
  padding: 1rem;
  font-size: 0.8rem;
}
.breadcrumb-link {
  color: #637381;
  text-decoration: none;
}
.breadcrumb-link:hover {
  color: #212b36;
  text-decoration: none;
}

.progressBar {
  padding: 0.2rem 0.35rem;
  position: relative;
  width: 100%;
}
.progressBar__title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.2rem;
  color: #919eab;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 575px) {
  .progressBar__title {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    padding-left: 0.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .progressBar__title {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    padding-left: 0.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .progressBar__title {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding-left: 0.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .progressBar__title {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding-left: 0.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.progressBar__title::before {
  content: "¤ ";
}
.progressBar__subTitle {
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #637381;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 575px) {
  .progressBar__subTitle {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .progressBar__subTitle {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .progressBar__subTitle {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .progressBar__subTitle {
    margin-bottom: 0.15rem;
  }
}
.progressBar__border {
  border: 1px solid #c4cdd5;
  height: 1rem;
  margin-bottom: 0.8rem;
}
.progressBar__fill {
  background-color: #dba016;
  opacity: 1;
  height: 1rem;
}
@media screen and (max-width: 575px) {
  .progressBar__fill {
    opacity: 0.5;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .progressBar__fill {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .progressBar__fill {
    opacity: 0.5;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .progressBar__fill {
    opacity: 0.5;
  }
}
.progressBar__fill--color {
  background-color: #db3816;
  opacity: 1;
  height: 1rem;
}
@media screen and (max-width: 575px) {
  .progressBar__fill--color {
    opacity: 0.5;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .progressBar__fill--color {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .progressBar__fill--color {
    opacity: 0.5;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .progressBar__fill--color {
    opacity: 0.5;
  }
}

.parallax {
  width: 100%;
  height: 50vh;
  background-image: url("../assets/imgs/para2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 575px) {
  .parallax {
    height: 40vh;
    background-position: top -2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .parallax {
    height: 40vh;
    background-position: top -2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .parallax {
    height: 40vh;
    background-position: center center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .parallax {
    height: 40vh;
    background-position: center center;
  }
}

.parallax2 {
  width: 100%;
  height: 40vh;
  background-image: url("../assets/imgs/para1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 575px) {
  .parallax2 {
    height: 30vh;
    background-position: right bottom;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .parallax2 {
    height: 30vh;
    background-position: right bottom;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .parallax2 {
    height: 35vh;
    background-position: right bottom;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .parallax2 {
    height: 35vh;
    background-position: right bottom;
  }
}

.networks {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media screen and (max-width: 575px) {
  .networks {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .networks {
    display: none;
  }
}
.networks__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.networks__title {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #919eab;
}
.networks__icon {
  width: 30px;
  color: #212b36;
  opacity: 0.5;
  margin: 0.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .networks__icon {
    width: 80px;
    opacity: 0.4;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .networks__icon {
    width: 80px;
    opacity: 0.4;
    font-size: 3rem;
  }
}
.networks__icon:hover {
  opacity: 0.8;
}
.networks__link {
  text-decoration: none;
  padding-left: 0.15rem;
}
.networks__link:hover {
  color: #212b36;
}

.sticky__title-L {
  margin: 0 0 1.1rem 0;
  font-size: 10em;
  font-family: system-ui;
  font-weight: bold;
  text-align: right;
  color: #c4cdd5;
  line-height: 6rem;
}
@media screen and (max-width: 575px) {
  .sticky__title-L {
    margin: 0 0 0.5rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__title-L {
    margin: 0 0 0.5rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__title-L {
    margin: 0 0 0.5rem 0;
    text-align: center;
  }
}

.sticky__title-M {
  font-size: 1.2em;
  font-weight: bold;
  color: #919eab;
  letter-spacing: -0.025em;
  margin: 0 0 0.25em 0;
}
@media screen and (max-width: 575px) {
  .sticky__title-M {
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.025em;
    text-align: right;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__title-M {
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.025em;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__title-M {
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.025em;
    text-align: right;
  }
}

.sticky__title-M span {
  font-weight: normal;
  color: #919eab;
}
@media screen and (max-width: 575px) {
  .sticky__title-M span {
    color: #919eab;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__title-M span {
    color: #919eab;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__title-M span {
    color: #919eab;
  }
}

.sticky__quote {
  font-size: 1.25em;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .sticky__quote {
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__quote {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__quote {
    text-align: center;
  }
}

.sticky__title-S {
  font-size: 1.2em;
  font-weight: bold;
  color: #919eab;
  letter-spacing: -0.05rem;
  margin: 0 0 0.25rem 0;
}
@media screen and (max-width: 575px) {
  .sticky__title-S {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__title-S {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__title-S {
    font-size: 1.2em;
  }
}

.sticky__title-S span {
  font-weight: normal;
  color: #c4cdd5;
}

.sticky__title-XS {
  font-size: 1em;
  font-weight: bold;
  color: #637381;
  letter-spacing: 0.075rem;
  margin: 0 0 0.15rem 0;
  padding-left: 0.5rem;
}
@media screen and (max-width: 575px) {
  .sticky__title-XS {
    font-size: 1em;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__title-XS {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__title-XS {
    font-size: 1em;
  }
}

div .content {
  min-width: 80%;
}
@media screen and (max-width: 575px) {
  div .content {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div .content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .content {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div .content {
    width: 100%;
  }
}

div .content .sticky__text {
  font-size: 1rem;
  padding-left: 0.5rem;
  color: #454f5b;
}

/* layout */
.sticky__wrapper {
  width: 60%;
  margin: 0 auto 1rem auto;
}
@media screen and (max-width: 575px) {
  .sticky__wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky__wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .sticky__wrapper {
    width: 80%;
    margin-bottom: 1rem;
  }
}
.sticky__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 575px) {
  .sticky__section {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__section {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__section {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
}
.sticky__section > div {
  flex: 1 1 auto;
}
.sticky__section > div.index {
  position: sticky;
  top: 10rem;
  flex: 0 1 20rem;
  min-width: 20%;
  padding: 0 1rem;
}
@media screen and (max-width: 575px) {
  .sticky__section > div.index {
    position: relative;
    top: auto;
    flex: 0 0 0;
    width: 100%;
    padding: 0.75rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sticky__section > div.index {
    position: relative;
    top: auto;
    flex: 0 0 0;
    width: 100%;
    padding: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__section > div.index {
    position: relative;
    top: auto;
    width: 100%;
    flex: 0 0 0;
    padding: 0.75rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky__section > div.index {
    position: relative;
    top: auto;
    width: 100%;
    flex: 0 0 0;
    padding: 0.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .sticky__section > div.index {
    position: sticky;
    top: 8rem;
  }
}

div .index__subTitle {
  text-align: right;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #637381;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  div .index__subTitle {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div .index__subTitle {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .index__subTitle {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div .index__subTitle {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: right;
    margin-bottom: 1rem;
  }
}
div .index__title-M {
  font-size: 1.2rem;
  font-weight: bold;
  color: #919eab;
  letter-spacing: -0.075em;
  margin: 0 0 0.25em 1.9rem;
  text-align: left;
  color: #007890;
}
@media screen and (max-width: 575px) {
  div .index__title-M {
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.025em;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div .index__title-M {
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.025em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .index__title-M {
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.025em;
    text-align: left;
  }
}
div .index__list {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #919eab;
}
@media screen and (max-width: 575px) {
  div .index__list {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .index__list {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
div .index__item::marker {
  color: #007890;
  font-size: 1rem;
  font-weight: 800;
  content: "» ";
}
@media screen and (max-width: 575px) {
  div .index__item::marker {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .index__item::marker {
    font-size: 1rem;
  }
}
div .index__link {
  font-size: 0.9rem;
  line-height: 1rem;
  text-decoration: none;
  color: #919eab;
}
@media screen and (max-width: 575px) {
  div .index__link {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .index__link {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
div .index__link:hover {
  font-size: 0.9rem;
  line-height: 1rem;
  text-decoration: none;
  color: #454f5b;
}
@media screen and (max-width: 575px) {
  div .index__link:hover {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .index__link:hover {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
div .index__text {
  font-size: 0.9rem;
  line-height: 1rem;
  text-decoration: none;
  color: #637381;
  text-align: right;
  margin-bottom: 3px;
}
@media screen and (max-width: 575px) {
  div .index__text {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div .index__text {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

/* hover */
article {
  transition: background-color 1s;
  transition-timing-function: background-color ease-out;
  border-bottom: 1px solid #c4cdd5;
  padding: 1rem 0;
}
@media screen and (max-width: 575px) {
  article {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  article {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  article {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  article {
    padding: 1rem 0;
  }
}
article:hover {
  background-color: rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=main.css.map */