.secondary-banner {
  background-image: url("/Content/images/blue-dots.jpg");
  background-size: cover;
  padding-block: 75px; }
  .secondary-banner a {
    color: #0FE3AC;
    text-decoration: underline; }
    .secondary-banner a:hover {
      color: #FFF; }
  .secondary-banner a.contact-btn {
    color: #FFF;
    text-decoration: none; }
    .secondary-banner a.contact-btn:hover {
      color: #03356a; }
  @media only screen and (max-width: 800px) {
    .secondary-banner {
      padding-block: 60px; } }
  .secondary-banner > *:last-child {
    margin-bottom: 0; }
  .secondary-banner.wave-bottom {
    position: relative;
    padding-bottom: 100px; }
    @media only screen and (max-width: 800px) {
      .secondary-banner.wave-bottom {
        padding-bottom: 60px; } }
    .secondary-banner.wave-bottom:after {
      content: '';
      height: 3.5vw;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("/Content/images/white-wave.png");
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -1px;
      background-position-y: bottom; }
      @media only screen and (max-width: 1000px) {
        .secondary-banner.wave-bottom:after {
          height: 40px;
          background-size: cover;
          background-position-x: 40%; } }
  .secondary-banner h1, .secondary-banner h2, .secondary-banner h3, .secondary-banner p {
    color: #ffffff;
    text-align: center;
    max-width: 1200px;
    margin-inline: auto; }
  .secondary-banner h1 {
    font-family: "Vancouver", sans-serif;
    text-transform: uppercase;
    font-size: clamp(35px, 4.5vw, 45px);
    letter-spacing: .04em;
    font-weight: 400;
    line-height: 1.1;
    margin-block: 0 25px; }
    .secondary-banner h1 small {
      background: -webkit-radial-gradient(circle, #c6f684 0%, #9cd74b 100%);
      background: -o-radial-gradient(circle, #c6f684 0%, #9cd74b 100%);
      background: radial-gradient(circle, #c6f684 0%, #9cd74b 100%);
      display: block;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .secondary-banner .btn {
    margin-inline: auto; }

.grid-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 60px;
  padding-top: 100px; }
  @media only screen and (max-width: 800px) {
    .grid-wrap {
      padding-top: 60px; } }
  .grid-wrap.no-gap {
    gap: 10px; }
  .grid-wrap .grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px; }
    @media only screen and (max-width: 1300px) {
      .grid-wrap .grid-2 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 20px; } }
    .grid-wrap .grid-2 .grid-item-with-image a {
      height: 100%;
      width: 100%;
      display: -ms-grid;
      display: grid;
      padding: 30px 40px;
      background: #ffffff;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      -ms-grid-columns: 1fr 50%;
      grid-template-columns: 1fr 50%;
      gap: 20px 30px;
      text-decoration: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 4px solid #ffffff;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      @media only screen and (max-width: 1500px) {
        .grid-wrap .grid-2 .grid-item-with-image a {
          -ms-grid-columns: 1fr 60%;
          grid-template-columns: 1fr 60%; } }
      @media only screen and (max-width: 1300px) {
        .grid-wrap .grid-2 .grid-item-with-image a {
          -ms-grid-columns: 155px 1fr;
          grid-template-columns: 155px 1fr; } }
      @media only screen and (max-width: 600px) {
        .grid-wrap .grid-2 .grid-item-with-image a {
          -ms-grid-columns: 100%;
          grid-template-columns: 100%; } }
      .grid-wrap .grid-2 .grid-item-with-image a .img-wrapper img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        display: block;
        margin-inline: auto;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      @media only screen and (max-width: 600px) {
        .grid-wrap .grid-2 .grid-item-with-image a .content-wrap {
          text-align: center; } }
      .grid-wrap .grid-2 .grid-item-with-image a .content-wrap h3 {
        margin-block: 0 15px;
        padding-bottom: 15px;
        font-size: 20px;
        color: #03356a;
        font-size: clamp(26px, 2.75vw, 32px); }
      .grid-wrap .grid-2 .grid-item-with-image a .content-wrap p {
        color: #000000;
        margin: 0;
        font-size: 18px; }
      .grid-wrap .grid-2 .grid-item-with-image a:hover, .grid-wrap .grid-2 .grid-item-with-image a:active, .grid-wrap .grid-2 .grid-item-with-image a:focus {
        border-color: #9cd74b;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); }
        .grid-wrap .grid-2 .grid-item-with-image a:hover .img-wrapper img, .grid-wrap .grid-2 .grid-item-with-image a:active .img-wrapper img, .grid-wrap .grid-2 .grid-item-with-image a:focus .img-wrapper img {
          -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
          transform: scale(0.98); }

.side-graphic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  position: relative;
  overflow-x: clip;
  padding-block: 120px 80px;
  padding-inline: 150px;
  background-image: url("/Content/images/blue-dots-flipped.jpg");
  background-size: cover; }
  @media only screen and (max-width: 1600px) {
    .side-graphic {
      padding-inline: 80px; } }
  @media only screen and (max-width: 1200px) {
    .side-graphic {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  @media only screen and (max-width: 800px) {
    .side-graphic {
      padding-inline: 40px;
      padding-block: 90px 50px; } }
  @media only screen and (max-width: 600px) {
    .side-graphic {
      padding-inline: 20px; } }
  .side-graphic:after {
    content: '';
    height: 3.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/Content/images/white-wave.png");
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background-position-y: bottom;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media only screen and (max-width: 1000px) {
      .side-graphic:after {
        height: 40px;
        background-size: cover;
        background-position-x: 40%; } }
  .side-graphic .large-section {
    padding-right: 5vw;
    border-right: 3px solid #00bbe3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media only screen and (max-width: 1200px) {
      .side-graphic .large-section {
        border-right: none;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 3px solid #00bbe3; } }
    .side-graphic .large-section > *:last-child {
      margin-bottom: 0; }
    .side-graphic .large-section h2 {
      font-size: clamp(35px, 4.5vw, 45px);
      color: #ffffff;
      letter-spacing: .04em; }
      @media only screen and (max-width: 800px) {
        .side-graphic .large-section h2 {
          text-align: left; } }
      .side-graphic .large-section h2 .sub, .side-graphic .large-section h2 small {
        color: #ffffff;
        font-size: clamp(26px, 2.75vw, 35px); }
    .side-graphic .large-section p, .side-graphic .large-section ul {
      color: #ffffff; }
  .side-graphic .small-section {
    padding-left: 5vw;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1200px) {
      .side-graphic .small-section {
        padding-left: 0; } }
    .side-graphic .small-section img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block; }
    .side-graphic .small-section > *:last-child {
      margin-bottom: 0; }

.visual-stacked {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 60px;
  padding: 0;
  list-style-type: none;
  margin: 0; }
  @media only screen and (max-width: 1200px) {
    .visual-stacked {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 40px 90px; } }
  @media only screen and (max-width: 1000px) {
    .visual-stacked {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      display: -ms-grid;
      display: grid;
      gap: 60px; } }
  .visual-stacked li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-height: 50px;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media only screen and (max-width: 1400px) {
      .visual-stacked li {
        -ms-grid-columns: 40px 1fr;
        grid-template-columns: 40px 1fr; } }
    @media only screen and (max-width: 1200px) {
      .visual-stacked li {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        max-height: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-line-pack: start;
        align-content: start; } }
    @media only screen and (max-width: 1000px) {
      .visual-stacked li {
        -ms-grid-columns: 40px 1fr;
        grid-template-columns: 40px 1fr;
        max-height: 50px;
        text-align: left; } }
    .visual-stacked li:after {
      content: '';
      position: absolute;
      left: 25px;
      top: calc(100% + 10px);
      width: 2px;
      background: #ffffff;
      height: 40px; }
      @media only screen and (max-width: 1400px) {
        .visual-stacked li:after {
          left: 20px; } }
      @media only screen and (max-width: 1200px) {
        .visual-stacked li:after {
          left: calc(100% + 45px);
          top: 0;
          height: 100%; } }
      @media only screen and (max-width: 1000px) {
        .visual-stacked li:after {
          left: 25px;
          top: calc(100% + 10px);
          height: 40px;
          display: block; } }
    @media only screen and (max-width: 1200px) {
      .visual-stacked li:nth-child(3):after {
        display: none; } }
    @media only screen and (max-width: 1000px) {
      .visual-stacked li:nth-child(3):after {
        display: block; } }
    .visual-stacked li:last-of-type:after {
      display: none; }
    .visual-stacked li img {
      max-width: 100%;
      width: auto;
      max-height: 50px;
      height: auto;
      display: block;
      margin-inline: auto; }
      @media only screen and (max-width: 1200px) {
        .visual-stacked li img {
          height: 40px; } }
    .visual-stacked li p {
      color: #ffffff;
      font-size: 22px;
      text-transform: uppercase;
      margin: 0;
      font-weight: 700;
      letter-spacing: .04em; }
      @media only screen and (max-width: 1500px) {
        .visual-stacked li p {
          font-size: 18px; } }
      .visual-stacked li p .sub {
        display: block;
        font-weight: 400;
        font-size: 20px;
        color: #f7f7f7;
        text-transform: none; }
        @media only screen and (max-width: 1500px) {
          .visual-stacked li p .sub {
            font-size: 16px; } }

.product-select {
  overflow-x: clip;
  z-index: 2;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-inline: 80px; }
  @media only screen and (max-width: 1400px) {
    .product-select {
      padding-inline: 50px; } }
  @media only screen and (max-width: 1100px) {
    .product-select {
      padding-inline: 80px; } }
  @media only screen and (max-width: 800px) {
    .product-select {
      padding-inline: 40px; } }
  @media only screen and (max-width: 600px) {
    .product-select {
      padding-inline: 20px; } }
  .product-select .quad-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 60px; }
    @media only screen and (max-width: 1600px) {
      .product-select .quad-grid {
        gap: 30px; } }
    @media only screen and (max-width: 1100px) {
      .product-select .quad-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 60px; } }
    @media only screen and (max-width: 600px) {
      .product-select .quad-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }
    .product-select .quad-grid .grid-item {
      position: relative;
      height: 100%; }
      .product-select .quad-grid .grid-item .grid-link {
        position: relative;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        text-decoration: none;
        width: 100%;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .product-select .quad-grid .grid-item .grid-link .link-wrap {
          padding: 30px;
          border-radius: 10px;
          background: #ffffff;
          -webkit-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          transition: 0.3s all ease; }
          @media only screen and (max-width: 1100px) {
            .product-select .quad-grid .grid-item .grid-link .link-wrap {
              padding: 0; } }
          .product-select .quad-grid .grid-item .grid-link .link-wrap .img-wrapper {
            aspect-ratio: 3/4;
            position: relative;
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease; }
            @media only screen and (max-width: 1100px) {
              .product-select .quad-grid .grid-item .grid-link .link-wrap .img-wrapper {
                aspect-ratio: 1/1; } }
            .product-select .quad-grid .grid-item .grid-link .link-wrap .img-wrapper img {
              height: 100%;
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              -o-object-fit: contain;
              object-fit: contain;
              pointer-events: none;
              -webkit-transition: 0.3s all ease;
              -o-transition: 0.3s all ease;
              transition: 0.3s all ease; }
          .product-select .quad-grid .grid-item .grid-link .link-wrap h4 {
            text-transform: uppercase;
            font-size: 30px;
            line-height: 1.3;
            letter-spacing: .04em;
            color: #000000;
            font-family: "Vancouver", sans-serif;
            text-align: center;
            margin-block: 15px 20px;
            font-weight: 400; }
            @media only screen and (max-width: 1400px) {
              .product-select .quad-grid .grid-item .grid-link .link-wrap h4 {
                font-size: 25px;
                line-height: 1.2; } }
            @media only screen and (max-width: 1100px) {
              .product-select .quad-grid .grid-item .grid-link .link-wrap h4 {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                padding-inline: 40px;
                position: relative;
                margin-inline: auto; } }
            .product-select .quad-grid .grid-item .grid-link .link-wrap h4 svg {
              position: absolute;
              height: 12px;
              width: 12px;
              right: 0;
              -webkit-transform: rotate(-90deg) translateY(-50%);
              -ms-transform: rotate(-90deg) translateY(-50%);
              transform: rotate(-90deg) translateY(-50%);
              fill: #00bbe3;
              top: 50%; }
              @media only screen and (min-width: 1101px) {
                .product-select .quad-grid .grid-item .grid-link .link-wrap h4 svg {
                  display: none; } }
          .product-select .quad-grid .grid-item .grid-link .link-wrap .more {
            max-height: 0;
            overflow: hidden;
            height: auto;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
            .product-select .quad-grid .grid-item .grid-link .link-wrap .more p {
              text-align: center;
              margin-bottom: 30px;
              color: #000000; }
            .product-select .quad-grid .grid-item .grid-link .link-wrap .more .learn-more {
              text-align: center;
              text-decoration: underline;
              color: #000000;
              display: block;
              font-weight: 700; }
        @media only screen and (min-width: 1101px) {
          .product-select .quad-grid .grid-item .grid-link:hover {
            position: absolute; }
            .product-select .quad-grid .grid-item .grid-link:hover .link-wrap {
              overflow: clip;
              -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); }
              .product-select .quad-grid .grid-item .grid-link:hover .link-wrap .more {
                max-height: 300px;
                min-height: 100px;
                -webkit-transition: 0.3s all ease;
                -o-transition: 0.3s all ease;
                transition: 0.3s all ease; } }
        @media only screen and (max-width: 1100px) {
          .product-select .quad-grid .grid-item .grid-link:hover .link-wrap {
            overflow: clip;
            -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); } }

.dot-section {
  padding-block: 140px 80px;
  background-image: url("/Content/images/blue-dots-flipped.jpg");
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 800px) {
    .dot-section {
      padding-block: 90px 50px; } }
  @media only screen and (min-width: 2100px) {
    .dot-section {
      padding-block: 180px 120px; } }
  .dot-section a {
    color: #ffffff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: underline; }
    .dot-section a:hover, .dot-section a:active, .dot-section a:focus {
      color: #3ae3a3; }
  .dot-section:after {
    content: '';
    height: 3.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/Content/images/white-wave.png");
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background-position-y: bottom;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media only screen and (max-width: 1000px) {
      .dot-section:after {
        height: 40px;
        background-size: cover;
        background-position-x: 40%; } }
  .dot-section > *:last-child {
    margin-bottom: 0; }
  .dot-section h4 {
    font-family: "Vancouver", sans-serif;
    text-transform: uppercase;
    margin-block: 0 30px;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 400;
    color: #00bbe3; }
    @media only screen and (max-width: 800px) {
      .dot-section h4 {
        text-align: center; } }
  .dot-section h2 {
    font-size: clamp(35px, 4.5vw, 45px);
    color: #ffffff;
    letter-spacing: .04em; }
    @media only screen and (max-width: 800px) {
      .dot-section h2 {
        text-align: left; } }
    .dot-section h2 .sub, .dot-section h2 small {
      color: #ffffff;
      font-size: clamp(26px, 2.75vw, 35px); }
  .dot-section p, .dot-section ul {
    color: #ffffff; }
    .dot-section p a, .dot-section ul a {
      color: #3ae3a3;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      text-decoration: underline; }
      .dot-section p a:hover, .dot-section p a:active, .dot-section p a:focus, .dot-section ul a:hover, .dot-section ul a:active, .dot-section ul a:focus {
        color: #ffffff; }

.secondary-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .8fr 1.2fr;
  grid-template-columns: .8fr 1.2fr;
  grid-column-gap: 40px; }
  @media only screen and (max-width: 1200px) {
    .secondary-main {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 30px; } }
  .secondary-main h2 {
    color: #00bbe3;
    font-size: clamp(49px, 5.75vw, 85px); }
    .secondary-main h2 small {
      color: #03356a;
      font-size: clamp(30px, 2.75vw, 45px); }
  .secondary-main h3 {
    color: #03356a;
    font-size: clamp(35px, 4.5vw, 45px);
    margin-bottom: 10px; }
  .secondary-main p {
    color: #2a2a2a; }
  @media only screen and (min-width: 1201px) {
    .secondary-main .heading-wrapper {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row-align: end;
      align-self: end; } }
  @media only screen and (max-width: 1200px) {
    .secondary-main .heading-wrapper > *:last-child {
      margin-bottom: 0; } }
  .secondary-main .content-wrapper > *:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1201px) {
    .secondary-main .img-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; } }
  .secondary-main .img-wrapper img {
    max-width: 100%;
    display: block;
    height: auto;
    width: auto; }

.secondary-main-even {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 1200px) {
    .secondary-main-even {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 30px; } }
  .secondary-main-even h2 {
    color: #00bbe3;
    font-size: clamp(49px, 5.75vw, 85px); }
    .secondary-main-even h2 small {
      color: #03356a;
      font-size: clamp(30px, 2.75vw, 45px); }
  .secondary-main-even h3 {
    color: #03356a;
    font-size: clamp(35px, 4.5vw, 45px);
    margin-bottom: 10px; }
  .secondary-main-even p {
    color: #2a2a2a; }
  .secondary-main-even .content-wrapper > *:last-child {
    margin-bottom: 0; }
  .secondary-main-even .img-wrapper img {
    max-width: 100%;
    display: block;
    height: auto;
    width: auto;
    margin-inline: auto; }

.drop-links {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1600px) {
    .drop-links {
      gap: 30px; } }
  @media only screen and (max-width: 600px) {
    .drop-links {
      gap: 15px; } }
  .drop-links a {
    position: relative;
    width: calc(25% - (180px/4));
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    display: -ms-grid;
    display: grid;
    padding: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px;
    -ms-grid-rows: 300px 75px;
    grid-template-rows: 300px 75px;
    justify-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    @media only screen and (max-width: 1600px) {
      .drop-links a {
        width: calc(25% - (90px/4));
        -ms-grid-rows: 250px 75px;
        grid-template-rows: 250px 75px; } }
    @media only screen and (max-width: 1250px) {
      .drop-links a {
        width: calc(50% - 15px); } }
    @media only screen and (max-width: 750px) {
      .drop-links a {
        -ms-grid-rows: 200px 75px;
        grid-template-rows: 200px 75px; } }
    @media only screen and (max-width: 600px) {
      .drop-links a {
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 100px auto;
        grid-template-columns: 100px auto;
        -ms-grid-rows: 100px;
        grid-template-rows: 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08); } }
    .drop-links a img {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      max-height: 100%;
      max-width: 100%;
      height: auto;
      width: auto;
      display: block; }
    .drop-links a h4 {
      text-transform: uppercase;
      font-size: 30px;
      line-height: 1.1;
      letter-spacing: .04em;
      color: #000000;
      font-family: "Vancouver", sans-serif;
      text-align: center;
      margin-block: 0;
      font-weight: 400;
      position: relative; }
      @media only screen and (max-width: 1400px) {
        .drop-links a h4 {
          font-size: 25px;
          line-height: 1.2; } }
      .drop-links a h4 svg {
        position: absolute;
        height: 12px;
        width: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        fill: #03356a;
        bottom: -5px;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        @media only screen and (max-width: 600px) {
          .drop-links a h4 svg {
            bottom: -15px; } }
    .drop-links a:hover {
      -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35); }
      .drop-links a:hover h4 svg {
        fill: #00bbe3; }

.wave-top {
  position: relative; }
  .wave-top:after {
    content: '';
    height: 3.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/Content/images/white-wave.png");
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background-position-y: bottom; }
    @media only screen and (max-width: 1000px) {
      .wave-top:after {
        height: 40px;
        background-size: cover;
        background-position-x: 40%; } }

.display-sections-wrapper .display-section.dot-section {
  padding-bottom: 100px; }
  @media only screen and (max-width: 800px) {
    .display-sections-wrapper .display-section.dot-section {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 2100px) {
    .display-sections-wrapper .display-section.dot-section {
      padding-bottom: 140px; } }

.display-sections-wrapper .display-section:last-of-type {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 800px) {
    .display-sections-wrapper .display-section:last-of-type {
      padding-bottom: 40px !important; } }
  @media only screen and (min-width: 2100px) {
    .display-sections-wrapper .display-section:last-of-type {
      padding-bottom: 80px !important; } }

.display-sections-wrapper .display-section h2 {
  font-size: clamp(35px, 4.5vw, 45px);
  letter-spacing: .04em; }
  @media only screen and (max-width: 800px) {
    .display-sections-wrapper .display-section h2 {
      text-align: left; } }
  .display-sections-wrapper .display-section h2 .sub, .display-sections-wrapper .display-section h2 small {
    font-size: clamp(26px, 2.75vw, 35px); }

.display-sections-wrapper .display-section h3 {
  font-size: clamp(30px, 4.1vw, 40px);
  letter-spacing: .04em;
  color: #03356a; }
  @media only screen and (max-width: 800px) {
    .display-sections-wrapper .display-section h3 {
      text-align: left; } }
  .display-sections-wrapper .display-section h3 .sub, .display-sections-wrapper .display-section h3 small {
    font-size: clamp(20px, 2.25vw, 30px);
    display: block;
    color: #9cd74b; }

.display-sections-wrapper .display-section:not(.dot-section) h2 {
  color: #00bbe3; }
  .display-sections-wrapper .display-section:not(.dot-section) h2 .sub, .display-sections-wrapper .display-section:not(.dot-section) h2 small {
    color: #03356a; }

.contact-split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 650px 1fr;
  grid-template-columns: 650px 1fr;
  border-bottom: 20px solid #03356a; }
  @media only screen and (max-width: 1500px) {
    .contact-split {
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%; } }
  @media only screen and (max-width: 1100px) {
    .contact-split {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  .contact-split .form-wrap {
    background: #9cd74b;
    padding-inline: 50px; }
    @media only screen and (max-width: 600px) {
      .contact-split .form-wrap {
        padding-inline: 30px; } }
    .contact-split .form-wrap .req-label {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    .contact-split .form-wrap #ContactForm, .contact-split .form-wrap #contactForm {
      padding: 20px 30px;
      border-radius: 5px; }
      @media only screen and (max-width: 600px) {
        .contact-split .form-wrap #ContactForm, .contact-split .form-wrap #contactForm {
          padding: 10px 0; } }
      .contact-split .form-wrap #ContactForm label, .contact-split .form-wrap #contactForm label {
        display: block;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: .04em;
        margin-bottom: 5px;
        color: #03356a; }
      .contact-split .form-wrap #ContactForm input[type="text"], .contact-split .form-wrap #ContactForm input[type="email"], .contact-split .form-wrap #ContactForm input[type="tel"], .contact-split .form-wrap #ContactForm input[type="name"], .contact-split .form-wrap #contactForm input[type="text"], .contact-split .form-wrap #contactForm input[type="email"], .contact-split .form-wrap #contactForm input[type="tel"], .contact-split .form-wrap #contactForm input[type="name"] {
        border: none;
        color: #333;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        height: 35px;
        margin-bottom: 15px;
        border-radius: 5px; }
      .contact-split .form-wrap #ContactForm textarea, .contact-split .form-wrap #contactForm textarea {
        border: none;
        color: #333;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        height: 120px;
        margin-bottom: 15px;
        border-radius: 5px;
        resize: none; }
      .contact-split .form-wrap #ContactForm input:focus, .contact-split .form-wrap #ContactForm textarea:focus, .contact-split .form-wrap #contactForm input:focus, .contact-split .form-wrap #contactForm textarea:focus {
        outline-color: #00bbe3; }
      .contact-split .form-wrap #ContactForm label.error, .contact-split .form-wrap #contactForm label.error {
        display: block;
        color: #f00;
        margin-top: -10px;
        font-size: 14px; }
      .contact-split .form-wrap #ContactForm input.error, .contact-split .form-wrap #ContactForm textarea.error, .contact-split .form-wrap #contactForm input.error, .contact-split .form-wrap #contactForm textarea.error {
        border: 1px solid #9cd74b;
        background-color: white; }
      .contact-split .form-wrap #ContactForm .btn, .contact-split .form-wrap #contactForm .btn {
        border: none;
        margin-inline: auto;
        margin-top: 20px; }
  .contact-split .content-wrap {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 450px 1fr;
    grid-template-columns: 450px 1fr; }
    @media only screen and (max-width: 1500px) {
      .contact-split .content-wrap {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
    .contact-split .content-wrap .content {
      padding-inline: 50px; }
    .contact-split .content-wrap h3 {
      color: #00bbe3;
      font-size: clamp(35px, 4.5vw, 45px);
      text-align: center; }
    .contact-split .content-wrap address {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin-inline: auto; }
      .contact-split .content-wrap address > div {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 30px -webkit-max-content;
        -ms-grid-columns: 30px max-content;
        grid-template-columns: 30px -webkit-max-content;
        grid-template-columns: 30px max-content;
        gap: 20px; }
        .contact-split .content-wrap address > div svg {
          fill: #03356a;
          height: 30px;
          width: 30px;
          margin-top: 5px; }
        .contact-split .content-wrap address > div p {
          font-size: 18px;
          font-style: normal; }
          .contact-split .content-wrap address > div p a {
            color: #03356a;
            text-decoration: none;
            line-height: 1.2;
            font-weight: 500;
            display: block;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease; }
            .contact-split .content-wrap address > div p a:hover, .contact-split .content-wrap address > div p a:focus, .contact-split .content-wrap address > div p a:active {
              color: #00bbe3; }
    .contact-split .content-wrap .map-wrap iframe {
      height: 100%;
      min-height: 250px; }

.split-dots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow-x: clip;
  padding-block: 120px 80px;
  padding-inline: 150px;
  background-image: url("/Content/images/blue-dots-flipped.jpg");
  background-size: cover; }
  @media only screen and (max-width: 1600px) {
    .split-dots {
      padding-inline: 80px; } }
  @media only screen and (max-width: 1200px) {
    .split-dots {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  @media only screen and (max-width: 800px) {
    .split-dots {
      padding-inline: 40px;
      padding-block: 90px 50px; } }
  @media only screen and (max-width: 600px) {
    .split-dots {
      padding-inline: 20px; } }
  .split-dots:after {
    content: '';
    height: 3.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/Content/images/white-wave.png");
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background-position-y: bottom;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media only screen and (max-width: 1000px) {
      .split-dots:after {
        height: 40px;
        background-size: cover;
        background-position-x: 40%; } }
  .split-dots .left-section {
    padding-right: 5vw;
    border-right: 3px solid #00bbe3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media only screen and (max-width: 1200px) {
      .split-dots .left-section {
        border-right: none;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 3px solid #00bbe3; } }
    .split-dots .left-section > *:last-child {
      margin-bottom: 0; }
  .split-dots h2 {
    font-size: clamp(35px, 4.5vw, 45px);
    color: #ffffff;
    letter-spacing: .04em; }
    @media only screen and (max-width: 800px) {
      .split-dots h2 {
        text-align: left; } }
    .split-dots h2 .sub, .split-dots h2 small {
      color: #ffffff;
      font-size: clamp(26px, 2.75vw, 35px); }
  .split-dots p, .split-dots ul {
    color: #ffffff; }
    .split-dots p a, .split-dots ul a {
      color: #ffffff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .split-dots p a:hover, .split-dots p a:active, .split-dots p a:focus, .split-dots ul a:hover, .split-dots ul a:active, .split-dots ul a:focus {
        color: #3ae3a3; }
  .split-dots img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block; }
  .split-dots .right-section {
    padding-left: 5vw;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1200px) {
      .split-dots .right-section {
        padding-left: 0; } }
    .split-dots .right-section > *:last-child {
      margin-bottom: 0; }
  .split-dots .img-section {
    height: 100%;
    witdht: 100%;
    position: relative; }
    .split-dots .img-section img {
      height: 100%;
      witdht: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover; }

.split-dots-full-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
  position: relative;
  overflow-x: clip;
  background-image: url("/Content/images/blue-dots-flipped.jpg");
  background-size: cover; }
  @media only screen and (max-width: 1000px) {
    .split-dots-full-img {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
  .split-dots-full-img:after {
    content: '';
    height: 3.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/Content/images/white-wave.png");
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background-position-y: bottom;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media only screen and (max-width: 1000px) {
      .split-dots-full-img:after {
        height: 40px;
        background-size: cover;
        background-position-x: 40%; } }
  .split-dots-full-img .left-section {
    padding-block: 160px 140px;
    padding-inline: 150px 50px; }
    @media only screen and (max-width: 1600px) {
      .split-dots-full-img .left-section {
        padding-inline: 80px 50px;
        padding-block: 140px 120px; } }
    @media only screen and (max-width: 1000px) {
      .split-dots-full-img .left-section {
        padding-inline: 80px;
        padding-block: 120px 60px; } }
    @media only screen and (max-width: 800px) {
      .split-dots-full-img .left-section {
        padding-block: 90px 50px;
        padding-inline: 40px; } }
    @media only screen and (max-width: 600px) {
      .split-dots-full-img .left-section {
        padding-inline: 20px; } }
    .split-dots-full-img .left-section > *:last-child {
      margin-bottom: 0; }
  .split-dots-full-img h2 {
    font-size: clamp(35px, 4.5vw, 45px);
    color: #ffffff;
    letter-spacing: .04em;
    margin-bottom: 10px; }
    @media only screen and (max-width: 800px) {
      .split-dots-full-img h2 {
        text-align: left; } }
    .split-dots-full-img h2 .sub, .split-dots-full-img h2 small {
      font-size: clamp(30px, 4vw, 40px);
      color: #00bbe3; }
  .split-dots-full-img p, .split-dots-full-img ul {
    color: #ffffff;
    margin-bottom: 50px; }
    .split-dots-full-img p a, .split-dots-full-img ul a {
      color: #ffffff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .split-dots-full-img p a:hover, .split-dots-full-img ul a:hover {
        color: #9cd74b; }
  .split-dots-full-img .img-section {
    height: 100%;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .split-dots-full-img .img-section {
        aspect-ratio: 3/2; } }
    .split-dots-full-img .img-section img {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover; }

.secondary {
  border-bottom: 20px solid #03356a; }
  .secondary > *:last-child {
    margin-bottom: 0; }

.side-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 1400px) {
    .side-image {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 30px; } }
  .side-image.small {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr; }
    @media only screen and (max-width: 1400px) {
      .side-image.small {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%; } }
  .side-image .image-section {
    position: relative;
    height: 90%; }
    .side-image .image-section img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute; }
      @media only screen and (max-width: 1400px) {
        .side-image .image-section img {
          height: auto;
          display: block;
          max-width: 700px;
          margin-inline: auto;
          position: relative;
          margin-bottom: 60px; } }
    .side-image .image-section.contain img {
      -o-object-fit: contain;
      object-fit: contain; }

.printing-type {
  background: #fff;
  padding-bottom: 60px;
  overflow-x: clip; }
  .printing-type h2 {
    color: #00bbe3;
    font-size: clamp(43px, 5vw, 63px);
    text-align: center;
    letter-spacing: .04em; }
  .printing-type .product-slider-wrapper {
    padding-inline: 150px; }
    @media only screen and (max-width: 1700px) {
      .printing-type .product-slider-wrapper {
        padding-inline: 50px; } }
    @media only screen and (max-width: 900px) {
      .printing-type .product-slider-wrapper {
        padding-inline: 0; } }
    .printing-type .product-slider-wrapper .swiper-slide {
      padding: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-bottom: 40px;
      height: 100%; }
      .printing-type .product-slider-wrapper .swiper-slide .slide-inner {
        background: #ffffff;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
        display: -ms-grid;
        display: grid;
        padding: 20px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        gap: 10px;
        -ms-grid-rows: 300px auto auto;
        grid-template-rows: 300px auto auto;
        justify-items: center;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3;
        height: 100%; }
        @media only screen and (max-width: 750px) {
          .printing-type .product-slider-wrapper .swiper-slide .slide-inner {
            -ms-grid-rows: 200px auto auto;
            grid-template-rows: 200px auto auto; } }
        .printing-type .product-slider-wrapper .swiper-slide .slide-inner img {
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
          max-height: 100%;
          max-width: 100%;
          height: auto;
          width: auto;
          display: block; }
        .printing-type .product-slider-wrapper .swiper-slide .slide-inner h4 {
          color: #00bbe3;
          font-size: 18px;
          margin-bottom: 0px; }
        .printing-type .product-slider-wrapper .swiper-slide .slide-inner p {
          margin: 0; }
    .printing-type .product-slider-wrapper .swiper-pagination {
      gap: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 1200px) {
        .printing-type .product-slider-wrapper .swiper-pagination {
          gap: 10px; } }
      .printing-type .product-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
        height: 13px;
        width: 13px;
        background: #e1e1e1;
        border-radius: 10px;
        opacity: 1; }
        @media only screen and (max-width: 1200px) {
          .printing-type .product-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
            height: 9px;
            width: 9px; } }
        .printing-type .product-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #00bbe3;
          width: 35px; }
          @media only screen and (max-width: 1200px) {
            .printing-type .product-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              width: 23px; } }

.applications-wrapper h2 {
  color: #03356a;
  font-size: clamp(43px, 5vw, 63px);
  text-align: center;
  letter-spacing: .04em;
  font-family: "Vancouver", sans-serif;
  text-transform: uppercase;
  margin-block: 30px 0;
  font-weight: 400; }
  .applications-wrapper h2 small {
    display: block;
    color: #454545;
    font-size: clamp(30px, 5vw, 45px);
    text-align: center;
    letter-spacing: .04em; }

.applications-wrapper h3 {
  color: #454545;
  font-size: clamp(30px, 5vw, 45px);
  text-align: center;
  letter-spacing: .04em;
  font-family: "Vancouver", sans-serif;
  text-transform: uppercase;
  margin-block: 0 30px;
  font-weight: 400; }

.develop-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 60px; }
  .develop-grid .develop-item {
    width: calc(33.33% - 40px); }
    @media only screen and (max-width: 1200px) {
      .develop-grid .develop-item {
        width: calc(50% - 30px); } }
    @media only screen and (max-width: 600px) {
      .develop-grid .develop-item {
        width: 100%; } }
    .develop-grid .develop-item img {
      width: 100%;
      height: auto;
      display: block; }
    .develop-grid .develop-item h4 {
      font-size: clamp(26px, 2.75vw, 32px);
      text-align: center;
      letter-spacing: .04em;
      font-family: "Vancouver", sans-serif;
      text-transform: uppercase;
      margin-block: 20px;
      font-weight: 400; }
    .develop-grid .develop-item p {
      text-align: center;
      font-size: 14px;
      color: #454545; }

.graph-wrapper {
  position: relative; }
  .graph-wrapper img {
    width: 100%;
    height: auto;
    display: block; }

.tool {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .tool.kento-tool {
    top: 27.5%;
    left: 3%; }
    @media only screen and (max-width: 1300px) {
      .tool.kento-tool {
        top: 34.5%;
        left: 28%; } }
    @media only screen and (max-width: 700px) {
      .tool.kento-tool {
        top: 35.5%;
        left: 10%; } }
  .tool.digital-tool {
    top: 56%;
    left: 3%; }
    @media only screen and (max-width: 1300px) {
      .tool.digital-tool {
        top: 63%;
        left: 10%; } }
    @media only screen and (max-width: 700px) {
      .tool.digital-tool {
        top: 60%;
        left: 11%; } }
  .tool.flexo-tool {
    top: 56%;
    left: 52%; }
    @media only screen and (max-width: 1300px) {
      .tool.flexo-tool {
        top: 63%;
        left: 73%; } }
    @media only screen and (max-width: 1300px) {
      .tool.flexo-tool {
        top: 60%;
        left: 82%; } }
  .tool ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    gap: 20px;
    list-style-type: none; }
    .tool ul:hover .tool-details {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
      opacity: 1;
      pointer-events: all; }
  .tool input {
    display: none; }
    @media only screen and (max-width: 1000px) {
      .tool input:checked ~ ul .tool-details {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1; } }
  .tool label {
    cursor: pointer;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    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;
    border: 2px solid #03356a;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    padding-right: 1px; }
  .tool .tool-details {
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
    display: -ms-grid;
    display: grid;
    border: 2px solid #00bbe3;
    bottom: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    left: 100%;
    width: 350px;
    z-index: 3; }
    @media only screen and (max-width: 1200px) {
      .tool .tool-details.flexo-details {
        left: unset;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        right: 100%; } }
    @media only screen and (max-width: 600px) {
      .tool .tool-details {
        width: 200px; } }
    .tool .tool-details p {
      margin: 0;
      font-size: 14px; }
      @media only screen and (max-width: 600px) {
        .tool .tool-details p {
          font-size: 12px; } }
      .tool .tool-details p strong {
        font-size: 16px; }
        @media only screen and (max-width: 600px) {
          .tool .tool-details p strong {
            font-size: 14px; } }

.under-grid {
  padding-top: 50px; }
  @media only screen and (max-width: 1300px) {
    .under-grid {
      padding-top: 10px; } }
  .under-grid h3 {
    text-align: center;
    color: #00bbe3;
    font-size: clamp(32px, 3vw, 40px); }

.above-grid h4 {
  color: #043a6b;
  font-family: "Vancouver", sans-serif;
  font-size: clamp(32px, 3vw, 40px);
  font-weight: 400; }

.above-grid h2 {
  color: #00bbe3;
  font-size: clamp(32px, 3vw, 40px); }

.map-section h2 {
  color: #00bbe3;
  text-align: center;
  font-size: clamp(49px, 5.75vw, 85px); }

.map-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto; }

.map-section .map-section-content {
  padding-top: 100px; }
  .map-section .map-section-content h2 {
    font-size: clamp(35px, 4.5vw, 45px);
    letter-spacing: .04em;
    text-align: left; }

table a {
  color: #00bbe3;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; }
  table a:hover, table a:active, table a:focus {
    color: #03356a; }

#ContactForm input[type=file] {
  font-size: 14px;
  margin-bottom: 15px; }

.locationBlueContentSplit .BoldBlue {
  color: #00bbe3;
  font-size: clamp(25px, 3.5vw, 40px);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: "Vancouver", sans-serif;
  font-weight: 400;
  margin-bottom: 5px; }
