@font-face {
  font-family: Century Gothic;
  src: url('../fonts/Century_Gothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section {
  padding: 6rem 22rem;
}

.section.hero {
  background-color: #012751;
  height: 90vh;
  padding-top: 12rem;
  padding-bottom: 0;
}

.section.hero.payment {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
}

.section.about {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.section.services {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.section.inquiry {
  padding-top: 10rem;
}

.section.footer {
  background-color: #012751;
}

.section.sub-footer {
  background-color: #202020;
  height: 10vh;
  padding-top: 2rem;
  padding-bottom: 0;
}

.navbar {
  background-color: #012751;
  padding: 1rem 22rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.hero_column_2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero_heading {
  font-size: 38px;
  line-height: 50px;
}

.hero_heading.intro {
  color: #fff;
  font-size: 58px;
  line-height: 60px;
}

.image {
  min-width: 80%;
  max-width: 80%;
}

.main_paragraph {
  margin-top: 2rem;
  font-size: 24px;
  line-height: 32px;
}

.main_paragraph.banner_text {
  font-size: 20px;
  line-height: 26px;
}

.main_paragraph.inquiry {
  margin-bottom: 4rem;
}

.main_heading {
  margin-bottom: 6rem;
}

.quick-stack {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu {
  flex: 1;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-right: 0%;
  padding-right: 20%;
}

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

.service-heading.inquiry {
  margin-bottom: 4rem;
}

.service-heading.footer, .service-heading.light {
  color: #e77024;
}

.service_paragraph {
  margin-bottom: 30px;
  font-size: 18px;
}

.service_paragraph._2 {
  margin-bottom: 30px;
}

.service_paragraph.light {
  color: #fff;
}

.service_div {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.service_div._2 {
  margin-top: 2rem;
}

.service_div.dark {
  background-color: #012751;
  height: 250px;
}

.tab-link-tab-1 {
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 30px;
  margin-right: 30px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #303652;
  border: 1px solid #303652;
  border-radius: 20px;
  transition: background-color .45s, color .45s, border-color .45s;
}

.tab-link-tab-2 {
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 30px;
  margin-right: 30px;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #303652;
  border-color: #303652;
  transition: color .45s, border-color .45s, background-color .45s;
}

.body {
  font-family: Century Gothic, Arial, sans-serif;
}

.tab-link-tab-3 {
  color: #333;
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 30px;
  margin-right: 30px;
  transition: color .45s, border-color .45s, background-color .45s;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #303652;
  border-color: #eaeaea;
}

.nav_link {
  color: #fff;
  border: 1px solid #0000;
  transition: border-color .45s;
}

.nav_link:hover {
  border-width: 1px;
  border-color: #0000;
}

.nav_link.w--current {
  color: #fff;
  border-bottom-color: #e77024;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.column {
  padding: 20px 10% 20px 20px;
}

.columns {
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 2rem;
  padding: 2rem;
}

.column-2 {
  padding: 20px 15% 20px 20px;
}

.text-field {
  border-radius: 20px;
  margin-bottom: 25px;
}

.text-field-2 {
  border-radius: 20px;
}

.faq {
  margin-top: 8rem;
}

.accordion-wrapper {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 400px;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.accordion-item {
  width: 100%;
}

.accordion-toggle {
  color: #333;
  white-space: normal;
  background-color: #fff;
  display: flex;
}

.question {
  font-size: 18px;
}

.dropdown-list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #fafafa;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.answer {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq_column_1, .faq_column_2 {
  padding-right: 0%;
}

.divider {
  background-color: #0000;
  height: 1px;
  padding-left: 22rem;
  padding-right: 22rem;
}

.div-block {
  background-color: #eaeaea;
  height: 1px;
}

.banner {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/pexels-yankrukov-7693745.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding: 10rem 22rem;
}

.banner.payment {
  background-color: #ffffff03;
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/pexels-ivan-samkov-7621136.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section-2 {
  padding: 8rem 22rem 6rem;
}

.submit {
  background-color: #303652;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-top: 20px;
}

.div-block-2 {
  margin-bottom: 2rem;
}

.div-block-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  margin-top: 2rem;
}

.field-label, .field-label-2 {
  margin-bottom: 20px;
  font-size: 16px;
}

.footer_text {
  color: #fff;
  margin-bottom: 5px;
}

.image-2 {
  margin-top: 20px;
  margin-bottom: 2rem;
}

.paragraph {
  color: #fff;
}

.text-block-2 {
  color: #b7b7b7;
  text-align: right;
}

.image-3 {
  margin-top: 0;
}

.checkbox-field {
  margin-top: 20px;
}

.quick-stack-3 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-5 {
  margin-top: 6rem;
}

.div-block-6 {
  background-color: #e77024;
  width: 100%;
  padding: 20px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.image-4 {
  overflow: auto;
}

.div-block-7 {
  width: 100%;
  height: 150px;
}

.div-block-7.left {
  background-image: url('../images/pexels-ivan-samkov-7621136.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-7.left:hover {
  transform: translate(0);
}

.div-block-7.right {
  background-image: url('../images/pexels-yankrukov-7693745.jpg');
  background-position: 50%;
  background-size: cover;
}

.sub_header {
  color: #fff;
}

.text-span {
  color: #e77024;
}

.category_selector {
  filter: grayscale();
  width: 100%;
  text-decoration: none;
  transition: filter .45s;
}

.category_selector:hover {
  filter: grayscale(0%);
  border: 0 solid #000;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.consulting_list {
  width: 100%;
}

.list {
  padding-left: 20px;
  padding-right: 15%;
}

.list-2 {
  padding-left: 20px;
}

.text-block-4 {
  margin-bottom: 1rem;
}

.bold-text {
  font-size: 20px;
  line-height: 26px;
}

.list-item {
  margin-bottom: 2rem;
}

.text-span-2 {
  color: #e77024;
}

.tab-link-tab-4 {
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 30px;
  margin-right: 30px;
}

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: #303652;
  border-color: #303652;
}

.tab-link-tab-5 {
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 30px;
  margin-right: 30px;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #303652;
  border-color: #303652;
}

.tab-link-tab-6 {
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 30px;
}

.tab-link-tab-6.w--current {
  color: #fff;
  background-color: #303652;
  border: 1px solid #303652;
  border-radius: 20px;
  margin-right: 30px;
}

.paragraph-2 {
  font-size: 18px;
}

.tabs {
  display: flex;
}

.tabs-content {
  margin-left: -10%;
  padding-top: 4rem;
}

.text-block-5 {
  font-size: 18px;
}

.bold-text-2 {
  font-size: 20px;
}

.quick-stack-5 {
  margin-bottom: 8rem;
  padding-left: 0;
  padding-right: 0;
}

.heading-3 {
  color: #e77024;
  font-size: 20px;
  line-height: 25px;
}

.cell-3 {
  border-right: 1px solid #000;
  padding-right: 30%;
}

.cell-4 {
  padding-left: 10%;
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-top: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.about {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.services {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.inquiry {
    padding: 5rem 2rem 4rem;
  }

  .section.footer, .section.sub-footer, .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_heading {
    font-size: 48px;
    line-height: 58px;
  }

  .tab-link-tab-1, .tab-link-tab-2 {
    margin-bottom: 10px;
  }

  .columns {
    flex-flow: column;
    display: block;
  }

  .banner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2 {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .columns-2 {
    flex-flow: row;
  }

  .div-block-5 {
    margin-top: 4rem;
  }

  .icon {
    color: #e77024;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #003168;
  }

  .icon-2 {
    color: #e77024;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #003168;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .cell-3 {
    border-right-width: 0;
    padding-right: 20%;
  }

  .cell-4 {
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .section.hero.payment {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .section.about {
    padding-top: 2rem;
  }

  .section.services {
    padding-bottom: 2rem;
  }

  .section.sub-footer {
    height: auto;
  }

  .hero_heading {
    font-size: 34px;
    line-height: 44px;
  }

  .hero_heading.intro {
    font-size: 38px;
  }

  .image {
    margin-top: 2rem;
  }

  .main_paragraph {
    font-size: 18px;
  }

  .main_heading {
    font-size: 28px;
    line-height: 35px;
  }

  .tabs-menu {
    padding-right: 0%;
  }

  .service_paragraph {
    font-size: 18px;
    line-height: 23px;
  }

  .service_div.dark {
    height: 170px;
  }

  .text-block {
    font-size: 16px;
  }

  .accordion-wrapper {
    height: auto;
    margin-bottom: 2rem;
  }

  .columns-2 {
    display: block;
  }

  .div-block-5 {
    margin-top: 2rem;
  }

  .sub_header {
    font-size: 30px;
  }

  .category_selector {
    margin-top: 2rem;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-content {
    margin-left: 0%;
  }

  .cell-3 {
    padding-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.hero.payment {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .section.about {
    padding: 2rem 1rem 4rem;
  }

  .section.services, .section.inquiry, .section.footer {
    padding: 2rem 1rem;
  }

  .section.sub-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    padding: 0 1rem;
  }

  .hero_heading, .main_heading {
    font-size: 30px;
  }

  .service_div.dark {
    height: 200px;
  }

  .columns {
    margin-top: 1rem;
    padding: 1rem;
  }

  .banner, .section-2 {
    padding: 2rem 1rem;
  }

  .image-3 {
    margin-top: 1rem;
  }

  .heading, .heading-2 {
    font-size: 30px;
  }
}

#w-node-_0a7fe308-134f-15d7-c943-fe87864a21e8-aab11946 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea02-aab11946, #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea22-aab11946, #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea3e-aab11946, #w-node-_8477f549-68d8-a0d9-9d2d-270df31ed6b8-aab11946 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-efe65b19-c8fe-a541-e97e-4d0a422f07cd-aab11946 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e5644405-3b58-7c0e-fd97-7e1a0ee49839-b4f92201, #w-node-e80365b7-53da-0970-d920-ab0c88b8883f-c51cb408 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-efe65b19-c8fe-a541-e97e-4d0a422f07cd-c51cb408 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0a7fe308-134f-15d7-c943-fe87864a21e8-aab11946 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea02-aab11946, #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea22-aab11946, #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea3e-aab11946, #w-node-_8477f549-68d8-a0d9-9d2d-270df31ed6b8-aab11946, #w-node-efe65b19-c8fe-a541-e97e-4d0a422f07cd-aab11946 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e80365b7-53da-0970-d920-ab0c88b8883f-c51cb408 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-efe65b19-c8fe-a541-e97e-4d0a422f07cd-c51cb408 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea02-aab11946, #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea22-aab11946, #w-node-_35520cd3-429c-7f25-be1e-3ba2a453ea3e-aab11946, #w-node-_8477f549-68d8-a0d9-9d2d-270df31ed6b8-aab11946, #w-node-efe65b19-c8fe-a541-e97e-4d0a422f07cd-aab11946, #w-node-e5644405-3b58-7c0e-fd97-7e1a0ee49839-b4f92201, #w-node-efe65b19-c8fe-a541-e97e-4d0a422f07cd-c51cb408 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/Century_Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}