#content {

    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-style: normal;
    line-height: 140%;
    color: #333;
    background-color: #ffffff;
    
    /*margin: auto;
    overflow: hidden;
    max-width: 1400px;*/
    
}
#content b, #content strong {
  font-weight: 600;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.flex-row img {
    width: 150px !important;
}

@media all and (max-width: 767px) {
    .flex-row {
        flex-direction: column;
        gap: 35px;
    }
    .segment-2 .flex-row img {
        margin-top: 20px;
    }
}

/** STYLES **/

a {
    color: inherit !important;
}
.btn-link {
    text-decoration: none !important;
}
.color-blue {
    color: #52b8e8;
}
.bg-blue  {
    background-color: #52b8e8;
}
.bg-purple  {
    background-color: #a77bca;
}
.bg-grey  {
    background-color: #f0f0f0;
}
.color-white {
    color: #ffffff;
}
.text-left {
    text-align: left;
}

.subttl {
    font-size: 1.8em;
    line-height: 125%;
    font-weight: 500;
}
.ttl {
    font-size: 1.4em;
    line-height: 120%;
    font-weight: 700;
}

.segment {
    padding-top: 6em;
    padding-bottom: 6em;
}
.segment img {
    width: 100%;
    height: auto;
}

@media all and (max-width: 767px) {
    .segment {
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .text-left {
        text-align: center;
    }
}


/** SEGMENT 1 **/

.segment-1 {
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.segment-1-title {
    font-size: 2.75em;
    line-height: 130%;
    margin-bottom: 10px;
    color: #aaa;
}
.segment-1-title span {
    background: #52b8e8;
    background: linear-gradient(to right, #52b8e8 0%, #78d64a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.segment-1 .slide-top {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.segment-1-carousel {
    width: calc(100% + 10px);
}
.segment-1-carousel .slide-item-copy {
    position: relative;
    z-index: 1;
    margin-top: 2em;
}
.segment-1-carousel .slide-item {
    margin: auto;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    .segment-1-title {
        font-size: 2.4em;
        line-height: 120%;
    }
    .segment-1-carousel {
        margin-left: -5px;
    }
    .segment-1 .slide-top {
        transform: translateX(-5px);
    }
}



/** SEGMENT 2 **/

.segment-2 {
    text-align: center;
}
.segment-2-title {
    font-size: 2.75em;
    line-height: 130%;
    color: #fff;
}
.segment-2 .video-placeholder {
    aspect-ratio: 16/9;
    width: 100%;
    background: #ccc;
}
.segment-2 .bg-bubbles {
    position: absolute;
    z-index: 0;
    right:0; 
    top:50%;
    transform: translateY(-50%);
    width: auto;
    height: 75%;
    opacity: 0.2;
}
.segment-2 .flex-row {
    gap: 25px;
}
@media all and (max-width: 767px) {
    .segment-2 .bg-bubbles {
        position: absolute;
        z-index: 0;
        right:0; 
        top:0%;
        transform: translateY(-60%);
        width: auto;
        height: 90%;
        opacity: 0.2;
    }
    .segment-2 .flex-row {
        gap: 0px;
        flex-direction: column !important;
    }
}


/** SEGMENT 3 **/


.segment-3-box {
    overflow: hidden;
    padding: 5%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.segment-3-box .ico {
    width: 20%;
}
.segment-3-box .bg-img {
    width: 25%;
    height: 100%;
    position: absolute;
    right:0; top:0;
    object-fit: cover;
}

@media all and (max-width: 767px) {
    .segment-3 {
        text-align: center;
    }
    .segment-3-box .ico {
        width: 70px;
        margin-bottom: -15px;
    }
    .segment-3-box .bg-img {
        display: none;
    }
    .segment-3-box .bg-img2 {
        width: 140%;
        height: auto;
        position: relative;
        object-fit: cover;
        transform: translate(-15%, -15%);
    }
}

/** SEGMENT 4 **/


.segment-4-features {
    text-align: left;
}
.segment-4-features .box-white {
    
    border-radius: 25px;
    width: 33.333%;
   
    overflow: hidden;
    background: white;
    border: 10px solid #a77bca;
    
min-height: 100%;
display: flex;
    flex-direction: column;

}
.segment-4-features .box-white-box {
    padding: 35px 25px;
    
}
.box-white img {
    aspect-ratio: 16/10;
    object-fit: cover;
}

@media all and (max-width: 767px) {
    .segment-4-features .box-white {
        border-radius: 50px;
        width: 100%;
        border: 30px solid #a77bca;
        text-align: center;
    }
}

/** SEGMENT 5 **/


.segment-5-box {
    overflow: hidden;
    padding: 45px 35px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.segment-5-box .bg-img {
    width: 25%;
    height: 100%;
    position: absolute;
    right:0; top:0;
    object-fit: cover;
}
.segment-5-box .flex-row {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.segment-5-box .flex-row img {
    width: 27px !important;
}
.btn-download {
    background: #78d64a;
    padding: 10px;
    text-align: center;
}

.segment-5 .col-md-6 .segment-5-box {
  display: flex;
  flex-direction: column;
    height: 100%;
}

@media all and (max-width: 767px) {
    .segment-5 .flex-row-m {
        display: block;
        text-align: left !important;
    }
    .segment-5 .flex-row {
        gap:5px !important;
    }
    .segment-5-box .flex-row img {
        width: 25px !important;
    }
    .segment-5-box {
        padding: 35px 12px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

/** Footer **/

.footer-img {
    width: 100%;
    height: 100%;
}
.footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex-row-6 {
    display: flex;
    flex-direction: row;
    gap:15px;
    width: 100%;
}
.segment-6 .sttl {
    font-weight: 500;
    color: white;
    font-size: 1.2em;
    line-height: 120%;
}
.flex-row-6 div:first-of-type  {
    width: 55%;
}
.flex-row-6 div:last-of-type {
    width: 40%;
}
.segment-6 .app1-logo {
}
.segment-6 .app2-logo {
    width: 90%;
}

@media all and (max-width: 767px) {
    .row-m {
        justify-content: center !important;
    }
    .segment-6 .sttl {
        font-size: 1.4em;
        line-height: 130%;
    }
    .segment-6-box {
        padding: 15px 25px;
        text-align: center;
    }
    .flex-row-6 {
        width: 80%;
        justify-content: center;
        margin: auto;
    }
}


/** Slider Dots **/


.flickity-page-dots {
  bottom: -55px;
}
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  opacity: 0.4;
    margin: 6px;
     background: #46829d;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;

}
.flickity-button {
  background: #fff;
  z-index: 10;
    
}
.flickity-prev-next-button {
  transform: translateY(-180%);
  width: 60px;
  height: 60px;
  border:1px solid #ccc;
}
.flickity-prev-next-button.previous {
  left: -50px;
}
.flickity-prev-next-button.next {
  right: -50px;
}
.flickity-button-icon {
    transform: scale(0.6);
    color: #5cbce7;
}
.segment-4-features .flickity-prev-next-button {
  transform: translateY(-95%);
  width: 60px;
  height: 60px;
}
.segment-4-features .flickity-page-dots .dot {
  background: #fff;
}
.segment-4-features .flickity-prev-next-button.previous {
  left: -25px;
}
.segment-4-features .flickity-prev-next-button.next {
  right: -25px;
}

@media all and (max-width: 767px) {
    .segment-1 .flickity-prev-next-button {
      transform: translateY(-250%);
      width: 50px;
      height: 50px;
    }
    .segment-1 .flickity-prev-next-button.previous {
      left: -20px;
    }
    .segment-1 .flickity-prev-next-button.next {
      right: -20px;
    }
    .segment-4-features .flickity-prev-next-button {
      transform: translateY(-95%);
      width: 50px;
      height: 50px;
    }
    .segment-4-features .flickity-prev-next-button.previous {
      left: 10px;
    }
    .segment-4-features .flickity-prev-next-button.next {
      right: 10px;
    }
    .segment-4-features .flickity-page-dots {
      bottom: -30px;
    }
}

@media all and (min-width: 768px)

}

/**** HERO BANNER ****/


.hero-banner {
    position: relative;
}

.hero-banner .row, .hero-banner .col-12 {
    height: 100%;
}
.hero-banner .hero-title-holder {
    width: 100%;
    height: 100%;
    display: flex;
   
    justify-content:flex-start;
    text-align: left;
    align-items: center;
}
.hero-banner .hero-title {
    text-align: center;
    width:100%;
}
.hero-banner .hero-title-ttl {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 46px;
    line-height: 105%;
    color: white;
}
.hero-banner-img {
    width:100%;
    height: 200px;
}
.hero-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner .segment {
    margin: auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #52b8e8;
    padding: 50px 20px;
}
.hero-app-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
    margin: 25px auto 0;
    width: 240px;
    
}
.hero-app-logos div {
    width: 50%
}
@media all and (min-width: 540px) {
    .hero-banner-img {
        height: 300px;
    }
}
@media all and (min-width: 768px) {
    
    .hero-banner-img {
        height: 350px;
    }
    .hero-banner .hero-title-ttl {
        font-size: 50px;
        line-height: 105%;
    }
    .hero-app-logos {
        width: 300px;

    }
    .hero-app-logos div {
        width: 38%
    }
    .hero-app-logos div:last-of-type {
        width: 24%
    }
}
@media all and (min-width: 992px) {
    .hero-banner {
        display: flex;
        flex-direction: row;
    }
    .hero-banner .segment {
        margin: auto;
        overflow: hidden;
        max-width: 1344px;
        width: 100%; height: 100%;
        position: absolute;
        left: 50%; transform: translateX(-50%);
        padding: 0 30px;
        background: none;
    }  
    .hero-banner .hero-title {
        text-align: left;
    }
    .hero-banner .hero-title-holder {
        width: 50%;
    }
    .hero-banner-img {
        height: 400px;
    }
    .hero-app-logos {
        gap:10px;
        margin: 20px 0 0;
        width: 300px;
        justify-content: flex-start;
    }
}
@media all and (min-width: 1400px) {
    .hero-banner-img {
        height: 450px;
    }
    .hero-app-logos {
        margin: 30px 0 0;
        width: 320px;
    }
    .hero-banner .hero-title-ttl {
        font-size: 60px;
        line-height: 100%;
    }
}
@media all and (min-width: 1600px) {
    .hero-app-logos {
        width: 340px;
    }
}