

/******************
MMR MERGED: /wp-content/themes/oceaa/blocks/blue-wave-background/style.css
***************/

.blue-wave-background {
  position: absolute;
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  height: 100px;
  left: 0;
  z-index: -2; }
  .blue-wave-background--wrapper {
    z-index: -2;
    height: 1px;
    width: 100vw;
    position: relative; }
  .blue-wave-background img {
    visibility: visible !important;
    opacity: 0;
    max-width: none;
    width: 100%;
    z-index: -4;
    position: absolute;
    transform: translateY(-50%); }
    .blue-wave-background img[src$="blue-wave-2.svg"] {
      right: -20px; }
    @media (max-width: 1224px) {
      .blue-wave-background img {
        width: 150%; } }
    @media (max-width: 781px) {
      .blue-wave-background img {
        width: 200%; } }
    @media (max-width: 480px) {
      .blue-wave-background img {
        width: 250%; } }
  .blue-wave-background--ready .blue-wave-background img {
    opacity: 1;
    transition: opacity .6s ease, margin-top .5s ease; }
  .wp-block-cover .blue-wave-background {
    margin-left: calc((100vw - 1224px) / 2 * -1); }
    @media (max-width: 1224px) {
      .wp-block-cover .blue-wave-background {
        margin-left: 0;
        bottom: 0; } }
  .blue-wave-background--overlay {
    width: 100vw !important;
    position: absolute !important;
    max-width: none !important;
    height: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 999999px 0 999999px rgba(255, 255, 255, 0.95); }
    .wp-block-cover + .blue-wave-background--overlay {
      top: auto;
      z-index: 1; }
      .wp-block-cover + .blue-wave-background--overlay ~ :not(.blue-wave-background) {
        position: relative;
        z-index: 2; }
    .blue-wave-background--overlay.hidden {
      display: none; }

[class*="blue-wave-background"].block-editor-block-list__block {
  max-width: none !important;
  z-index: 0 !important;
  margin: 0 !important; }
  [class*="blue-wave-background"].block-editor-block-list__block .acf-block-preview {
    min-height: 0; }
    [class*="blue-wave-background"].block-editor-block-list__block .acf-block-preview img {
      z-index: -2;
      opacity: .3; }



/******************
MMR MERGED: /wp-content/themes/oceaa/blocks/contact-section/style.css
***************/

h1, .h1, .contact-section--text,
h2,
.h2,
h3,
.quote,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #141733;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  clear: both;
  letter-spacing: 0em; }

h1, .h1, .contact-section--text {
  font-size: 55px;
  font-weight: 800;
  line-height: 1.1;
  margin: 25px 0; }
  @media (max-width: 781px) {
    h1, .h1, .contact-section--text {
      font-size: 45px; } }
  @media (max-width: 480px) {
    h1, .h1, .contact-section--text {
      font-size: 35px; } }


h2,
.h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  margin: 20px 0; }
  @media (max-width: 781px) {
    
    h2,
    .h2 {
      font-size: 35px; } }
  @media (max-width: 480px) {
    
    h2,
    .h2 {
      font-size: 30px; } }


h3,
.quote,
.h3 {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  margin: 13px 0; }
  @media (max-width: 781px) {
    
    h3,
    .quote,
    .h3 {
      font-size: 18px; } }


h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  margin: 12px 0; }

.hero {
  font-size: 75px;
  font-weight: 800;
  line-height: 1.1;
  margin: 35px 0; }
  @media (max-width: 781px) {
    .hero {
      font-size: 50px; } }
  @media (max-width: 480px) {
    .hero {
      font-size: 40px; } }

.big-text {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.3; }
  @media (max-width: 1080px) {
    .big-text {
      font-size: 45px; } }
  @media (max-width: 781px) {
    .big-text {
      font-size: 35px; } }

.subheading {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3; }

body {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 55px;
  --wp--preset--font-size--x-large: 75px; }
  @media (max-width: 781px) {
    body {
      --wp--preset--font-size--medium: 18px;
      --wp--preset--font-size--large: 40px;
      --wp--preset--font-size--x-large: 55px; } }
  @media (max-width: 480px) {
    body {
      --wp--preset--font-size--medium: 14px;
      --wp--preset--font-size--large: 30px;
      --wp--preset--font-size--x-large: 45px; } }

.contact-section {
  background-color: #00C0F0;
  position: relative;
  overflow: visible;
  background-image: url(/wp-content/themes/oceaa/blocks/contact-section/../../assets/zigzag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  max-width: 1224px !important;
  border-radius: 20px; }
  .contact-section.orange {
    background-color: #FF7733; }
  @media (max-width: 781px) {
    .contact-section {
      flex-direction: column-reverse;
      background-position: calc(100% + 50px) bottom; } }
  @media (max-width: 480px) {
    .contact-section {
      width: 100% !important;
      border-radius: 0; } }
  .contact-section > img {
    position: relative;
    z-index: 1;
    width: 40% !important;
    align-self: flex-end; }
    @media (max-width: 781px) {
      .contact-section > img {
        display: none; } }
  .contact-section--content {
    flex: 1;
    position: relative;
    align-self: center;
    z-index: 1;
    padding: 40px 4% 40px 6%; }
    @media (max-width: 781px) {
      .contact-section--content {
        padding: 40px; } }
    @media (max-width: 680px) {
      .contact-section--content {
        align-self: stretch; } }
    @media (max-width: 480px) {
      .contact-section--content {
        padding: 40px 20px; } }
  .contact-section--text {
    line-height: 1; }
  .contact-section--links {
    margin: 40px 0 30px; }
  .contact-section--link {
    display: inline-block;
    background-color: #FFFFFF !important;
    margin-bottom: 16px;
    margin-right: 16px; }
    .contact-section--link:not(.has-text) {
      padding: 10px 0;
      width: 46px;
      text-align: center;
      border-radius: 23px; }
      .contact-section--link:not(.has-text) i {
        font-size: 21px;
        vertical-align: -2px; }
    .contact-section--link.has-text {
      padding: 10px 24px;
      border-radius: 8px; }
      .contact-section--link.has-text i {
        color: #FF7733; }
    .contact-section--link span {
      font-weight: 800; }
    .contact-section--link i + span {
      margin-left: 12px; }
  .acf-block-preview .contact-section i[class*="fa-"] {
    font-style: normal; }

