.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.div-block {
  height: 329px;
  background-image: linear-gradient(110deg, #f1fbfa, #fbfbf1);
}

.image {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}

.text-block {
  margin-left: 368px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 20px;
}

.heading {
  position: relative;
  margin: 20px auto;
  font-family: Gotham, sans-serif;
  color: #515151;
  font-size: 35px;
  line-height: 33px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: 168px;
  height: 19%;
  max-height: 19px;
  max-width: 168%;
  min-height: 19px;
  min-width: 168px;
  margin-top: 20px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.section {
  overflow: visible;
  height: 312px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2 {
  position: relative;
  margin-top: 44px;
  margin-right: 0px;
  margin-left: auto;
  padding-left: 0px;
  float: left;
  text-align: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.headingwhite {
  position: relative;
  margin-top: 41px;
  font-family: Gotham, sans-serif;
  color: #323332;
  font-size: 35px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: none;
}

.paragraph {
  color: #0d445a;
  text-shadow: none;
}

.image-3 {
  margin-left: auto;
  padding-right: 0px;
  float: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.ethback {
  margin-left: auto;
  background-image: linear-gradient(190deg, #f1fbfa 16%, #f1fbfa 49%, rgba(251, 251, 241, 0.91));
}

.text-block-2 {
  display: block;
  width: 460px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Gotham, sans-serif;
  color: #515151;
  font-size: 2rem;
  line-height: 2.1rem;
  text-align: center;
}

.text-block-3 {
  width: 400px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
}

.image-4 {
  display: block;
  width: 300px;
  max-height: 36%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-5 {
  display: block;
  /* width: 381px; */
  max-width: 600px;
  margin-top: 20px;
  margin-left: auto;
}

.navbar {
  background-color: transparent;
}

.nav-menu {
  background-color: transparent;
}

.div-block-3 {
  height: 3px;
  background-color: #acdff3;
}

.button {
  display: block;
  width: 324px;
  margin: 20px auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #acdff3;
  font-family: Gotham, sans-serif;
  color: #0d445a;
  font-size: 24px;
  text-align: center;
}
.button-green{
  background-color: #7ADEB8;
  display: block;
  width: 324px;
  margin: 20px auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  font-family: Gotham, sans-serif;
  color: #065839;
  font-size: 24px;
  text-align: center;
}

.div-block-4 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  background-color: #fff;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-clip: padding-box;
}

.columns {
  margin: 20px auto;
}

.div-block-5 {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  position: static;
  text-align: right;
}

.columns-2 {
  margin-top: 37px;
}

.div-block-6 {
  margin-right: 20px;
  margin-left: 20px;
}

.column-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2 {
  margin-right: 20px;
  margin-left: 20px;
  justify-items: center;
  grid-template-areas: "Area . ."
    "Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text {
  font-family: Gotham, sans-serif;
  color: #0d445a;
  font-size: 24px;
  line-height: 24px;
}

.bold-text-2 {
  color: #0d445a;
}

.paragraph-2 {
  text-align: center;
  padding:1rem;
}

.paragraph-3 {
  text-align: center;
  padding:1rem;
}

.paragraph-4 {
  text-align: center;
  padding:1rem;
}

.paragraph-5 {
  margin-right: 20px;
  margin-left: 20px;
}

.button-2 {
  margin-top: 10px;
}

.d_usage.m_usagediv.desktop {
  display: none;
}

.mobile_cta{
  display:none;
  z-index:1000;
  padding: 10px;
}
@media screen and (min-width: 1280px) {
  .grid-2 {
    margin-bottom: 40px;
  }

  .d_usage {
    display: none;
  }
 
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 35px;
  }
  
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }
  

  .nav-grid {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .mobile_cta{
    display:none ;
  }
  .heading {
    margin-top: 16px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .image-3 {
    margin-top: 10px;
  }

  .text-block-2 {
    display: inline-block;
    width: 324px;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #515151;
  }

  .text-block-2.m_header {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .text-block-3 {
    display: inline-block;
    width: 324px;
    margin-right: 10px;
    color: #515151;
  }

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

  .image-4 {
    margin: 10px auto 15px;
    text-align: center;
  }

  .div-block-2 {
    display: block;
    text-align: center;
  }

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

  

  .image-5 {
    width: 381px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    /* color: transparent; */
    /* color: #000; */
  }

  .icon {
    color: #515151;
  }

  .navbar {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #f1fbfa;
  }

  .button {
    margin-bottom: 20px;
  }

  .div-block-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-2.m_usagegrid {
    display: none;
  }

  .paragraph-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-7 {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
  }
}

#w-node-_72e0e835-1987-22b1-5e70-c735e6b4ff4e-c50c4546 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_67ae09eb-f878-59fc-bad7-b06bff7bd384-bf7203b6 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_506a1838-d8fe-dd00-2d2b-eb28c27c8ebb-bf7203b6 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

@media screen and (max-width: 479px) {
  #w-node-_72e0e835-1987-22b1-5e70-c735e6b4ff4e-c50c4546 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf compact display 58646eb43a785';
  src: url('../fonts/sf-compact-display-thin-58646eb43a785.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf compact display 5864711817c30';
  src: url('../fonts/sf-compact-display-medium-5864711817c30.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
summary{
  font-weight:500;
}
details{
margin:1rem;
font-size: 1.2rem;
display: list-item;
padding: 10px;
font-size: 1.2rem;
border-bottom-color: #646777;
border-bottom-style: solid;
border-bottom-width: 0.1px;
    
}