@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: #0a0a0a;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

main {
  padding-top: 4rem;
}

button {
    border: none;
}

/*td {*/
/*    color: white;*/
/*}*/

.link-icon {
  color: #0a84ff;
  background: none;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
}

.link-icon:hover {
  text-decoration: underline;
}

.link-icon.hover-none:hover {
  text-decoration: none;
}

.fill-button {
  background: #0a84ff;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

.fill-button:hover {
  color: white;
  background: #409cff;
}

.fill-button__ios {
  background: #12c2e9;
  background: linear-gradient(135deg, #f64f59, #c471ed, #12c2e9);
  background-size: 150% 150%;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__ios::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .7;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fill-button__ios:hover {
  color: white;
  background: #604ff6;
}

.fill-button__android {
  background: #56ab2f;
  background: -webkit-gradient(linear, left top, right top, from(#a8e063), to(#56ab2f));
  background: linear-gradient(to right, #a8e063, #56ab2f);
  background-size: 400% 400%;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__android::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #56ab2f;
  background: -webkit-gradient(linear, left top, right top, from(#a8e063), to(#56ab2f));
  background: linear-gradient(to right, #a8e063, #56ab2f);
  background-size: 400% 400%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .7;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fill-button__android:hover {
  color: white;
  background: #56ab2f;
}

.fill-button__package {
  background: #3494E6;
  background: -webkit-gradient(linear, left bottom, left top, from(#EC6EAD), to(#3494E6));
  background: linear-gradient(to top, #EC6EAD, #3494E6);
  background-size: 120%;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__package::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #3494E6;
  background: -webkit-gradient(linear, right top, left top, from(#EC6EAD), to(#3494E6));
  background: linear-gradient(to left, #EC6EAD, #3494E6);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .7;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fill-button__package:hover {
  color: white;
  background: #3494E6;
}

.fill-button__electroniccard {
  font-size: 1.2rem;
  background: #56CCF2;
  background: -webkit-gradient(linear, left bottom, left top, from(#2F80ED), to(#56CCF2));
  background: linear-gradient(to top, #2F80ED, #56CCF2);
  background-size: 150%;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__electroniccard::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background: #56CCF2;*/
  /*background: -webkit-gradient(linear, left bottom, left top, from(#2F80ED), to(#56CCF2));*/
  /*background: linear-gradient(to top, #2F80ED, #56CCF2);*/
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .7;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fill-button__electroniccard:hover {
  color: white;
  background: #03a0d4;
}

.fill-button__contactus {
  background: #5C258D;
  background: -webkit-gradient(linear, right top, left top, from(#4389A2), to(#280085));
  background: linear-gradient(to left, #4389A2, #280085);
  background-size: 150%;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.fill-button__contactus1 {
  background: #5C258D;
  background: -webkit-gradient(linear, right top, left top, from(#4389A2), to(#280085));
  background: linear-gradient(to left, #4389A2, #280085);
  background-size: 150%;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__contactus::before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    width: 110%;
    height: 80%;
    z-index: -1;
    background: #5C258D;
    background: -webkit-gradient(linear, right top, left top, from(#4389A2), to(#280085));
    background: linear-gradient(to left, #feff00, #8b7621);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: .7;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    
}

.fill-button__contactus1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    width: 110%;
    height: 80%;
    z-index: -1;
    background: #5C258D;
  background: -webkit-gradient(linear, right top, left top, from(#4389A2), to(#280085));
  background: linear-gradient(to left, #4389A2, #280085);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: .7;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    
}

.fill-button__contactus:hover {
  color: white;
  background: #280085;
}
.fill-button__contactus1:hover {
  color: white;
  background: #280085;
}

.fill-button.storeappdownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fill-button.storeappdownload i {
  margin-top: .3rem;
  margin-right: .3rem;
}

.fill-button__login {
  background: #462cb9;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  color: white;
  padding: 1rem 1rem;
  border-radius: 1rem;
  line-height: 1.17648;
  text-align: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #485296;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .5;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fill-button__login:hover {
  background: #3b4cbe;
  -webkit-transition: .5s;
  transition: .5s;
}



.fill-button__whatsapp {
  background: #56ab2f;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  color: white;
  padding: 1rem 1rem;
  border-radius: 1rem;
  line-height: 1.17648;
  text-align: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__whatsapp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #56ab2f;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .5;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fill-button__whatsapp:hover {
  background: #56ab3f;
  -webkit-transition: .5s;
  transition: .5s;
}

.fill-button__contactusform {
  background: #cc2c27;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  color: white;
  padding: 1rem 1rem;
  border-radius: 1rem;
  line-height: 1.17648;
  text-align: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.fill-button__contactusform:hover {
  background: #9c3632;
  -webkit-transition: .5s;
  transition: .5s;
}

.fill-button__contactusform::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #cc2c27;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .5;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.outline-button {
  border: 1.5px solid #0a84ff;
  color: #0a84ff;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

.outline-button:hover {
  background: #f8f8f8;
}

.outline-button__ios {
  border: 1.5px solid #3F5EFB;
  color: #3F5EFB;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 39.9375em) {
  .outline-button__ios {
    font-size: 1rem;
  }
}

.outline-button__ios:hover {
  background: none;
}

.outline-button__android {
  border: 1.5px solid #56ab2f;
  color: #56ab2f;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 39.9375em) {
  .outline-button__android {
    font-size: 1rem;
  }
}

.outline-button__android:hover {
  color: #469e1d;
  background: none;
}

.outline-button__seemore {
  border: 1.5px solid white;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

.outline-button__seemore:hover {
  color: black;
  background: #f8f8f8;
  -webkit-transition: .6s;
  transition: .6s;
}

.outline-button__signup {
  background: transparent;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
  border: 1.5px solid #3F5EFB;
  display: inline-block;
  padding: .7rem 1rem;
  border-radius: 1rem;
  color: #3F5EFB;
  margin-top: 1rem;
}

.outline-button__signup:hover {
  background: #3b4dbe3f;
}

.containers {
  padding: 2rem;
}

.containers.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f8f8f8;
  position: relative;
}

@media (max-width: 63.9375em) {
  .containers.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.containers.hero .bg-circle-1 {
  position: absolute;
  top: 5%;
  left: -5%;
  z-index: -1;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 39.9375em) {
  .containers.hero .bg-circle-1 {
    opacity: 0;
  }
}

.containers.hero .bg-circle-2 {
  position: absolute;
  top: -10%;
  right: -10%;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 63.9375em) {
  .containers.hero .bg-circle-2 {
    top: 35%;
  }
}

.containers.hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 63.9375em) {
  .containers.hero .wrapper {
    margin-bottom: 1rem;
  }
}

.containers.hero .wrapper .site-logo {
  width: 100%;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
}

.containers.hero .wrapper h5 {
  font-weight: 400;
}

.containers.hero .image {
  width: 30rem;
  height: 23rem;
  background-size: 30rem 23rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 30rem;
}

@media (max-width: 63.9375em) {
  .containers.hero .image {
    width: 17rem;
    height: 36rem;
    background-size: 17rem 36rem;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 17rem;
  }
}

.containers.logins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 40em) {
  .containers.logins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.containers.logins .bg-circle-1 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: -1;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 39.9375em) {
  .containers.logins .bg-circle-1 {
    opacity: 0;
  }
}

.containers.logins .bg-circle-2 {
  position: absolute;
  top: 10%;
  right: -5%;
  z-index: -1;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 63.9375em) {
  .containers.logins .bg-circle-2 {
    top: 35%;
  }
}

.containers.logins .ios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 2rem;
  margin: 1rem;
}

@media (max-width: 39.9375em) {
  .containers.logins .ios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.containers.logins .ios .image {
  width: 10rem;
  height: 15rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 1.5rem -2.5rem 0;
  min-width: 10rem;
  margin-right: 0;
}

html[dir=rtl] .containers.logins .ios .image {
  margin-right: 0;
  margin-left: 1.5rem;
}

@media (max-width: 39.9375em) {
  .containers.logins .ios .image {
    width: 100%;
    height: 15rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1rem 1rem -2.5rem 0;
    min-width: 10rem;
  }
}

.containers.logins .ios .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.containers.logins .ios .header {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.020;
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150% 150%;
  text-shadow: 0 0 10px rgba(18, 194, 233, 0.199);
}

.containers.logins .ios .subheader {
  font-weight: 400;
  color: black;
  opacity: .7;
}

.containers.logins .ios a {
  margin-bottom: .5rem;
}

.containers.logins .android {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 2rem;
  margin: 1rem;
}

@media (max-width: 39.9375em) {
  .containers.logins .android {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.containers.logins .android .image {
  width: 9rem;
  height: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 10rem;
  margin: 0 1rem -.5rem 0;
  margin-right: 0;
}

html[dir=rtl] .containers.logins .android .image {
  margin-right: 0;
  margin-left: 1rem;
}

@media (max-width: 39.9375em) {
  .containers.logins .android .image {
    width: 100%;
    height: 12.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 9.5rem;
    margin: 2rem 0 -.5rem;
  }
}

.containers.logins .android .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.containers.logins .android .header {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.020;
  background: #56ab2f;
  background: -webkit-gradient(linear, left top, right top, from(#a8e063), to(#56ab2f));
  background: linear-gradient(to right, #a8e063, #56ab2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 400%;
  text-shadow: 0 0 10px rgba(18, 194, 233, 0.199);
}

.containers.logins .android .subheader {
  font-weight: 400;
  color: black;
  opacity: .7;
}

.containers.logins .android a {
  margin-bottom: .5rem;
}

.containers.getsubscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 63.9375em) {
  .containers.getsubscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.containers.getsubscription .subscard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 2rem;
}

@media (max-width: 39.9375em) {
  .containers.getsubscription .subscard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.containers.getsubscription .subscard .image {
  width: 12.1rem;
  height: 14rem;
  background-size: 12.1rem 14rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 12.1rem;
  margin-right: 2rem;
}

@media (max-width: 39.9375em) {
  .containers.getsubscription .subscard .image {
    width: 12.1rem;
    height: 14rem;
    background-size: 12.1rem 14rem;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 12.1rem;
    width: 100%;
  }
}

html[dir=rtl] .containers.getsubscription .subscard .image {
  margin-right: 0 !important;
  margin-left: 2rem !important;
}

.containers.getsubscription .subscard .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 39.9375em) {
  .containers.getsubscription .subscard .wrapper {
    margin-bottom: 1.5rem;
  }
}

.containers.getsubscription .subscard .wrapper .fill-button__ios {
  margin-bottom: .5rem;
}

.containers.getsubscription .subscard .wrapper .fill-button__android {
  margin-bottom: .5rem;
}

.containers.availablepackagaes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

@media (max-width: 39.9375em) {
  .containers.availablepackagaes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.containers.availablepackagaes .packages-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

@media (min-width: 40em) {
  .containers.availablepackagaes .packages-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.containers.availablepackagaes .packages-grid .package-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  color: black;
  padding: 2rem;
  border-radius: 2rem;
  margin: 1rem;
  max-width: 23rem;
  overflow: hidden;
}

.containers.availablepackagaes .packages-grid .package-card .header {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -.030rem;
  background: #3494E6;
  background: -webkit-gradient(linear, right top, left top, from(#EC6EAD), to(#3494E6));
  background: linear-gradient(to left, #EC6EAD, #3494E6);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0 5px 30px rgba(79, 28, 219, 0.171);
}

.containers.availablepackagaes .packages-grid .package-card .image {
  margin-right: 1rem;
  margin-right: 0;
}

html[dir=rtl] .containers.availablepackagaes .packages-grid .package-card .image {
  margin-right: 0;
  margin-left: 1rem;
}

.containers.availablepackagaes .packages-grid .package-card .image.lvl1 {
  width: 10rem;
  height: 10rem;
  background-size: 10rem 10rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 10rem;
}

.containers.availablepackagaes .packages-grid .package-card .image.lvl2 {
  width: 10rem;
  height: 10rem;
  background-size: 10rem 10rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 10rem;
}

.containers.availablepackagaes .packages-grid .package-card .image.lvl3 {
  width: 10rem;
  height: 10rem;
  background-size: 10rem 10rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 10rem;
}

.containers.availablepackagaes .packages-grid .package-card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containers.availablepackagaes .packages-grid .package-card .custom-list {
  padding-left: 0;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.containers.availablepackagaes .packages-grid .package-card .custom-list li {
  margin: .3rem 0 .3rem 0;
  font-size: 1.1rem;
}

@media (max-width: 39.9375em) {
  .containers.availablepackagaes .packages-grid .package-card .custom-list li {
    font-size: 1rem;
  }
}

.containers.availablepackagaes .packages-grid .package-card .custom-list li::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6402 8.2318C17.0645 8.58537 17.1218 9.21593 16.7682 9.64021L11.7682 15.6402C11.5937 15.8497 11.3411 15.9788 11.0691 15.9976C10.797 16.0165 10.5291 15.9234 10.3273 15.74L7.32733 13.0127C6.91868 12.6412 6.88856 12.0087 7.26007 11.6001C7.63157 11.1914 8.26402 11.1613 8.67268 11.5328L10.9002 13.5578L15.2318 8.35984C15.5854 7.93556 16.2159 7.87824 16.6402 8.2318Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 1.3rem;
  height: 1.3rem;
  background-size: 1.3rem 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.3rem;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin: 0 .3rem -.25rem 0;
}

.containers.electroniccards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 1rem 0;
}

.containers.electroniccards .hero {
  font-weight: 700;
  text-align: center;
  margin: 1rem 0;
}

.containers.electroniccards .electroniccards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
}

.containers.electroniccards .electronic-card {
  display: flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px !important;
  margin: .3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 39.9375em) {
  .containers.electroniccards .electronic-card {
    max-width: 9rem;
  }
}

.containers.electroniccards .electronic-card .image {
    width: 70%;
    height: 6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: drop-shadow(-7px 10px 24px rgba(0, 0, 0, 0.308));
    filter: drop-shadow(-7px 10px 24px rgba(0, 0, 0, 0.308));
    position: relative;
    z-index: 10;
    margin: auto;
    /* border-radius: 20px; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;    
}

.containers.electroniccards .electronic-card .wrapper {
    background: #f9f9ff;
    max-width: 100% !important;
    color: black;
    padding: 6.5rem 1rem 1.5rem 1rem;
    margin-top: -6rem;
    border-radius: 1.5rem;
    height: 220px;
    
}

.containers.electroniccards .electronic-card .wrapper .header {
  font-weight: 600;
  text-align: center;
  white-space: inherit;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media (min-width: 40em) {
  .containers.electroniccards .electronic-card .wrapper .header {
    -webkit-line-clamp: 1;
  }
}

.containers.electroniccards .electronic-card .wrapper .price {
  background: #f8f8f8;
  font-size: 1rem;
  font-weight: 500;
  padding: .3rem .6rem;
  border-radius: 10rem;
  border: 1.5px solid #bebebe;
  -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.205);
          box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.205);
}

.containers.otherpages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 1rem 0;
}

.containers.otherpages .hero {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.containers.otherpages .otherpages-grid {
  max-width: 800px;
}

.containers.otherpages .otherpages-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  border-radius: 26px 5px 26px 26px;
  padding: 2rem;
  margin: 1rem;
  min-width: 200px;
  text-align: center;
  position: relative;
}

.containers.otherpages .otherpages-card .icon-cornerarrow {
  top: .2rem;
  right: .27rem;
  position: absolute;
}

.containers.otherpages .otherpages-card .image {
    width: 8rem;
    height: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: drop-shadow(-7px 10px 24px rgba(0, 0, 0, 0.308));
          filter: drop-shadow(-7px 10px 24px rgba(0, 0, 0, 0.308));
    z-index: 10;
}

.containers.otherpages .otherpages-card .header {
  color: black;
  font-weight: 600;
  overflow: hidden;
  margin-top: 1rem;
}

.containers.contactus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 1rem 0;
}

.containers.contactus .hero {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.containers.contactus .contactus-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0ff;
  border-radius: 2rem;
  padding: 1rem;
  margin: 1rem;
  text-align: center;
  position: relative;
}

.containers.contactus .contactus-card .icon-cornerarrow {
  top: .2rem;
  right: .26rem;
  position: absolute;
}

.containers.contactus .contactus-card .image {
  width: 10rem;
  height: 10rem;
  background-size: 10rem 10rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 10rem;
  -webkit-filter: drop-shadow(-7px 10px 24px rgba(0, 0, 0, 0.308));
          filter: drop-shadow(-7px 10px 24px rgba(0, 0, 0, 0.308));
  z-index: 10;
}

.containers.contactus .contactus-card .header {
  color: black;
  font-weight: 600;
  overflow: hidden;
  margin-top: 1rem;
}

.containers.socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 1rem 0;
}

.containers.socialmedia .hero {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.containers.socialmedia .image {
  background-image: url("");
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
  margin: .5rem;
}

.containers.socialmedia .image.whatsapp {
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
}

.containers.socialmedia .image.instagram {
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
}

.containers.socialmedia .image.telegram {
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
}

.containers.socialmedia .image.twitter {
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
}

.containers.socialmedia .image.facebook {
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
}

.containers.socialmedia .image.snapchat {
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
}

.containers.socialmedia .image.youtube {
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
}

.containers.socialmedia .header {
  color: black;
  font-weight: 600;
  overflow: hidden;
  margin-top: 1rem;
}

.containers.groupapps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containers.useraccount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
}

.containers.useraccount .image {
  background-image: url("");
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 5px solid black;
  -webkit-box-shadow: 0 0 30px rgba(43, 43, 43, 0.377);
          box-shadow: 0 0 30px rgba(43, 43, 43, 0.377);
}

.containers.useraccount .list-group-useraccount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: "";
      -ms-flex-align: "";
          align-items: "";
  -webkit-box-pack: "";
      -ms-flex-pack: "";
          justify-content: "";
  width: 60%;
  background: #131313;
  border-radius: 1.5rem;
}

@media (max-width: 39.9375em) {
  .containers.useraccount .list-group-useraccount {
    width: 90%;
  }
}

.containers.useraccount .list-group-useraccount .list-group-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .7rem 1rem .7rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.164);
}

.containers.useraccount .list-group-useraccount .list-group-cell:last-child {
  border-bottom: none;
}

.containers.useraccount .list-group-useraccount .list-group-cell .chevron-right {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.containers.useraccount .list-group-useraccount .list-group-cell:last-child:hover {
  background: #2c2c2c;
  border-radius: 0 0 1.5rem 1.5rem;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.containers.storeapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.containers.storeapp .store-app-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  background: none;
  padding: 1rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 39.9375em) {
  .containers.storeapp .store-app-card {
    width: 90%;
  }
}

.containers.storeapp .store-app-card .image {
  background-image: url("");
  width: 5.5rem;
  height: 5.5rem;
  background-size: 5.5rem 5.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 5.5rem;
  border-radius: 22%;
}

.containers.storeapp .store-app-card .bg-circle-1 {
  position: absolute;
  top: 5%;
  left: -15%;
  z-index: 1;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 39.9375em) {
  .containers.storeapp .store-app-card .bg-circle-1 {
    top: 3%;
    left: -55%;
  }
}

@media (max-width: 63.9375em) {
  .containers.storeapp .store-app-card .bg-circle-1 {
    top: 3%;
    left: -55%;
  }
}

.containers.storeapp .store-app-card .bg-circle-2 {
  position: absolute;
  top: -10%;
  right: -15%;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 63.9375em) {
  .containers.storeapp .store-app-card .bg-circle-2 {
    top: -5%;
    right: -35%;
  }
}

.containers.storeapp .store-app-card .bg-circle-3 {
  position: absolute;
  z-index: 5;
  top: 5%;
  left: 5%;
  opacity: .8;
  -webkit-animation: bgmoving3 30s ease-in-out 3;
          animation: bgmoving3 30s ease-in-out 3;
}

@media (max-width: 39.9375em) {
  .containers.storeapp .store-app-card .bg-circle-3 {
    opacity: 0;
  }
}

@media (max-width: 63.9375em) {
  .containers.storeapp .store-app-card .bg-circle-3 {
    top: 25%;
    left: -20%;
    -webkit-transform: scale(0.7) rotate(40deg);
            transform: scale(0.7) rotate(40deg);
    opacity: .7;
  }
}

@-webkit-keyframes bgmoving3 {
  0% {
    -webkit-transform: translateX(0) translateY(0) scale(1) rotate(10deg);
            transform: translateX(0) translateY(0) scale(1) rotate(10deg);
    opacity: .8;
  }
  35% {
    -webkit-transform: translateX(80px) translateY(-15px) scale(0.75) rotate(10deg);
            transform: translateX(80px) translateY(-15px) scale(0.75) rotate(10deg);
    opacity: .6;
  }
  65% {
    -webkit-transform: translateX(100px) translateY(15px) scale(0.75) rotate(10deg);
            transform: translateX(100px) translateY(15px) scale(0.75) rotate(10deg);
    opacity: .6;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) scale(1) rotate(10deg);
            transform: translateX(0) translateY(0) scale(1) rotate(10deg);
    opacity: .8;
  }
}

@keyframes bgmoving3 {
  0% {
    -webkit-transform: translateX(0) translateY(0) scale(1) rotate(10deg);
            transform: translateX(0) translateY(0) scale(1) rotate(10deg);
    opacity: .8;
  }
  35% {
    -webkit-transform: translateX(80px) translateY(-15px) scale(0.75) rotate(10deg);
            transform: translateX(80px) translateY(-15px) scale(0.75) rotate(10deg);
    opacity: .6;
  }
  65% {
    -webkit-transform: translateX(100px) translateY(15px) scale(0.75) rotate(10deg);
            transform: translateX(100px) translateY(15px) scale(0.75) rotate(10deg);
    opacity: .6;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) scale(1) rotate(10deg);
            transform: translateX(0) translateY(0) scale(1) rotate(10deg);
    opacity: .8;
  }
}

.containers.storeapp .store-app-card .bg-circle-4 {
  position: absolute;
  z-index: 5;
  top: 10%;
  right: -3%;
  opacity: .8;
  -webkit-animation: bgmoving4 30s ease-in-out 4;
          animation: bgmoving4 30s ease-in-out 4;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@media (max-width: 63.9375em) {
  .containers.storeapp .store-app-card .bg-circle-4 {
    bottom: -5%;
    right: -15%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes bgmoving4 {
  0% {
    -webkit-transform: translateX(0) translateY(0) scale(0.8);
            transform: translateX(0) translateY(0) scale(0.8);
    opacity: .8;
  }
  35% {
    -webkit-transform: translateX(-100px) translateY(15px) scale(0.9);
            transform: translateX(-100px) translateY(15px) scale(0.9);
    opacity: .6;
  }
  65% {
    -webkit-transform: translateX(-80px) translateY(-15px) scale(0.9);
            transform: translateX(-80px) translateY(-15px) scale(0.9);
    opacity: .6;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) scale(0.8);
            transform: translateX(0) translateY(0) scale(0.8);
    opacity: .8;
  }
}

@keyframes bgmoving4 {
  0% {
    -webkit-transform: translateX(0) translateY(0) scale(0.8);
            transform: translateX(0) translateY(0) scale(0.8);
    opacity: .8;
  }
  35% {
    -webkit-transform: translateX(-100px) translateY(15px) scale(0.9);
            transform: translateX(-100px) translateY(15px) scale(0.9);
    opacity: .6;
  }
  65% {
    -webkit-transform: translateX(-80px) translateY(-15px) scale(0.9);
            transform: translateX(-80px) translateY(-15px) scale(0.9);
    opacity: .6;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) scale(0.8);
            transform: translateX(0) translateY(0) scale(0.8);
    opacity: .8;
  }
}

.containers.appslock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containers.appslock .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1538' height='661' preserveAspectRatio='none' viewBox='0 0 1538 661'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1039%26quot%3b)' fill='none'%3e%3crect width='1538' height='661' x='0' y='0' fill='rgba(24%2c 24%2c 24%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c597.323C116.905%2c607.052%2c251.401%2c604.593%2c336.994%2c524.373C421.688%2c444.996%2c385%2c303.308%2c428.526%2c195.701C469.27%2c94.972%2c574.495%2c24.5%2c583.004%2c-83.823C592.216%2c-201.104%2c544.919%2c-317.162%2c476.317%2c-412.731C403.78%2c-513.781%2c308.339%2c-609.811%2c186.714%2c-635.889C67.415%2c-661.469%2c-50.437%2c-600.331%2c-161.334%2c-549.453C-259.328%2c-504.494%2c-338.559%2c-435.607%2c-415.172%2c-359.749C-497.874%2c-277.862%2c-615.846%2c-205.911%2c-625.438%2c-89.924C-635.039%2c26.174%2c-520.463%2c110.18%2c-462.387%2c211.165C-410.646%2c301.135%2c-382.438%2c404.604%2c-302.778%2c471.132C-217.12%2c542.669%2c-111.217%2c588.068%2c0%2c597.323' fill='%23121212'%3e%3c/path%3e%3cpath d='M1538 1158.711C1648.751 1162.368 1764.617 1217.467 1863.577 1167.608 1964.338 1116.842 2016.512 1003.268 2056.174 897.642 2093.991 796.9300000000001 2111.062 686.525 2083.245 582.606 2056.952 484.381 1972.09 419.372 1907.194 341.091 1840.638 260.808 1793.006 159.55 1697.606 117.43100000000004 1597.164 73.08500000000004 1480.9 76.86699999999996 1375.085 106.16300000000001 1268.28 135.73299999999995 1161.186 189.33300000000003 1101.237 282.542 1043.724 371.962 1064.791 486.30600000000004 1062.226 592.594 1059.965 686.278 1060.574 777.035 1087.135 866.903 1117.242 968.769 1136.779 1088.84 1225.953 1146.555 1315.148 1204.284 1431.811 1155.205 1538 1158.711' fill='%231e1e1e'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1039'%3e%3crect width='1538' height='661' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
  width: 60%;
  text-align: center;
  padding: 2rem;
  border-radius: 3rem;
}

@media (max-width: 39.9375em) {
  .containers.appslock .wrapper {
    width: 90%;
  }
}

.containers.appslock .wrapper .image {
  width: 10rem;
  height: 10rem;
  background-size: 10rem 10rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 10rem;
}

.containers.storewebapps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containers.storewebapps .storewebapps-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #131313;
  border-radius: 2rem;
  padding: 0 1rem;
  width: 17rem;
  margin: 1rem 1rem 5rem 1rem;
}

.containers.storewebapps .storewebapps-card .image {
  background-image: url("");
  width: 4rem;
  height: 4rem;
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 4rem;
  border-radius: 22%;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.containers.storewebapps .storewebapps-card .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #353535;
  border-radius: 1.5rem 1.5rem .5rem .5rem;
  margin-top: -1rem;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  padding: .7rem .5rem;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.09);
}

.containers.storewebapps .storewebapps-card .card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -2rem;
}

.containers.storewebapps .storewebapps-card .card-top .left, .containers.storewebapps .storewebapps-card .card-top .right, .containers.storewebapps .storewebapps-card .card-bottom .left, .containers.storewebapps .storewebapps-card .card-top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containers.storewebapps .storewebapps-card .card-top .left, .containers.storewebapps .storewebapps-card .card-top .right {
  width: 5.5rem;
}

.containers.storewebapps .storewebapps-card .card-top hr {
  background-color: #bebebe;
  width: 1px;
  border-radius: 2rem;
  height: 2rem;
  border: none;
  margin: .9rem 0 0 0;
}

.containers.storewebapps .storewebapps-card .card-bottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0a84ff;
  width: 6.5rem;
  padding: .3rem 0 .3rem;
  margin-right: .35rem;
  border-radius: .8rem;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

html[dir=rtl] .containers.storewebapps .storewebapps-card .card-bottom .left {
  margin-right: 0 !important;
  margin-left: .35rem !important;
}

.containers.storewebapps .storewebapps-card .card-bottom .left .get {
  font-size: .9rem;
}

.containers.storewebapps .storewebapps-card .card-bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #30d158;
  width: 6.5rem;
  padding: .3rem 0 .3rem;
  margin-left: .35rem;
  border-radius: .8rem;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
html[dir=rtl] .containers.storewebapps .storewebapps-card .card-bottom .right {
  margin-right: .35rem !important;
  margin-left: 0 !important;
}
.instll-log {
    left:1.3rem;bottom: -3.2rem;
}
html[dir=rtl] .instll-log {
    right:-5.8rem;bottom: -3.2rem;
}
.containers.storewebapps .storewebapps-card .card-bottom .right .duplicate {
  font-size: .9rem;
}

.containers.storewebapps .storewebapps-card .card-top .left .top, .containers.storewebapps .storewebapps-card .card-top .right .top {
  color: #bebebe;
  font-weight: 500;
}

.containers.storewebapps .storewebapps-card .card-top .left .bottom, .containers.storewebapps .storewebapps-card .card-top .right .bottom, .containers.storewebapps .storewebapps-card .card-bottom .left .get, .containers.storewebapps .storewebapps-card .card-bottom .right .duplicate {
  color: var(--white-2);
  font-weight: 500;
}

.containers.storewebapps .storewebapps-card .app-name {
  color: var(--white-2);
  font-size: 1.3rem;
  font-weight: var(--font-semibold);
}

.containers.storewebapps .storewebapps-card .list-label {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: .3rem;
}

.containers.storewebapps .storewebapps-card .app-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  overflow: hidden;
}

.containers.storewebapps .storewebapps-card .app-description .desc {
  max-height: 6rem !important;
}

.containers.storewebapps .storewebapps-card .app-description .desc.show {
  max-height: 100% !important;
}

.containers.storewebapps .storewebapps-card .app-description .desc.collapse:not(.show) {
  display: block;
}

.containers.storewebapps .storewebapps-card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 1rem 0 1.5rem 0;
  width: 80%;
}

.containers.storewebapps .storewebapps-card .placeholder-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.containers.storewebapps .storewebapps-card .placeholder-wrapper .name, .containers.storewebapps .storewebapps-card .placeholder-wrapper .bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.containers.storewebapps .storewebapps-card label {
  color: black;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.containers.storewebapps .storewebapps-card input {
  border-radius: .7rem;
  border: 1px solid #bebebe;
  padding-left: .5rem;
  padding-right: .5rem;
}

.containers.storewebapps .storewebapps-card .duplicate-button {
  background: #bebebe;
  display: inline;
  border-radius: 10rem;
  width: 70%;
  color: black;
  font-size: 1.3rem;
  font-weight: 500;
  padding: .8rem 1rem;
}

.containers.formscustom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: "";
      -ms-flex-pack: "";
          justify-content: "";
  width: 100%;
  padding: 2rem;
}

.containers.formscustom .image {
  background-image: url("");
  width: 6rem;
  height: 6rem;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 6rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 5px solid black;
  -webkit-box-shadow: 0 0 30px rgba(43, 43, 43, 0.377);
          box-shadow: 0 0 30px rgba(43, 43, 43, 0.377);
}

.containers.formscustom .form-card-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: "";
      -ms-flex-pack: "";
          justify-content: "";
  width: 100%;
}

.containers.formscustom .form-card-custom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: "";
      -ms-flex-pack: "";
          justify-content: "";
  background: #131313;
  padding: 2rem;
  border-radius: 2rem;
  width: 80%;
}

@media (max-width: 63.9375em) {
  .containers.formscustom .form-card-custom .wrapper {
    width: 100%;
  }
}

.containers.availableapps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containers.availableapps .availableapps-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: "";
          flex-direction: "";
  -webkit-box-align: "";
      -ms-flex-align: "";
          align-items: "";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.containers.availableapps .availableapp-card {
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  margin: 10px;
}

.containers.availableapps .availableapp-card .image {
  background-image: url("");
  width: 5rem;
  height: 5rem;
  background-size: 5rem 5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 5rem;
  border-radius: 22%;
  display: block;
  margin: 0 auto;
}

.containers.availableapps .availableapp-card .header {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.016em;
  display: block;
  padding-top: 10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.containers.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 63.9375em) {
  .containers.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.containers.login .image {
  width: 20rem;
  height: 10rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: 14px;
  margin: 2rem 1rem 0 1rem;
  -webkit-transition: .6s;
  transition: .6s;
}


@media (min-width: 40em) {
  .containers.login .image {
    width: 30rem;
    height: 20rem;
  }
}

@media (max-width: 63.9375em) {
  .containers.login .form-card-custom {
    width: 90% !important;
  }
}

.containers.login .ls-5 {
  letter-spacing: 5px;
}

.containers.recover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 63.9375em) {
  .containers.recover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.containers.recover .image {
  width: 15rem;
  height: 15rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: 14px;
  margin: 2rem 1rem 0 1rem;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (min-width: 40em) {
  .containers.recover .image {
    width: 15rem;
    height: 15rem;
  }
}

@media (max-width: 63.9375em) {
  .containers.recover .form-card-custom {
    width: 90% !important;
  }
}

.containers.recover .ls-5 {
  letter-spacing: 5px;
}

.containers.signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 63.9375em) {
  .containers.signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.containers.signup .image {
  width: 20rem;
  height: 10rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: 14px;
  margin: 2rem 1rem 0 1rem;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (min-width: 40em) {
  .containers.signup .image {
    width: 30rem;
    height: 20rem;
  }
}

@media (max-width: 63.9375em) {
  .containers.signup .form-card-custom {
    width: 90% !important;
  }
}

.containers.contactusform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 63.9375em) {
  .containers.contactusform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.containers.contactusform .image {
  width: 18rem;
  height: 18rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1rem 1rem 0 1rem;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (min-width: 40em) {
  .containers.contactusform .image {
    width: 20rem;
    height: 20rem;
  }
}

@media (max-width: 63.9375em) {
  .containers.contactusform .form-card-custom {
    width: 90% !important;
  }
}

.containers.contactusform .ls-5 {
  letter-spacing: 5px;
}

.containers.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
  background-color: #131313;
  color: white;
  height: 4rem;
  border-radius: 2rem 2rem 0 0;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
}

.modal-content {
  position: relative;
  pointer-events: auto;
  border-radius: 3rem 3rem 3rem 3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 1rem;
  border-radius: 0 0 2rem 2rem;
}

.file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
}

.file-upload__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 2rem 1rem 2rem;
  color: #fff;
  background: #222;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 20px rgba(31, 31, 31, 0.123);
          box-shadow: 0 0 20px rgba(31, 31, 31, 0.123);
  -webkit-transition: background .3s;
  transition: background .3s;
}

.file-upload__label span {
  margin-left: .5rem;
  height: 24px;
}

.file-upload__label:hover {
  cursor: pointer;
  background: #000;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.bank-account-container {
  padding: 1rem;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bank-account-container:last-of-type {
  margin-bottom: 0;
}

.bank-account-image {
  width: 100%;
  border-radius: 1rem;
}

.bank-account-name {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: .5rem;
}

.bank-account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.bank-account-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  border-radius: 1rem;
  margin-top: 1rem;
}

.bank-account-item label {
  font-size: 1.1rem;
  padding: .7rem .8rem .5rem .8rem;
  border-bottom: 1px solid #414141;
}

.bank-account-item .info {
  font-size: 1rem;
  padding: .5rem .8rem .7rem .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bank-account-item .info span {
  margin-left: .3rem;
}

.payment-logos {
  padding-left: .6rem;
}

.payment-big {
  width: 70px !important;
  height: 44px !important;
  background-size: 90% 90% !important;
  border-radius: 8px !important;
  padding: 15px !important;
}

.payment-logos span {
  width: 33px;
  height: 22px;
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f0f0f0;
  border: 1px solid #d9d9d98e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 8px;
}

.payment-logos span:nth-of-type(1) {
  margin: .1rem;
}

.payment-logos span:nth-of-type(2) {
  margin: .1rem;
}

.payment-logos span:nth-of-type(3) {
  margin: .1rem;
}

.payment-logos span:nth-of-type(4) {
  margin: .1rem;
}

.payment-logos span:nth-of-type(5) {
  margin: .1rem;
}

.container__payment_methods {
  margin-top: calc(var(--header-height) + 1rem);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-methods-hero {
  width: 80%;
  font-size: 1.3rem;
  font-weight: var(--font-semibold);
  text-align: center;
  padding: .7rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.041);
  border-bottom: 1px solid rgba(255, 255, 255, 0.123);
  border-radius: .5rem .5rem 1rem 1rem;
}

.payment-methods-subhero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--gray-7);
  padding: .5rem 1rem .3rem;
  border-radius: 1rem;
  color: var(--dark-green);
}

.payment-methods-subhero span {
  font-size: 1.2rem;
  font-weight: var(--font-medium);
  margin-left: .3rem;
  height: 28px;
}

.form-container.payment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.productcard-details-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #131313;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
}

.productcard-details-card.productitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 40em) {
  .productcard-details-card.productitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.productcard-details-card.productitem .res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productcard-details-card .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: "";
      -ms-flex-align: "";
          align-items: "";
  -webkit-box-pack: "";
      -ms-flex-pack: "";
          justify-content: "";
}

.productcard-details-card .card-image {
  width: 6.5rem;
  border-radius: .1rem;
}

.productcard-details-card .icon-topcorner {
  position: absolute;
  top: -.45rem;
  right: -.45rem;
}

.icon-checkcircle::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6402 8.2318C17.0645 8.58537 17.1218 9.21593 16.7682 9.64021L11.7682 15.6402C11.5937 15.8497 11.3411 15.9788 11.0691 15.9976C10.797 16.0165 10.5291 15.9234 10.3273 15.74L7.32733 13.0127C6.91868 12.6412 6.88856 12.0087 7.26007 11.6001C7.63157 11.1914 8.26402 11.1613 8.67268 11.5328L10.9002 13.5578L15.2318 8.35984C15.5854 7.93556 16.2159 7.87824 16.6402 8.2318Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin: 0 .3rem -.3rem 0;
}

.icon-cornerarrow::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5714 14.5981L18.5 7.5C18.5 6.5 18 6 17.0092 6H9.96369C9.44294 6 9.08301 6.39082 9.08301 6.85061C9.08301 7.30274 9.47357 7.67824 9.94072 7.67824H12.69L15.937 7.57096L14.5433 8.79707L7.27569 16.0771C7.09956 16.261 7 16.4756 7 16.6902C7 17.1423 7.41354 17.5714 7.88068 17.5714C8.09511 17.5714 8.30954 17.4795 8.49333 17.3032L15.7686 10.0232L17.0092 8.62848L16.879 11.7397V14.6211C16.879 15.0962 17.2542 15.4947 17.7214 15.4947C18.1809 15.4947 18.5714 15.1039 18.5714 14.5981Z' fill='%231C1C1E'/%3E%3Cpath d='M0.999997 4.35773e-05C0.447713 4.49696e-05 -1.39231e-06 0.447761 0 1.00005C1.39231e-06 1.55233 0.447718 2.00004 1 2.00004L0.999997 4.35773e-05ZM18.2857 1L18.2857 0L18.2857 0L18.2857 1ZM22 23C22 23.5523 22.4477 24 23 24C23.5523 24 24 23.5523 24 23H22ZM1 2.00004L18.2857 2L18.2857 0L0.999997 4.35773e-05L1 2.00004ZM18.2857 2C19.9788 2 22 3.26278 22 5.71428H24C24 1.88007 20.7831 0 18.2857 0V2ZM22 5.71428C22 5.7241 22 5.73394 22 5.74379C22 5.75364 22 5.76351 22 5.77339C22 5.78328 22 5.79317 22 5.80309C22 5.813 22 5.82293 22 5.83288C22 5.84282 22 5.85278 22 5.86276C22 5.87273 22 5.88272 22 5.89273C22 5.90274 22 5.91276 22 5.92279C22 5.93283 22 5.94288 22 5.95294C22 5.96301 22 5.97309 22 5.98319C22 5.99328 22 6.00339 22 6.01352C22 6.02365 22 6.03379 22 6.04394C22 6.0541 22 6.06427 22 6.07445C22 6.08464 22 6.09484 22 6.10505C22 6.11526 22 6.12549 22 6.13573C22 6.14598 22 6.15624 22 6.16651C22 6.17678 22 6.18707 22 6.19737C22 6.20767 22 6.21798 22 6.22831C22 6.23864 22 6.24899 22 6.25935C22 6.2697 22 6.28008 22 6.29046C22 6.30085 22 6.31125 22 6.32167C22 6.33208 22 6.34251 22 6.35295C22 6.36339 22 6.37385 22 6.38432C22 6.39479 22 6.40528 22 6.41578C22 6.42628 22 6.43679 22 6.44731C22 6.45784 22 6.46838 22 6.47894C22 6.48949 22 6.50006 22 6.51064C22 6.52122 22 6.53181 22 6.54242C22 6.55303 22 6.56365 22 6.57429C22 6.58492 22 6.59557 22 6.60624C22 6.6169 22 6.62757 22 6.63826C22 6.64895 22 6.65965 22 6.67037C22 6.68109 22 6.69181 22 6.70256C22 6.7133 22 6.72405 22 6.73482C22 6.74559 22 6.75637 22 6.76717C22 6.77796 22 6.78877 22 6.79959C22 6.81041 22 6.82124 22 6.83209C22 6.84294 22 6.8538 22 6.86467C22 6.87554 22 6.88643 22 6.89732C22 6.90822 22 6.91913 22 6.93006C22 6.94098 22 6.95191 22 6.96286C22 6.97381 22 6.98477 22 6.99575C22 7.00672 22 7.01771 22 7.0287C22 7.0397 22 7.05071 22 7.06174C22 7.07276 22 7.08379 22 7.09484C22 7.10589 22 7.11695 22 7.12802C22 7.1391 22 7.15018 22 7.16128C22 7.17237 22 7.18348 22 7.1946C22 7.20572 22 7.21686 22 7.228C22 7.23915 22 7.2503 22 7.26147C22 7.27264 22 7.28382 22 7.29502C22 7.30621 22 7.31741 22 7.32863C22 7.33985 22 7.35107 22 7.36231C22 7.37355 22 7.3848 22 7.39607C22 7.40733 22 7.41861 22 7.42989C22 7.44118 22 7.45248 22 7.46378C22 7.47509 22 7.48641 22 7.49775C22 7.50908 22 7.52042 22 7.53178C22 7.54313 22 7.5545 22 7.56587C22 7.57725 22 7.58864 22 7.60004C22 7.61144 22 7.62285 22 7.63427C22 7.6457 22 7.65713 22 7.66857C22 7.68002 22 7.69147 22 7.70294C22 7.7144 22 7.72588 22 7.73737C22 7.74886 22 7.76035 22 7.77186C22 7.78337 22 7.79489 22 7.80642C22 7.81796 22 7.8295 22 7.84105C22 7.8526 22 7.86417 22 7.87574C22 7.88731 22 7.8989 22 7.91049C22 7.92209 22 7.93369 22 7.94531C22 7.95692 22 7.96855 22 7.98018C22 7.99182 22 8.00347 22 8.01512C22 8.02678 22 8.03845 22 8.05013C22 8.0618 22 8.07349 22 8.08519C22 8.09689 22 8.10859 22 8.12031C22 8.13203 22 8.14376 22 8.15549C22 8.16723 22 8.17898 22 8.19074C22 8.2025 22 8.21426 22 8.22604C22 8.23782 22 8.2496 22 8.2614C22 8.2732 22 8.28501 22 8.29682C22 8.30864 22 8.32046 22 8.3323C22 8.34413 22 8.35598 22 8.36783C22 8.37969 22 8.39155 22 8.40343C22 8.4153 22 8.42718 22 8.43908C22 8.45097 22 8.46287 22 8.47478C22 8.48669 22 8.49861 22 8.51054C22 8.52247 22 8.53441 22 8.54636C22 8.55831 22 8.57026 22 8.58223C22 8.5942 22 8.60617 22 8.61816C22 8.63014 22 8.64213 22 8.65414C22 8.66614 22 8.67815 22 8.69017C22 8.70219 22 8.71422 22 8.72626C22 8.73829 22 8.75034 22 8.76239C22 8.77445 22 8.78651 22 8.79859C22 8.81066 22 8.82274 22 8.83483C22 8.84692 22 8.85902 22 8.87112C22 8.88323 22 8.89534 22 8.90747C22 8.91959 22 8.93172 22 8.94386C22 8.956 22 8.96815 22 8.98031C22 8.99246 22 9.00463 22 9.0168C22 9.02897 22 9.04116 22 9.05334C22 9.06553 22 9.07773 22 9.08994C22 9.10214 22 9.11436 22 9.12658C22 9.1388 22 9.15103 22 9.16326C22 9.1755 22 9.18775 22 9.2C22 9.21225 22 9.22451 22 9.23678C22 9.24905 22 9.26133 22 9.27361C22 9.28589 22 9.29818 22 9.31048C22 9.32278 22 9.33509 22 9.3474C22 9.35972 22 9.37204 22 9.38437C22 9.3967 22 9.40903 22 9.42138C22 9.43372 22 9.44607 22 9.45843C22 9.47079 22 9.48315 22 9.49552C22 9.5079 22 9.52028 22 9.53266C22 9.54505 22 9.55745 22 9.56985C22 9.58225 22 9.59466 22 9.60707C22 9.61949 22 9.63191 22 9.64434C22 9.65677 22 9.6692 22 9.68165C22 9.69409 22 9.70654 22 9.71899C22 9.73145 22 9.74391 22 9.75638C22 9.76885 22 9.78133 22 9.79381C22 9.8063 22 9.81879 22 9.83128C22 9.84378 22 9.85628 22 9.86879C22 9.8813 22 9.89381 22 9.90634C22 9.91886 22 9.93139 22 9.94392C22 9.95645 22 9.969 22 9.98154C22 9.99409 22 10.0066 22 10.0192C22 10.0318 22 10.0443 22 10.0569C22 10.0695 22 10.082 22 10.0946C22 10.1072 22 10.1198 22 10.1324C22 10.145 22 10.1576 22 10.1702C22 10.1828 22 10.1954 22 10.208C22 10.2207 22 10.2333 22 10.2459C22 10.2586 22 10.2712 22 10.2838C22 10.2965 22 10.3091 22 10.3218C22 10.3344 22 10.3471 22 10.3597C22 10.3724 22 10.3851 22 10.3978C22 10.4104 22 10.4231 22 10.4358C22 10.4485 22 10.4612 22 10.4739C22 10.4866 22 10.4993 22 10.512C22 10.5247 22 10.5374 22 10.5501C22 10.5628 22 10.5755 22 10.5883C22 10.601 22 10.6137 22 10.6265C22 10.6392 22 10.6519 22 10.6647C22 10.6774 22 10.6902 22 10.7029C22 10.7157 22 10.7285 22 10.7412C22 10.754 22 10.7668 22 10.7795C22 10.7923 22 10.8051 22 10.8179C22 10.8307 22 10.8435 22 10.8562C22 10.869 22 10.8818 22 10.8946C22 10.9074 22 10.9203 22 10.9331C22 10.9459 22 10.9587 22 10.9715C22 10.9843 22 10.9972 22 11.01C22 11.0228 22 11.0356 22 11.0485C22 11.0613 22 11.0742 22 11.087C22 11.0998 22 11.1127 22 11.1255C22 11.1384 22 11.1513 22 11.1641C22 11.177 22 11.1898 22 11.2027C22 11.2156 22 11.2285 22 11.2413C22 11.2542 22 11.2671 22 11.28C22 11.2929 22 11.3057 22 11.3186C22 11.3315 22 11.3444 22 11.3573C22 11.3702 22 11.3831 22 11.396C22 11.4089 22 11.4218 22 11.4347C22 11.4477 22 11.4606 22 11.4735C22 11.4864 22 11.4993 22 11.5122C22 11.5252 22 11.5381 22 11.551C22 11.564 22 11.5769 22 11.5898C22 11.6028 22 11.6157 22 11.6287C22 11.6416 22 11.6545 22 11.6675C22 11.6804 22 11.6934 22 11.7064C22 11.7193 22 11.7323 22 11.7452C22 11.7582 22 11.7711 22 11.7841C22 11.7971 22 11.8101 22 11.823C22 11.836 22 11.849 22 11.8619C22 11.8749 22 11.8879 22 11.9009C22 11.9139 22 11.9268 22 11.9398C22 11.9528 22 11.9658 22 11.9788C22 11.9918 22 12.0048 22 12.0178C22 12.0308 22 12.0438 22 12.0568C22 12.0698 22 12.0828 22 12.0958C22 12.1088 22 12.1218 22 12.1348C22 12.1478 22 12.1608 22 12.1738C22 12.1868 22 12.1999 22 12.2129C22 12.2259 22 12.2389 22 12.2519C22 12.265 22 12.278 22 12.291C22 12.304 22 12.317 22 12.3301C22 12.3431 22 12.3561 22 12.3692C22 12.3822 22 12.3952 22 12.4083C22 12.4213 22 12.4343 22 12.4474C22 12.4604 22 12.4734 22 12.4865C22 12.4995 22 12.5126 22 12.5256C22 12.5386 22 12.5517 22 12.5647C22 12.5778 22 12.5908 22 12.6039C22 12.6169 22 12.63 22 12.643C22 12.6561 22 12.6691 22 12.6822C22 12.6952 22 12.7083 22 12.7213C22 12.7344 22 12.7474 22 12.7605C22 12.7735 22 12.7866 22 12.7996C22 12.8127 22 12.8257 22 12.8388C22 12.8519 22 12.8649 22 12.878C22 12.891 22 12.9041 22 12.9172C22 12.9302 22 12.9433 22 12.9563C22 12.9694 22 12.9825 22 12.9955C22 13.0086 22 13.0216 22 13.0347C22 13.0478 22 13.0608 22 13.0739C22 13.0869 22 13.1 22 13.1131C22 13.1261 22 13.1392 22 13.1523C22 13.1653 22 13.1784 22 13.1915C22 13.2045 22 13.2176 22 13.2306C22 13.2437 22 13.2568 22 13.2698C22 13.2829 22 13.296 22 13.309C22 13.3221 22 13.3351 22 13.3482C22 13.3613 22 13.3743 22 13.3874C22 13.4005 22 13.4135 22 13.4266C22 13.4396 22 13.4527 22 13.4658C22 13.4788 22 13.4919 22 13.5049C22 13.518 22 13.5311 22 13.5441C22 13.5572 22 13.5702 22 13.5833C22 13.5963 22 13.6094 22 13.6224C22 13.6355 22 13.6486 22 13.6616C22 13.6747 22 13.6877 22 13.7008C22 13.7138 22 13.7269 22 13.7399C22 13.753 22 13.766 22 13.779C22 13.7921 22 13.8051 22 13.8182C22 13.8312 22 13.8443 22 13.8573C22 13.8704 22 13.8834 22 13.8964C22 13.9095 22 13.9225 22 13.9355C22 13.9486 22 13.9616 22 13.9747C22 13.9877 22 14.0007 22 14.0137C22 14.0268 22 14.0398 22 14.0528C22 14.0659 22 14.0789 22 14.0919C22 14.1049 22 14.118 22 14.131C22 14.144 22 14.157 22 14.17C22 14.183 22 14.1961 22 14.2091C22 14.2221 22 14.2351 22 14.2481C22 14.2611 22 14.2741 22 14.2871C22 14.3001 22 14.3131 22 14.3261C22 14.3391 22 14.3521 22 14.3651C22 14.3781 22 14.3911 22 14.4041C22 14.4171 22 14.4301 22 14.4431C22 14.4561 22 14.469 22 14.482C22 14.495 22 14.508 22 14.521C22 14.5339 22 14.5469 22 14.5599C22 14.5729 22 14.5858 22 14.5988C22 14.6118 22 14.6247 22 14.6377C22 14.6506 22 14.6636 22 14.6766C22 14.6895 22 14.7025 22 14.7154C22 14.7284 22 14.7413 22 14.7543C22 14.7672 22 14.7801 22 14.7931C22 14.806 22 14.8189 22 14.8319C22 14.8448 22 14.8577 22 14.8707C22 14.8836 22 14.8965 22 14.9094C22 14.9223 22 14.9353 22 14.9482C22 14.9611 22 14.974 22 14.9869C22 14.9998 22 15.0127 22 15.0256C22 15.0385 22 15.0514 22 15.0643C22 15.0772 22 15.0901 22 15.1029C22 15.1158 22 15.1287 22 15.1416C22 15.1545 22 15.1673 22 15.1802C22 15.1931 22 15.2059 22 15.2188C22 15.2317 22 15.2445 22 15.2574C22 15.2702 22 15.2831 22 15.2959C22 15.3088 22 15.3216 22 15.3344C22 15.3473 22 15.3601 22 15.3729C22 15.3858 22 15.3986 22 15.4114C22 15.4242 22 15.437 22 15.4498C22 15.4627 22 15.4755 22 15.4883C22 15.5011 22 15.5139 22 15.5267C22 15.5395 22 15.5522 22 15.565C22 15.5778 22 15.5906 22 15.6034C22 15.6161 22 15.6289 22 15.6417C22 15.6544 22 15.6672 22 15.68C22 15.6927 22 15.7055 22 15.7182C22 15.731 22 15.7437 22 15.7564C22 15.7692 22 15.7819 22 15.7946C22 15.8074 22 15.8201 22 15.8328C22 15.8455 22 15.8582 22 15.8709C22 15.8836 22 15.8963 22 15.909C22 15.9217 22 15.9344 22 15.9471C22 15.9598 22 15.9725 22 15.9852C22 15.9978 22 16.0105 22 16.0232C22 16.0358 22 16.0485 22 16.0611C22 16.0738 22 16.0864 22 16.0991C22 16.1117 22 16.1244 22 16.137C22 16.1496 22 16.1622 22 16.1749C22 16.1875 22 16.2001 22 16.2127C22 16.2253 22 16.2379 22 16.2505C22 16.2631 22 16.2757 22 16.2883C22 16.3009 22 16.3134 22 16.326C22 16.3386 22 16.3511 22 16.3637C22 16.3763 22 16.3888 22 16.4014C22 16.4139 22 16.4265 22 16.439C22 16.4515 22 16.4641 22 16.4766C22 16.4891 22 16.5016 22 16.5141C22 16.5266 22 16.5391 22 16.5516C22 16.5641 22 16.5766 22 16.5891C22 16.6016 22 16.6141 22 16.6265C22 16.639 22 16.6515 22 16.6639C22 16.6764 22 16.6888 22 16.7013C22 16.7137 22 16.7261 22 16.7386C22 16.751 22 16.7634 22 16.7758C22 16.7883 22 16.8007 22 16.8131C22 16.8255 22 16.8379 22 16.8502C22 16.8626 22 16.875 22 16.8874C22 16.8998 22 16.9121 22 16.9245C22 16.9368 22 16.9492 22 16.9615C22 16.9739 22 16.9862 22 16.9985C22 17.0109 22 17.0232 22 17.0355C22 17.0478 22 17.0601 22 17.0724C22 17.0847 22 17.097 22 17.1093C22 17.1216 22 17.1339 22 17.1461C22 17.1584 22 17.1707 22 17.1829C22 17.1952 22 17.2074 22 17.2196C22 17.2319 22 17.2441 22 17.2563C22 17.2686 22 17.2808 22 17.293C22 17.3052 22 17.3174 22 17.3296C22 17.3418 22 17.3539 22 17.3661C22 17.3783 22 17.3904 22 17.4026C22 17.4148 22 17.4269 22 17.439C22 17.4512 22 17.4633 22 17.4754C22 17.4876 22 17.4997 22 17.5118C22 17.5239 22 17.536 22 17.5481C22 17.5602 22 17.5723 22 17.5843C22 17.5964 22 17.6085 22 17.6205C22 17.6326 22 17.6446 22 17.6567C22 17.6687 22 17.6807 22 17.6927C22 17.7048 22 17.7168 22 17.7288C22 17.7408 22 17.7528 22 17.7648C22 17.7767 22 17.7887 22 17.8007C22 17.8126 22 17.8246 22 17.8366C22 17.8485 22 17.8604 22 17.8724C22 17.8843 22 17.8962 22 17.9081C22 17.92 22 17.9319 22 17.9438C22 17.9557 22 17.9676 22 17.9795C22 17.9914 22 18.0032 22 18.0151C22 18.0269 22 18.0388 22 18.0506C22 18.0624 22 18.0743 22 18.0861C22 18.0979 22 18.1097 22 18.1215C22 18.1333 22 18.1451 22 18.1569C22 18.1686 22 18.1804 22 18.1922C22 18.2039 22 18.2157 22 18.2274C22 18.2392 22 18.2509 22 18.2626C22 18.2743 22 18.286 22 18.2977C22 18.3094 22 18.3211 22 18.3328C22 18.3445 22 18.3561 22 18.3678C22 18.3794 22 18.3911 22 18.4027C22 18.4144 22 18.426 22 18.4376C22 18.4492 22 18.4608 22 18.4724C22 18.484 22 18.4956 22 18.5072C22 18.5187 22 18.5303 22 18.5419C22 18.5534 22 18.565 22 18.5765C22 18.588 22 18.5995 22 18.611C22 18.6226 22 18.6341 22 18.6455C22 18.657 22 18.6685 22 18.68C22 18.6914 22 18.7029 22 18.7143C22 18.7258 22 18.7372 22 18.7486C22 18.7601 22 18.7715 22 18.7829C22 18.7943 22 18.8057 22 18.817C22 18.8284 22 18.8398 22 18.8511C22 18.8625 22 18.8738 22 18.8852C22 18.8965 22 18.9078 22 18.9191C22 18.9304 22 18.9417 22 18.953C22 18.9643 22 18.9756 22 18.9868C22 18.9981 22 19.0094 22 19.0206C22 19.0318 22 19.0431 22 19.0543C22 19.0655 22 19.0767 22 19.0879C22 19.0991 22 19.1103 22 19.1214C22 19.1326 22 19.1438 22 19.1549C22 19.1661 22 19.1772 22 19.1883C22 19.1994 22 19.2105 22 19.2216C22 19.2327 22 19.2438 22 19.2549C22 19.266 22 19.277 22 19.2881C22 19.2991 22 19.3102 22 19.3212C22 19.3322 22 19.3432 22 19.3542C22 19.3652 22 19.3762 22 19.3872C22 19.3981 22 19.4091 22 19.4201C22 19.431 22 19.4419 22 19.4529C22 19.4638 22 19.4747 22 19.4856C22 19.4965 22 19.5074 22 19.5182C22 19.5291 22 19.54 22 19.5508C22 19.5617 22 19.5725 22 19.5833C22 19.5941 22 19.605 22 19.6157C22 19.6265 22 19.6373 22 19.6481C22 19.6589 22 19.6696 22 19.6804C22 19.6911 22 19.7018 22 19.7125C22 19.7233 22 19.734 22 19.7447C22 19.7553 22 19.766 22 19.7767C22 19.7873 22 19.798 22 19.8086C22 19.8193 22 19.8299 22 19.8405C22 19.8511 22 19.8617 22 19.8723C22 19.8829 22 19.8934 22 19.904C22 19.9145 22 19.9251 22 19.9356C22 19.9461 22 19.9566 22 19.9671C22 19.9776 22 19.9881 22 19.9986C22 20.0091 22 20.0195 22 20.03C22 20.0404 22 20.0508 22 20.0612C22 20.0717 22 20.0821 22 20.0925C22 20.1028 22 20.1132 22 20.1236C22 20.1339 22 20.1443 22 20.1546C22 20.1649 22 20.1752 22 20.1855C22 20.1958 22 20.2061 22 20.2164C22 20.2267 22 20.2369 22 20.2472C22 20.2574 22 20.2677 22 20.2779C22 20.2881 22 20.2983 22 20.3085C22 20.3186 22 20.3288 22 20.339C22 20.3491 22 20.3593 22 20.3694C22 20.3795 22 20.3896 22 20.3997C22 20.4098 22 20.4199 22 20.43C22 20.44 22 20.4501 22 20.4601C22 20.4702 22 20.4802 22 20.4902C22 20.5002 22 20.5102 22 20.5202C22 20.5301 22 20.5401 22 20.55C22 20.56 22 20.5699 22 20.5798C22 20.5897 22 20.5996 22 20.6095C22 20.6194 22 20.6293 22 20.6391C22 20.649 22 20.6588 22 20.6686C22 20.6785 22 20.6883 22 20.6981C22 20.7078 22 20.7176 22 20.7274C22 20.7371 22 20.7469 22 20.7566C22 20.7663 22 20.776 22 20.7857C22 20.7954 22 20.8051 22 20.8148C22 20.8244 22 20.8341 22 20.8437C22 20.8534 22 20.863 22 20.8726C22 20.8822 22 20.8918 22 20.9013C22 20.9109 22 20.9204 22 20.93C22 20.9395 22 20.949 22 20.9585C22 20.968 22 20.9775 22 20.987C22 20.9965 22 21.0059 22 21.0153C22 21.0248 22 21.0342 22 21.0436C22 21.053 22 21.0624 22 21.0718C22 21.0811 22 21.0905 22 21.0998C22 21.1092 22 21.1185 22 21.1278C22 21.1371 22 21.1464 22 21.1557C22 21.1649 22 21.1742 22 21.1834C22 21.1926 22 21.2019 22 21.2111C22 21.2203 22 21.2295 22 21.2386C22 21.2478 22 21.2569 22 21.2661C22 21.2752 22 21.2843 22 21.2934C22 21.3025 22 21.3116 22 21.3207C22 21.3297 22 21.3388 22 21.3478C22 21.3568 22 21.3659 22 21.3749C22 21.3838 22 21.3928 22 21.4018C22 21.4107 22 21.4197 22 21.4286C22 21.4375 22 21.4464 22 21.4553C22 21.4642 22 21.4731 22 21.482C22 21.4908 22 21.4996 22 21.5085C22 21.5173 22 21.5261 22 21.5349C22 21.5436 22 21.5524 22 21.5612C22 21.5699 22 21.5786 22 21.5873C22 21.5961 22 21.6048 22 21.6134C22 21.6221 22 21.6308 22 21.6394C22 21.648 22 21.6567 22 21.6653C22 21.6739 22 21.6824 22 21.691C22 21.6996 22 21.7081 22 21.7167C22 21.7252 22 21.7337 22 21.7422C22 21.7507 22 21.7591 22 21.7676C22 21.7761 22 21.7845 22 21.7929C22 21.8013 22 21.8097 22 21.8181C22 21.8265 22 21.8348 22 21.8432C22 21.8515 22 21.8599 22 21.8682C22 21.8765 22 21.8848 22 21.893C22 21.9013 22 21.9095 22 21.9178C22 21.926 22 21.9342 22 21.9424C22 21.9506 22 21.9588 22 21.9669C22 21.9751 22 21.9832 22 21.9913C22 21.9994 22 22.0075 22 22.0156C22 22.0237 22 22.0317 22 22.0398C22 22.0478 22 22.0558 22 22.0638C22 22.0718 22 22.0798 22 22.0878C22 22.0957 22 22.1036 22 22.1116C22 22.1195 22 22.1274 22 22.1353C22 22.1431 22 22.151 22 22.1588C22 22.1667 22 22.1745 22 22.1823C22 22.1901 22 22.1979 22 22.2057C22 22.2134 22 22.2212 22 22.2289C22 22.2366 22 22.2443 22 22.252C22 22.2597 22 22.2673 22 22.275C22 22.2826 22 22.2902 22 22.2978C22 22.3054 22 22.313 22 22.3206C22 22.3281 22 22.3357 22 22.3432C22 22.3507 22 22.3582 22 22.3657C22 22.3732 22 22.3806 22 22.3881C22 22.3955 22 22.4029 22 22.4103C22 22.4177 22 22.4251 22 22.4324C22 22.4398 22 22.4471 22 22.4544C22 22.4618 22 22.4691 22 22.4763C22 22.4836 22 22.4909 22 22.4981C22 22.5053 22 22.5125 22 22.5197C22 22.5269 22 22.5341 22 22.5412C22 22.5484 22 22.5555 22 22.5626C22 22.5697 22 22.5768 22 22.5838C22 22.5909 22 22.5979 22 22.605C22 22.612 22 22.619 22 22.626C22 22.6329 22 22.6399 22 22.6468C22 22.6538 22 22.6607 22 22.6676C22 22.6745 22 22.6813 22 22.6882C22 22.695 22 22.7018 22 22.7087C22 22.7155 22 22.7222 22 22.729C22 22.7358 22 22.7425 22 22.7492C22 22.7559 22 22.7626 22 22.7693C22 22.776 22 22.7826 22 22.7893C22 22.7959 22 22.8025 22 22.8091C22 22.8157 22 22.8222 22 22.8288C22 22.8353 22 22.8418 22 22.8483C22 22.8548 22 22.8613 22 22.8678C22 22.8742 22 22.8807 22 22.8871C22 22.8935 22 22.8999 22 22.9062C22 22.9126 22 22.9189 22 22.9253C22 22.9316 22 22.9379 22 22.9441C22 22.9504 22 22.9567 22 22.9629C22 22.9691 22 22.9753 22 22.9815C22 22.9877 22 22.9939 22 23H24C24 22.9939 24 22.9877 24 22.9815C24 22.9753 24 22.9691 24 22.9629C24 22.9567 24 22.9504 24 22.9441C24 22.9379 24 22.9316 24 22.9253C24 22.9189 24 22.9126 24 22.9062C24 22.8999 24 22.8935 24 22.8871C24 22.8807 24 22.8742 24 22.8678C24 22.8613 24 22.8548 24 22.8483C24 22.8418 24 22.8353 24 22.8288C24 22.8222 24 22.8157 24 22.8091C24 22.8025 24 22.7959 24 22.7893C24 22.7826 24 22.776 24 22.7693C24 22.7626 24 22.7559 24 22.7492C24 22.7425 24 22.7358 24 22.729C24 22.7222 24 22.7155 24 22.7087C24 22.7018 24 22.695 24 22.6882C24 22.6813 24 22.6745 24 22.6676C24 22.6607 24 22.6538 24 22.6468C24 22.6399 24 22.6329 24 22.626C24 22.619 24 22.612 24 22.605C24 22.5979 24 22.5909 24 22.5838C24 22.5768 24 22.5697 24 22.5626C24 22.5555 24 22.5484 24 22.5412C24 22.5341 24 22.5269 24 22.5197C24 22.5125 24 22.5053 24 22.4981C24 22.4909 24 22.4836 24 22.4763C24 22.4691 24 22.4618 24 22.4544C24 22.4471 24 22.4398 24 22.4324C24 22.4251 24 22.4177 24 22.4103C24 22.4029 24 22.3955 24 22.3881C24 22.3806 24 22.3732 24 22.3657C24 22.3582 24 22.3507 24 22.3432C24 22.3357 24 22.3281 24 22.3206C24 22.313 24 22.3054 24 22.2978C24 22.2902 24 22.2826 24 22.275C24 22.2673 24 22.2597 24 22.252C24 22.2443 24 22.2366 24 22.2289C24 22.2212 24 22.2134 24 22.2057C24 22.1979 24 22.1901 24 22.1823C24 22.1745 24 22.1667 24 22.1588C24 22.151 24 22.1431 24 22.1353C24 22.1274 24 22.1195 24 22.1116C24 22.1036 24 22.0957 24 22.0878C24 22.0798 24 22.0718 24 22.0638C24 22.0558 24 22.0478 24 22.0398C24 22.0317 24 22.0237 24 22.0156C24 22.0075 24 21.9994 24 21.9913C24 21.9832 24 21.9751 24 21.9669C24 21.9588 24 21.9506 24 21.9424C24 21.9342 24 21.926 24 21.9178C24 21.9095 24 21.9013 24 21.893C24 21.8848 24 21.8765 24 21.8682C24 21.8599 24 21.8515 24 21.8432C24 21.8348 24 21.8265 24 21.8181C24 21.8097 24 21.8013 24 21.7929C24 21.7845 24 21.7761 24 21.7676C24 21.7591 24 21.7507 24 21.7422C24 21.7337 24 21.7252 24 21.7167C24 21.7081 24 21.6996 24 21.691C24 21.6824 24 21.6739 24 21.6653C24 21.6567 24 21.648 24 21.6394C24 21.6308 24 21.6221 24 21.6134C24 21.6048 24 21.5961 24 21.5873C24 21.5786 24 21.5699 24 21.5612C24 21.5524 24 21.5436 24 21.5349C24 21.5261 24 21.5173 24 21.5085C24 21.4996 24 21.4908 24 21.482C24 21.4731 24 21.4642 24 21.4553C24 21.4464 24 21.4375 24 21.4286C24 21.4197 24 21.4107 24 21.4018C24 21.3928 24 21.3838 24 21.3749C24 21.3659 24 21.3568 24 21.3478C24 21.3388 24 21.3297 24 21.3207C24 21.3116 24 21.3025 24 21.2934C24 21.2843 24 21.2752 24 21.2661C24 21.2569 24 21.2478 24 21.2386C24 21.2295 24 21.2203 24 21.2111C24 21.2019 24 21.1926 24 21.1834C24 21.1742 24 21.1649 24 21.1557C24 21.1464 24 21.1371 24 21.1278C24 21.1185 24 21.1092 24 21.0998C24 21.0905 24 21.0811 24 21.0718C24 21.0624 24 21.053 24 21.0436C24 21.0342 24 21.0248 24 21.0153C24 21.0059 24 20.9965 24 20.987C24 20.9775 24 20.968 24 20.9585C24 20.949 24 20.9395 24 20.93C24 20.9204 24 20.9109 24 20.9013C24 20.8918 24 20.8822 24 20.8726C24 20.863 24 20.8534 24 20.8437C24 20.8341 24 20.8244 24 20.8148C24 20.8051 24 20.7954 24 20.7857C24 20.776 24 20.7663 24 20.7566C24 20.7469 24 20.7371 24 20.7274C24 20.7176 24 20.7078 24 20.6981C24 20.6883 24 20.6785 24 20.6686C24 20.6588 24 20.649 24 20.6391C24 20.6293 24 20.6194 24 20.6095C24 20.5996 24 20.5897 24 20.5798C24 20.5699 24 20.56 24 20.55C24 20.5401 24 20.5301 24 20.5202C24 20.5102 24 20.5002 24 20.4902C24 20.4802 24 20.4702 24 20.4601C24 20.4501 24 20.44 24 20.43C24 20.4199 24 20.4098 24 20.3997C24 20.3896 24 20.3795 24 20.3694C24 20.3593 24 20.3491 24 20.339C24 20.3288 24 20.3186 24 20.3085C24 20.2983 24 20.2881 24 20.2779C24 20.2677 24 20.2574 24 20.2472C24 20.2369 24 20.2267 24 20.2164C24 20.2061 24 20.1958 24 20.1855C24 20.1752 24 20.1649 24 20.1546C24 20.1443 24 20.1339 24 20.1236C24 20.1132 24 20.1028 24 20.0925C24 20.0821 24 20.0717 24 20.0612C24 20.0508 24 20.0404 24 20.03C24 20.0195 24 20.0091 24 19.9986C24 19.9881 24 19.9776 24 19.9671C24 19.9566 24 19.9461 24 19.9356C24 19.9251 24 19.9145 24 19.904C24 19.8934 24 19.8829 24 19.8723C24 19.8617 24 19.8511 24 19.8405C24 19.8299 24 19.8193 24 19.8086C24 19.798 24 19.7873 24 19.7767C24 19.766 24 19.7553 24 19.7447C24 19.734 24 19.7233 24 19.7125C24 19.7018 24 19.6911 24 19.6804C24 19.6696 24 19.6589 24 19.6481C24 19.6373 24 19.6265 24 19.6157C24 19.605 24 19.5941 24 19.5833C24 19.5725 24 19.5617 24 19.5508C24 19.54 24 19.5291 24 19.5182C24 19.5074 24 19.4965 24 19.4856C24 19.4747 24 19.4638 24 19.4529C24 19.4419 24 19.431 24 19.4201C24 19.4091 24 19.3981 24 19.3872C24 19.3762 24 19.3652 24 19.3542C24 19.3432 24 19.3322 24 19.3212C24 19.3102 24 19.2991 24 19.2881C24 19.277 24 19.266 24 19.2549C24 19.2438 24 19.2327 24 19.2216C24 19.2105 24 19.1994 24 19.1883C24 19.1772 24 19.1661 24 19.1549C24 19.1438 24 19.1326 24 19.1214C24 19.1103 24 19.0991 24 19.0879C24 19.0767 24 19.0655 24 19.0543C24 19.0431 24 19.0318 24 19.0206C24 19.0094 24 18.9981 24 18.9868C24 18.9756 24 18.9643 24 18.953C24 18.9417 24 18.9304 24 18.9191C24 18.9078 24 18.8965 24 18.8852C24 18.8738 24 18.8625 24 18.8511C24 18.8398 24 18.8284 24 18.817C24 18.8057 24 18.7943 24 18.7829C24 18.7715 24 18.7601 24 18.7486C24 18.7372 24 18.7258 24 18.7143C24 18.7029 24 18.6914 24 18.68C24 18.6685 24 18.657 24 18.6455C24 18.6341 24 18.6226 24 18.611C24 18.5995 24 18.588 24 18.5765C24 18.565 24 18.5534 24 18.5419C24 18.5303 24 18.5187 24 18.5072C24 18.4956 24 18.484 24 18.4724C24 18.4608 24 18.4492 24 18.4376C24 18.426 24 18.4144 24 18.4027C24 18.3911 24 18.3794 24 18.3678C24 18.3561 24 18.3445 24 18.3328C24 18.3211 24 18.3094 24 18.2977C24 18.286 24 18.2743 24 18.2626C24 18.2509 24 18.2392 24 18.2274C24 18.2157 24 18.2039 24 18.1922C24 18.1804 24 18.1686 24 18.1569C24 18.1451 24 18.1333 24 18.1215C24 18.1097 24 18.0979 24 18.0861C24 18.0743 24 18.0624 24 18.0506C24 18.0388 24 18.0269 24 18.0151C24 18.0032 24 17.9914 24 17.9795C24 17.9676 24 17.9557 24 17.9438C24 17.9319 24 17.92 24 17.9081C24 17.8962 24 17.8843 24 17.8724C24 17.8604 24 17.8485 24 17.8366C24 17.8246 24 17.8126 24 17.8007C24 17.7887 24 17.7767 24 17.7648C24 17.7528 24 17.7408 24 17.7288C24 17.7168 24 17.7048 24 17.6927C24 17.6807 24 17.6687 24 17.6567C24 17.6446 24 17.6326 24 17.6205C24 17.6085 24 17.5964 24 17.5843C24 17.5723 24 17.5602 24 17.5481C24 17.536 24 17.5239 24 17.5118C24 17.4997 24 17.4876 24 17.4754C24 17.4633 24 17.4512 24 17.439C24 17.4269 24 17.4148 24 17.4026C24 17.3904 24 17.3783 24 17.3661C24 17.3539 24 17.3418 24 17.3296C24 17.3174 24 17.3052 24 17.293C24 17.2808 24 17.2686 24 17.2563C24 17.2441 24 17.2319 24 17.2196C24 17.2074 24 17.1952 24 17.1829C24 17.1707 24 17.1584 24 17.1461C24 17.1339 24 17.1216 24 17.1093C24 17.097 24 17.0847 24 17.0724C24 17.0601 24 17.0478 24 17.0355C24 17.0232 24 17.0109 24 16.9985C24 16.9862 24 16.9739 24 16.9615C24 16.9492 24 16.9368 24 16.9245C24 16.9121 24 16.8998 24 16.8874C24 16.875 24 16.8626 24 16.8502C24 16.8379 24 16.8255 24 16.8131C24 16.8007 24 16.7883 24 16.7758C24 16.7634 24 16.751 24 16.7386C24 16.7261 24 16.7137 24 16.7013C24 16.6888 24 16.6764 24 16.6639C24 16.6515 24 16.639 24 16.6265C24 16.6141 24 16.6016 24 16.5891C24 16.5766 24 16.5641 24 16.5516C24 16.5391 24 16.5266 24 16.5141C24 16.5016 24 16.4891 24 16.4766C24 16.4641 24 16.4515 24 16.439C24 16.4265 24 16.4139 24 16.4014C24 16.3888 24 16.3763 24 16.3637C24 16.3511 24 16.3386 24 16.326C24 16.3134 24 16.3009 24 16.2883C24 16.2757 24 16.2631 24 16.2505C24 16.2379 24 16.2253 24 16.2127C24 16.2001 24 16.1875 24 16.1749C24 16.1622 24 16.1496 24 16.137C24 16.1244 24 16.1117 24 16.0991C24 16.0864 24 16.0738 24 16.0611C24 16.0485 24 16.0358 24 16.0232C24 16.0105 24 15.9978 24 15.9852C24 15.9725 24 15.9598 24 15.9471C24 15.9344 24 15.9217 24 15.909C24 15.8963 24 15.8836 24 15.8709C24 15.8582 24 15.8455 24 15.8328C24 15.8201 24 15.8074 24 15.7946C24 15.7819 24 15.7692 24 15.7564C24 15.7437 24 15.731 24 15.7182C24 15.7055 24 15.6927 24 15.68C24 15.6672 24 15.6544 24 15.6417C24 15.6289 24 15.6161 24 15.6034C24 15.5906 24 15.5778 24 15.565C24 15.5522 24 15.5395 24 15.5267C24 15.5139 24 15.5011 24 15.4883C24 15.4755 24 15.4627 24 15.4498C24 15.437 24 15.4242 24 15.4114C24 15.3986 24 15.3858 24 15.3729C24 15.3601 24 15.3473 24 15.3344C24 15.3216 24 15.3088 24 15.2959C24 15.2831 24 15.2702 24 15.2574C24 15.2445 24 15.2317 24 15.2188C24 15.2059 24 15.1931 24 15.1802C24 15.1673 24 15.1545 24 15.1416C24 15.1287 24 15.1158 24 15.1029C24 15.0901 24 15.0772 24 15.0643C24 15.0514 24 15.0385 24 15.0256C24 15.0127 24 14.9998 24 14.9869C24 14.974 24 14.9611 24 14.9482C24 14.9353 24 14.9223 24 14.9094C24 14.8965 24 14.8836 24 14.8707C24 14.8577 24 14.8448 24 14.8319C24 14.8189 24 14.806 24 14.7931C24 14.7801 24 14.7672 24 14.7543C24 14.7413 24 14.7284 24 14.7154C24 14.7025 24 14.6895 24 14.6766C24 14.6636 24 14.6506 24 14.6377C24 14.6247 24 14.6118 24 14.5988C24 14.5858 24 14.5729 24 14.5599C24 14.5469 24 14.5339 24 14.521C24 14.508 24 14.495 24 14.482C24 14.469 24 14.4561 24 14.4431C24 14.4301 24 14.4171 24 14.4041C24 14.3911 24 14.3781 24 14.3651C24 14.3521 24 14.3391 24 14.3261C24 14.3131 24 14.3001 24 14.2871C24 14.2741 24 14.2611 24 14.2481C24 14.2351 24 14.2221 24 14.2091C24 14.1961 24 14.183 24 14.17C24 14.157 24 14.144 24 14.131C24 14.118 24 14.1049 24 14.0919C24 14.0789 24 14.0659 24 14.0528C24 14.0398 24 14.0268 24 14.0137C24 14.0007 24 13.9877 24 13.9747C24 13.9616 24 13.9486 24 13.9355C24 13.9225 24 13.9095 24 13.8964C24 13.8834 24 13.8704 24 13.8573C24 13.8443 24 13.8312 24 13.8182C24 13.8051 24 13.7921 24 13.779C24 13.766 24 13.753 24 13.7399C24 13.7269 24 13.7138 24 13.7008C24 13.6877 24 13.6747 24 13.6616C24 13.6486 24 13.6355 24 13.6224C24 13.6094 24 13.5963 24 13.5833C24 13.5702 24 13.5572 24 13.5441C24 13.5311 24 13.518 24 13.5049C24 13.4919 24 13.4788 24 13.4658C24 13.4527 24 13.4396 24 13.4266C24 13.4135 24 13.4005 24 13.3874C24 13.3743 24 13.3613 24 13.3482C24 13.3351 24 13.3221 24 13.309C24 13.296 24 13.2829 24 13.2698C24 13.2568 24 13.2437 24 13.2306C24 13.2176 24 13.2045 24 13.1915C24 13.1784 24 13.1653 24 13.1523C24 13.1392 24 13.1261 24 13.1131C24 13.1 24 13.0869 24 13.0739C24 13.0608 24 13.0478 24 13.0347C24 13.0216 24 13.0086 24 12.9955C24 12.9825 24 12.9694 24 12.9563C24 12.9433 24 12.9302 24 12.9172C24 12.9041 24 12.891 24 12.878C24 12.8649 24 12.8519 24 12.8388C24 12.8257 24 12.8127 24 12.7996C24 12.7866 24 12.7735 24 12.7605C24 12.7474 24 12.7344 24 12.7213C24 12.7083 24 12.6952 24 12.6822C24 12.6691 24 12.6561 24 12.643C24 12.63 24 12.6169 24 12.6039C24 12.5908 24 12.5778 24 12.5647C24 12.5517 24 12.5386 24 12.5256C24 12.5126 24 12.4995 24 12.4865C24 12.4734 24 12.4604 24 12.4474C24 12.4343 24 12.4213 24 12.4083C24 12.3952 24 12.3822 24 12.3692C24 12.3561 24 12.3431 24 12.3301C24 12.317 24 12.304 24 12.291C24 12.278 24 12.265 24 12.2519C24 12.2389 24 12.2259 24 12.2129C24 12.1999 24 12.1868 24 12.1738C24 12.1608 24 12.1478 24 12.1348C24 12.1218 24 12.1088 24 12.0958C24 12.0828 24 12.0698 24 12.0568C24 12.0438 24 12.0308 24 12.0178C24 12.0048 24 11.9918 24 11.9788C24 11.9658 24 11.9528 24 11.9398C24 11.9268 24 11.9139 24 11.9009C24 11.8879 24 11.8749 24 11.8619C24 11.849 24 11.836 24 11.823C24 11.8101 24 11.7971 24 11.7841C24 11.7711 24 11.7582 24 11.7452C24 11.7323 24 11.7193 24 11.7064C24 11.6934 24 11.6804 24 11.6675C24 11.6545 24 11.6416 24 11.6287C24 11.6157 24 11.6028 24 11.5898C24 11.5769 24 11.564 24 11.551C24 11.5381 24 11.5252 24 11.5122C24 11.4993 24 11.4864 24 11.4735C24 11.4606 24 11.4477 24 11.4347C24 11.4218 24 11.4089 24 11.396C24 11.3831 24 11.3702 24 11.3573C24 11.3444 24 11.3315 24 11.3186C24 11.3057 24 11.2929 24 11.28C24 11.2671 24 11.2542 24 11.2413C24 11.2285 24 11.2156 24 11.2027C24 11.1898 24 11.177 24 11.1641C24 11.1513 24 11.1384 24 11.1255C24 11.1127 24 11.0998 24 11.087C24 11.0742 24 11.0613 24 11.0485C24 11.0356 24 11.0228 24 11.01C24 10.9972 24 10.9843 24 10.9715C24 10.9587 24 10.9459 24 10.9331C24 10.9203 24 10.9074 24 10.8946C24 10.8818 24 10.869 24 10.8562C24 10.8435 24 10.8307 24 10.8179C24 10.8051 24 10.7923 24 10.7795C24 10.7668 24 10.754 24 10.7412C24 10.7285 24 10.7157 24 10.7029C24 10.6902 24 10.6774 24 10.6647C24 10.6519 24 10.6392 24 10.6265C24 10.6137 24 10.601 24 10.5883C24 10.5755 24 10.5628 24 10.5501C24 10.5374 24 10.5247 24 10.512C24 10.4993 24 10.4866 24 10.4739C24 10.4612 24 10.4485 24 10.4358C24 10.4231 24 10.4104 24 10.3978C24 10.3851 24 10.3724 24 10.3597C24 10.3471 24 10.3344 24 10.3218C24 10.3091 24 10.2965 24 10.2838C24 10.2712 24 10.2586 24 10.2459C24 10.2333 24 10.2207 24 10.208C24 10.1954 24 10.1828 24 10.1702C24 10.1576 24 10.145 24 10.1324C24 10.1198 24 10.1072 24 10.0946C24 10.082 24 10.0695 24 10.0569C24 10.0443 24 10.0318 24 10.0192C24 10.0066 24 9.99409 24 9.98154C24 9.969 24 9.95645 24 9.94392C24 9.93139 24 9.91886 24 9.90634C24 9.89381 24 9.8813 24 9.86879C24 9.85628 24 9.84378 24 9.83128C24 9.81879 24 9.8063 24 9.79381C24 9.78133 24 9.76885 24 9.75638C24 9.74391 24 9.73145 24 9.71899C24 9.70654 24 9.69409 24 9.68165C24 9.6692 24 9.65677 24 9.64434C24 9.63191 24 9.61949 24 9.60707C24 9.59466 24 9.58225 24 9.56985C24 9.55745 24 9.54505 24 9.53266C24 9.52028 24 9.5079 24 9.49552C24 9.48315 24 9.47079 24 9.45843C24 9.44607 24 9.43372 24 9.42138C24 9.40903 24 9.3967 24 9.38437C24 9.37204 24 9.35972 24 9.3474C24 9.33509 24 9.32278 24 9.31048C24 9.29818 24 9.28589 24 9.27361C24 9.26133 24 9.24905 24 9.23678C24 9.22451 24 9.21225 24 9.2C24 9.18775 24 9.1755 24 9.16326C24 9.15103 24 9.1388 24 9.12658C24 9.11436 24 9.10214 24 9.08994C24 9.07773 24 9.06553 24 9.05334C24 9.04116 24 9.02897 24 9.0168C24 9.00463 24 8.99246 24 8.98031C24 8.96815 24 8.956 24 8.94386C24 8.93172 24 8.91959 24 8.90747C24 8.89534 24 8.88323 24 8.87112C24 8.85902 24 8.84692 24 8.83483C24 8.82274 24 8.81066 24 8.79859C24 8.78651 24 8.77445 24 8.76239C24 8.75034 24 8.73829 24 8.72626C24 8.71422 24 8.70219 24 8.69017C24 8.67815 24 8.66614 24 8.65414C24 8.64213 24 8.63014 24 8.61816C24 8.60617 24 8.5942 24 8.58223C24 8.57026 24 8.55831 24 8.54636C24 8.53441 24 8.52247 24 8.51054C24 8.49861 24 8.48669 24 8.47478C24 8.46287 24 8.45097 24 8.43908C24 8.42718 24 8.4153 24 8.40343C24 8.39155 24 8.37969 24 8.36783C24 8.35598 24 8.34413 24 8.3323C24 8.32046 24 8.30864 24 8.29682C24 8.28501 24 8.2732 24 8.2614C24 8.2496 24 8.23782 24 8.22604C24 8.21426 24 8.2025 24 8.19074C24 8.17898 24 8.16723 24 8.15549C24 8.14376 24 8.13203 24 8.12031C24 8.10859 24 8.09689 24 8.08519C24 8.07349 24 8.0618 24 8.05013C24 8.03845 24 8.02678 24 8.01512C24 8.00347 24 7.99182 24 7.98018C24 7.96855 24 7.95692 24 7.94531C24 7.93369 24 7.92209 24 7.91049C24 7.8989 24 7.88731 24 7.87574C24 7.86417 24 7.8526 24 7.84105C24 7.8295 24 7.81796 24 7.80642C24 7.79489 24 7.78337 24 7.77186C24 7.76035 24 7.74886 24 7.73737C24 7.72588 24 7.7144 24 7.70294C24 7.69147 24 7.68002 24 7.66857C24 7.65713 24 7.6457 24 7.63427C24 7.62285 24 7.61144 24 7.60004C24 7.58864 24 7.57725 24 7.56587C24 7.5545 24 7.54313 24 7.53178C24 7.52042 24 7.50908 24 7.49775C24 7.48641 24 7.47509 24 7.46378C24 7.45248 24 7.44118 24 7.42989C24 7.41861 24 7.40733 24 7.39607C24 7.3848 24 7.37355 24 7.36231C24 7.35107 24 7.33985 24 7.32863C24 7.31741 24 7.30621 24 7.29502C24 7.28382 24 7.27264 24 7.26147C24 7.2503 24 7.23915 24 7.228C24 7.21686 24 7.20572 24 7.1946C24 7.18348 24 7.17237 24 7.16128C24 7.15018 24 7.1391 24 7.12802C24 7.11695 24 7.10589 24 7.09484C24 7.08379 24 7.07276 24 7.06174C24 7.05071 24 7.0397 24 7.0287C24 7.01771 24 7.00672 24 6.99575C24 6.98477 24 6.97381 24 6.96286C24 6.95191 24 6.94098 24 6.93006C24 6.91913 24 6.90822 24 6.89732C24 6.88643 24 6.87554 24 6.86467C24 6.8538 24 6.84294 24 6.83209C24 6.82124 24 6.81041 24 6.79959C24 6.78877 24 6.77796 24 6.76717C24 6.75637 24 6.74559 24 6.73482C24 6.72405 24 6.7133 24 6.70256C24 6.69181 24 6.68109 24 6.67037C24 6.65965 24 6.64895 24 6.63826C24 6.62757 24 6.6169 24 6.60624C24 6.59557 24 6.58492 24 6.57429C24 6.56365 24 6.55303 24 6.54242C24 6.53181 24 6.52122 24 6.51064C24 6.50006 24 6.48949 24 6.47894C24 6.46838 24 6.45784 24 6.44731C24 6.43679 24 6.42628 24 6.41578C24 6.40528 24 6.39479 24 6.38432C24 6.37385 24 6.36339 24 6.35295C24 6.34251 24 6.33208 24 6.32167C24 6.31125 24 6.30085 24 6.29046C24 6.28008 24 6.2697 24 6.25935C24 6.24899 24 6.23864 24 6.22831C24 6.21798 24 6.20767 24 6.19737C24 6.18707 24 6.17678 24 6.16651C24 6.15624 24 6.14598 24 6.13573C24 6.12549 24 6.11526 24 6.10505C24 6.09484 24 6.08464 24 6.07445C24 6.06427 24 6.0541 24 6.04394C24 6.03379 24 6.02365 24 6.01352C24 6.00339 24 5.99328 24 5.98319C24 5.97309 24 5.96301 24 5.95294C24 5.94288 24 5.93283 24 5.92279C24 5.91276 24 5.90274 24 5.89273C24 5.88272 24 5.87273 24 5.86276C24 5.85278 24 5.84282 24 5.83288C24 5.82293 24 5.813 24 5.80309C24 5.79317 24 5.78328 24 5.77339C24 5.76351 24 5.75364 24 5.74379C24 5.73394 24 5.7241 24 5.71428H22Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1rem;
  display: inline-block;
}

.icon-playsolid::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99121 18.7422C14.9746 18.7422 19.0879 14.6289 19.0879 9.6543C19.0879 4.67969 14.9658 0.566406 9.98242 0.566406C5.00781 0.566406 0.90332 4.67969 0.90332 9.6543C0.90332 14.6289 5.0166 18.7422 9.99121 18.7422ZM13.542 10.1729L8.27734 13.2578C7.84668 13.5127 7.3457 13.293 7.3457 12.8535V6.47266C7.3457 6.02441 7.87305 5.82227 8.27734 6.05957L13.542 9.16211C13.9199 9.39062 13.9287 9.94434 13.542 10.1729Z' fill='%230a84ff'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1rem;
  display: inline-block;
  margin-left: .3em;
  position: relative;
  z-index: 10;
}

.icon-globe::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5428 7.25H4.27599C4.42021 5.17587 5.14156 3.49378 5.85688 2.30158C5.97509 2.10456 6.09337 1.9205 6.2092 1.74982C3.72253 2.46097 1.84542 4.61601 1.5428 7.25ZM4.276 8.75H1.5428C1.84542 11.384 3.72258 13.5391 6.20929 14.2502C6.09344 14.0795 5.97512 13.8954 5.85688 13.6983C5.14157 12.5061 4.42023 10.8241 4.276 8.75ZM5.78026 8.75H10.2197C10.0792 10.4855 9.47094 11.9031 8.85688 12.9266C8.55063 13.437 8.24499 13.8457 8 14.1422C7.75501 13.8457 7.44937 13.437 7.14312 12.9266C6.52906 11.9031 5.92079 10.4855 5.78026 8.75ZM10.2198 7.25H5.78025C5.92077 5.51446 6.52905 4.09677 7.14312 3.07332C7.44937 2.56291 7.75501 2.15415 8 1.8577C8.24499 2.15415 8.55063 2.56291 8.85688 3.07332C9.47095 4.09677 10.0792 5.51446 10.2198 7.25ZM11.724 8.75C11.5798 10.8241 10.8584 12.5061 10.1431 13.6983C10.0249 13.8954 9.90656 14.0795 9.79071 14.2502C12.2774 13.5391 14.1546 11.384 14.4572 8.75H11.724ZM14.4572 7.25H11.724C11.5798 5.17587 10.8584 3.49378 10.1431 2.30158C10.0249 2.10456 9.90662 1.9205 9.7908 1.74981C12.2775 2.46096 14.1546 4.61601 14.4572 7.25ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1rem;
  display: inline-block;
  margin-top: .3em;
}

.chevron-right::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6514 13.6543C19.6426 13.3467 19.5283 13.083 19.291 12.8457L12.4531 6.15723C12.251 5.96387 12.0137 5.8584 11.7236 5.8584C11.1348 5.8584 10.6777 6.31543 10.6777 6.9043C10.6777 7.18555 10.792 7.44922 10.9941 7.65137L17.1465 13.6543L10.9941 19.6572C10.792 19.8594 10.6777 20.1143 10.6777 20.4043C10.6777 20.9932 11.1348 21.4502 11.7236 21.4502C12.0049 21.4502 12.251 21.3447 12.4531 21.1514L19.291 14.4541C19.5371 14.2256 19.6514 13.9619 19.6514 13.6543Z' fill='%230a84ff'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  vertical-align: -.45em;
  opacity: .8;
}

.icon-chevrondown::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L11.7874 14.7874V14.7874C11.9048 14.9048 12.0952 14.9048 12.2126 14.7874V14.7874L18 9' stroke='%230A84FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  vertical-align: -.45em;
}

.icon-phonedown::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 6C4 3.79086 5.79086 2 8 2H16C18.2091 2 20 3.79086 20 6V18C20 20.2091 18.2091 22 16 22H8C5.79086 22 4 20.2091 4 18V6ZM8 4C6.89543 4 6 4.89543 6 6V18C6 19.1046 6.89543 20 8 20H16C17.1046 20 18 19.1046 18 18V6C18 4.89543 17.1046 4 16 4H8Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2H8.11111C9.35367 2 10.3977 2.84985 10.6938 4H13.3062C13.6023 2.84985 14.6463 2 15.8889 2H16V4H15.8889C15.5207 4 15.2222 4.29848 15.2222 4.66667C15.2222 5.40305 14.6253 6 13.8889 6H10.1111C9.37473 6 8.77778 5.40305 8.77778 4.66667C8.77778 4.29848 8.4793 4 8.11111 4H8V2Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 9C12.5523 9 13 9.44772 13 10L13 13.5858L14.2929 12.2929C14.6834 11.9024 15.3166 11.9024 15.7071 12.2929C16.0976 12.6834 16.0976 13.3166 15.7071 13.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L8.29289 13.7071C7.90237 13.3166 7.90237 12.6834 8.29289 12.2929C8.68342 11.9024 9.31658 11.9024 9.70711 12.2929L11 13.5858L11 10C11 9.44772 11.4477 9 12 9Z' fill='white'/%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  position: relative;
}

.icon-phoneplus::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 6C4 3.79086 5.79086 2 8 2H16C18.2091 2 20 3.79086 20 6V18C20 20.2091 18.2091 22 16 22H8C5.79086 22 4 20.2091 4 18V6ZM8 4C6.89543 4 6 4.89543 6 6V18C6 19.1046 6.89543 20 8 20H16C17.1046 20 18 19.1046 18 18V6C18 4.89543 17.1046 4 16 4H8Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2H9.64251C10.5523 2 11.4034 2.38623 12 3.0377C12.5966 2.38623 13.4477 2 14.3575 2H16V4H14.3575C13.9043 4 13.49 4.25604 13.2873 4.66139C12.7569 5.72221 11.2431 5.72221 10.7127 4.66139C10.51 4.25604 10.0957 4 9.64251 4H8V2Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 13C8 12.4477 8.44772 12 9 12H15C15.5523 12 16 12.4477 16 13C16 13.5523 15.5523 14 15 14H9C8.44772 14 8 13.5523 8 13Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 9C12.5523 9 13 9.44772 13 10L13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16L11 10C11 9.44772 11.4477 9 12 9Z' fill='white'/%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  position: relative;
}

.icon-closecircle::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 2rem;
  display: inline-block;
  position: relative;
}

.icon-bank::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4151 2.39511C11.7962 2.27797 12.2038 2.27797 12.5849 2.39511L15.5706 3.31277C17.1283 3.79152 18.6075 4.49538 19.9616 5.40203C21.0147 6.10722 20.5155 7.74997 19.2481 7.74997H4.75191C3.48446 7.74997 2.98526 6.10722 4.03841 5.40204C5.39244 4.49538 6.87174 3.79152 8.42938 3.31277L11.4151 2.39511ZM12.1442 3.82891C12.0502 3.80003 11.9498 3.80003 11.8558 3.82891L8.87006 4.74658C7.68925 5.1095 6.55791 5.61454 5.50069 6.24997H18.4993C17.4421 5.61454 16.3107 5.1095 15.1299 4.74658L12.1442 3.82891Z' fill='%23F7F7F5'/%3E%3Cpath d='M4.25 21C4.25 20.5858 4.58579 20.25 5 20.25H19C19.4142 20.25 19.75 20.5858 19.75 21C19.75 21.4142 19.4142 21.75 19 21.75H5C4.58579 21.75 4.25 21.4142 4.25 21Z' fill='%23F7F7F5'/%3E%3Cpath d='M6.25 17C6.25 17.4142 6.58579 17.75 7 17.75C7.41421 17.75 7.75 17.4142 7.75 17L7.75 11C7.75 10.5858 7.41421 10.25 7 10.25C6.58579 10.25 6.25 10.5858 6.25 11L6.25 17Z' fill='%23F7F7F5'/%3E%3Cpath d='M12 17.75C11.5858 17.75 11.25 17.4142 11.25 17L11.25 11C11.25 10.5858 11.5858 10.25 12 10.25C12.4142 10.25 12.75 10.5858 12.75 11V17C12.75 17.4142 12.4142 17.75 12 17.75Z' fill='%23F7F7F5'/%3E%3Cpath d='M16.25 17C16.25 17.4142 16.5858 17.75 17 17.75C17.4142 17.75 17.75 17.4142 17.75 17V11C17.75 10.5858 17.4142 10.25 17 10.25C16.5858 10.25 16.25 10.5858 16.25 11V17Z' fill='%23F7F7F5'/%3E%3C/svg%3E%0A");
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 2rem;
  display: inline-block;
  position: relative;
}

.icon-uploaddoc::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25 5C4.25 3.48122 5.48122 2.25 7 2.25H14.9868C15.5506 2.25 16.0798 2.52157 16.4085 2.97955L19.4217 7.17745C19.6352 7.47488 19.75 7.83178 19.75 8.1979V19C19.75 20.5188 18.5188 21.75 17 21.75H7C5.48122 21.75 4.25 20.5188 4.25 19V5ZM7 3.75C6.30964 3.75 5.75 4.30964 5.75 5V19C5.75 19.6904 6.30964 20.25 7 20.25H17C17.6904 20.25 18.25 19.6904 18.25 19V8.89705H15C14.5858 8.89705 14.25 8.56126 14.25 8.14705V3.75H7Z' fill='%23F7F7F5'/%3E%3Cpath d='M15.0857 13.2185C14.8269 13.542 14.355 13.5944 14.0315 13.3357L12.7501 12.3105V15.75C12.7501 16.1642 12.4143 16.5 12.0001 16.5C11.5858 16.5 11.2501 16.1642 11.2501 15.75V12.3104L9.96855 13.3357C9.6451 13.5944 9.17313 13.542 8.91438 13.2185C8.65562 12.8951 8.70806 12.4231 9.03151 12.1643L11.5288 10.1665C11.6561 10.0636 11.8177 10.0015 11.9937 10C11.9958 10 11.9979 10 12.0001 10L12.0025 10C12.1816 10.0006 12.3459 10.0639 12.4746 10.1692L14.9685 12.1643C15.292 12.4231 15.3444 12.8951 15.0857 13.2185Z' fill='%23F7F7F5'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  position: relative;
}

.icon-cart::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7393 18.6553H20.9697C21.3828 18.6553 21.7607 18.3301 21.7607 17.8643C21.7607 17.4072 21.3828 17.082 20.9697 17.082H10.9414C10.5195 17.082 10.2559 16.792 10.1943 16.3438L10.0625 15.4297H21.04C22.3848 15.4297 23.0967 14.6123 23.29 13.2764L23.9492 8.87305C23.9668 8.75879 23.9844 8.60938 23.9844 8.5127C23.9844 7.99414 23.624 7.64258 23.0176 7.64258H8.92871L8.79688 6.69336C8.68262 5.92871 8.375 5.54199 7.39941 5.54199H4.38477C3.94531 5.54199 3.55859 5.92871 3.55859 6.37695C3.55859 6.83398 3.94531 7.2207 4.38477 7.2207H7.13574L8.49805 16.5195C8.69141 17.8467 9.39453 18.6553 10.7393 18.6553ZM22.1562 9.21582L21.6025 13.1182C21.5322 13.5664 21.2949 13.8477 20.8643 13.8477L9.83398 13.8564L9.15723 9.21582H22.1562ZM11.46 23.0674C12.3125 23.0674 12.998 22.3818 12.998 21.5293C12.998 20.6768 12.3125 19.9912 11.46 19.9912C10.6074 19.9912 9.92188 20.6768 9.92188 21.5293C9.92188 22.3818 10.6074 23.0674 11.46 23.0674ZM19.5811 23.0674C20.4336 23.0674 21.1104 22.3818 21.1104 21.5293C21.1104 20.6768 20.4336 19.9912 19.5811 19.9912C18.7285 19.9912 18.0342 20.6768 18.0342 21.5293C18.0342 22.3818 18.7285 23.0674 19.5811 23.0674Z' fill='%23f7f7f5'/%3E%3C/svg%3E%0A");
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 2rem;
  display: inline-block;
  position: relative;
}

.arrow-icon::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21967 14.0303C8.92678 13.7374 8.92678 13.2626 9.21967 12.9697L12.1893 10L5.75 10C3.1267 10 1 7.87337 1 5.25L1 2.75C1 2.3358 1.3358 2 1.75 2C2.1642 2 2.5 2.3358 2.5 2.75L2.5 5.25C2.5 7.04493 3.9551 8.5 5.75 8.5L12.1893 8.5L9.21967 5.5303C8.92678 5.2374 8.92678 4.7626 9.21967 4.4697C9.51256 4.1768 9.98744 4.1768 10.2803 4.4697L14.5303 8.71967C14.8232 9.01256 14.8232 9.48744 14.5303 9.78033L10.2803 14.0303C9.98744 14.3232 9.51256 14.3232 9.21967 14.0303Z' fill='%23CBCBCB'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1rem;
  display: inline-block;
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.icon-directpay::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='398' height='224' viewBox='0 0 398 224' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75.5 42H187M11 112.5H115M42 183H115' stroke='white' stroke-opacity='0.47' stroke-width='21' stroke-linecap='round'/%3E%3Cpath d='M362 22H236.5L246.5 0H362C384.5 0 397.5 18 397.5 35.5V188C397.5 207 379.5 223.5 362 223.5H139L148.5 201.5H363.5C370 201.5 375.5 195.5 375.5 189.5V35.5C375.5 28 368 22 362 22Z' fill='%23F0F0F0'/%3E%3Cpath d='M157.5 182L226 42.5H311C320.567 65.4922 329.011 75.0523 352.5 83V140.5C328.564 150.353 319.493 159.48 311 182H157.5Z' fill='%23F0F0F0'/%3E%3Cpath d='M251 136C245.739 136 238.167 132.333 235 130L231.5 144C236.822 148.768 240.652 150.026 249 150V162H263V150C265.667 150 272.2 148.1 277 140.5C283 131 281 124 279 119C277 114 272.5 111 271 110C269.5 109 259.5 104.5 257 103C254.5 101.5 243.5 96.5 250 90.5C254 87.5 262.159 87.9836 274 92.5L277 77C275.5 74.5 269 71 262 71V60H249V71.4991C248.992 70.8395 230.05 76.9794 230 94.5C229.962 108 244 115 250 116.5C256 118 262.5 121.5 262.5 127.5C262.5 133.5 256 136 251 136Z' fill='%232F8E3E' fill-opacity='0.7'/%3E%3C/svg%3E%0A");
  width: 2rem;
  height: 1.4rem;
  background-size: 2rem 1.4rem;
  vertical-align: -.35em;
  margin-right: .3rem;
  display: inline-block;
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.icon-invoice::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 21V7C2 5.11438 2 4.17157 2.58579 3.58579C3.17157 3 4.11438 3 6 3H16C16.8317 3 17.4778 3 18.0037 3.02706C15.7519 3.2741 14 5.18245 14 7.5V11.0002L13.9012 20.9671L11 20L8 21L5 20L2 21ZM21 11L16 11V7.5C16 6.11929 17.1193 5 18.5 5C19.8807 5 21 6.11929 21 7.5V11ZM4 7C4 6.44772 4.44772 6 5 6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H5C4.44772 8 4 7.55228 4 7ZM4 11C4 10.4477 4.44772 10 5 10H7C7.55228 10 8 10.4477 8 11C8 11.5523 7.55228 12 7 12H5C4.44772 12 4 11.5523 4 11ZM4 15C4 14.4477 4.44772 14 5 14H9C9.55228 14 10 14.4477 10 15C10 15.5523 9.55228 16 9 16H5C4.44772 16 4 15.5523 4 15Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  vertical-align: -.40em;
  margin-right: .3rem;
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.icon-checkcirclefill-green::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6402 8.23178C17.0645 8.58534 17.1218 9.21591 16.7682 9.64018L11.7682 15.6402C11.5937 15.8497 11.3411 15.9788 11.0691 15.9976C10.797 16.0164 10.5291 15.9234 10.3273 15.7399L7.32733 13.0127C6.91868 12.6412 6.88856 12.0087 7.26007 11.6001C7.63157 11.1914 8.26402 11.1613 8.67268 11.5328L10.9002 13.5578L15.2318 8.35982C15.5854 7.93554 16.2159 7.87821 16.6402 8.23178Z' fill='%2300D622'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  vertical-align: -.35em;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.icon-collection::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8C18.8856 8 19.8284 8 20.4142 8.58579C21 9.17157 21 10.1144 21 12L21 16C21 17.8856 21 18.8284 20.4142 19.4142C19.8284 20 18.8856 20 17 20L16 20L8 20L7 20C5.11438 20 4.17157 20 3.58579 19.4142C3 18.8284 3 17.8856 3 16L3 12C3 10.1144 3 9.17157 3.58579 8.58579C4.17157 8 5.11438 8 7 8L8 8L16 8L17 8Z' stroke='%23F8F8F8' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M6 8V5.71429C6 4.76751 6.76751 4 7.71429 4V4H16.2857V4C17.2325 4 18 4.76751 18 5.71429V8' stroke='%23F8F8F8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  vertical-align: -.35em;
  margin-right: .3rem;
}

.icon-alertcirclefill::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.2666 12C2.2666 6.47715 6.74375 2 12.2666 2C17.7894 2 22.2666 6.47715 22.2666 12C22.2666 17.5228 17.7894 22 12.2666 22C6.74375 22 2.2666 17.5228 2.2666 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2666 7C12.8189 7 13.2666 7.44772 13.2666 8V12C13.2666 12.5523 12.8189 13 12.2666 13C11.7143 13 11.2666 12.5523 11.2666 12V8C11.2666 7.44772 11.7143 7 12.2666 7ZM11.2666 16C11.2666 15.4477 11.7143 15 12.2666 15H12.2766C12.8289 15 13.2766 15.4477 13.2766 16C13.2766 16.5523 12.8289 17 12.2766 17H12.2666C11.7143 17 11.2666 16.5523 11.2666 16Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  vertical-align: -.35em;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.icon-megaphone::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0848 16.9324C20.5298 12.6557 20.5298 8.34435 20.0848 4.06765C19.9261 2.5426 18.1677 1.77009 16.9372 2.68481L12.8336 5.73522C11.5831 6.66473 10.0665 7.16668 8.50839 7.16668H4.67919C3.98884 7.16668 3.42919 7.72632 3.42919 8.41668V12.5833C3.42919 13.2737 3.98883 13.8333 4.67919 13.8333H5.30347L4.45811 16.9883C4.36391 17.3398 4.53572 17.7083 4.86559 17.8621L8.54673 19.5787C8.74766 19.6724 8.97974 19.6724 9.18066 19.5787C9.38159 19.485 9.53077 19.3072 9.58815 19.0931L10.8508 14.3806C10.8643 14.3306 10.8723 14.2804 10.8752 14.2306C11.5727 14.4715 12.2338 14.819 12.8336 15.2648L16.9372 18.3152C18.1677 19.2299 19.9261 18.4574 20.0848 16.9324ZM18.5928 4.22288C19.0271 8.39637 19.0271 12.6037 18.5928 16.7771C18.5545 17.1458 18.1295 17.3325 17.8321 17.1114L13.7284 14.061C12.2193 12.9391 10.3888 12.3333 8.50839 12.3333L4.92919 12.3333L4.92919 8.66668H8.50839C10.3888 8.66668 12.2193 8.06088 13.7284 6.93905L17.8321 3.88864C18.1295 3.66755 18.5545 3.85427 18.5928 4.22288ZM9.43615 13.8929C9.12975 13.8534 8.81989 13.8333 8.50839 13.8333H6.85638L6.06988 16.7686L8.3706 17.8415L9.40195 13.9924C9.41117 13.958 9.42263 13.9248 9.43615 13.8929Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  display: inline-block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
html[dir=rtl] .icon-megaphone::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0848 16.9324C20.5298 12.6557 20.5298 8.34435 20.0848 4.06765C19.9261 2.5426 18.1677 1.77009 16.9372 2.68481L12.8336 5.73522C11.5831 6.66473 10.0665 7.16668 8.50839 7.16668H4.67919C3.98884 7.16668 3.42919 7.72632 3.42919 8.41668V12.5833C3.42919 13.2737 3.98883 13.8333 4.67919 13.8333H5.30347L4.45811 16.9883C4.36391 17.3398 4.53572 17.7083 4.86559 17.8621L8.54673 19.5787C8.74766 19.6724 8.97974 19.6724 9.18066 19.5787C9.38159 19.485 9.53077 19.3072 9.58815 19.0931L10.8508 14.3806C10.8643 14.3306 10.8723 14.2804 10.8752 14.2306C11.5727 14.4715 12.2338 14.819 12.8336 15.2648L16.9372 18.3152C18.1677 19.2299 19.9261 18.4574 20.0848 16.9324ZM18.5928 4.22288C19.0271 8.39637 19.0271 12.6037 18.5928 16.7771C18.5545 17.1458 18.1295 17.3325 17.8321 17.1114L13.7284 14.061C12.2193 12.9391 10.3888 12.3333 8.50839 12.3333L4.92919 12.3333L4.92919 8.66668H8.50839C10.3888 8.66668 12.2193 8.06088 13.7284 6.93905L17.8321 3.88864C18.1295 3.66755 18.5545 3.85427 18.5928 4.22288ZM9.43615 13.8929C9.12975 13.8534 8.81989 13.8333 8.50839 13.8333H6.85638L6.06988 16.7686L8.3706 17.8415L9.40195 13.9924C9.41117 13.958 9.42263 13.9248 9.43615 13.8929Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.5rem;
  transform: rotateY(180deg);
  display: inline-block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.navbar {
  background: rgba(0, 0, 0, 0.74);
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
  backdrop-filter: blur(10px) contrast(0.6);
  -webkit-backdrop-filter: blur(10px);
  font-size: 1.125rem;
}

.dropdown-toggle {
  outline: none;
}

.dropdown-menu-custom {
  background: rgba(32, 32, 32, 0.74);
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
  backdrop-filter: blur(10px) contrast(0.6);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  border-radius: .7rem;
  border: none;
}

.nav-link.icon-globe {
  outline: none;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #131313;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px) contrast(0.6);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger span {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #f3f3f3;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger.collapsed span:nth-child(1) {
  background-color: #f3f3f3;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 30px;
}

.hamburger span:nth-child(1) {
  background-color: #ff5959;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.collapsed span:nth-child(2) {
  background-color: #f3f3f3;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 30px;
}

.hamburger span:nth-child(2) {
  background-color: #ff5959;
  width: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.collapsed span:nth-child(3) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

html[dir=rtl] .hamburger.collapsed span:nth-child(3) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

html[dir=rtl] .hamburger span:nth-child(3) {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.dropdown-menu {
  width: auto;
  margin: 4rem auto;
}

.dropdown-menu-macos {
  padding: .5rem;
  border-radius: .5rem;
}

.dropdown-menu-macos .dropdown-item {
  margin: .25rem 0;
  border-radius: .25rem;
}

.dropdown-item-danger {
  color: var(--bs-red);
}

.dropdown-item-danger:hover,
.dropdown-item-danger:focus {
  color: #fff;
  background-color: var(--bs-red);
}

.dropdown-item-danger.active {
  background-color: var(--bs-red);
}

.btn-hover-light {
  text-align: left;
  background-color: var(--bs-white);
  border-radius: .25rem;
}

.btn-hover-light:hover,
.btn-hover-light:focus {
  color: var(--bs-blue);
  background-color: var(--bs-light);
}

.cal-month,
.cal-days,
.cal-weekdays {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cal-month-name {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 7;
  text-align: center;
}

.cal-weekday,
.cal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  padding: 0;
}

.cal-btn:not([disabled]) {
  font-weight: 500;
}

.cal-btn:hover,
.cal-btn:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.cal-btn[disabled] {
  opacity: .5;
}

/*========== SWIPER =========*/
.swiper {
  width: 90%;
  height: 30vh;
}

.swiper-slide {
  width: 80%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

ul.swiper-wrapper {
  list-style-type: none;
  margin: .7rem 0 0 0;
  padding: 0;
}

.swiper-container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto;
}

.swiper-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}

@media (max-width: 63.9375em) {
  .swiper-container img {
    border-radius: 1rem;
  }
}

@media (min-width: 64em) {
  .swiper-slide {
    width: 50%;
  }
}

.tippy-tooltip.light-theme {
  color: #26323d;
  -webkit-box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
          box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: white;
}

.tippy-backdrop {
  background-color: white;
}

.tippy-roundarrow {
  fill: white;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
  border-top-color: #fff;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom-color: #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
  border-left-color: #fff;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
  border-right-color: #fff;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}

@media only screen and (min-width: 800px) {
  .swiper-container img {
    max-width: 1000px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.5rem;
    margin: auto;
  }
}

.copyright {
    background: rgb(10, 10, 10);
    color: rgb(245, 245, 245);
    font-weight: 500;
    padding: .2rem 0 .2rem 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.copyright-row {
    display: flex;
    flex-direction: row;
    align-items: center;

    height: 2rem;
}
.copyright .link {
    color: $blue;
    text-shadow: 0px 1px 8px rgba(0, 132, 255, 0.541);
}
.copyright .line {
    font-size: 2.5rem;
    font-weight: 200;
    margin-top: .5rem;
    opacity: .7;
}
.copyright-row img {
    height: 2rem;
    filter: drop-shadow(0px 3px 8px rgba(112, 234, 42, 0.219));
}
.copyright-row.gap-lr {
    margin-left: .5rem;
    gap: 0.3rem;
}

@media only screen and (max-width: 440px) {
    .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .copyright .line {
        font-size: 2.5rem;
        font-weight: 200;
        margin: -1rem 0 -1rem 0;
        opacity: .7;
        transform: rotateZ(76deg);
        transition: 1s;
    }
}



.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1em;
  grid-auto-flow: dense;
  margin: calc(var(--header-height) + 1rem) 0;
  padding: 1em;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.gallery-item {
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}

html[dir=rtl] .chevron-right::before {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.news-bar {
  background: #fafaff;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  margin-top: 1rem;
  -webkit-animation: newsBar 3s ease-in-out;
          animation: newsBar 3s ease-in-out;
}

.news-bar .icon-megaphone {
  position: absolute;
  left: 0;
  z-index: 10;
  -webkit-animation: newsBarIcon 2s ease-in-out;
          animation: newsBarIcon 2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 1rem 0 1rem;
  background: #0094FF;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
}

.news-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-bar ul li {
  margin: 1rem;
}

.news-bar ul li .link-icon {
  font-size: 0.875rem;
}

.news-bar ul li .link-icon .chevron-right {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.news-bar ul li::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%230094FF' fill-opacity='0.21'/%3E%3Ccircle cx='12' cy='12' r='8' fill='%230094FF' fill-opacity='0.76'/%3E%3C/svg%3E%0A");
  width: 1.3rem;
  height: 1.3rem;
  background-size: 1.3rem 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1.3rem;
  display: inline-block;
  position: relative;
  vertical-align: -0.45em;
  margin-right: .5rem;
  -webkit-animation: blinkNews 2s infinite both;
          animation: blinkNews 2s infinite both;
}

marquee {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

html[dir="rtl"] .icon-megaphone {
  position: absolute;
  left: unset;
  right: 0 !important;
  z-index: 10;
  -webkit-animation: newsBarIconRTL 2s ease-in-out;
          animation: newsBarIconRTL 2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 1rem 0 1rem;
  background: #0094FF;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.199);
}

@-webkit-keyframes newsBar {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    background: #ffd000;
    color: #f8f8f8;
  }
  35% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #ffd000;
    color: #f8f8f8;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e0e0e0;
    color: black;
  }
}

@keyframes newsBar {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    background: #0094FF;
    color: #f8f8f8;
  }
  35% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #0094FF;
    color: #f8f8f8;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e0e0e0;
    color: black;
  }
}

@-webkit-keyframes newsBarIcon {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}

@keyframes newsBarIcon {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}

@-webkit-keyframes newsBarIconRTL {
  0% {
    -webkit-transform: rotateY(180deg) translateX(-100px);
            transform: rotateY(180deg) translateX(-100px);
  }
  100% {
    -webkit-transform: rotateY(180deg) translatex(0px);
            transform: rotateY(180deg) translatex(0px);
  }
}

@keyframes newsBarIconRTL {
  0% {
    -webkit-transform: rotateY(180deg) translateX(-100px);
            transform: rotateY(180deg) translateX(-100px);
  }
  100% {
    -webkit-transform: rotateY(180deg) translatex(0px);
            transform: rotateY(180deg) translatex(0px);
  }
}

@-webkit-keyframes blinkNews {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blinkNews {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}



.alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert>.start-icon {
    margin-right: 5px;
}


.close {
    position: absolute;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    top: 0;
    right: 0;
    padding: .8em .8em;
    color: #000;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}
.close:disabled, .close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}  

html[dir=rtl] .close {
    position: absolute;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    top: 0;
    right:unset !important;
    left: 0 !important;
    padding: .8em .8em;
    color: #000;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.greencross
{
  font-size:18px;
      color: #25ff0b;
    text-shadow: none;
}

.alert-simple.alert-success
{
  border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
    text-shadow: none;
  transition:0.5s;
  cursor:pointer;
}
.alert-success:hover{
  background-color: rgba(7, 149, 66, 0.15);
  transition:0.5s;
}
.alert-simple.alert-info
{
  border: 1px solid rgba(6, 44, 241, 0.46);
    background-color: rgba(7, 73, 149, 0.12156862745098039);
    box-shadow: 0px 0px 2px #0396ff;
    color: #0396ff;
    text-shadow: none;
  transition:0.5s;
  cursor:pointer;
}

.alert-info:hover
{
  background-color: rgba(7, 73, 149, 0.15);
  transition:0.5s;
}

.blue-cross
{
  font-size: 18px;
    color: #0bd2ff;
    text-shadow: none;
}

.alert-simple.alert-warning
{
      border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: none;
  transition:0.5s;
  cursor:pointer;
}

.alert-warning:hover{
  background-color: rgba(220, 128, 1, 0.33);
  transition:0.5s;
}

.warning
{
      font-size: 18px;
    color: #ffb40b;
    text-shadow: none;
}

.alert-simple.alert-danger
{
  border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    text-shadow: none;
  transition:0.5s;
  cursor:pointer;
}

.alert-danger:hover
{
     background-color: rgba(220, 17, 1, 0.15);
  transition:0.5s;
}

.danger
{
      font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.alert-simple.alert-primary
{
  border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: none;
  transition:0.5s;
  cursor:pointer;
}

.alert-primary:hover{
  background-color: rgba(1, 204, 220, 0.15);
   transition:0.5s;
}

.alertprimary
{
      font-size: 18px;
    color: #03d0ff;
    text-shadow: none;
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
}

.square_box.box_three {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: -80px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 45px;
}

.square_box.box_four {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: 150px;
    top: -25px;
    width: 550px;
    height: 550px;
    border-radius: 45px;
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
      height: 20px;
}

.fa-times
{
-webkit-animation: blink-1 2s infinite both;
	        animation: blink-1 2s infinite both;
}


/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}


#MyCart {
    position: fixed;
    bottom: 45px;
    right: 20px;
    z-index: 99999;
}

#MyCart span {
	color: #000;
	padding-top: 4px;
	text-align: center;
	background-color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size:13px;
	font-weight: 550;
	position: absolute;
	right: -8px;
    top: -27px;
}

.shoppingBottun {
	background-color: #0a84ff;
	color: white;
	padding: 20px 33px;
	border-radius: .8rem;
}
.shoppingBottun:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7393 18.6553H20.9697C21.3828 18.6553 21.7607 18.3301 21.7607 17.8643C21.7607 17.4072 21.3828 17.082 20.9697 17.082H10.9414C10.5195 17.082 10.2559 16.792 10.1943 16.3438L10.0625 15.4297H21.04C22.3848 15.4297 23.0967 14.6123 23.29 13.2764L23.9492 8.87305C23.9668 8.75879 23.9844 8.60938 23.9844 8.5127C23.9844 7.99414 23.624 7.64258 23.0176 7.64258H8.92871L8.79688 6.69336C8.68262 5.92871 8.375 5.54199 7.39941 5.54199H4.38477C3.94531 5.54199 3.55859 5.92871 3.55859 6.37695C3.55859 6.83398 3.94531 7.2207 4.38477 7.2207H7.13574L8.49805 16.5195C8.69141 17.8467 9.39453 18.6553 10.7393 18.6553ZM22.1562 9.21582L21.6025 13.1182C21.5322 13.5664 21.2949 13.8477 20.8643 13.8477L9.83398 13.8564L9.15723 9.21582H22.1562ZM11.46 23.0674C12.3125 23.0674 12.998 22.3818 12.998 21.5293C12.998 20.6768 12.3125 19.9912 11.46 19.9912C10.6074 19.9912 9.92188 20.6768 9.92188 21.5293C9.92188 22.3818 10.6074 23.0674 11.46 23.0674ZM19.5811 23.0674C20.4336 23.0674 21.1104 22.3818 21.1104 21.5293C21.1104 20.6768 20.4336 19.9912 19.5811 19.9912C18.7285 19.9912 18.0342 20.6768 18.0342 21.5293C18.0342 22.3818 18.7285 23.0674 19.5811 23.0674Z' fill='%23f7f7f5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index:10;
    left: 16px;
    bottom: -5px;
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
}
.shoppingBottun:hover {
	background-color: #0a83ff;
}

a.shoppingBottun:hover {
	color: white;
}

.widget-page{
    background: #fff; border-radius: 4px;
}
.widget-page h3{
    color: #263a5b;
}
.widget-page p{
    color: #000;
}
.widget-page h1{
    color: #000;
}
.widget-page h2{
    color: #000;
}
.widget-page h4{
    color: #000;
}
.widget-page h5{
    color: #000;
}
.widget-page h6{
    color: #000;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}



.client {
    width: 100%;
    height: 100%;
    background: #333035;
    background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);
    background: linear-gradient(to right, #3e3b3f, #1d1c1f);
    border-radius: 26px;
}

.carousel-icon i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
}

.t-card {
  padding: 1.8125rem 1.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  color: #fff;
  height: auto;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}
.lh-lg {
    line-height: 2!important;
    color: #fefefe;
}



#loginModel .modal-body {
    padding-bottom:30px;

}
#loginModel .modal-body .form-floating {
  margin-bottom:15px
}
#loginModel .modal-body .form-floating label {
    color:#000000

}
#loginModel .modal-body button.btn-lg {
    background: #462cb9;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  color: white;
  padding: 1rem 1rem;
  border-radius: 1rem;
  line-height: 1.17648;
  text-align: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
  border:none;
}
#loginModel .modal-body button.btn-lg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #485296;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: .5;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#loginModel .modal-body button.btn-lg:hover {
  background: #3b4cbe;
  -webkit-transition: .5s;
  transition: .5s;
}

#loginModel .modal-body .forgot-psw {
  color: #3F5EFB;
  margin-top:10px;
}
#loginModel .modal-body a.btn-lg {
  background: transparent;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
  border: 1.5px solid #3F5EFB;
  display: inline-block;
  padding: .7rem 1rem;
  border-radius: 1rem;
  color: #3F5EFB;
  margin-top: 1rem;
}

#loginModel .modal-body a.btn-lg:hover {
  background: #3b4dbe3f;
}

#loginModel .modal-body a.btn-success {
  background: #198754 !important;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
  border: 1.5px solid #198754 !important;
  display: inline-block;
  padding: .7rem 1rem;
  border-radius: 1rem;
  color: #ecedf2 !important;
  margin-top: 1rem;
}

#loginModel .modal-body a.btn-success:hover {
  background: #23a96b !important;
  border: 1.5px solid #06532f !important;
}
/*# sourceMappingURL=styles.css.map */