.nav-link {
  display: block;
  padding: 10px 20px;
  color: #081158;
}

.nav-link.w--current {
  color: #081158;
  font-weight: 500;
}

.container {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1450px;
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.insta-container {
  display: -ms-grid;
  display: grid;
  width: 90vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 40vw 1fr;
  grid-template-columns: 40vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.grid-2 {
  display: -ms-grid;
  display: grid;
  width: 95vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 50px;
  -ms-grid-columns: 35vw 58vw;
  grid-template-columns: 35vw 58vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-right-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 0 3px hsla(0, 0%, 100%, 0.6);
}

.button {
  display: block;
  min-width: 200px;
  margin-top: 3vh;
  padding: 15px 20px 15px 40px;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #081158;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15))), url('../images/Vector-4.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), url('../images/Vector-4.svg');
  background-position: 0px 0px, 30px 50%;
  background-size: auto, auto 15px;
  background-repeat: repeat, no-repeat;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 174.47px;
  height: 60px;
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.arrow-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #081158;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1);
}

.arrow-nav:hover {
  padding-left: 10px;
}

.arrow-nav.left-arrow:hover {
  padding-right: 10px;
  padding-left: 0px;
}

.hero-nav-arrow {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100px;
  margin-bottom: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-nav-arrow.right-arrow {
  left: 0%;
  top: -50px;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-nav-arrow.left-arrow {
  left: 0%;
  top: -50px;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: 0px;
}

.label {
  margin-bottom: 0px;
  color: #081158;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label._30-margin {
  margin-bottom: 30px;
}

.label._15-margin {
  margin-bottom: 15px;
}

.hero-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hero-slider-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  border-radius: 10px;
}

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-500 {
  color: #fff;
  font-size: 19.5px;
}

.hero-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.hero-slider-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.max-600 {
  max-width: 600px;
}

.slide-nav {
  top: 100%;
  display: none;
  margin-top: 50px;
  font-size: 8px;
}

.section1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004a97;
}

.section1.footer-insta {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eef0f4;
}

.body {
  font-family: 'Noto Sans KR', sans-serif;
  color: #004a97;
  line-height: 1.6;
}

.imagescrollsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40vw;
  height: 40vw;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagescrroll {
  overflow: hidden;
  width: 40vw;
  height: 40vw;
  margin-right: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
}

.insta-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section2 {
  position: relative;
  background-color: #fff;
}

.html-embed {
  width: 85vw;
    height: 40vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepagetitle {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.homepagetitle2 {
  font-size: 29px;
  line-height: 1.6;
}

.section3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section3.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4f1ff), to(#0a5aae));
  background-image: linear-gradient(180deg, #d4f1ff, #0a5aae);
  color: #fff;
}

.section5 {
  position: relative;
  padding: 80px 10px;
  background-color: #001429;
  text-align: center;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: 5vh;
  margin-bottom: 3vh;
  color: #676770;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph-3 {
  padding-right: 5%;
  padding-left: 5%;
  color: #9999a8;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  position: relative;
  z-index: 6;
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer.center {
  position: relative;
  z-index: 6;
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top-style: none;
  background-color: #383838;
  text-align: center;
}

.footertitle {
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
}

.footertitle.right {
  color: #004a97;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-4 {
  margin-right: 2%;
  margin-bottom: 0px;
  margin-left: 3%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #004a97;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.6;
}

.link-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footerdiv {
  width: 100%;
  height: 100%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: #c3e0ff;
}

.footerdiv.left {
  background-color: #004a97;
}

.footerdiv.right {
  background-color: #b8dbff;
}

.paragraph-1 {
  margin-right: 3%;
  margin-bottom: 0px;
  margin-left: 3%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-3 {
  display: -ms-grid;
  display: grid;
  max-width: 96vw;
  padding-top: 80px;
  padding-right: 8vw;
  padding-left: 8vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.whyus {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 5vh 5vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.whyus.top {
  border-bottom: 2px dashed #93c2f3;
  border-left: 2px dashed #93c2f3;
}

.whyus.bottom {
  padding-left: 5vw;
  border-style: dashed dashed none none;
  border-width: 2px;
  border-color: #93c2f3;
}

.whyustitle {
  position: relative;
  z-index: 2;
  font-family: Saira, sans-serif;
  color: #004a97;
  font-size: 30px;
  line-height: 1.4;
  text-align: left;
}

.whyusparagraph {
  position: relative;
  z-index: 2;
  padding-right: 0vw;
  padding-left: 0vw;
  color: #004a97;
  line-height: 2;
  text-align: left;
}

.backgroupimage {
  position: relative;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: auto;
  width: 40%;
  max-width: none;
  padding-bottom: 0px;
}

.backgroupimage.top {
  position: relative;
  left: auto;
  right: -10%;
}

.backgroupimage.bottom {
  position: relative;
  left: -30%;
  top: 0%;
}

.description-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.description-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34vw;
  height: 24.62vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
}

.homepagetitile1 {
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}

.scribble-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}

.scribble-text.list-text {
  width: 35px;
  margin-right: 15px;
  color: #8ea5a0;
}

.description-bg {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 50vw;
  height: 60%;
  background-color: #081158;
  background-image: url('../images/Shapes.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.description-bg.left {
  left: 0px;
  top: 120px;
  right: auto;
  width: 30vw;
  height: 55vh;
}

.homepagepg1 {
  color: #fff;
  font-size: 20px;
}

.text-block-2 {
  color: #081158;
}

.dropdown-toggle {
  padding-right: 20px;
}

.text-span-4 {
  margin-right: 2px;
  margin-left: 2px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.servicediv {
  position: relative;
  z-index: 2;
  margin-left: 3vw;
}

.servicetitle {
  font-family: Saira, sans-serif;
  font-size: 28px;
}

.text-span-5 {
  color: #9999a8;
  text-decoration: underline;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80vw;
  height: 40vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-4 {
  max-width: 90%;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #081158;
    text-align: center;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #081158;
  }

  .container.nav-container {
    position: static;
  }

  .nav-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 50vw;
    padding: 100px 50px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #cfddee;
    text-align: center;
  }

  .arrow-nav {
    width: 90px;
    height: 90px;
  }

  .hero-nav-arrow.right-arrow {
    padding-right: 15px;
  }

  .hero-nav-arrow.left-arrow {
    padding-left: 15px;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section1.footer-insta {
    padding-top: 150px;
  }

  .section3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .description-bg {
    top: 100px;
  }

  .description-bg.left {
    width: 35vw;
  }
}

@media screen and (max-width: 767px) {
  .container.grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 5vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 26vw auto;
    grid-template-rows: 26vw auto;
  }

  .navbar {
    height: 60px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block {
    width: 116.31px;
    height: 40px;
  }

  .hero-nav-arrow.right-arrow {
    left: auto;
    margin-top: 300px;
    margin-right: 0px;
    margin-bottom: auto;
    padding-right: 15px;
  }

  .hero-nav-arrow.left-arrow {
    margin-top: 300px;
  }

  .hero-slider-image-wrap {
    height: 400px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section1 {
    padding-bottom: 70px;
  }

  .container-3 {
    grid-row-gap: 50px;
  }

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

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

  .backgroupimage.top {
    width: 50%;
  }

  .description-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .homepagetitile1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .description-bg {
    top: auto;
    bottom: 0px;
    width: 95vw;
    height: 40%;
  }

  .description-bg.left {
    top: 0px;
    width: 90vw;
    height: 40vh;
    margin-left: 5vw;
  }

  .homepagepg1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .dropdown-link {
    background-color: #fff;
  }

  .dropdown-link-2 {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .container.grid-2 {
    margin-top: 5vh;
    grid-row-gap: 10px;
    -ms-grid-rows: 50vw auto;
    grid-template-rows: 50vw auto;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .nav-menu {
    width: 100vw;
  }

  .arrow-nav {
    width: 50px;
    height: 50px;
  }

  .hero-nav-arrow.right-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
  }

  .hero-nav-arrow.left-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
    margin-bottom: 0px;
  }

  .label._30-margin {
    margin-bottom: 10px;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
    height: 300px;
  }

  .big-paragraph.max-500 {
    font-size: 17px;
  }

  .hero-slider-image {
    border-radius: 10px;
  }

  .section1 {
    padding-top: 75px;
    padding-bottom: 40px;
  }

  .section1.footer-insta {
    padding-top: 100px;
  }

  .imagescrollsection {
    width: 70vw;
    height: 70vw;
  }

  .imagescrroll {
    width: 70vw;
    height: 70vw;
  }

  .homepagetitle {
    font-size: 25px;
  }

  .homepagetitle2 {
    margin-top: 10px;
    font-size: 27px;
  }

  .section3 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-heading.centered {
    font-size: 20px;
    line-height: 25px;
  }

  .container-3 {
    padding-right: 0vw;
    padding-left: 0vw;
    grid-row-gap: 0px;
  }

  .backgroupimage.top {
    left: 36%;
    width: 90%;
  }

  .backgroupimage.bottom {
    left: -20%;
    top: -10%;
  }

  .description-image-wrap {
    width: 60vw;
    height: 43.44vw;
  }

  .homepagetitile1 {
    margin-top: 0px;
    font-size: 28px;
  }

  .description-bg.left {
    height: 35vh;
  }

  .homepagepg1 {
    margin-top: 0px;
    font-size: 17px;
  }

  .servicediv {
    margin-top: 5vh;
    margin-right: 1vw;
    margin-left: 1vw;
  }

  .div-block-3 {
    width: 140vw;
    height: 70vw;
  }
}

#w-node-_40a95137-5be5-e346-f3a3-e8f1ce61df4f-0c81164a {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_40a95137-5be5-e346-f3a3-e8f1ce61df51-0c81164a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e02b522e-fd65-ed51-5bb0-00a4ea8dfdf1-0c81164a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e02b522e-fd65-ed51-5bb0-00a4ea8dfe02-0c81164a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_96285576-ebbf-12fe-feb7-f8858b6011c4-8b6011c3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_96285576-ebbf-12fe-feb7-f8858b6011d6-8b6011c3 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7563059d-66da-f887-3584-35f2b0257fb7-3cc8ee6a {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2c231205-a943-35a8-8da1-71fe81d1d60a-3cc8ee6a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_18a079ea-325c-748a-7b0f-8e27605f5a2e-3cc8ee6a {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_18a079ea-325c-748a-7b0f-8e27605f5a2f-3cc8ee6a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_18a079ea-325c-748a-7b0f-8e27605f5a31-3cc8ee6a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fb40b612-cfc7-c2f2-5fb1-7c9176b0b892-3cc8ee6a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5e7263ce-a572-cc18-b398-f6c0bfa2f713-3cc8ee6a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bc940c47-b980-cd9f-e4ab-3ee3659c465d-3cc8ee6a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_21c3fe5e-2c20-53be-43dd-9933b6f659f2-0fc8b29d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b95fedd5-669a-0ed5-ed3f-b0e14b27de82-0fc8b29d {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_21c3fe5e-2c20-53be-43dd-9933b6f659f2-89639557 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b95fedd5-669a-0ed5-ed3f-b0e14b27de82-89639557 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_21c3fe5e-2c20-53be-43dd-9933b6f659f2-a67c516b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b95fedd5-669a-0ed5-ed3f-b0e14b27de82-a67c516b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 767px) {
  #w-node-_40a95137-5be5-e346-f3a3-e8f1ce61df4f-0c81164a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_40a95137-5be5-e346-f3a3-e8f1ce61df51-0c81164a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2c231205-a943-35a8-8da1-71fe81d1d60a-3cc8ee6a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_18a079ea-325c-748a-7b0f-8e27605f5a2e-3cc8ee6a {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_18a079ea-325c-748a-7b0f-8e27605f5a2f-3cc8ee6a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_18a079ea-325c-748a-7b0f-8e27605f5a31-3cc8ee6a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fb40b612-cfc7-c2f2-5fb1-7c9176b0b892-3cc8ee6a {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_5e7263ce-a572-cc18-b398-f6c0bfa2f713-3cc8ee6a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-bc940c47-b980-cd9f-e4ab-3ee3659c465d-3cc8ee6a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96285576-ebbf-12fe-feb7-f8858b6011c4-8b6011c3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_96285576-ebbf-12fe-feb7-f8858b6011d6-8b6011c3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_21c3fe5e-2c20-53be-43dd-9933b6f659f2-0fc8b29d {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b95fedd5-669a-0ed5-ed3f-b0e14b27de82-0fc8b29d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_21c3fe5e-2c20-53be-43dd-9933b6f659f2-89639557 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b95fedd5-669a-0ed5-ed3f-b0e14b27de82-89639557 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_21c3fe5e-2c20-53be-43dd-9933b6f659f2-a67c516b {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b95fedd5-669a-0ed5-ed3f-b0e14b27de82-a67c516b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

