.section-blue-cutoff {
   position: relative;
}
.section-blue-cutoff:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 15%;
    top: 0;
    background-color: #FFF;
    z-index: -1;
}

.background-color-black {
    background-color: #011F5B;
}

h2.text-gradient {
    background: linear-gradient(90deg, rgba(247,148,30,1) 0%, rgba(190,171,54,1) 33%, rgba(95,189,116,1) 65%, rgba(0,175,225,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.25;
    font-size: 2.55rem;
    margin-bottom: 1rem;
}

h2.text-gradient:after {
    display: none;
}

.section-ocean-wave {
  position: relative;
}

.section-ocean-wave {
  position: relative;
  background: #034798;
  margin-top: 7rem!important;
  color: #FFF;
  padding-bottom: 4rem;
}

.section-ocean-wave a {
  color: #FFF;
}

.section-ocean-wave:before,
.section-ocean-wave:after {
    content: "";
    width: 100%;
    height: 5rem;
    position: absolute;

    left: 0;
    background-repeat: repeat-x;
    display: block;
    background-size: cover;
}

.section-ocean-wave:before {
background-image: url("/sites/g/files/toruqf5341/files/2023-05/ocean.png");
    top: -5rem;
}

.section-ocean-wave:after {
background-image: url("/sites/g/files/toruqf5341/files/2023-05/wave-layer_0.png");
        top: -7rem;
    height: 8rem;
    z-index: -1;
    transform: rotate(2.5deg);
    filter: opacity(0.8);
}

@media (min-width: 1920px) {
.section-ocean-wave:after {
    transform: rotate(.5deg);
}
}

.section-ocean-wave h2:after {
    display: none;
}

.section-ocean-wave .stat-number {
   font-size: 4rem;
}

/*@media (min-width: 768px) {
  .section-vertical-tabs .layout__region {
    display: grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 28% 70%;
    column-gap: 2%;
  }

  .section-vertical-tabs .tabby-menu__nav-left.show,
  .section-vertical-tabs .tabby-menu__nav-right.show,
  .section-vertical-tabs .tabby-menu__dropdown {
    display: none;
  }

  .section-vertical-tabs .tabby-menu-horizontal {
    grid-area: sidebar;
  }

  .section-vertical-tabs .tabby-menu__nav-wrapper {
    width: 100%;
  }

  .section-vertical-tabs .tabby-menu__nav {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .section-vertical-tabs .tabby-menu__nav li {
    margin-right: 0;
  }

  .section-vertical-tabs .tabby-menu__nav li a {
    display: block;
    margin-right: 0;
    border-bottom: 2px solid #dee2e6;
    padding: 1rem 5rem 1rem 1rem;
    background-size: 5rem;
    background-repeat: no-repeat;
    background-position-x: 100%;
    font-size: 2rem;
    line-height: 1.5;
  }

  .section-vertical-tabs .tabby-menu__nav li a[aria-selected=true] {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='1200pt' height='1200pt' version='1.1' viewBox='0 0 1200 1200' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='m225 618.75h704.81l-155.44 155.44c-3.9688 3.3984-6.3398 8.2969-6.5391 13.52-0.20313 5.2188 1.7812 10.285 5.4766 13.98s8.7617 5.6797 13.98 5.4766c5.2227-0.19922 10.121-2.5703 13.52-6.5391l187.5-187.5c3.4922-3.5117 5.4531-8.2656 5.4531-13.219s-1.9609-9.707-5.4531-13.219l-187.5-187.5c-4.8281-4.1328-11.418-5.543-17.512-3.7383-6.0977 1.8008-10.863 6.5664-12.664 12.664-1.8047 6.0938-0.39453 12.684 3.7383 17.512l155.44 155.62h-704.81c-6.6992 0-12.887 3.5742-16.238 9.375-3.3477 5.8008-3.3477 12.949 0 18.75 3.3516 5.8008 9.5391 9.375 16.238 9.375z'/%3E %3C/svg%3E ");
    border-color: #E77500;
  }

  .section-vertical-tabs .tabby-menu__nav li:last-child a {
    border-color: transparent;
  }

  .section-vertical-tabs .tabby-menu__nav li:last-child a[aria-selected=true] {
    border-color: #E77500;
  }

  .section-vertical-tabs .block-ps-text {
    grid-area: main;
    padding: 2rem;
  }
}

@media (max-width: 991px) {
  .section-vertical-tabs.layout[class*=twocol] .layout__region {
    width: 100%;
    margin-right: 0;
  }
}*/


.section-partners .layout__region--content {
   display: flex;
   justify-content: center;
   column-gap: 1rem;
}

@media (min-width: 992px) {
.section-partners .layout__region--content {
   column-gap: 3rem;
}
}

.section-partners .block-ps-image {
display: flex;
align-items: center;
}

.section-partners figure {
  margin-bottom: 0;
}

.section-partners img {
    max-height: 4.5rem;
    width: auto;
}

.section-partners .size--small img {
    width: 12rem;
    max-height: unset;
}

@media (max-width: 767px) {
.section-partners .layout__region--content {
flex-wrap: wrap;
gap: 1rem;
}

.section-partners .block-ps-image {
    flex: 47% 0 0;
}
}