:root {
    --black: black;
    --primary-color: #ff6100;
    --background: #f4ece6;
    --white: white;
    --accent-color: gold;
    --text: #333;
    --primary-color-300: #fffba0;
    --primary-color-200: #ff933e;
    --text-200: #5c5c5c;
    --font-family: Outfit, Arial, "Helvetica Neue", Helvetica, sans-serif;
    --background-200: #eae2dc;
    --background-300: #c1bab4;
    --accent-color-200: #925a00;
  }

  /* Disable all link's styling */
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: var(--white)
  }


  body {
    font-family: var(--font-family);
    color: var(--text);
    background-color: var(--background);
    margin: 0;
  }

  h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 0;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }
  
  .navbar2_menu {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }
  
  .navbar2_menu.is-page-height-tablet {
    font-size: 18px;
  }
  
  .navbar2_menu-button {
    padding: 0;
  }
  
  .navbar2_dropdown-list.w--open {
    border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    padding: .5rem;
    position: absolute;
  }
  
  .button {
    border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    text-align: center;
    padding: .75rem 1.5rem;
    text-decoration: none;
  }
  
  .button.is-navbar2-button {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-style: normal;
  }
  
  .dropdown-chevron {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
  }
  
  .navbar2_logo-link {
    padding-left: 0;
  }
  
  .navbar2_container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .navbar2_component {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    width: 100%;
    height: auto;
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .navbar2_link {
    color: var(--\<unknown\|relume-variable-link-color-1\>);
    padding: .5rem 1rem;
  }
  
  .navbar2_link.w--current {
    color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  }
  
  .navbar2_button-wrapper {
    grid-column-gap: 1rem;
    margin-left: 1rem;
    display: flex;
  }
  
  .navbar2_dropdown-link {
    color: var(--\<unknown\|relume-variable-link-color-1\>);
    padding: .5rem 1rem;
  }
  
  .navbar2_dropdown-link.w--current {
    color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  }
  
  .navbar2_dropdwn-toggle {
    grid-column-gap: .5rem;
    color: var(--\<unknown\|relume-variable-link-color-1\>);
    align-items: center;
    padding: .5rem 1rem;
    display: flex;
  }
  
  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .body {
    background-color: var(--background);
    font-family: Outfit, sans-serif;
  }
  
  .text-block {
    text-align: left;
    font-size: 50px;
    font-weight: 800;
    line-height: 4rem;
  }
  
  .image {
    max-width: 30%;
  }
  
  .image-2 {
    max-width: 75px;
  }
  
  .heading {
    direction: ltr;
    object-fit: fill;
    overflow: visible;
  }
  
  .div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 20px;
    display: flex;
  }
  
  .button-2 {
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 15px;
    padding: 8px 25px;
    font-size: 20px;
  }
  
  .hero-section {
    opacity: 1;
    background-image: linear-gradient(rgba(255, 251, 160, .68), rgba(255, 251, 160, .68)), url('../images/background.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
  }
  
  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 80%;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }
  
  .paragraph {
    max-width: 70%;
    font-size: 18px;
    line-height: 30px;
  }
  
  .heading-2 {
    font-size: 50px;
    line-height: 3.5rem;
  }
  
  .features-list {
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px;
    position: relative;
  }
  
  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .features-wrapper-two {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
  
  .features-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 40%;
    display: flex;
  }
  
  .features-paragraph {
    margin-bottom: 24px;
  }
  
  .text-link-arrow {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
  }
  
  .arrow-embed {
    margin-left: 2px;
    display: flex;
  }
  
  .features-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 46%;
    margin-bottom: -16px;
    display: flex;
  }
  
  .features-block-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }
  
  .features-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }
  
  .image-3, .image-4, .image-5 {
    max-width: 20%;
  }
  
  .image-6, .image-7, .image-8 {
    max-width: 15%;
  }
  
  .heading-3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .line {
    border: 2px solid var(--primary-color);
    border-radius: 0;
    min-width: 15%;
  }
  
  .section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }
  
  .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
    max-width: 15%;
  }
  
  .hero-without-image {
    background-color: var(--accent-color);
    border-bottom: 1px solid #e4ebf3;
    padding: 80px 30px;
    position: relative;
  }
  
  .hero-wrapper-two {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .margin-bottom-24px {
    margin-bottom: 24px;
  }
  
  .button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
  }
  
  .button-primary:hover {
    color: #fff;
    background-color: #32343a;
  }
  
  .button-primary:active {
    background-color: #43464d;
  }
  
  .footer-light {
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px;
    position: relative;
  }
  
  .footer-wrapper-two {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
  
  .footer-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .footer-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
  
  .footer-link-two {
    color: #1a1b1f;
    margin-top: 20px;
    text-decoration: none;
  }
  
  .footer-link-two:hover {
    color: rgba(26, 27, 31, .75);
  }
  
  .footer-form {
    width: 315px;
    max-width: 100%;
    margin-bottom: 0;
  }
  
  .footer-form-block {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }
  
  .footer-form-field {
    border: 1px solid #a6b1bf;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 48px;
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
    transition: all .2s;
  }
  
  .footer-form-field:hover, .footer-form-field:focus {
    border-color: #76879d;
  }
  
  .footer-form-field::placeholder {
    color: rgba(26, 27, 31, .8);
    font-size: 14px;
    line-height: 22px;
  }
  
  .footer-form-submit {
    background-color: #1a1b1f;
    background-image: url('../images/');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 50px;
    height: 48px;
    transition: all .2s;
  }
  
  .footer-form-submit:hover {
    background-color: #3a4554;
  }
  
  .footer-divider-two {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .footer-bottom {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .footer-copyright {
    color: #3a4554;
  }
  
  .footer-social-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: -12px;
    display: flex;
  }
  
  .footer-social-link {
    margin-left: 12px;
  }
  
  .image-15 {
    max-width: 30%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .button-3 {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 15px 60px;
    font-size: 20px;
  }
  
  @media screen and (max-width: 991px) {
    .navbar2_menu {
      border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
      background-color: var(--\<unknown\|relume-variable-background-color-1\>);
      -webkit-text-fill-color: inherit;
      background-clip: border-box;
      justify-content: center;
      padding: 1rem 5% 2.5rem;
      display: flex;
      position: absolute;
      overflow: auto;
    }
  
    .navbar2_menu.is-page-height-tablet {
      background-image: linear-gradient(rgba(255, 251, 160, .85), rgba(255, 251, 160, .85));
      width: 100svw;
      height: 100dvh;
      padding-bottom: 6.5rem;
      transition: height .5s;
    }
  
    .menu-icon2_line-bottom {
      background-color: var(--black);
      width: 24px;
      height: 2px;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .navbar2_menu-button {
      padding: 0;
    }
  
    .navbar2_menu-button.w--open {
      background-color: rgba(0, 0, 0, 0);
    }
  
    .navbar2_dropdown-list {
      position: static;
      overflow: hidden;
    }
  
    .navbar2_dropdown-list.w--open {
      border-style: none;
      padding: 0;
      position: static;
    }
  
    .menu-icon2_line-top {
      background-color: var(--black);
      width: 24px;
      height: 2px;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .dropdown-chevron {
      top: auto;
      bottom: auto;
      left: auto;
      right: 0%;
    }
  
    .navbar2_container {
      display: flex;
    }
  
    .menu-icon2 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      margin-right: -.5rem;
      padding-bottom: 0;
      padding-right: 0;
      display: flex;
    }
  
    .navbar2_menu-dropdown {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 1.125rem;
      display: flex;
    }
  
    .navbar2_link {
      text-align: center;
      padding: .75rem 0;
      font-size: 1.125rem;
    }
  
    .navbar2_button-wrapper {
      align-items: center;
    }
  
    .navbar2_dropdown-link {
      text-align: center;
      width: auto;
      padding: .75rem 0;
      font-size: 16px;
    }
  
    .menu-icon2_line-middle {
      background-color: var(--black);
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 2px;
      margin-top: 6px;
      margin-bottom: 6px;
      padding-bottom: 0;
      padding-right: 0;
      display: flex;
    }
  
    .navbar2_dropdwn-toggle {
      align-items: center;
      margin-left: 0;
      margin-right: 0;
      padding: .75rem 2rem .75rem 0;
      display: flex;
    }
  
    .menu-icon_line-middle-inner {
      background-color: var(--black);
      width: 4px;
      height: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .hero-section {
      padding-left: 4%;
      padding-right: 4%;
    }
  
    .container {
      max-width: 728px;
    }
  
    .features-wrapper-two {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .features-left {
      max-width: 100%;
      margin-bottom: 40px;
    }
  
    .features-right {
      max-width: 100%;
    }
  
    .footer-wrapper-two {
      flex-wrap: wrap;
    }
  
    .footer-form {
      width: 100%;
      margin-top: 40px;
    }
  
    .footer-form-container {
      max-width: 350px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .navbar2_menu.is-page-height-tablet {
      padding-bottom: 6rem;
    }
  
    .button.is-navbar2-button {
      padding: .25rem 1rem;
    }
  
    .navbar2_component {
      min-height: 4rem;
    }
  
    .div-block-2 {
      max-width: 100%;
    }
  
    .features-list, .hero-without-image {
      padding: 60px 15px;
    }
  
    .footer-light {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .footer-bottom {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .footer-copyright {
      font-size: 14px;
      line-height: 20px;
    }
  
    .footer-social-block-two {
      margin-top: 20px;
    }
  
    .footer-social-link {
      margin-left: 20px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .navbar2_container {
      display: flex;
    }
  
    .image-2 {
      max-width: 50px;
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 0;
      padding-right: 0;
      display: block;
    }
  
    .heading {
      display: none;
    }
  
    .button-2 {
      display: block;
    }
  
    .container {
      max-width: none;
    }
  
    .features-right {
      margin-bottom: -30px;
    }
  
    .features-block-two {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 30px;
    }
  
    .features-image {
      margin-bottom: 10px;
    }
  
    .footer-wrapper-two {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .footer-block-two {
      margin-top: 40px;
    }
  
    .footer-bottom {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .footer-social-block-two {
      margin-top: 20px;
    }
  }
  