body {
  background-color: #fff;
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.v-content__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative
}

.application--wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative
}

:after,:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0
}

html {
    font-size: 14px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.application {
    font-family: Roboto,sans-serif;
    line-height: 1.5
}


.qr-code__container .container {
  max-width: 1440px;
}

.qr-code__flex {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #F9F9F9;
}  
  
.qr-code__flex .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qr-code__subheading {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform :uppercase;
  color: #285D5E;
  margin-bottom: 40px;
}

.qr-code__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.qr-code__code {
  padding: 10px 40px;
  border: 2px solid #333333;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333333;
}

.qr-code__img {
  width: 60px;
  height: 60px;
}

.qr-code__text {
  max-width: 195px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #285D5E;
  padding-left: 10px;
}

.qr-code__steps {
  margin-top: 155px !important;
}

.qr-code__heading {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #285D5E;
  margin-bottom: 40px;
}

.inline-link-gallery {
    color: #285D5E;
}

.inline-link {
  color: #285D5E;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

.inline-warn {
  color: #EB5757;
}

.qr-code__allert {
  background: rgba(235, 87, 87, 0.05);
  border: 1px solid #EB5757;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  padding: 25px;
  margin-bottom: 40px;
}

.qr-code__block {
  margin-bottom: 40px;
}

.qr-code__allert-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #4F4F4F;
  padding-left: 10px;
}

.qr-code__block-text {
  max-width: 85%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: #333333;
}

.qr-code__step {
  display: flex;
  padding: 15px 25px;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  margin-bottom: 30px;
}

.qr-code__ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.qr-code__ul a:not(a .inline-link), img {
  display: block;
  object-fit: cover;
}

.qr-code__ol {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin-right: 10px;
  max-width: 700px;
}

.qr-code__ol li {
    margin-bottom: 10px;
}

.qr-code__ol li:last-child {
    margin-bottom: 0;
}

.qr-code__ol a:not(a .inline-link), img {
    display: block;
    object-fit: cover;
} 
    
.qr-code__steptwo .qr-code__ul img {
  object-fit: cover;
}

.qr-code__stepfive {
  margin-bottom: 95px;
}
  

.qr-code__appmarkets {
   gap: 0 10px;
}

.qr-code__appmarkets li {
    border: 1px solid #A6A6A6;
    border-radius: 8px;
}
 
@media (max-width: 1440px) {
  .qr-code__step {
    flex-direction: column;
  }
  .qr-code__ol {
    max-width: none;
  }
    
  .qr-code__ul {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media (max-width: 450px) {
  .qr-code__appmarkets {
    flex-direction: column;
    gap: 10px 0;
  }
    
  .qr-code__appmarkets li {
    width: 100%;
    background-color: #000;
  }
}

.container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: auto;
    padding: 24px;
    //width: 100%;
}

@media only screen and (min-width: 960px) {
    .container {
        max-width:900px;
    }
}

@media only screen and (min-width: 1264px) {
    .container {
        max-width:1185px;
    }
}

@media only screen and (min-width: 1904px) {
    .container {
        max-width:1785px;
    }
}

@media only screen and (max-width: 959px) {
    .container {
        padding:16px;
    }
}

@media (max-width: 900px) {
  .qr-code__code {
    padding: 20px 25px;
    font-size: 18px;
    line-height: 120%;
  }
    
  .qr-code__text {
    font-size: 20px;
    line-height: 120%;
  }
    
  .qr-code__steps {
    margin-top: 120px !important;
  }
    
  .qr-code__heading {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 25px;
  }
    
  .qr-code__subheading {
    font-weight: 600;
    font-size: 20px;
  }

  .qr-code__block-text {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 25px;
  }

  .qr-code__block, .qr-code__allert {
    margin-bottom: 25px;
  }
    
  .qr-code__ul li {
    display: block;
    max-width: 100%;
  }
  
  .qr-code__ul li img {
    max-width: 100%;
  }
    
  .qr-code__stepfive {
    margin-bottom: 0;
  }
    
  .qr-code__ul:not(.qr-code__appmarkets) {
     flex-direction: column;
  }
    
  .qr-code__appmarkets {
    align-items: flex-start;
  }
}

.appmarkets {
    position: relative;
    padding: 60px 0 0;
    background: #318687;
}


.appmarkets__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
}


.appmarkets__title {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.appmarkets__list {
    display: flex;
    position: relative;
    z-index: 2;
    list-style: none;
    padding-left: 0;
}


.appmarkets__list img, .appmarkets__list a {
    display: block;
}


.appmarkets__list li:first-child {
    margin-right: 15px;
}


.appmarkets__img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 420px;
    width: 420px;
}

.first-span {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
}

@media (max-width: 1500px) {
    .appmarkets__title {
        max-width: 60%;
    } 
}

@media (max-width: 900px) {
    .appmarkets {
        margin-top: 30px;
        padding: 30px 0 0;
        overflow-x: hidden;
    }

    .appmarkets::before {
        content: none;
    }


    .appmarkets__wrapper {
        display: flex;
    }

    .appmarkets__title {
        max-width: 50%;
        font-size: 20px;
        line-height: 120%;
    }

    .appmarkets__list li {
        max-width: auto;
        width: 100px;
    }

    .appmarkets__list a {
        display: block;
        height: 100%;
    }

    .appmarkets__list img {
        width: 100%;
        height: 100%;
    }

    .appmarkets__img {
        max-width: 220px;
        max-height: 220px;
        height: auto;
        width: auto;
    }


    .first-span {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .appmarkets__img {
        right: -50px;
    }
}




