@charset "UTF-8";
body {
  margin: 0;
}

.top-bar {
  font-family: "Poppins", sans-serif !important;
}
.top-bar p {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  padding: 1rem 0.5rem;
  line-height: 2.25rem;
}

.show {
  display: block !important;
}

.sticky1 {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 3;
}
.sticky1 .menu {
  max-width: 117rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem;
  font-family: "Poppins", sans-serif !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  justify-content: space-between;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .sticky1 .menu {
    display: none;
  }
}
.sticky1 .menu img {
  max-width: 29.25rem;
  max-height: 6.5rem;
}
.sticky1 .menu-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sticky1 .menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sticky1 .menu-list ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
}
.sticky1 .menu-list ul li {
  padding: 2rem 1.5rem;
}
.sticky1 .menu-list ul li a {
  cursor: pointer;
  color: #212529;
  font-weight: 500;
  text-decoration: none;
}
.sticky1 .menu-list button {
  font-size: 2rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  .sticky1 .menu-list button {
    font-size: 2rem;
  }
}

.menu-mobile {
  font-family: "Poppins", sans-serif !important;
  position: sticky;
  padding-top: 1rem;
  top: 0; /* Align it to the top of the viewport */
  z-index: 3;
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 1rem;
}
.menu-mobile-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.menu-mobile-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.menu-mobile-dropdown-content a:hover {
  background-color: #f1f1f1;
}
.menu-mobile-dropdown svg {
  width: 24px;
  height: 24px;
  fill: #292929;
}
.menu-mobile-list {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.menu-mobile-list button {
  margin-right: 1rem;
  font-size: 2rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  .menu-mobile-list button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .menu-mobile-list button {
    display: none;
  }
}
.menu-mobile img {
  max-width: 29.25rem;
  max-height: 4.5rem;
}

#obi {
  font-size: 10px;
  width: 100%;
  font-family: "Poppins", sans-serif !important;
}
#obi button {
  font-family: "Poppins", sans-serif !important;
}
#obi a {
  color: #337ab7 !important;
  text-decoration: none !important;
}
#obi a:visited {
  color: #337ab7 !important;
  text-decoration: none !important;
}
#obi .footer-content-style {
  font-size: 14px;
  line-height: 29px !important;
  padding: 20px;
  align-items: center;
  text-align: center;
  max-width: 1200px !important;
  color: #777;
}
#obi .footer_boxed_area {
  background-color: transparent;
  margin-top: 0;
}
#obi .footer-content-style {
  padding: 0 2rem;
}
#obi .legals-container {
  font-weight: 300;
  font-size: 1.4rem;
}
#obi .legals-container a {
  color: black;
}
#obi .legals-container ul {
  list-style: none;
}
@media (max-width: 549px) {
  #obi .legals-container ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
#obi .legals-container li {
  display: inline-block;
  margin-right: 1rem;
  /* add spacing between items */
}
#obi .legals-container li::before {
  content: "•";
  float: left;
  padding: 0 1.3rem;
  line-height: 1.5rem;
  display: block;
}
@media (max-width: 549px) {
  #obi .legals-container li::before {
    display: none;
  }
}
#obi .legals-container li:first-child::before {
  opacity: 0;
}
#obi .legals-padding-right {
  padding-right: 7px !important;
}
#obi .container-section-inner {
  max-width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #obi .container-section-inner {
    padding: 1.5rem 2rem;
  }
}
#obi .legals-padding-right {
  padding-right: 7px !important;
}
#obi .obi-container {
  max-width: 117rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem;
}
#obi .obi-container .head-section-title h1 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
  text-align: center;
  color: black;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 915px) {
  #obi .obi-container .head-section-title h1 {
    font-size: 4.75rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .head-section-title h1 {
    font-size: 3rem;
  }
}
#obi .obi-container .head-section-subheadline {
  text-align: center;
  color: black;
}
#obi .obi-container .head-section-subheadline h2 {
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 550;
}
@media screen and (max-width: 915px) {
  #obi .obi-container .head-section-subheadline h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .head-section-subheadline h2 {
    font-size: 2.2rem;
  }
}
#obi .obi-container .head-section-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #obi .obi-container .head-section-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#obi .obi-container .head-section-row-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 50%;
}
#obi .obi-container .head-section-row-img img {
  max-width: 40rem;
  max-height: 50rem;
}
@media screen and (max-width: 480px) {
  #obi .obi-container .head-section-row-img img {
    max-width: 30rem;
  }
}
@media screen and (max-width: 380px) {
  #obi .obi-container .head-section-row-img img {
    max-width: 25rem;
  }
}
#obi .obi-container .head-section-row-article {
  flex: 50%;
}
@media screen and (max-width: 750px) {
  #obi .obi-container .head-section-row-article {
    margin-top: 0.5rem;
  }
}
#obi .obi-container .head-section-row-article p {
  padding: 0 1rem;
  margin: 1.5rem 0;
  font-size: 2rem;
  line-height: 2.86rem;
  color: #374048;
}
@media screen and (max-width: 915px) {
  #obi .obi-container .head-section-row-article p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .head-section-row-article p {
    font-size: 2rem;
  }
}
#obi .obi-container .head-section-row-article-button {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#obi .obi-container .head-section-row-article-button button {
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  #obi .obi-container .head-section-row-article-button button {
    font-size: 2rem;
  }
}
#obi .obi-container .head-section-row-article-repeater {
  width: 100%;
}
#obi .obi-container .head-section-row-article-repeater .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#obi .obi-container .head-section-row-article-repeater .row p {
  font-size: 2.25rem;
  color: black;
  padding-left: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 915px) {
  #obi .obi-container .head-section-row-article-repeater .row p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .head-section-row-article-repeater .row p {
    font-size: 2rem;
  }
}
#obi .obi-container .head-section-row-article-repeater .row svg {
  width: 2.6rem;
  background-size: contain;
  flex-shrink: 0;
}
#obi .obi-container .image-list h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
  text-align: center;
  padding-top: 3rem;
  margin: 0;
}
@media screen and (max-width: 915px) {
  #obi .obi-container .image-list h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .image-list h2 {
    font-size: 3.2rem;
  }
}
#obi .obi-container .image-list .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-top: 3rem;
}
@media screen and (max-width: 760px) {
  #obi .obi-container .image-list .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    grid: 0;
  }
}
#obi .obi-container .image-list .grid-column {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 1rem;
  border-bottom: 2px dotted;
}
@media screen and (max-width: 760px) {
  #obi .obi-container .image-list .grid-column {
    width: 100%;
    border: none;
  }
}
#obi .obi-container .image-list .grid-column h3 {
  font-size: 2.25rem;
  margin: 0;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 550px) {
  #obi .obi-container .image-list .grid-column h3 {
    font-size: 2.5rem;
  }
}
#obi .obi-container .image-list .grid-column p {
  font-size: 1.75rem;
  margin: 0;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  #obi .obi-container .image-list .grid-column p {
    font-size: 2rem;
  }
}
#obi .obi-container .image-list .grid-column .image-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#obi .obi-container .image-list .grid-column .image-title img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-right: 1rem;
  margin-top: 1rem;
  object-fit: contain;
}
#obi .obi-container .image-list .grid-image {
  grid-column: 2;
  grid-row: 1/span 5;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  #obi .obi-container .image-list .grid-image {
    display: none;
  }
}
#obi .obi-container .image-list .grid-image img {
  max-width: 35rem;
  height: auto;
  margin-bottom: 3rem;
  max-height: 30rem;
}
#obi .obi-container .image-list .grid .flex-image {
  display: none;
}
@media screen and (max-width: 760px) {
  #obi .obi-container .image-list .grid .flex-image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#obi .obi-container .image-list .grid .flex-image img {
  max-width: 30rem;
  height: auto;
  max-height: 30rem;
}
#obi .obi-container .image-list .button {
  text-align: center;
}
#obi .obi-container .image-list .button button {
  font-size: 2rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  #obi .obi-container .image-list .button button {
    font-size: 2rem;
  }
}
#obi .obi-container .review {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#obi .obi-container .review h2 {
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 600;
}
#obi .obi-container .review-text {
  margin: 1.2rem 0;
}
#obi .obi-container .review-text p {
  font-style: italic;
  font-size: 1.8rem;
  color: #212529;
  text-align: center;
  line-height: 2.4rem;
  font-weight: 400;
  max-width: 83rem;
  margin: 0;
}
#obi .obi-container .review-image img {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  margin: 1.5rem 0 1.1rem;
}
#obi .obi-container .review-name {
  font-size: 2rem;
  color: #212529;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
#obi .obi-container .review-profession {
  font-size: 1.8rem;
  color: #212529;
}
#obi .obi-container .review-stars img {
  max-width: 17rem;
  margin: 0;
}
#obi .obi-container .testimonials-title {
  font-size: 4rem;
  color: #000;
  font-weight: 600;
  line-height: 5rem;
  text-align: center;
}
@media screen and (max-width: 915px) {
  #obi .obi-container .testimonials-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .testimonials-title {
    font-size: 3rem;
  }
}
#obi .obi-container .testimonials-subtitle {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 600;
  margin: 2.5rem 0 4rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #obi .obi-container .testimonials-subtitle {
    font-size: 2.25rem;
  }
}
#obi .obi-container .testimonials-repeater {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
#obi .obi-container .testimonials-repeater-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
#obi .obi-container .testimonials-repeater-row-text {
  width: 100%;
  margin-left: 2rem;
}
#obi .obi-container .testimonials-repeater-row-text-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #212529;
}
#obi .obi-container .testimonials-repeater-row-text-name .name {
  margin: 0;
  padding-right: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#obi .obi-container .testimonials-repeater-row-text-name .name svg {
  margin: 1rem 1rem 0;
}
#obi .obi-container .testimonials-repeater-row-text .verified-text {
  font-size: 1.5rem;
  color: #212529;
  font-weight: 500;
  margin: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 920px) {
  #obi .obi-container .testimonials-repeater-row-text .verified-text {
    display: none;
  }
}
#obi .obi-container .testimonials-repeater-row-text .text {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.75rem;
  color: #212529;
}
#obi .obi-container .testimonials-repeater-row-text .text p {
  margin: 0;
}
#obi .obi-container .testimonials-repeater-row-image img {
  max-width: 18rem;
}
@media screen and (max-width: 950px) {
  #obi .obi-container .testimonials-repeater-row-image img {
    max-width: 5rem;
  }
}
#obi .obi-container .testimonials-button {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#obi .obi-container .testimonials-button button {
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  #obi .obi-container .testimonials-button button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .testimonials-button button {
    font-size: 2rem;
    border: none;
    padding: 1rem 4rem;
    cursor: pointer;
    border-radius: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important;
  }
}
@media screen and (max-width: 550px) and (max-width: 750px) {
  #obi .obi-container .testimonials-button button {
    font-size: 2rem;
  }
}
#obi .obi-container .testimonials-undertext {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2rem;
  color: #212529;
  font-weight: 500;
  line-height: 3rem;
}
#obi .obi-container .faqs-title {
  font-size: 4rem;
  font-weight: 700;
  color: #000;
  line-height: 5rem;
  text-align: center;
}
@media screen and (max-width: 915px) {
  #obi .obi-container .faqs-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .faqs-title {
    font-size: 3rem;
  }
}
#obi .obi-container .faqs-subtext {
  font-size: 1.75rem;
  color: #212529;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
#obi .obi-container .faqs-row .question {
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-size: 2.1rem;
}
#obi .obi-container .faqs-row .question p {
  margin: 0;
  font-weight: 600;
}
#obi .obi-container .faqs-row hr {
  margin: 1rem 0;
}
#obi .obi-container .faqs-row .answer {
  display: none;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  border-top: none;
  line-height: 3.15rem;
}
#obi .obi-container .faqs-row .answer p {
  padding: 0 1.5rem;
}
#obi .obi-container .faqs-row .toggle-symbol {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 50"><polygon points="0,0 100,0 50,50" style="fill:black;" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  background-position: center;
  transform-origin: center;
  flex-shrink: 0; /* Prevents resizing */
}
#obi .obi-container .faqs-row .toggle-symbol.open {
  transform: rotate(180deg);
}
#obi .obi-container .faqs-button {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid black;
}
#obi .obi-container .faqs-button button {
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  #obi .obi-container .faqs-button button {
    font-size: 2rem;
  }
}
#obi .obi-container .faqs-button-sticky {
  display: none;
  text-align: center;
}
#obi .obi-container .faqs-button-sticky button {
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  #obi .obi-container .faqs-button-sticky button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .faqs-button-sticky button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .obi-container .faqs-button-sticky {
    display: block;
    position: fixed;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    bottom: 0;
    right: 0;
    z-index: 2000;
  }
}
#obi .media {
  max-width: 117rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#obi .media-image {
  padding: 2rem;
}
@media screen and (max-width: 900px) {
  #obi .media-image {
    display: none;
  }
}
#obi .media-image img {
  max-width: 100%;
}
#obi .media-image-mobile {
  text-align: center;
}
@media screen and (min-width: 900px) {
  #obi .media-image-mobile {
    display: none;
  }
}
#obi .media-image-mobile img {
  max-width: 85%;
}
#obi .image-text {
  max-width: 117rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem;
}
#obi .image-text .title h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
#obi .image-text .article {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.375rem;
  text-align: center;
}
#obi .image-text .article p {
  margin-bottom: 1rem;
  margin-top: 0;
}
#obi .blue {
  width: 100%;
  background-color: #f8fdfd;
  margin-top: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#obi .blue .image-text {
  max-width: 117rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem;
}
#obi .blue .image-text .title h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 915px) {
  #obi .blue .image-text .title h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .blue .image-text .title h2 {
    font-size: 3.2rem;
  }
}
#obi .blue .image-text .article {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.375rem;
  text-align: center;
}
#obi .blue .image-text .article p {
  margin-bottom: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  #obi .blue .image-text .article p {
    font-size: 2rem;
  }
}
#obi .blue .image-text .alternatevly .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4rem 0;
}
@media screen and (max-width: 915px) {
  #obi .blue .image-text .alternatevly .row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
#obi .blue .image-text .alternatevly .row-text {
  flex: 1;
  margin: 0 2rem;
}
#obi .blue .image-text .alternatevly .row-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  margin-top: 0;
}
#obi .blue .image-text .alternatevly .row-text p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
#obi .blue .image-text .alternatevly .row-text p:last-child {
  margin-bottom: 0;
}
#obi .blue .image-text .alternatevly .row-text p:nth-of-type(1) {
  margin-top: 0;
}
#obi .blue .image-text .alternatevly .row-image {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#obi .blue .image-text .alternatevly .row-image img {
  max-width: 54rem;
  max-height: 35rem;
}
@media screen and (max-width: 540px) {
  #obi .blue .image-text .alternatevly .row-image img {
    max-width: 30rem;
  }
}
@media screen and (max-width: 915px) {
  #obi .blue .image-text .alternatevly .row-image img {
    margin-bottom: 6rem;
  }
}
#obi .blue .image-text .alternatevly .reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 915px) {
  #obi .blue .image-text .alternatevly .reverse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
#obi .blue .timer {
  max-width: 117rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem;
  width: 100%;
  border: dashed 0.4rem;
  margin: 6rem 1rem;
  padding: 0;
  background-color: white;
}
@media screen and (max-width: 350px) {
  #obi .blue .timer {
    max-width: 30rem;
  }
}
#obi .blue .timer-title {
  width: 100%;
  padding-top: 3rem;
}
#obi .blue .timer-title h2 {
  font-size: 6.5rem;
  color: #212529;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #obi .blue .timer-title h2 {
    font-size: 3rem;
  }
}
#obi .blue .timer-subtitle {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  margin: 1.5rem 2.5rem;
  color: #212529;
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi .blue .timer .special-box {
    margin: 4rem 0rem;
  }
}
@media (max-width: 549px) {
  #obi .blue .timer .special-box {
    margin: 2rem 0rem;
  }
}
#obi .blue .timer .special-box_now {
  display: flex;
  flex-direction: column;
  padding: 3rem 0 2rem 0;
  width: 100%;
  align-items: center;
  background-color: white;
}
@media only screen and (max-width: 915px) {
  #obi .blue .timer .special-box_now {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}
#obi .blue .timer .special-box_now_title {
  font-size: 6.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: center;
}
@media (max-width: 549px) {
  #obi .blue .timer .special-box_now_title {
    line-height: 3.3rem;
    padding-top: 2.2rem;
  }
}
@media only screen and (max-width: 915px) {
  #obi .blue .timer .special-box_now_title {
    font-size: 3rem;
  }
}
#obi .blue .timer .special-box_now_subtext {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  margin: 1.5rem 2.5rem;
}
#obi .blue .timer .special-box_now_images {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
}
#obi .blue .timer .special-box_now_images a {
  width: 50%;
}
#obi .blue .timer .special-box_now_images #sec-6-image {
  display: flex;
  justify-content: center;
}
#obi .blue .timer .special-box_now_images #sec-6-image img {
  width: 100%;
}
#obi .blue .timer .special-box_now_images .images-flex {
  width: 50%;
  padding: 0 1rem;
  object-fit: contain;
}
#obi .blue .timer .special-box_now_images .images-flex img {
  max-width: 100%;
  height: auto;
}
#obi .blue .timer .special-box_now_timer {
  display: flex;
}
#obi .blue .timer .special-box_limited {
  background-color: #fdf5e6;
  padding: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 549px) {
  #obi .blue .timer .special-box_limited {
    padding: 1.2rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi .blue .timer .special-box_limited {
    padding: 4rem;
  }
}
#obi .blue .timer .special-box_limited_title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 549px) {
  #obi .blue .timer .special-box_limited_title {
    font-size: 2.5rem;
    line-height: 4rem;
    margin: 0 0 8px;
  }
}
#obi .blue .timer .special-box_limited .repeater-container {
  display: flex;
  margin: 3rem 0rem;
  padding: 2rem 0 1rem 0;
  gap: 2rem;
  flex-direction: column;
  width: 60%;
}
@media (max-width: 549px) {
  #obi .blue .timer .special-box_limited .repeater-container {
    margin: 1rem 0rem 2rem;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi .blue .timer .special-box_limited .repeater-container {
    width: 100%;
    margin: 0 1.35rem;
  }
}
#obi .blue .timer .special-box_limited .icon-text-repeater {
  display: flex;
}
#obi .blue .timer .special-box_limited .icon-text-repeater img {
  width: 2.6rem;
  height: 2.4rem;
}
#obi .blue .timer .special-box_limited .icon-text-repeater .text-content-styling {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-left: 1rem;
  display: block;
}
@media (max-width: 549px) {
  #obi .blue .timer #limited-offer-button {
    margin: 1rem auto;
    width: fit-content;
  }
}
#obi .blue .timer .counter-wrapper2 {
  flex-direction: row;
}
#obi .blue .timer .counter-wrapper2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto 4rem;
}
@media (max-width: 549px) {
  #obi .blue .timer .counter-wrapper2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
#obi .blue .timer .counter-wrapper2 .timer-text2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding-right: 5rem;
}
@media (max-width: 549px) {
  #obi .blue .timer .counter-wrapper2 .timer-text2 {
    padding-right: 0rem;
  }
}
#obi .blue .timer .counter-wrapper2 .count2 {
  display: flex;
  flex-direction: row;
}
#obi .blue .timer .counter-wrapper2 .count2 > div span {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  width: 100%;
}
#obi .blue .timer .counter-wrapper2 .count-hours {
  display: flex;
  flex-direction: column;
}
#obi .blue .timer .counter-wrapper2 .count-mins {
  display: flex;
  flex-direction: column;
  padding: 0 0.8rem;
}
#obi .blue .timer .counter-wrapper2 .count-secs {
  display: flex;
  flex-direction: column;
}
#obi .blue .timer .counter-wrapper2 .counter-text-styling {
  flex-grow: 1;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  position: relative;
}
#obi .blue .timer-images {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}
#obi .blue .timer-images a {
  width: 40%;
}
#obi .blue .timer-images a img {
  width: 100%;
  margin-bottom: 2rem;
}
#obi .blue .timer-yellow {
  background-color: #fdf5e6;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#obi .blue .timer-yellow p {
  font-size: 3rem;
  color: #212529;
  font-weight: 700;
  text-align: center;
  line-height: 3.5rem;
}
#obi .blue .timer-yellow-subheading p {
  margin: 0;
}
#obi .blue .timer-yellow-repeater {
  padding: 2rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  width: 60%;
  margin: 3rem 0;
}
#obi .blue .timer-yellow-repeater .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#obi .blue .timer-yellow-repeater .row p {
  margin: 0 1rem;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-align: left;
}
#obi .blue .timer-yellow-repeater .row svg {
  width: 2.6rem;
  background-size: contain;
  flex-shrink: 0;
}
#obi .blue .timer-yellow .button {
  text-align: center;
}
#obi .blue .timer-yellow .button button {
  margin: 3rem;
  font-size: 2.25rem;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
@media screen and (max-width: 750px) {
  #obi .blue .timer-yellow .button button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  #obi .blue .timer-yellow .button button {
    margin: 1.5rem;
    font-size: 2rem;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}/*# sourceMappingURL=child-obi.css.map */