

/******************
MMR MERGED: /wp-includes/blocks/paragraph/style.min.css
***************/

.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}


/******************
MMR MERGED: /wp-includes/blocks/columns/style.min.css
***************/

.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}


/******************
MMR MERGED: /wp-content/themes/oceaa/blocks/big-slider/style.css
***************/

.wrapper {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 60px); }
  @media (max-width: 480px) {
    .wrapper {
      width: calc(100vw - 30px); } }

.base-font-setting {
  color: #141733;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

.base-input-style {
  appearance: none;
  color: #141733;
  background: #FFFFFF;
  padding: 13px;
  outline: none;
  font-size: 18px;
  border: 1px solid #141733;
  border-radius: 5px;
  height: 55px; }
  .border-bottom .base-input-style, .base-input-style.border-bottom {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0; }
  .no-border-radius .base-input-style, .base-input-style.no-border-radius {
    border-radius: 0; }
  .height-40 .base-input-style, .base-input-style.height-40 {
    height: 40px; }
  .base-input-style::placeholder {
    color: rgba(20, 23, 51, 0.6);
    opacity: 1; }

.pill {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  transition: background .3s ease-in; }
  .pill:hover, .pill:focus, .pill.active {
    background: #FF7733; }

.base-button-style {
  display: inline-block;
  border: 0;
  border-radius: 8px;
  background-color: #FF7733;
  color: #141733;
  background-size: 300%;
  line-height: 1;
  font-weight: 800;
  padding: 18px 40px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 1s ease-out; }
  .base-button-style:hover, .base-button-style:active, .base-button-style:focus {
    background-color: #ff9966; }
  .base-button-style a {
    color: inherit; }

.no-scrollbar {
  scrollbar-width: none; }
  .no-scrollbar::-webkit-scrollbar {
    width: 1px;
    height: 1px; }
  .no-scrollbar::-webkit-scrollbar-track {
    background-color: transparent; }
  .no-scrollbar::-webkit-scrollbar-thumb {
    background-color: transparent; }

@media (max-width: 781px) {
  .mobile-dark-blue-dim-top .has-background-dim {
    box-shadow: 0 310px 20px -40px var(--color-primary) inset;
    opacity: 1 !important;
    background-color: transparent !important; }
  .mobile-dark-blue-dim-top .wp-block-cover__image-background {
    background-color: var(--color-primary);
    padding-top: 240px; } }

.tns-nav-dot, .mx-big-slider .tns-nav button[data-nav] {
  all: unset;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  padding: 0;
  margin: 0px 15px;
  border: 1px solid #141733;
  background-color: white; }
  .tns-nav-dot.tns-nav-active, .mx-big-slider .tns-nav button.tns-nav-active[data-nav] {
    border-color: #FF7733;
    background-color: #FF7733; }

.mx-big-slider {
  max-width: 1224px;
  margin-bottom: 32px; }
  .mx-big-slider--heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    z-index: 2;
    position: relative; }
    @media (max-width: 480px) {
      .mx-big-slider--heading {
        justify-content: center;
        margin-bottom: 10px; }
        .mx-big-slider--heading .button-smaller {
          display: none; } }
  .mx-big-slider--footer {
    position: relative;
    margin-top: -34px;
    text-align: center;
    z-index: 2; }
    @media (max-width: 480px) {
      .mx-big-slider--footer {
        margin-top: 0; } }
  .mx-big-slider .button-smaller {
    white-space: nowrap;
    color: #141733 !important; }
  .mx-big-slider .tns-ovh {
    overflow: visible; }
  .mx-big-slider .tns-item {
    position: relative; }
  .mx-big-slider .tns-nav {
    text-align: center; }
    @media (max-width: 480px) {
      .mx-big-slider .tns-nav {
        display: none; } }
  .mx-big-slider--item:after {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer; }
  .mx-big-slider--item-imge {
    position: relative;
    width: 100vw;
    max-width: 760px; }
    .mx-big-slider--item-imge img {
      display: block;
      height: 100%;
      min-width: 100%;
      max-height: 450px;
      object-fit: cover;
      border-radius: 20px;
      margin-bottom: 60px; }
      @media (max-width: 781px) {
        .mx-big-slider--item-imge img {
          max-height: 60vw; } }
  .mx-big-slider--item-text-wrapper {
    position: absolute;
    left: -2%;
    bottom: 40px;
    background-color: white;
    border-radius: 20px;
    padding: 33px 40px;
    box-shadow: 0 4px 20px rgba(20, 23, 51, 0.2);
    width: 90vw;
    max-width: 600px; }
    @media (max-width: 781px) {
      .mx-big-slider--item-text-wrapper {
        padding: 18px 25px; } }
    .mx-big-slider--item-text-wrapper .h3 {
      margin-top: 0; }
  .mx-big-slider--container {
    position: relative; }
  @media (max-width: 1224px) {
    .mx-big-slider--next {
      position: absolute;
      right: -30px;
      top: 0;
      width: calc(20% + 30px);
      height: calc(100% - 60px);
      background: transparent;
      z-index: 2;
      cursor: pointer; }
    .mx-big-slider--prev {
      position: absolute;
      left: -30px;
      top: 0;
      width: calc(20% + 30px);
      height: calc(100% - 60px);
      background: transparent;
      z-index: 2;
      cursor: pointer; } }

.acf-block-preview .mx-big-slider--content {
  display: flex;
  overflow: auto;
  gap: 100px;
  padding: 0 40px; }

.acf-block-preview .mx-big-slider--item {
  position: relative;
  flex-shrink: 0; }



/******************
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; }



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

.wrapper {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 60px); }
  @media (max-width: 480px) {
    .wrapper {
      width: calc(100vw - 30px); } }

.base-font-setting {
  color: #141733;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

.base-input-style {
  appearance: none;
  color: #141733;
  background: #FFFFFF;
  padding: 13px;
  outline: none;
  font-size: 18px;
  border: 1px solid #141733;
  border-radius: 5px;
  height: 55px; }
  .border-bottom .base-input-style, .base-input-style.border-bottom {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0; }
  .no-border-radius .base-input-style, .base-input-style.no-border-radius {
    border-radius: 0; }
  .height-40 .base-input-style, .base-input-style.height-40 {
    height: 40px; }
  .base-input-style::placeholder {
    color: rgba(20, 23, 51, 0.6);
    opacity: 1; }

.pill {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  transition: background .3s ease-in; }
  .pill:hover, .pill:focus, .pill.active {
    background: #FF7733; }

.base-button-style {
  display: inline-block;
  border: 0;
  border-radius: 8px;
  background-color: #FF7733;
  color: #141733;
  background-size: 300%;
  line-height: 1;
  font-weight: 800;
  padding: 18px 40px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 1s ease-out; }
  .base-button-style:hover, .base-button-style:active, .base-button-style:focus {
    background-color: #ff9966; }
  .base-button-style a {
    color: inherit; }

.no-scrollbar, .wp-block.jobs:not(.on-page-for-jobs) .post-list {
  scrollbar-width: none; }
  .no-scrollbar::-webkit-scrollbar, .wp-block.jobs:not(.on-page-for-jobs) .post-list::-webkit-scrollbar {
    width: 1px;
    height: 1px; }
  .no-scrollbar::-webkit-scrollbar-track, .wp-block.jobs:not(.on-page-for-jobs) .post-list::-webkit-scrollbar-track {
    background-color: transparent; }
  .no-scrollbar::-webkit-scrollbar-thumb, .wp-block.jobs:not(.on-page-for-jobs) .post-list::-webkit-scrollbar-thumb {
    background-color: transparent; }

@media (max-width: 781px) {
  .mobile-dark-blue-dim-top .has-background-dim {
    box-shadow: 0 310px 20px -40px var(--color-primary) inset;
    opacity: 1 !important;
    background-color: transparent !important; }
  .mobile-dark-blue-dim-top .wp-block-cover__image-background {
    background-color: var(--color-primary);
    padding-top: 240px; } }

.tns-nav-dot {
  all: unset;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  padding: 0;
  margin: 0px 15px;
  border: 1px solid #141733;
  background-color: white; }
  .tns-nav-dot.tns-nav-active {
    border-color: #FF7733;
    background-color: #FF7733; }

.wp-block.jobs:not(.on-page-for-jobs) .post-list {
  flex-wrap: nowrap;
  overflow: auto; }
  .wp-block.jobs:not(.on-page-for-jobs) .post-list > * {
    flex-shrink: 0; }

@media (max-width: 1224px) {
  .wp-block.jobs:not(.on-page-for-jobs) {
    margin-left: 0;
    width: 100vw; }
    .wp-block.jobs:not(.on-page-for-jobs) .post-list {
      width: 100vw;
      padding: 0 30px;
      max-width: none !important; } }

@media (max-width: 480px) {
  .wp-block.jobs:not(.on-page-for-jobs) .post-list {
    padding: 0 15px; } }



/******************
MMR MERGED: /wp-includes/blocks/quote/style.min.css
***************/

.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
