
   .body {
     height: 100%;
     background-color: #fff;
     text-decoration: none;

     

   }
   
   .btn-up {
     position: fixed;
     left: auto;
     top: auto;
     right: 10px;
     bottom: 10px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 75px;
     height: 75px;
     -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;     
     opacity: 0.75;
   }
   
   .home-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100%;
     max-width: 480px;
     min-height: 100vh;
     min-width: 310px;
     margin-right: auto;
     margin-left: auto;
     padding: 40px;
     -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-image: url("../img/home/bg.jpg");
     background-position: 50% 50%;
     background-size: cover;
     text-decoration: none;
   }
   
   .section-container {
     position: relative;
     z-index: 10;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     /*max-width: 480px;
     min-width: 310px;*/
     margin-right: auto;
     margin-left: auto;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     /*background-color: #e8e3df;*/
     text-decoration: none;
   }
   
   .home-main-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
   
   .home-logo-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-bottom: 0px;
     -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;
     
   }
   
   .home-logo {
       margin-top: 0px;
       width: 70%;
   }
   
   .home-title-container {
     width: 100%;
   }
   
   .hoome-title-wrapper {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 0px;
     padding-bottom: 0px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     text-align: center;
   }
   
   .home-title-letters {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 10px;
     padding-bottom: 0px;
     -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;
     font-family: 'Saira Condensed', sans-serif;
     color: #ba9b50;
     font-size: 39px;
     line-height: 39px;
     font-weight: 500;
     text-decoration: underline;
   }
   
   .home-language-container {
     padding-bottom: 50px;
   }
   
   .div-block {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     max-width: 250px;
     margin-right: auto;
     margin-left: auto;
     padding-top: 15px;
     padding-bottom: 15px;
     -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: #ba9b50;
   }
   
   .language-separator {
     padding-right: 10px;
     padding-left: 10px;
     font-family: 'Saira Condensed', sans-serif;
     color: #000;
     font-size: 28px;
     line-height: 28px;
   }
   
   .link-language {
     font-family: 'Saira Condensed', sans-serif;
     color: #000;
     font-size: 28px;
     font-weight: 500;
     text-decoration: none;
   }
   
   .section-header-container {
     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;
   }
   
   .section-logo {
       padding-top: 30px;
     width: 70%;
   }
   
   .link {
     display: inline-block;
     padding: 10px 20px;
     font-family: 'Saira Condensed', sans-serif;
     color: #8e85b7;
     font-size: 28px;
     text-decoration: underline;
   }
   
   .section-language-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 20px;
     padding-bottom: 20px;
     -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;
   }
   
   .section-nav-menu {
     padding-bottom: 50px;
   }
   
   .brand {
     display: none;
   }
   
   .navbar {
     background-color: transparent;
   }
   
   .nav-menu {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 300px;
     -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-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .container {
     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;
   }
   
   .w-nav-link{
       padding: 5px !important;
        margin: 0px;
   }
   .nav-link {    
     font-family: Barlow, sans-serif;
     color: #302538;
     font-size: 16px;
     font-weight: 500;
   }
   
   .sections-list-container {
     position: relative;
     z-index: 1;
     padding: 30px 10px;
   }
   
   .section-inner-header {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 20px;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     border-bottom: 4px solid #ba9b50;
     background-color: rgba(65, 55, 72, 0.18);
     margin-bottom: 10px;
   }
   
   .section-currency {
     padding-right: 5px;
     padding-left: 5px;
     font-family: Barlow, sans-serif;
     color: #302538;
     font-size: 22px;
   }
   
   .section-amount {
     font-family: Barlow, sans-serif;
     color: #302538;
     font-size: 22px;
   }
   
   .section-amount-wrapper {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-width: 70px;
     -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;
     font-family: Roboto, sans-serif;
     color: #5f6d75;
     font-size: 16px;
     font-weight: 500;
   }
   
   .section-title {
     font-family: 'Saira Condensed', sans-serif;
     color: #ba9b50;
     font-size: 22px;
     font-weight: 600;
   }
   
   .section-item-title {
     font-family: Barlow, sans-serif;
     color: #302538;
     font-size: 15px;
     font-weight: 600;
     text-align: left;
     padding-right: 2px;
   }
   
   .item-header {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 0px 10px;
     -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;
     font-family: Roboto, sans-serif;
     color: #5f6d76;
   }
   
   .section-item-description {     
     background-color: transparent;
   }
   
   .item-description {
     padding-top: 5px;
     padding-right: 10px;
     padding-left: 10px;
     font-family: Roboto, sans-serif;
     width: 90%;
   }
   
   .itme-paragram {
     width: 300px;
     font-family: Barlow, sans-serif;
     color: #302538;
     margin-bottom: 5px;
   }
   
   .menu-separator {
     height: 5px;
     min-height: 20px;
     border: 1px solid #302538;
   }
   
   .img-bottom {
     position: relative;
     left: 0%;
     top: -8px;
     right: 0%;
     bottom: 0%;
     z-index: 1;
   }
   
   .image {
     width: 100%;
   }
   
   .section-main-container {
     position: relative;
     z-index: 10;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     max-width: 480px;
     min-width: 310px;
     margin-right: auto;
     margin-left: auto;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     border-top: 40px solid #302538;
     /*background-color: #e8e3df;*/
     background-image: url("../img/sections/bg.jpg");
     

     text-decoration: none;
   }
   
   .footer-container {
     position: relative;
     z-index: 2;
     padding: 0px 10px;
     background-color: transparent;
   }
   
   .section-list-wrapper {
     /*background-color: rgba(65, 55, 72, 0.18);*/
   }
   
   .item-title-container {
     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;
   }
   
   .text-block {
     color: #302538;
     font-size: 11px;
     font-weight: 600;
   }
   
   .footer-description {
     padding: 10px;
     border-bottom: 20px solid #ba9b50;
     background-color: rgba(65, 55, 72, 0.18);
   }
   
   .paragraph {
     margin-bottom: 0px;
     padding: 10px 20px 10px 10px;
     font-family: Barlow, sans-serif;
   }
   
   @media screen and (min-width: 376px) and (max-width: 479px) {
     .btn-up {
       position: fixed;
       left: auto;
       top: auto;
       right: 20px;
       bottom: 20px;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 70px;
       height: 70px;
       -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;
       text-align: center;
     }
     .home-logo {
       margin-top: 0px!important;
       width: 70%;
    }
    
   }
   @media screen and (min-width: 319px) and (max-width: 375px) {
       .hoome-title-wrapper{
           padding-top: 0px;
       }
    .home-title-letters {      
        padding-top: 0px;
      }
    .home-logo {
       margin-top: 0px;
       width: 70%;
    }
  }
   @font-face {
     font-family: 'Ocrb';
     src: url('https://uploads-ssl.webflow.com/5ece94e3d645614df183e6f2/5ed5be7905af1dea9b58dbf9_OCRB-Regular.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/5ece94e3d645614df183e6f2/5ed5bdf36456318240a5b24c_OCRB.otf') format('opentype');
     font-weight: 400;
     font-style: normal;
   }