
.gradient-o {
  background: linear-gradient(90deg, #aa6300, #e18300);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; 
    display: inline; 
}


    h1 {
        font-size: 70px;
        line-height: 1.2;
        font-weight: 600;
        color: #0c1420;
      }

      h2 {
        font-size: 43px;
        line-height: 1.3;
        font-weight: 400;
        color: #0c1420;
      }

      h3 {
        font-size: 27px;
        line-height: 1.4;
        font-weight: 400;
        color: #0c1420;
      }

      @media (max-width: 600px) {
        h1 {
          font-size: 57px;
        }

        h2 {
          font-size: 38px;
        }

        h3 {
          font-size: 26px;
        }
      }

      @media (max-width: 450px) {
        h1 {
          font-size: 46px;
        }

        h2 {
          font-size: 33px;
        }

        h3 {
          font-size: 24px;
        }
      }

      @media (max-width: 375px) {
        h1 {
          font-size: 37px;
        }

        h2 {
          font-size: 28px;
        }

        h3 {
          font-size: 22px;
        }
      }

      h4 {
        font-size: 17px;
        line-height: 1.5;
        color: #0c1420;
      }

      div {
        font-size: 17px;
      }

      span {
        font-size: inherit;
        line-height: inherit;
        color: inherit
      }

      .curved-underline-white {
        position: relative;
       display: inline-block;
  }

.curved-underline-white::after {
  content: '';
  position: absolute;
  bottom: -5px;  
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  height: 4px;   
  background: rgb(255, 255, 255); 
  border-radius: 90%;
}

.curved-underline {
        position: relative;
       display: inline-block;
  }

.curved-underline::after {
  content: '';
  position: absolute;
  bottom: -5px; 
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  height: 4px;   
  background: linear-gradient(90deg, #aa6300, #e18300);
  border-radius: 90%;
}

      .arrow-symbol::after {
        content: '\000A\21C6';
        white-space: pre;
      }

      @media (max-width: 800px) {
        .arrow-symbol::after {
          content: '\21C5';
        }
      }

      .container-flex {
        display: grid;
        flex-wrap: wrap;
		justify-content:center;
      }

      .left-div {
        flex: 1;
        text-align: center;
        margin: 10px;
        padding: 10px;
        max-width: 100%;
      }

      .right-divs {
        flex: 2;
        flex-direction: column;
        text-align: center;
        max-width: 100%;
      }

      .top-right-div {
        margin: 10px;
        padding: 10px;
        max-width: 100%;
      }

      .bottom-right-div {
        display: flex;
        flex: 2;
        max-width: 100%;
      }

      .bottom-right-emb1,
      .bottom-right-emb2 {
        flex: 2;
        margin: 10px;
        padding: 10px;
        text-align: center;
      }

      .bottom-right-div {
        display: flex;
        flex: 1;
        flex-direction: row;
        max-width: 100%;
      }



      @media (max-width: 1500px) {
        .container-flex {
          flex-direction: column;
        }

        .left-div {
          order: 1;
        }

        .right-divs {
          order: 2;
          text-align: left
        }
      }

      @media (max-width: 800px) {
        .bottom-right-div {
          flex-direction: column;
        }

        .left-div {
          order: 1;
        }

        .right-divs {
          order: 2;
          text-align: left
        }
      }

      @media (max-width: 500px) {
        .left-div img {
          max-width: inherit !important;
        }

        .bottom-right-emb1 img {
          max-width: inherit !important;
        }
      }


      .four-corner-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right top, #07090c  12%, rgb(4, 8, 17) 62%), linear-gradient(to right bottom, #0a1729 40%, #010612 73%);
  background-blend-mode: screen;
}



      .diagonal {
        --skew-angle: -5deg;
        --background: linear-gradient(30deg,
            #dddfe6 20%,
            #ffffff 50%,
            #dddfe6 90%);
        position: relative;
        isolation: isolate;
      }

      .diagonal::after {
        content: '';
        background: var(--background);
        position: absolute;
        z-index: -99999;
        inset: 0;
        transform: skewY(var(--skew-angle));
      }

      .grounds_background {
        background-image: url(https://www.jleverespresso.com/content/grounds_background.jpg);
        background-position: 50%;
        background-size: 95px;
        background-repeat: repeat;
      }

      .accordion_page2 {
        padding: 18px;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .accordion_page2:after {
        content: '\002B';
        align-self: center;
        font-size: 30px;
        font-weight: 100;
        float: right;
      }

      .panel_page2 {
        padding: 0px 4vw;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.1s ease-out;
      }

      .accordion_page {
        padding: 18px;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
      }

      .accordion_page img {
        float: left;
        width: 100px;
        height: auto;
      }

      .accordion_page:after {
        content: '\002B';
        align-self: center;
        font-size: 30px;
        font-weight: 100;
        float: right;
      }

      .active:after {
        content: "\2212";
        font-weight: 100;
        font-size: 30px;
      }

      .panel_page {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.1s ease-out;
      }

      .panel-item {
        border-top: 1px solid white;
		padding: 10px;
      }

      .accordion_container {
        padding: 10px;
      }

      @media (min-width: 950px) {
        .accordion_container {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
        }

        .panel_page {
          max-height: none;
          text-align: center;
        }

        .accordion_page,
        .accordion_page:hover,
        .active {
          cursor: default;
          display: inline-grid;
        }

        .accordion_page:after {
          content: '';
        }

        .accordion_page img {
          margin: 10px auto;
        }
      }

      @media (min-width: 1250px) {
        .accordion_container {
          grid-template-columns: repeat(4, 1fr);
        }
      }

      .justify_content {
        justify-content: flex-start;
      }

      @media (max-width: 1200px) {
        .justify_content {
          justify-content: flex-start;
        }
      }

      @media (max-width: 600px) {
        .justify_content {
          justify-content: center;
        }
      }

      .header_rt,
      .resp-container,
      .resp-iframe,
      div.OrangeTable {
        text-align: center
      }

      .body_rt {
        overflow: hidden;
      }

      div.OrangeTable {
        margin: 0 auto;
        max-width: 90%;
        width: 100%;
        table-layout: fixed;
        word-wrap: break-word;
        border-bottom: 2px solid #dddfe6;
        margin-bottom: 20px
      }

      .column50,
      img.centered_image {
        margin-left: auto;
        margin-right: auto
      }

      .divTable.OrangeTable .divTableCell,
      .divTable.OrangeTable .divTableHead {
        word-wrap: break-word;
        padding: 5px;
        vertical-align: middle
      }

      .divTable.OrangeTable .divTableRow:nth-child(even) {
        background: #e0e0e0
      }

      .divTable.OrangeTable .divTableHeading {
        background-color: #626262;
        background-position: 50%;
        background-size: 160px;
        background-repeat: repeat
      }

      .divTable.OrangeTable .divTableHeading .divTableHead {
        font-weight: 700;
        color: #fff
      }

      .divTable.OrangeTable .divTableHeading .divTableHead:first-child {
        border-left: none
      }

      .divTable {
        display: table
      }

      .divTableRow {
        display: table-row
      }

      .divTableHeading {
        display: table-header-group
      }

      .divTableCell,
      .divTableHead {
        display: table-cell;
        word-wrap: break-word
      }


      .divTablebody_rt {
        display: table-row-group
      }

      .change_font_size75 {
        font-size: 75%
      }

      .super_font_size75 {
        font-size: 75%;
        vertical-align: super
      }

      .super_font_size33 {
        font-size: 33%;
        vertical-align: 1.5em
      }

      .sub_font_size75 {
        font-size: 75%;
        vertical-align: sub
      }

      .zoom_rt {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        vertical-align: baseline
      }

      .zoom_rt:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
      }

      .zoom_rt_mini {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        vertical-align: baseline
      }

      .zoom_rt_mini:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 999
      }

      .resp-iframe {
        width: 100%;
        border: 0
      }

      .table_heading1 {
        color: #fafafa;
        font-weight: 700;
        background-color: #ba6c00;
        padding: 5px
      }

      .table_every_second_grey {
        background-color: #e0e0e0;
        padding: 5px
      }

      .table_every_second_white {
        padding: 5px
      }


      .responsive_inline,
      .responsive_rt {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto;
        text-align: center
      }

      .responsive_inline {
        display: inline
      }

      .word_break_down_rt {
        word-wrap: break-word;
        min-width: 5%
      }

      .row_non_resetting {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
      }

      .display_block,
      img.centered_image {
        display: block
      }

      .display_inline {
        display: inline
      }

      .header_rt {
        padding: 60px;
        background: #1abc9c;
        color: #fff
      }

      .row_rt2 {
        max-width: 100%;
        margin: 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
      }

      @media screen and (max-width:1200px) {
        div.OrangeTable {
          max-width: 98%
        }

        .row_rt2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column
        }
      }

      @media all and (-ms-high-contrast:none),
      (-ms-high-contrast:active) {
        .row_rt2 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row
        }
      }

      .left_rt,
      .side_rt {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding: 0px 40px;
        margin: auto;
      }

      .right_rt,
      .main_rt {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding: 0px 40px;
        margin: auto;
      }

      @media screen and (max-width: 600px) {

        .right_rt,
        .main_rt {
          ;
          padding: 0px 20px
        }

        .left_rt,
        .side_rt {
          ;
          padding: 0px 20px
        }
      }

      .column50 {
        max-width: 100%;
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding: 5px;
        justify-content: space-evenly;
        align-content: center;
      }

      .row_rt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto;
        justify-content: space-evenly;
        align-content: center;
      }

      @media screen and (max-width:600px) {
        .row_rt {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row
        }
      }

      @media all and (-ms-high-contrast:none),
      (-ms-high-contrast:active) {
        .row_rt {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row
        }
      }

      .column_gallery,
      .column_gallery,
      .blog_column_gallery {
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
        padding: 0 7px;
        vertical-align: middle
      }

      @media screen and (max-width:800px) {

        .column_gallery,
        .column_gallery,
        .blog_column_gallery {
          -webkit-box-flex: 50%;
          -ms-flex: 50%;
          flex: 50%;
          max-width: 50%
        }
      }

      @media screen and (max-width:400px) {

        .column_gallery,
        .column_gallery,
        .blog_column_gallery {
          -webkit-box-flex: 100%;
          -ms-flex: 100%;
          flex: 100%;
          max-width: 100%
        }
      }

      .image-adjust {
        transition: filter 0.3s ease;
      }

      .image-adjust:hover {
        filter: contrast(120%) brightness(120%);
      }

      .image_container img {
        margin: 5px 0px 5px;
        border-radius: 20px;
        position: relative;
        width: 100%;
        height: auto;
      }

      .image_container {
        position: relative;
        width: 100%;
        height: auto;
      }

      .column_gallery_text {
        color: white;
        font-weight: 600;
        font-size: 18px;
        text-shadow: 1px 1px 2px grey;
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -5%);
        padding: 5px 10px;
        text-align: center
      }

      .main_text {
        font-weight: 400;
        font-size: 17px;
        text-shadow: 1px 1px 2px grey
      }

      .main_text_white {
        font-weight: 400;
        font-size: 17px;
        color: white
      }

      .tile_wrap {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        text-align: center
      }

      .tile1_h2 {
        text-decoration: underline #fff;
        color: #39485e;
        font-size: 17px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: .7rem
      }

      .tile1 {
        width: 150px;
        display: inline-block;
        margin: 5px 2px 4px;
        border-radius: 20px;
        border-style: solid;
        border-color: #39485e;
        border-width: 2px;
        white-space: nowrap
      }

      .tile1_icon {
        margin: 20px auto 0;
        width: 80px;
        height: 80px
      }

      .tile1:hover {
        box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.68)
      }

      .gallery_style {
        width: 100%;
        padding-bottom: 4px
      }

      .h2TOC {
        font-size: 20px;
        text-align: center;
        color: #444;
        font-weight: 400;
        margin: 1.5rem 0 .5rem
      }

      .h3TOC {
        font-size: 17px;
        text-align: center;
        color: #444;
        margin: 0 0 .5rem
      }

      .rt_table {
        display: table;
        text-align: center;
        width: 90%;
        margin: 15px auto;
        border-collapse: separate;
        border-bottom: #dddfe6 2px solid
      }

      .rt_table_row {
        display: table-row;
        vertical-align: middle
      }

      .rt_theader {
        display: table-row
      }

      .table_header {
        display: table-cell;
        background: #39485e;
        color: #fff;
        padding: 5px;
        font-weight: 600;
        border-right: #fff 1.5px solid;
        vertical-align: middle
      }

      .rt_table_small {
        display: table-cell;
        vertical-align: middle
      }

      .rt_table_row>.rt_table_small>.rt_table_cell:nth-child(odd) {
        display: none;
        background: #39485e;
        color: #fff;
        padding: 5px
      }

      .rt_table_row>.rt_table_small>.rt_table_cell {
        padding-top: 3px;
        padding-bottom: 3px;
        border-bottom: #dddfe6 1.5px solid
      }

      .rt_table_row:nth-child(2n+3) {
        background: #dddfe6
      }

      @media screen and (max-width: 1200px) {
        .flex_reverse {
          flex-direction: column-reverse;
        }

        .rt_table {
          width: 98%
        }

        .rt_table {
          display: block
        }

        .rt_table_row:nth-child(2n+3) {
          background: none
        }

        .rt_theader {
          display: none
        }

        .rt_table_row>.rt_table_small>.rt_table_cell:nth-child(odd) {
          display: table-cell;
          width: 50%
        }

        .rt_table_cell {
          display: table-cell;
          width: 50%;
          vertical-align: middle
        }

        .rt_table_row {
          display: table;
          width: 100%;
          border-collapse: separate;
          padding-bottom: 20px;
          margin: 5% auto 0;
          text-align: center;
          vertical-align: middle
        }

        .rt_table_small {
          display: table-row
        }

        .rt_table_row>.rt_table_small:first-child>.rt_table_cell:last-child {
          border-left: none
        }

        .rt_table_row>.rt_table_small>.rt_table_cell:first-child {
          font-weight: 600
        }

        .rt_table_row>.rt_table_small:first-child>.rt_table_cell:last-child {
          font-weight: 600;
          background: #dddfe6;
          border-left: #fff 1.5px solid
        }
      }



  .spinner {
   width: 350px;
   height: 350px;
   border-radius: 50%;
   background: radial-gradient(farthest-side,#b5b5b5 94%,#0000) top/14.1px 14.1px no-repeat,
          conic-gradient(#0000 30%,#b5b5b5);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 14.1px),#000 0);
   animation: spinner-c7wet2 1s infinite linear;
   position: absolute;
    left: 50%;
    margin-top: 278px; /* Half of height */
    margin-left: -150px; /* Half of width */
    z-index: 3; /* Ensure it's above other elements */
}

@keyframes spinner-c7wet2 {
   100% {
      transform: rotate(1turn);
   }
}

/* Size controls stay the same – tall fraction is now used as WIDTH */
.container-flex {
  --box-h: clamp(500px, 100vw, 800px);

  /* Fractions still describe “long side” (.9) and “short side” (.1) */
  --triL-base-frac:   0.05;   /* small thickness */
  --triL-height-frac: .95;    /* long run across */
  --triR-base-frac:   0.05;
  --triR-height-frac: .95;

  --triL-base:   calc(var(--box-h) * var(--triL-base-frac));
  --triL-height: calc(var(--box-h) * var(--triL-height-frac));
  --triR-base:   calc(var(--box-h) * var(--triR-base-frac));
  --triR-height: calc(var(--box-h) * var(--triR-height-frac));
}

.container-flex {
  position: relative;
  overflow: hidden;
}

.corner-wedge {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  display: block;
}

.top-wedge-right {
  top: 0;
  right: 0;   
  left: auto;
  width: var(--triL-height);
  height: var(--triL-base);
}

.bottom-wedge-left {
  bottom: 0;
  left: 0;    
  right: auto;
  width: var(--triR-height);
  height: var(--triR-base);
}

.bottom-wedge-right {
  bottom: 0;
  right: 0;    
  left: auto;
  width: var(--triL-height);
  height: var(--triL-base);
}

.top-wedge-left {
  top: 0;
  left: 0;     
  right: auto;
  width: var(--triR-height);
  height: var(--triR-base);}

.right-wedge-bottom {
  bottom:0;
  right:0;
  bottom:0;
  left:auto;
  width:var(--triL-base);   /* thickness */
  height:100%;              /* span full container height */
}

.left-wedge-top {
  top:0;
  bottom:0;
  left:0;
  right:auto;
  width:var(--triR-base);   /* thickness */
  height:100%;              /* span full container height */
}

      .card_hero {
        padding: 16px;
        margin: 18px 0 36px;
      }

      .fade-mask {
        display: block;
        width: min(100%, 1000px);
        height: auto;
        mask-image: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
       -webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
      }

      @media (min-width: 800px) {
      .fade-mask {
        mask-image: linear-gradient(-85deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 85%);
        -webkit-mask-image: linear-gradient(-85deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 85%);
      }}
	  
	  
	  
      .fade-mask2 {
        display: block;
        width: min(100%, 1000px);
        height: auto;
        mask-image: linear-gradient(1deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 86%, rgba(0,0,0,0) 95%);
        -webkit-mask-image: linear-gradient(1deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 86%, rgba(0,0,0,0) 95%);
      }

      @media (min-width: 800px) {
      .fade-mask2 {
        mask-image: linear-gradient(-80deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 80%);
        -webkit-mask-image: linear-gradient(-80deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 80%);
      }}
	  
	  

      .row_hero { display: grid; grid-template-columns: 1fr; gap: 18px; }
      @media (min-width: 800px) {
	  .row_hero { grid-template-columns: 1fr 1fr;}}




