:root {
  --lemon-chiffon: #f9f1c8;
  --saddle-brown: #8d5012;
}

.body {
  background-color: var(--lemon-chiffon);
  max-width: 100vw;
  max-height: 100vh;
}

.announce-bar {
  background-color: var(--saddle-brown);
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 4px;
  display: none;
}

.announce-bar-text {
  color: var(--lemon-chiffon);
  max-width: 90%;
  font-family: Arcadepi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.navlink {
  text-decoration: none;
  display: flex;
}

.logo {
  height: 41px;
}

.nav-aerow {
  padding-left: 15px;
}

.nav-link {
  color: #0b4a72;
  font-size: 42px;
  line-height: 64px;
}

.nav-menu {
  background-color: #00000080;
  width: 100%;
  height: 9.5%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.list-item {
  text-align: left;
}

.list-item.d-none {
  display: none;
}

.menu-button {
  background-color: #0000;
  margin-left: 22px;
  padding: 10px;
  display: block;
}

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

.menu-button.display {
  margin-left: 60px;
  margin-right: auto;
}

.header-left {
  background-color: #fff8f0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: auto;
}

.menu-line {
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 20px;
  display: flex;
  position: relative;
}

.image-div {
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #0000001a;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link.mar20 {
  padding: 5px 10px 12.5px;
}

.dropdown-link.mar12-5 {
  border-top: 1px solid #0000001a;
  padding: 12.5px 10px 5px;
}

.list {
  margin-top: 20px;
  padding-left: 60px;
  list-style-type: none;
}

.dropdown-list.w--open {
  background-color: #ebf0f5;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 1px 1px 10px #00000040;
}

.link {
  color: #0b4a72;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  transition: all .2s;
  display: block;
}

.link:hover {
  background-image: url('../images/Underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}

.link.display {
  margin-right: -10px;
  display: block;
}

.link.max-width {
  width: 70px;
  margin-left: 30px;
  display: none;
}

.header {
  width: 50%;
  height: 100vh;
  display: flex;
}

.bottom-line {
  background-color: #0b4a72;
  width: 100%;
  height: 2px;
  transform: translate(0);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-list-link {
  color: #0b4a72;
  font-size: 18px;
  line-height: 40px;
}

.nav-list-link.link {
  width: 148px;
  margin-left: 0;
}

.nav {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.nav-list {
  padding-top: 27px;
  padding-left: 60px;
  list-style-type: none;
}

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

.image {
  position: relative;
  top: 150px;
}

.top-line {
  background-color: #0b4a72;
  width: 100%;
  height: 2px;
}

.logotext {
  color: var(--saddle-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arcadepi, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.heading {
  color: var(--lemon-chiffon);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arcadepi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.link-block {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}

.link-block:hover {
  box-shadow: 0 0 #8d50129c;
}

.brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.image-2 {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
}

.csoon {
  background-color: var(--saddle-brown);
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  inset: auto auto -63% 12%;
}

.heading-2 {
  color: var(--lemon-chiffon);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arcadepi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.columns {
  width: 100vw;
  height: 100vh;
}

.column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.image-3 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: relative;
}

.div-block-2 {
  position: relative;
}

.image-4 {
  position: absolute;
  inset: -124% auto auto 35%;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-right: 40px;
  display: flex;
}

.heading-3 {
  color: #000;
  text-align: right;
  font-family: BDOGE, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  margin-top: 10px;
}

.image-5 {
  position: absolute;
  inset: 15% -22% auto auto;
}

.div-block-4 {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4.wesd {
  margin-top: 40px;
}

.image-6 {
  width: 100px;
}

.image-6.wow {
  position: absolute;
  inset: auto 6% -40% auto;
}

.text-span {
  -webkit-text-stroke-width: 1px;
  font-size: 50px;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.image-7 {
  transform-style: preserve-3d;
  width: 100px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.columns-2 {
  background-color: #fff;
  border: 5px solid #000;
  padding-top: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.column-3 {
  justify-content: flex-end;
  display: flex;
}

.link-block-2 {
  display: block;
}

@media screen and (max-width: 991px) {
  .announce-bar {
    background-color: #fff2cd;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announce-bar-text {
    font-size: 15px;
  }

  .logo {
    height: 30px;
  }

  .nav-link {
    font-size: 30px;
    line-height: 48px;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
  }

  .menu-button {
    margin-left: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fef8f1;
  }

  .header-left {
    justify-content: flex-start;
  }

  .menu-line {
    justify-content: space-around;
    align-items: stretch;
  }

  .navbar {
    height: 64px;
  }

  .dropdown-link {
    padding: 5px 10px;
  }

  .dropdown-link.mar20 {
    padding-bottom: 12.5px;
  }

  .dropdown-link.mar12-5 {
    border-top: 1px solid #0000001a;
    padding-top: 12.5px;
  }

  .dropdown-list {
    margin-right: 16px;
  }

  .dropdown-list.w--open {
    background-color: #ebf0f5;
    border-radius: 4px;
    width: 172px;
    margin-right: 0;
    padding: 20px;
    transition: all .3s;
    position: absolute;
    inset: 158% 0% auto auto;
  }

  .link {
    width: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .link.display {
    display: none;
  }

  .link.max-width {
    width: 60px;
    margin-left: 30px;
  }

  .header {
    width: 100%;
  }

  .dropdown {
    margin-right: 0;
    display: block;
  }

  .dropdown-toggle {
    padding: 5px;
    transition: all .3s;
  }

  .dropdown-toggle.w--open {
    border-radius: 4px;
  }

  .nav-list {
    padding-top: 0;
  }

  .wnav-link {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 20px;
    line-height: 38px;
  }

  .menu-button.display.w--open {
    margin-left: 30px;
  }

  .header-left {
    justify-content: flex-start;
  }

  .image-div {
    display: none;
  }

  .list {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .nav-list {
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 100%, 50% 98%;
    background-size: auto 40px, 75px;
  }

  .announce-bar {
    background-color: var(--saddle-brown);
  }

  .announce-bar-text {
    font-size: 12px;
    line-height: 12px;
  }

  .nav-link {
    font-size: 23px;
  }

  .header-left {
    justify-content: flex-start;
  }

  .image-div {
    display: none;
  }

  .navbar {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .nav {
    grid-template-columns: 1fr 1fr;
  }

  .wnav-link {
    justify-content: flex-end;
    margin-left: 10px;
  }

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

  .heading {
    font-size: 17px;
    line-height: 17px;
  }

  .link-block {
    justify-content: center;
    display: flex;
  }

  .image-2 {
    width: 100px;
    font-size: 25px;
    display: none;
  }

  .div-block {
    margin-right: 10px;
  }

  .column {
    display: none;
  }

  .image-4 {
    top: -171%;
    left: 27%;
  }

  .column-2 {
    padding-top: 140px;
    padding-right: 10px;
    display: block;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-4.wesd {
    margin-top: 40px;
  }

  .image-6 {
    width: 50px;
  }

  .image-6.wow {
    width: 75px;
    bottom: -67%;
    right: 3%;
  }

  .div-block-5 {
    display: flex;
  }

  .image-7 {
    width: 50px;
  }

  .columns-2 {
    display: block;
  }

  .link-block-2 {
    display: inline-block;
  }

  .image-8 {
    width: 50px;
  }

  .image-9 {
    width: 75px;
  }
}

#w-node-bdf65849-f1ff-911f-1dab-22a1270e0094-404025e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a76d53c4-d00a-126e-465a-31394bb5873b-404025e9 {
  place-self: center;
}

#w-node-a76d53c4-d00a-126e-465a-31394bb5873d-404025e9 {
  place-self: center end;
}

#w-node-a76d53c4-d00a-126e-465a-31394bb58797-404025e9 {
  place-self: start end;
}

@media screen and (max-width: 479px) {
  #w-node-bdf65849-f1ff-911f-1dab-22a1270e0094-404025e9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-a76d53c4-d00a-126e-465a-31394bb5873b-404025e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-a76d53c4-d00a-126e-465a-31394bb58797-404025e9 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Arcadepi';
  src: url('../fonts/ARCADEPI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDOGE';
  src: url('../fonts/Peepo.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}