@charset "UTF-8";
/*********************************
COLOR VARIABLES
**********************************/
/*********************************
BREAKPOINT SYSTEM
**********************************/
/**
 * Mixin: max()
 * Usage: Apply styles below a specific breakpoint
 * Example: @include max(large) → max-width: 1023px
 */
/**
 * Mixin: responsive-font()
 * Handles font-size + line-height across devices
 * Order: Desktop → xxlarge → xlarge → mobile
 */
/*********************************
Tides AND OFV PAGE STYLES
**********************************/
.page-template-template-tides .sgpb-theme-1-overlay, .page-template-template-ofv .sgpb-theme-1-overlay {
  background: #141313;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 {
  /* CLOSE BUTTON */
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-close-button-1, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-close-button-1 {
  top: 15px !important;
  right: 15px !important;
  border-radius: 50%;
  content: url("/wp-content/uploads/2026/04/close-1.png");
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content {
  background: #f8f6f2;
  padding: 40px 30px !important;
  border-radius: 18px !important;
  text-align: center;
  position: relative;
  border: 2px solid #e5d3a1 !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25) !important;
}
@media (min-width: 576px) {
  .page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content {
    max-width: 430px !important;
    width: 90% !important;
  }
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content {
  /* HEADER */
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header {
  position: relative;
  margin-bottom: 25px;
  /* BADGE ICON */
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .badge, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .badge {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 3px solid #f27420;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .badge img, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .badge img {
  width: 35px;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header {
  /* RIBBON */
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon {
  width: 140px;
  height: 30px;
  background: #fcb415;
  margin: -40px auto 10px;
  position: relative;
  z-index: 1;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::before, .page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::after, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::before, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  border: 15px solid transparent;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::before, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::before {
  left: -30px;
  border-right-color: #fcb415;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::after, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .ribbon::after {
  right: -30px;
  border-left-color: #fcb415;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header h2, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header h2 {
  font-size: 22px;
  color: #1f2c3a;
  margin-top: 20px;
  font-weight: 600;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .divider, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .divider {
  display: block;
  width: 40px;
  height: 2px;
  background: #f27420;
  margin: 10px auto;
  position: relative;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .divider::after, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-header .divider::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fcb415;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content {
  /* BODY */
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-body, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-body {
  text-align: center;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-body h3, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-body h3 {
  font-size: 28px;
  color: #f27420;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffe1b5 !important;
}
.page-template-template-tides .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-body p, .page-template-template-ofv .sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content .sg-popup-body p {
  font-size: 18px;
  color: #414141;
}
.page-template-template-tides #footer-top, .page-template-template-ofv #footer-top {
  display: none !important;
}
.page-template-template-tides, .page-template-template-ofv {
  /*********************************
  TOP LOGO
  **********************************/
}
.page-template-template-tides .logo-top, .page-template-template-ofv .logo-top {
  padding-top: 7rem !important;
}
@media (max-width: 1023px) {
  .page-template-template-tides .logo-top, .page-template-template-ofv .logo-top {
    padding-top: 4rem !important;
  }
}
@media (max-width: 1023px) {
  .page-template-template-tides .ofv-top-logo img, .page-template-template-ofv .ofv-top-logo img {
    display: none;
  }
}
.page-template-template-tides, .page-template-template-ofv {
  /*********************************
  BUTTON STYLING
  **********************************/
}
.page-template-template-tides .main-button, .page-template-template-ofv .main-button {
  text-transform: uppercase;
  padding: 1.5rem 2rem;
  line-height: normal;
}
@media (max-width: 1440px) {
  .page-template-template-tides .main-button, .page-template-template-ofv .main-button {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .page-template-template-tides .main-button, .page-template-template-ofv .main-button {
    padding: 1.2rem 1.75rem;
    font-size: 1.1rem;
  }
}
.page-template-template-tides, .page-template-template-ofv {
  /*********************************
  HOME SECTION 1
  **********************************/
}
.page-template-template-tides #home-one, .page-template-template-ofv #home-one {
  background-image: url("https://amym259.sg-host.com/wp-content/uploads/2026/04/TIDE_1_HERO-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.25rem 0;
  height: auto !important;
}
.page-template-template-tides #home-one.hero-section, .page-template-template-ofv #home-one.hero-section {
  height: auto !important;
}
@media (max-width: 1440px) {
  .page-template-template-tides #home-one, .page-template-template-ofv #home-one {
    height: 100% !important;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #home-one, .page-template-template-ofv #home-one {
    padding: 3.25rem;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #home-one, .page-template-template-ofv #home-one {
    padding: 1.25rem;
  }
}
.page-template-template-tides #home-one.ofv-page, .page-template-template-ofv #home-one.ofv-page {
  background-image: url("https://amym259.sg-host.com/wp-content/uploads/2026/04/TIDE_1_HERO-2.svg") !important;
}
.page-template-template-tides #home-one .left, .page-template-template-ofv #home-one .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  background: #24444c;
}
@media (max-width: 1199px) {
  .page-template-template-tides #home-one .left, .page-template-template-ofv #home-one .left {
    height: 100% !important;
    padding: 20px;
  }
}
.page-template-template-tides #home-one .left .l-logo, .page-template-template-ofv #home-one .left .l-logo {
  margin-bottom: 40px;
  width: 156px;
}
.page-template-template-tides #home-one .left h1,
.page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left h1,
.page-template-template-ofv #home-one .left .subtitle {
  font-size: 4.375rem !important;
  line-height: 5rem !important;
}
@media (max-width: 1440px) {
  .page-template-template-tides #home-one .left h1,
  .page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left h1,
  .page-template-template-ofv #home-one .left .subtitle {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #home-one .left h1,
  .page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left h1,
  .page-template-template-ofv #home-one .left .subtitle {
    font-size: 3rem !important;
    line-height: 3.375rem !important;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #home-one .left h1,
  .page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left h1,
  .page-template-template-ofv #home-one .left .subtitle {
    font-size: 2.1875rem !important;
    line-height: 2.1875rem !important;
  }
}
.page-template-template-tides #home-one .left h1,
.page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left h1,
.page-template-template-ofv #home-one .left .subtitle {
  color: #fff !important;
  max-width: 700px;
}
@media (max-width: 1440px) {
  .page-template-template-tides #home-one .left h1,
  .page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left h1,
  .page-template-template-ofv #home-one .left .subtitle {
    max-width: 655px;
  }
}
@media (max-width: 1023px) {
  .page-template-template-tides #home-one .left h1,
  .page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left h1,
  .page-template-template-ofv #home-one .left .subtitle {
    margin: 0 auto !important;
  }
}
.page-template-template-tides #home-one .left .main-heading, .page-template-template-ofv #home-one .left .main-heading {
  margin-top: 0px !important;
}
.page-template-template-tides #home-one .left .subtitle, .page-template-template-ofv #home-one .left .subtitle {
  text-transform: none !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}
.page-template-template-tides #home-one .left p, .page-template-template-ofv #home-one .left p {
  max-width: 670px;
  color: #fff !important;
}
@media (max-width: 1023px) {
  .page-template-template-tides #home-one .left p, .page-template-template-ofv #home-one .left p {
    margin: 1rem auto !important;
  }
}
.page-template-template-tides #home-one .left .main-button, .page-template-template-ofv #home-one .left .main-button {
  margin-top: 20px;
  width: fit-content;
  background: #fff;
  color: #24444c;
}
.page-template-template-tides #home-one .left .main-button:hover, .page-template-template-ofv #home-one .left .main-button:hover {
  background-color: #59959f;
  color: #fff;
}
@media (max-width: 1023px) {
  .page-template-template-tides #home-one .left .main-button, .page-template-template-ofv #home-one .left .main-button {
    margin: auto;
  }
}
.page-template-template-tides, .page-template-template-ofv {
  /*********************************
  HOME SECTION 3
  **********************************/
}
.page-template-template-tides #home-three, .page-template-template-ofv #home-three {
  position: relative;
  padding-top: 6.0625rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .page-template-template-tides #home-three, .page-template-template-ofv #home-three {
    padding: 3.0625rem 0;
  }
}
.page-template-template-tides #home-three h1, .page-template-template-ofv #home-three h1 {
  font-size: 4.375rem !important;
  line-height: 5rem !important;
}
@media (max-width: 1440px) {
  .page-template-template-tides #home-three h1, .page-template-template-ofv #home-three h1 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #home-three h1, .page-template-template-ofv #home-three h1 {
    font-size: 3rem !important;
    line-height: 3.375rem !important;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #home-three h1, .page-template-template-ofv #home-three h1 {
    font-size: 2.1875rem !important;
    line-height: 2.1875rem !important;
  }
}
.page-template-template-tides #home-three h1, .page-template-template-ofv #home-three h1 {
  color: #fff;
  max-width: 724px;
  margin: 0 auto;
  text-align: center;
}
.page-template-template-tides #home-three h1.ofv-title, .page-template-template-ofv #home-three h1.ofv-title {
  max-width: 1134px;
}
@media (max-width: 1100px) {
  .page-template-template-tides #home-three .grid-item, .page-template-template-ofv #home-three .grid-item {
    max-width: 100%;
  }
}
.page-template-template-tides #home-three .grid-item .box .inner-box, .page-template-template-ofv #home-three .grid-item .box .inner-box {
  max-width: 300px;
  margin: 0 auto;
}
.page-template-template-tides #home-three .grid-item .box h3, .page-template-template-tides #home-three .grid-item .box p, .page-template-template-ofv #home-three .grid-item .box h3, .page-template-template-ofv #home-three .grid-item .box p {
  text-align: center !important;
}
.page-template-template-tides #home-three .grid-item .box p, .page-template-template-ofv #home-three .grid-item .box p {
  font-size: 1.125rem !important;
  line-height: normal !important;
}
.page-template-template-tides #home-three .grid-item .box img, .page-template-template-ofv #home-three .grid-item .box img {
  min-height: 18.75rem !important;
  max-height: 18.75rem !important;
  height: 18.75rem !important;
  object-fit: cover;
  width: 100% !important;
}
@media (max-width: 1023px) {
  .page-template-template-tides #home-three .grid-item .box img, .page-template-template-ofv #home-three .grid-item .box img {
    max-height: 13.75rem !important;
    min-height: 13.75rem !important;
    height: 13.75rem !important;
  }
}
@media (max-width: 439px) {
  .page-template-template-tides #home-three .grid-item .box img, .page-template-template-ofv #home-three .grid-item .box img {
    max-height: 11.75rem !important;
    min-height: 11.75rem !important;
    height: 11.75rem !important;
  }
}
.page-template-template-tides #home-three .grid-item .box:last-child, .page-template-template-ofv #home-three .grid-item .box:last-child {
  margin-bottom: 0px;
}
.page-template-template-tides, .page-template-template-ofv {
  /*********************************
  CTA SECTION (#l-fourth)
  **********************************/
}
.page-template-template-tides #l-fourth, .page-template-template-ofv #l-fourth {
  background: #f27420;
  padding: 6.0625rem 10px 3.0625rem;
  text-align: center;
}
.page-template-template-tides #l-fourth h1, .page-template-template-ofv #l-fourth h1 {
  font-size: 4.375rem !important;
  line-height: 5rem !important;
}
@media (max-width: 1440px) {
  .page-template-template-tides #l-fourth h1, .page-template-template-ofv #l-fourth h1 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #l-fourth h1, .page-template-template-ofv #l-fourth h1 {
    font-size: 3rem !important;
    line-height: 3.375rem !important;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #l-fourth h1, .page-template-template-ofv #l-fourth h1 {
    font-size: 2.1875rem !important;
    line-height: 2.1875rem !important;
  }
}
.page-template-template-tides #l-fourth h1, .page-template-template-ofv #l-fourth h1 {
  color: #fff;
  max-width: 1253px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .page-template-template-tides #l-fourth, .page-template-template-ofv #l-fourth {
    padding: 3.0625rem 10px;
  }
}
.page-template-template-tides, .page-template-template-ofv {
  /*********************************
  FINAL CTA SECTION (#ofv-fifth)
  **********************************/
}
.page-template-template-tides #ofv-fifth, .page-template-template-ofv #ofv-fifth {
  display: flex;
}
@media (max-width: 1023px) {
  .page-template-template-tides #ofv-fifth, .page-template-template-ofv #ofv-fifth {
    flex-wrap: wrap;
  }
}
.page-template-template-tides #ofv-fifth .left, .page-template-template-ofv #ofv-fifth .left {
  padding: 0;
  background-image: url("/wp-content/uploads/2026/04/cta-img.svg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
}
@media (max-width: 1440px) {
  .page-template-template-tides #ofv-fifth .left, .page-template-template-ofv #ofv-fifth .left {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #ofv-fifth .left, .page-template-template-ofv #ofv-fifth .left {
    min-height: 400px;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-fifth .left, .page-template-template-ofv #ofv-fifth .left {
    min-height: 200px;
  }
}
.page-template-template-tides #ofv-fifth .left.tides-s-img, .page-template-template-ofv #ofv-fifth .left.tides-s-img {
  min-height: auto;
}
@media (max-width: 1440px) {
  .page-template-template-tides #ofv-fifth .left.tides-s-img, .page-template-template-ofv #ofv-fifth .left.tides-s-img {
    min-height: auto;
  }
}
.page-template-template-tides #ofv-fifth .tides-s-div, .page-template-template-ofv #ofv-fifth .tides-s-div {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div {
  background: #ffe1b5;
  padding: 50px 50px;
  max-width: 838px;
  width: 100%;
}
@media (max-width: 1598px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square {
    padding: 26px;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square {
    padding: 20px;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square {
    padding: 30px 20px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square p, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square p {
    max-width: max-content;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square p, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square p {
    margin-bottom: 0px;
    font-size: 1rem;
  }
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square h1 {
  max-width: 380px;
}
@media (max-width: 1440px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square h1 {
    font-size: 1.9rem !important;
    line-height: 2.1rem !important;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square h1 {
    max-width: max-content;
  }
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div.ofv-square .main-button, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div.ofv-square .main-button {
  display: inline-block;
}
@media (max-width: 1440px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div {
    max-width: 682px;
  }
}
@media (max-width: 1023px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div {
    padding: 30px 20px;
  }
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div h1 {
  font-size: 3.75rem !important;
  line-height: 4rem !important;
}
@media (max-width: 1440px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div h1 {
    font-size: 2.75rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div h1 {
    font-size: 2.1875rem !important;
    line-height: 2.1875rem !important;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div h1 {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
  }
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div h1, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div h1 {
  color: #24444c;
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div h1 .subtitle, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div h1 .subtitle {
  font-weight: 400;
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div p, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div p {
  max-width: 454px;
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div ul, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div ul {
  margin: 0px 0px 2rem !important;
  padding: 0px !important;
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div ul li, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div ul li {
  padding: 0px !important;
  margin: 0px !important;
  margin-left: 1rem !important;
}
@media (max-width: 1199px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div ul li, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div ul li {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div ul, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div ul {
    margin: 0 0 0.2rem 0 !important;
  }
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div {
  /*********************************
  BUTTON GROUP
  **********************************/
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div .double-btn, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div .double-btn {
  display: flex;
  gap: 20px;
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-fifth .tides-s-div .square-div .double-btn, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div .double-btn {
    flex-wrap: wrap;
  }
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div .double-btn a, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div .double-btn a {
  width: 100%;
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div .double-btn a.border-btn, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div .double-btn a.border-btn {
  border: 2px solid #24444c;
  color: #24444c;
  background: transparent;
}
.page-template-template-tides #ofv-fifth .tides-s-div .square-div .double-btn a.border-btn:hover, .page-template-template-ofv #ofv-fifth .tides-s-div .square-div .double-btn a.border-btn:hover {
  background: #24444c;
  color: #fff;
}
.page-template-template-tides #ofv-fifth .tides-s-div .tides-inner-div, .page-template-template-ofv #ofv-fifth .tides-s-div .tides-inner-div {
  text-align: center;
}
.page-template-template-tides #ofv-fifth .tides-s-div .tides-inner-div .main-button, .page-template-template-ofv #ofv-fifth .tides-s-div .tides-inner-div .main-button {
  margin: 20px auto auto;
  display: inline-block;
}
.page-template-template-tides #ofv-six, .page-template-template-ofv #ofv-six {
  padding: 6.0625rem 0;
  background-color: #59959f;
}
@media (max-width: 1023px) {
  .page-template-template-tides #ofv-six, .page-template-template-ofv #ofv-six {
    padding: 3.0625rem 0;
  }
}
.page-template-template-tides #ofv-six .tabs, .page-template-template-ofv #ofv-six .tabs {
  background: transparent;
  border: none;
  margin-bottom: 30px;
  padding: 0px 14px;
}
.page-template-template-tides #ofv-six .tabs .tab-btn, .page-template-template-ofv #ofv-six .tabs .tab-btn {
  background: #59959f;
  color: #fff;
  padding: 18px 15px 15px !important;
  line-height: 18px;
  margin: 0px !important;
  font-size: 18px !important;
  letter-spacing: 1px;
}
.page-template-template-tides #ofv-six .tabs .tab-btn.active, .page-template-template-tides #ofv-six .tabs .tab-btn:hover, .page-template-template-ofv #ofv-six .tabs .tab-btn.active, .page-template-template-ofv #ofv-six .tabs .tab-btn:hover {
  background: #24444c;
}
@media (min-width: 1100px) {
  .page-template-template-tides #ofv-six .tab-content-wrapper .grid-item, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item {
    max-width: 50%;
    flex: 50%;
    min-width: 50%;
  }
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box {
  overflow: hidden;
  margin-bottom: 30px;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box:last-child, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box:last-child {
  margin-bottom: 0px;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper {
  position: relative;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper img, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper img, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper img {
    height: 300px;
  }
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper .price-badge, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper .price-badge {
  position: absolute;
  bottom: 15px;
  left: 0;
  background: rgb(36, 68, 76);
  color: #fff;
  padding: 10px 15px;
  width: 148px;
  text-align: center;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper .price-badge .amount, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper .price-badge .amount {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper .price-badge .stock-badge, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .image-wrapper .price-badge .stock-badge {
  background: #f5a623;
  color: #fff;
  padding: 5px 10px 0px;
  font-size: 15px;
  text-transform: uppercase;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar {
  margin-top: 20px;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar a, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar a {
  text-align: center;
  padding: 14px 23px;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar a:last-child, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar a:last-child {
  border-right: none;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar a.active, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar a.active {
  background: #f47c20;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar a:hover, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar a img, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar a img {
  max-width: 18px !important;
  min-width: 18px !important;
  margin-right: 5px;
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar a img, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar a img {
    max-width: none !important;
    min-width: auto !important;
    margin-right: 5px;
    height: 14px;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .action-bar a, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .action-bar a {
    padding: 4px 11px;
    font-size: 14px;
  }
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box {
  padding: 35px 20px;
}
@media (max-width: 639px) {
  .page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box {
    padding: 10px;
  }
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box h3, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400 !important;
}
@media (max-width: 1440px) {
  .page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box h3, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box h3 {
    font-size: 1.575rem;
    line-height: 2rem;
  }
}
@media (max-width: 1023px) {
  .page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box h3, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box h3 {
    font-size: 1.275rem;
    line-height: 1.5rem;
  }
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box p, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box p {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box p a, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box p a {
  color: #414141 !important;
  text-decoration: underline;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box p:empty, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box p:empty {
  display: none !important;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box p:nth-last-of-type(2), .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box p:nth-last-of-type(2) {
  display: inline;
  width: auto;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box .read-more, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box .read-more {
  color: #1375b8;
  text-decoration: underline;
  font-size: 0.8125rem;
  display: inline !important;
  width: auto;
}
.page-template-template-tides #ofv-six .tab-content-wrapper .grid-item .box .inner-box .read-more:hover, .page-template-template-ofv #ofv-six .tab-content-wrapper .grid-item .box .inner-box .read-more:hover {
  opacity: 0.8;
  color: #fff;
}
.page-template-template-tides #checkfront-widgets, .page-template-template-ofv #checkfront-widgets {
  background: #59959f;
}
.page-template-template-tides #checkfront-widgets .search-form-input-wrapper, .page-template-template-ofv #checkfront-widgets .search-form-input-wrapper {
  display: none !important;
}
.page-template-template-tides #checkfront-widgets .section-padding, .page-template-template-ofv #checkfront-widgets .section-padding {
  padding: 6.0625rem 0 0;
}
@media (max-width: 1023px) {
  .page-template-template-tides #checkfront-widgets .section-padding, .page-template-template-ofv #checkfront-widgets .section-padding {
    padding: 3.0625rem 0 0;
  }
}
.page-template-template-tides #checkfront-widgets .section-padding h1, .page-template-template-ofv #checkfront-widgets .section-padding h1 {
  font-size: 4.375rem !important;
  line-height: 5rem !important;
}
@media (max-width: 1440px) {
  .page-template-template-tides #checkfront-widgets .section-padding h1, .page-template-template-ofv #checkfront-widgets .section-padding h1 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
}
@media (max-width: 1199px) {
  .page-template-template-tides #checkfront-widgets .section-padding h1, .page-template-template-ofv #checkfront-widgets .section-padding h1 {
    font-size: 3rem !important;
    line-height: 3.375rem !important;
  }
}
@media (max-width: 639px) {
  .page-template-template-tides #checkfront-widgets .section-padding h1, .page-template-template-ofv #checkfront-widgets .section-padding h1 {
    font-size: 2.1875rem !important;
    line-height: 2.1875rem !important;
  }
}
.page-template-template-tides #checkfront-widgets .section-padding h1, .page-template-template-ofv #checkfront-widgets .section-padding h1 {
  color: #fff;
  max-width: 724px;
  margin: 0 auto;
  text-align: center;
}
.page-template-template-tides #checkfront-widgets .section-padding h1.ofv-title, .page-template-template-ofv #checkfront-widgets .section-padding h1.ofv-title {
  max-width: 1134px;
}
.page-template-template-tides #checkfront-widgets .section-padding.bg-dark, .page-template-template-ofv #checkfront-widgets .section-padding.bg-dark {
  background: #ffe1b5;
}
.page-template-template-tides #checkfront-widgets .section-padding.bg-dark h1, .page-template-template-ofv #checkfront-widgets .section-padding.bg-dark h1 {
  color: #24444c;
}
@media (min-width: 1200px) {
  .page-template-template-tides #checkfront-widgets .section-padding .col-lg-4, .page-template-template-ofv #checkfront-widgets .section-padding .col-lg-4 {
    width: 50%;
  }
}

/*# sourceMappingURL=tides.css.map */
