@font-face {
    font-family: 'Poppins';
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-SemiBold.eot');
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-Medium.eot');
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-Medium.woff2') format('woff2'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-Regular.eot');
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-Regular.woff2') format('woff2'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-Bold.eot');
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-Bold.woff2') format('woff2'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-ExtraBold.eot');
    src: url('https://www.sugarcrm.com/au/fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('https://www.sugarcrm.com/au/fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.js body {
    margin-top: 50px !important;
}

@media (min-width: 992px) {
    .js body {
        margin-top: 74px !important;
    }
}

@media (min-width: 1200px) {
    .js body {
        margin-top: 94px !important;
    }
}

body.simplified {
    margin-top: 66px !important;
}

body.no-mg {
    margin-top: 0 !important;
}

body.no-mg:not(.scrolling) .site-header.transparent {
    padding-top: 45px !important;
}

body.simplified .sticky-nav {
    box-shadow: none;
}

body.simplified .simplified-header .logo {
    height: 28px !important;
}

.navbar-brand {
    padding-left: 0 !important;
    align-items: center;
}

.sticky-nav.new-header {
    z-index: 10001;
    transition: all .3s ease-in-out;
}

.site-header.transparent {
 background: #ffffff00;
    box-shadow: none;
}

body.overflow .site-header.transparent,
body.overflow.single-resource .site-header {
    background: #fff !important;
    transition: none;
}

.site-header:not(.transparent) .logo {
    display: block;
}

.site-header:not(.transparent) .logo.white {
    display: none;
}

.site-header.transparent .logo {
    display: none;
}

.site-header.transparent .logo.white {
    display: block;
}

.scrolling .site-header.transparent {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

body.overflow .site-header.transparent .logo,
.scrolling .site-header.transparent .logo {
    display: block;
}

body.overflow .site-header.transparent .logo.white,
.scrolling .site-header.transparent .logo.white {
    display: none;
}

#content {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#content .container:after {
    display: block;
    clear: both;
    content: '';
}


body.no-mg:not(.scrolling) .site-header.transparent.new-header {
    padding-top: 0 !important;
}


.new-header:not(.white-text).site-header.transparent .logo {
    display: block;
}

.new-header:not(.white-text).site-header.transparent .logo.white {
    display: none;
}

.new-navigation .mega-menu-list .btn a,
.new-header .right>.btn {
    cursor: pointer;
    color: #000 !important;
    margin-bottom: 0 !important;
    padding: 7px 10px 7px 10px !important;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid #FF7D0F !important;
    border-radius: 8px !important;
    min-width: 140px !important;
    background: #FF7D0F !important;
}

.new-navigation .ubermenu-main .btn a:hover,
.new-header .right>.btn:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.new-navigation .mega-menu-list .btn a {
    border-radius: 0 !important;
    text-align: center !important;
    padding: 10px !important;
    border-bottom: none !important;
}

.new-header .d-flex>.right {
    align-items: center;
}

.new-header .header-lang-dropdown {
    display: block !important;
}

body.no-mg:not(.scrolling).overflow .new-header.white-text .header-lang-toggle svg,
.new-header .header-lang-toggle svg {
    fill: transparent !important;
    background: url(https://www.sugarcrm.com/au/images/globe.svg) no-repeat center;
    background-size: 24px;
}

body.no-mg:not(.scrolling).overflow .new-header.white-text .header-lang-toggle,
.new-header .header-lang-toggle {
    outline: none !important;
    box-shadow: none !important;
}

body.no-mg:not(.scrolling) .new-header.white-text .header-lang-toggle svg {
    background: url(https://www.sugarcrm.com/au/images/globe-white.svg) no-repeat center;
    background-size: 24px;
}

.new-header .header-lang-toggle svg:hover {
    opacity: 0.6;
}

.new-header .header-lang-dropdown .dropdown-menu {
    border-top: none !important;
}

.new-header .language-menu>li>a {
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

.new-header .header-lang-dropdown .language-menu>li:first-child {
    border-bottom: none;
}

.new-header .header-lang-dropdown .language-menu>li:not(:first-child) {
    border-bottom: none;
    border-left: 1px solid #ddd;
}

.new-header .header-lang-dropdown .language-menu {
    columns: 3;
}

.new-header .header-lang-dropdown .dropdown-menu {
    width: 700px;
}

.quote-block>.link {
    border-radius: 0 0 8px 8px;
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    margin-right: 7px;
}

.quote-block>.link:hover {
    opacity: 1 !important;
    background: #000;
    color: #fff !important;
}


/*Page header*/
body .page-header.page-header-demo {
    padding: 75px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #000000 !important;
}

body.no-mg .page-header.page-header-videobg {
    padding: 245px 0 154px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

body.no-mg:has(#gform_wrapper_1) .page-header.page-header-videobg {
    padding: 245px 0 75px;
}

.home-page-header-new .top-link-btn {
    background: #fbfbfb6b;
    border: 1px solid #D8D8D8;
    padding: 10px 30px 10px 15px;
    border-radius: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    display: inline-block;
    position: relative
}

.home-page-header-new .top-link-btn:after {
    content: 'â˜…â˜…â˜…â˜…â˜…';
    color: #FF7D0F;
    font-size: 18px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.home-page-header-new .top-link-btn:hover {
    color: #FF7D0F
}

.home-page-header-new .top-link-btn:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #AAA;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 17px;
    right: 16px;
    transition: all .3s ease
}

.home-page-header-new .top-link-btn:hover::before {
    border-color: #FF7D0F;
}

.home-page-header-new {
    background: transparent;
    position: relative;
    padding-top: 170px;
    text-align: center;
    padding-bottom: 30px;
}

.home-page-header-new h1 {
    text-shadow: 0 0 8px #f6f5f3, 0 0 6px #fff;
}

.home-page-header-new .container {
    position: relative;
    z-index: 3;
}

.home-page-header-new h1 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.25px;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}

.home-page-header-new::before,
.home-page-header-new::after {
    position: absolute;
    content: '';
    width: 348px;
    height: 348px;
    top: 50%;
    left: 50%;
    background: #FF8E00;
    filter: blur(135px);
    transform: translate(0%, -40%);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 1;
}

.home-page-header-new::after {
    background: linear-gradient(152.35deg, #50EDFF 15.19%, #29E3FF 78.4%, #00799B 56.71%);
    transform: translate(-70%, 20%);
}

.home-page-header-new .text {
    max-width: 780px;
    margin: 0 auto 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 66px;
}

.home-page-header-new .text p {
    -webkit-box-decoration-break: clone;
    letter-spacing: 0px;
    color: #000;
    background-color: #FFFFFF80;
    display: inline-block;
    box-decoration-break: clone;
    padding: 0 20px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 10px;
}

html:is([lang="en-US"]) .home-page-header-new .text p:last-child::after,
html:is([lang="en-AU"]) .home-page-header-new .text p:last-child::after,
html:is([lang="en-GB"]) .home-page-header-new .text p:last-child::after {
    position: absolute;
    content: '';
    width: 115px;
    height: 82px;
    bottom: -35px;
    right: 12px;
    background: url(https://www.sugarcrm.com/au/images/oval.svg) no-repeat center;
}

.home-page-header-new .btn {
    cursor: pointer;
    color: #000;
    margin-bottom: 0 !important;
    padding: 12px 24px 12px 24px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    text-transform: none;
    line-height: 30px;
    border: 2px solid #FF7D0F;
    border-radius: 8px;
    min-width: 220px;
    background: #FF7D0F;
    box-shadow: 0px 2px 24px 0px #0000002E;
}

.home-page-header-new .btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.home-page-header-new .img-h {
    position: absolute;
    top: 25%;
    left: -30px;
    z-index: 2;
    height: 113px;
    opacity: 0;
    transition: opacity 1s ease;
}

.home-page-header-new .img-h.fade-in {
    opacity: 1;
}

.home-page-header-new .img-h.fade-out {
    opacity: 0;
}

.home-page-header-new .img-h img {
    border-radius: 8px;
    aspect-ratio: 6/5;
    will-change: transform;
    object-fit: cover;
    height: 100%;
    width: auto;
}

.home-page-header-new .img-h:nth-child(1) {
    top: 25%;
    left: -30px;
    animation-delay: 0;
}

.home-page-header-new .img-h:nth-child(2) {
    height: 115px;
    top: 35%;
    left: 4%;
    animation-delay: .5s;
}

.home-page-header-new .img-h:nth-child(3) {
    top: 18%;
    left: auto;
    right: 4%;
    height: 113px;
    animation-delay: 3s;
}

.home-page-header-new .img-h:nth-child(4) {
    top: 25%;
    left: auto;
    right: -1%;
    height: 217px;
    animation-delay: 3.5s;
}

.home-page-header-new .img-h:nth-child(5) {
    top: 66%;
    left: 0;
    height: 160px;
    animation-delay: 4s;
}

.home-page-header-new .img-h:nth-child(6) {
    top: 61%;
    left: auto;
    height: 113px;
    right: -13px;
    animation-delay: 2.5s;
}

.home-page-header-new .img-h:nth-child(7) {
    top: 92%;
    left: 29%;
    height: 113px;
    animation-delay: 1.5s;
}

.home-page-header-new .img-h:nth-child(8) {
    top: 85%;
    left: 32%;
    z-index: 1;
    height: 115px;
    animation-delay: 2s;
}

.home-page-header-new .img-h:nth-child(9) {
    top: 80%;
    right: 10%;
    height: 171px;
    left: auto;
    animation-delay: 1s;
}

.home-page-header-new .bg-abs {
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;
}


.page-header-videobg {
    min-height: 820px;
    display: flex;
}

.page-header-videobg .video-background {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-header-videobg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 2;
    content: '';
    opacity: 0.5;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(264deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5047268907563025) 22%, rgba(0, 0, 0, 0.499124649859944) 100%);
    background: -webkit-linear-gradient(264deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5047268907563025) 22%, rgba(0, 0, 0, 0.499124649859944) 100%);
    background: linear-gradient(264deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5047268907563025) 22%, rgba(0, 0, 0, 0.499124649859944) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.page-header-videobg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background: #051933;
    height: 71px;
    border-radius: 58px 58px 0 0;
}

.page-header-videobg .container {
    position: relative;
    z-index: 4;
    padding: 0;
    width: 100%;
}

.page-header-videobg .row {
    /*height: 100%;*/
    align-items: flex-start;
}

.page-header-demo .page-header-content h1 {
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 900;
    margin-bottom: 50px;
}

.page-header-demo .page-header-content h5 {
    color: #6C6C6C !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 20px;
}

.page-header-demo .page-header-content {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.34px;
}

.page-header-demo .page-header-content p {
    margin-bottom: 20px;
    color: #6C6C6C;
}

.page-header-demo .page-header-content a:not(.btn) {
    color: #FF7D0F !important;
    text-decoration: none;
    white-space: nowrap;
}

.page-header-demo .page-header-content a:not(.btn):hover {
    color: #FF7D0F !important;
    text-decoration: underline;
}

.page-header-videobg h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.25px;
    font-weight: 900;
}

.page-header-demo .page-header-content ul:not(:last-child) {
    margin-bottom: 70px;
}

@media (min-width: 1024px) {
    html:not([lang="en-US"]):not([lang="en-AU"]):not([lang="en-GB"]) .page-header-demo .page-header-content ul:not(:last-child) {
        padding-right: 100px;
    }
}

.page-header-demo .page-header-content ul li {
    background: url(https://www.sugarcrm.com/au/images/check.svg) no-repeat top 6px left;
    background-size: 22px;
    min-height: auto !important;
    margin-bottom: 15px;
    padding-top: 0;
}

.page-header-demo .page-header-content ul~ul li {
    background: url(https://www.sugarcrm.com/au/images/blue-tick-icon.svg) no-repeat top 6px left;
    background-size: 22px;
}

.page-header-videobg ul li {
    background: none !important;
    position: relative;
    font-size: 28px;
    min-height: auto !important;
    letter-spacing: -0.5px;
    font-weight: 900;
    height: auto;
    margin-bottom: 16px !important;
}

.page-header-videobg ul li:before {
    position: absolute;
    content: '\2713';
    font-style: italic;
    left: 0;
}

.page-header-videobg .col-lg-7 {
    height: 100%;
}

.page-header-videobg .page-header-content {
    text-shadow: 0 0 40px rgb(0 0 0 / 50%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page-header-videobg .page-header-content h1 {
    width: 80%;
}

.page-header-videobg .page-header-content .text {
    margin-bottom: 40px;
}

.page-header-videobg .page-header-content p {
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #16A7FF;
    background-color: #051933;
    display: inline;
    box-decoration-break: clone;
    padding: 0 15px;
}

.page-header-videobg .page-header-content .page-header-cta-btns {
    margin-top: auto !important;
}

.page-header-v2.blue-bg .btn-arrow.btn-link-white,
.page-header-v2.blue-bg .btn-primary,
.page-header-videobg .btn-primary,
.page-header-videobg .btn-arrow.btn-link-white {
    padding: 12px 24px 12px 58px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid;
    border-radius: 8px;
}

.page-header-v2.blue-bg .btn-primary,
.page-header-videobg .btn-primary {
    transition: 0.2s ease;
    padding: 12px 24px;
    min-width: 220px;
    background: transparent;
    color: #ffffff;
    border: 2px solid #16A7FF !important;
}

.page-header-v2.blue-bg .btn-primary:hover,
.page-header-videobg .btn-primary:hover {
    background: #16A7FF;
}

.page-header-v2.blue-bg .btn-arrow.btn-link-white {
    border: none;
}

.page-header-v2.blue-bg .btn-arrow.btn-link-white:after,
.page-header-videobg .btn-arrow.btn-link-white:after {
    transition: 0.2s ease;
    background: url(https://www.sugarcrm.com/au/images/button-arrow.svg) 100% no-repeat;
    background-size: 15px 17px;
    position: absolute;
    margin-left: 0 !important;
    padding: 0;
    left: 28px;
    width: 15px;
    height: 18px;
    top: 50%;
    transform: translate(0px, -9px);
}

.page-header-v2.blue-bg .btn-arrow.btn-link-white:hover:after,
.page-header-videobg .btn-arrow.btn-link-white:hover:after {
    left: 35px;
}

.gravity-form-demo {
    margin-left: auto;
    width: 41.6667%;
    max-width: 500px;
    color: #000 !important;
    padding: 0 20px;
    align-self: flex-end;
}

.gravity-form-demo .gform_heading {
    display: none;
}

.gravity-form-demo .card {
    justify-content: flex-start;
}

.page-header-videobg .gravity-form-demo .card {
    border: none;
    height: 100%;
    background: transparent;
    justify-content: flex-end;
    position: static;
}

.page-header-demo .card:before {
    top: -32px;
    left: -32px;
    position: absolute;
    content: '';
    width: 350px;
    height: 197px;
    background: #57a9f5 url(https://www.sugarcrm.com/au/images/bgvideo.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
}

.page-header-videobg .card-body {
    padding: 0 !important;
    flex: inherit;
    position: absolute;
    bottom: -120px;
    width: 41.6667%;
    max-width: 500px;
}

.page-header-demo .card-body {
    position: relative;
    z-index: 2;
    bottom: 0;
    padding: 0 !important;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.18);
}

.page-header-demo .gravity-form-demo {
    max-width: 520px;
    align-self: flex-start;
}

.page-header-demo .gravity-form-demo .card-body:not(:has(form.has-steps)):not(:has(div.gform_confirmation_message)) {
    background: #FBFBFB;
    padding: 33px 40px 36px !important;
    border-radius: 8px;
    position: relative;
}

.simplified .page-header-videobg .card-body {
    background: #FBFBFB;
    padding: 33px 40px 36px !important;
    border-radius: 8px;
    position: relative;
    width: 100%;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

.gravity-form-demo .gform_ajax_spinner {
    position: absolute;
}

.gravity-form-demo .gf_progressbar_wrapper {
    display: none;
}

.gravity-form-demo.thank-you-form .card-body>.gform_wrapper,
.gravity-form-demo .report-box,
.gravity-form-demo .gform_page {
    background: #F5F5F5;
    padding: 33px 40px 36px;
    border-radius: 8px;
    position: relative;
}

.gravity-form-demo .report-box,
.gravity-form-demo.thank-you-form .card-body>.gform_wrapper,
.gravity-form-demo .gform_page:first-child {
    background: rgb(255, 160, 80);
    background: -moz-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa050", endColorstr="#ff7500", GradientType=1);
}

.gravity-form-demo.thank-you-form {
    font-weight: 400;
}

.gravity-form-demo.thank-you-form .gform_page {
    margin: -33px -40px -36px;
}

.gravity-form-demo .report-box .heading {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 32px;
}

.gravity-form-demo .report-box .heading,
.gravity-form-demo .above-form h4,
.gravity-form-demo.custom-form h4,
.gravity-form-demo .title h4,
.gravity-form-demo .title h3,
.gravity-form-demo .title {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.54px;
    margin-bottom: 22px !important;
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_fields {
    display: block !important;
    width: 100%;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gfield_required {
    color: #000;
    padding-left: 2px;
    font-size: 18px;
    line-height: 30px;
}

.gravity-form-demo.custom-form .card-body input:not([type="submit"]),
.gravity-form-demo.custom-form .card-body select,
.gravity-form-demo.custom-form .card-body textarea,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield textarea,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield select {
    font: 500 18px/33px 'Poppins', sans-serif;
    border: 2px solid #E4E4E4;
    border-radius: 8px;
    box-shadow: none !important;
    background: #fff;
}


.gravity-form-demo.custom-form .card-body select .gf_placeholder,
.gform_wrapper.gravity-theme .gfield select .gf_placeholder,
.gravity-form-demo.custom-form .card-body select:placeholder,
.gform_wrapper.gravity-theme .gfield select:placeholder {
    color: #7a7a7a;
}

/*.gravity-form-demo.custom-form .card-body select select option:not(:first-child),
.gform_wrapper.gravity-theme .gfield select option:not(:first-child),
.gravity-form-demo.custom-form .card-body select select option:checked,
.gform_wrapper.gravity-theme .gfield select option:checked {
  color: #000;
}*/

.gravity-form-demo.custom-form .card-body input[type="checkbox"],
.gravity-form-demo.custom-form .card-body input[type="radio"],
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="radio"],
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.gravity-form-demo.custom-form .card-body input[type="checkbox"]+label,
.gravity-form-demo.custom-form .card-body input[type="radio"]+label,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="radio"]+label,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="checkbox"]+label {
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    line-height: 22px;
    padding-top: 4px;
    color: #000 !important;
}

.gravity-form-demo.custom-form .card-body input[type="checkbox"]~label,
.gravity-form-demo.custom-form .card-body input[type="radio"]~label {
    font-size: 14px;
    line-height: 22px;
}

.gravity-form-demo.custom-form .card-body input[type="checkbox"]+label:before,
.gravity-form-demo.custom-form .card-body input[type="radio"]+label:before,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="checkbox"]+label:before,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="radio"]+label:before {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #B7B7B7;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    background: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
}

.gravity-form-demo.custom-form .card-body input[type="radio"]+label:before,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="radio"]+label:before {
    border-radius: 50%;
}

.gravity-form-demo.custom-form .card-body input[type="checkbox"]:checked+label:before,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="checkbox"]:checked+label:before {
    content: '\2713';
}

.gravity-form-demo .gform_wrapper.gravity-theme .gfield_radio {
    margin-top: 0 !important;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gfield_radio .gchoice+.gchoice {
    margin-top: 10px;
}

.gravity-form-demo.custom-form .card-body input[type="radio"]:checked+label:before,
.gravity-form-demo .gform_wrapper.gravity-theme .gfield input[type="radio"]:checked+label:before {
    background: #000;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_page:first-child .gfield input,
.page-header-videobg .gravity-form-demo .gform_wrapper.gravity-theme .gform_page:first-child .gfield select {
    border: 2px solid #fff;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 12px;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_page:first-child .gfield--type-choice {
    margin: 36px 0 0 !important;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_page:first-child .gfield--type-choice label {
    margin-bottom: 0;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_page:first-child .gfield--type-choice .gfield_required {
    display: none;
}

.gravity-form-demo.custom-form .card-body .btn {
    padding-block: 8px !important;
    border-color: #000 !important;
    width: 100% !important;
}

.gravity-form-demo.thank-you-form .card-body>.gform_wrapper .btn-primary {
    width: 100%;
}

.gravity-form-demo .gform_wrapper.gravity-theme .btn-primary,
.gravity-form-demo .report-box .btn,
.gravity-form-demo .gform_wrapper.gravity-theme .gform_next_button {
    cursor: pointer;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 12px 24px 12px 24px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid #241400 !important;
    border-radius: 8px;
    min-width: 163px;
    background: #241400;
}

.gravity-form-demo .gform_wrapper.gravity-theme .btn-primary:hover,
.gravity-form-demo .gform_wrapper.gravity-theme .gform_next_button:hover {
    background: transparent;
    color: #241400;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_previous_button {
    padding: 12px 24px 12px 24px;
    border: none;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    text-transform: none;
    line-height: 25px;
    margin: 0 7px 0 0;
    color: #000 !important;
    background: none !important;
    cursor: pointer;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_previous_button:hover {
    color: #ff8200 !important;
}

.gravity-form-demo .gform_wrapper.gravity-theme .step-number {
    font-size: 18px;
    line-height: 30px;
    color: #8B8B8B;
    position: absolute;
    bottom: 34px;
    right: 40px;
}

@media screen and (max-width: 767px) {
    .gravity-form-demo .gform_wrapper.gravity-theme .step-number {
        right: 15px;
        margin-bottom: 5px;
    }
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0 !important;
    margin-top: 31px;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_page:first-child .gform_next_button {
    width: 100%;
}

.gravity-form-demo .gform_wrapper.gravity-theme a {
    color: #000 !important;
    text-decoration: underline;
}

.gravity-form-demo .gform_wrapper.gravity-theme a:hover {
    color: #000 !important;
    text-decoration: none;
}

.gravity-form-demo .gform_wrapper.gravity-theme .bottom-info {
    font-size: 14px;
    position: relative;
    line-height: 22px;
    color: #000 !important;
    margin: 36px 0 0 !important;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.gravity-form-demo .gform_wrapper.gravity-theme .gfield_validation_message,
.gravity-form-demo .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    border: none;
    font-size: 14px;
    margin-block-start: 8px;
    padding: 0 !important;
}

.gravity-form-demo .gform_confirmation_message {
    background: #67ffe1;
    background: -moz-linear-gradient(135deg, #67ffe1 0, #88fff5 100%);
    background: -webkit-linear-gradient(135deg, #67ffe1 0, #88fff5 100%);
    background: linear-gradient(135deg, #67ffe1 0, #88fff5 100%);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 510px;
    align-content: center;
    justify-items: center
}

.gravity-form-demo .gform_confirmation_message img {
    width: 124px;
    height: 124px;
    margin-bottom: 29px
}

.gravity-form-demo .gform_confirmation_message br {
    display: none
}

.gravity-form-demo .gform_confirmation_message h3 {
    color: #000 !important;
    line-height: 42px;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px
}

.gravity-form-demo .gform_confirmation_message p {
    max-width: 350px
}

.gravity-form-demo .report-box .btn {
    min-width: 220px;
    text-align: center;
    margin-top: 10px;
}

.gravity-form-demo.thank-you-form .card-body>.gform_wrapper .gfield {
    margin-bottom: 25px !important;
}

.partial_entry_warning {
    display: none !important;
}

.fancybox-container form * {
    font-size: 13px;
    line-height: 16px
}

.fancybox-container form input[type=email],
.fancybox-container form input[type=text],
.fancybox-container form select {
    color: #fff;
    border-bottom: 1px solid #fff
}

.fancybox-container form input[type=email]:-ms-input-placeholder,
.fancybox-container form input[type=text]:-ms-input-placeholder,
.fancybox-container form select:-ms-input-placeholder {
    color: #fff
}

.fancybox-container form input[type=email]::placeholder,
.fancybox-container form input[type=text]::placeholder,
.fancybox-container form select::placeholder {
    color: #fff
}

.fancybox-container .modal-dialog {
    max-width: 700px
}

.fancybox-container .modal-dialog .form-content-above-form {
    margin-bottom: 20px;
    margin-top: 10px
}

.fancybox-container .modal-dialog h3,
.fancybox-container .modal-dialog h4,
.fancybox-container .modal-dialog h5 {
    font-weight: 500 !important;
    text-transform: capitalize !important;
    font-size: 30px;
    font-family: Object Sans, sans-serif
}

@media (max-width: 991.98px) {
    .fancybox-container .modal-dialog .card-body {
        padding: 50px 25px !important
    }
}

.fancybox-container .modal-dialog form .d-flex {
    margin-bottom: .5rem !important
}

@media (max-width: 991.98px) {
    .fancybox-container .modal-dialog form .d-flex {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.fancybox-container .modal-dialog form .d-flex .radio-check-label {
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .fancybox-container .modal-dialog form .d-flex>div {
        max-width: 100% !important
    }
}

@media (max-width: 991.98px) {
    .fancybox-container .modal-dialog form .d-flex#modal-extras {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991.98px) {
    .fancybox-container .modal-dialog form .d-flex#modal-extras>.d-flex {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .fancybox-container .modal-dialog #field11 {
        width: 61%
    }
}

.fancybox-container form input[type=email],
.fancybox-container form input[type=text],
.fancybox-container form select {
    border: none;
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
    margin-top: 5px;
}

.fancybox-container form input[type=email]:-ms-input-placeholder,
.fancybox-container form input[type=text]:-ms-input-placeholder,
.fancybox-container form select:-ms-input-placeholder {
    color: #000
}

.fancybox-container form input[type=email]::placeholder,
.fancybox-container form input[type=text]::placeholder,
.fancybox-container form select::placeholder {
    color: #000
}

.fancybox-container form input[type=submit] {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background-color: #ff8200;
    border: 2px solid #ff8200;
    padding: .75rem 25px;
    padding-top: calc(.75rem + 4px);
    text-transform: uppercase;
    min-width: 300px;
    background: #f58020;
    border: 2px solid #f58020;
    color: #fff;
    margin-top: 30px;
}

.fancybox-container form input[type=submit]:hover {
    background-color: #ea6e08;
    color: #fff
}

@media (min-width: 1200px) {
    .blockV2 .container {
        max-width: 1270px;
    }
}

.home a.btn-primary,
.home a.btn-secondary {
    font-weight: 500;
    font-size: 14px;
}

.transparent+.main .page-header-v2.blue-bg {
    padding-top: 175px !important;
}

.page-header-v2.blue-bg {
    background: url(../wp-media/layers.svg) !important;
    padding-top: 150px !important;
    overflow: hidden;
}

.page-header-v2.blue-bg .container {
    padding-bottom: 150px;
}

.page-header-v2.blue-bg.stacks .container {
    padding-bottom: 200px;
}

.page-header-v2.blue-bg .bg-abs {
    background-position: top center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}

.page-header-v2.blue-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(https://www.sugarcrm.com/au/https://www.sugarcrm.com/au/assets/images/header-group-img.svg) no-repeat center bottom -200px;
    top: 0;
    left: 0;
    background-size: 2225px auto;
}

.thank-you-header.page-header-v2.blue-bg:before {
    background-position: top center;
}

.page-header.page-header-v2.blue-bg .prehead {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: -0.25px;
    color: #16A7FF;
    text-transform: none;
}

.page-header.page-header-v2.blue-bg h1 {
    font-family: Poppins;
    font-weight: 800;
     font-size: 53px;
    line-height: 62px;
    letter-spacing: -1.25px;
    max-width: 540px;    color: black;
}

.page-header.page-header-v2.blue-bg.stacks h1 {
    width: 100%;
    margin-bottom: 22px;
    max-width: none;
}

.page-header.page-header-v2.blue-bg.with-wistia h1 {
    max-width: 100%;
}

.page-template-template-thank-you .page-header.page-header-v2.blue-bg h1 {
    max-width: 100%;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: -1px;
}

.page-template-template-thank-you .page-header.page-header-v2.blue-bg .prehead {
    color: #16A7FF;
    font-size: 52px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -1px;
}

.page-header.page-header-v2.blue-bg .embed-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
    left: 80px;
}

.page-header.page-header-v2.blue-bg .embed-responsive .wistia_embed {
    top: 0;
    left: 0;
    aspect-ratio: 3/2;
    height: 100%;
    z-index: 3;
    position: absolute !important;
    width: 100%;
    min-height: 430px;
}

.page-header.page-header-v2.blue-bg .embed-responsive .wistia_embed .wistia_click_to_play {
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 100px !important;
    top: 0;
    left: 0;
    width: 100%;
    ;
    height: 100%;
    z-index: 3;
    position: absolute !important;
    transition: all 0.3s ease;
}

.page-header.page-header-v2.blue-bg .embed-responsive .wistia_embed .wistia-video-arrow {
    opacity: 0;
}

.page-header.page-header-v2.blue-bg .embed-responsive .wistia_embed .wistia_click_to_play:hover {
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 120px !important;
}

.page-header.page-header-v2.blue-bg .embed-responsive .embed-responsive-item,
.page-header.page-header-v2.blue-bg .embed-responsive embed,
.page-header.page-header-v2.blue-bg .embed-responsive iframe,
.page-header.page-header-v2.blue-bg .wistia_responsive_padding,
.page-header.page-header-v2.blue-bg .embed-responsive object,
.page-header.page-header-v2.blue-bg .embed-responsive video {
    width: auto;
    height: 100%;
    z-index: 3;
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    min-height: 430px;
}

.page-header.page-header-v2.blue-bg .embed-responsive:after,
.page-header.page-header-v2.blue-bg .embed-responsive:before {
    position: absolute;
    content: '';
    width: 350px;
    height: 197px;
    padding: 0;
    background: #57a9f5 url(https://www.sugarcrm.com/au/images/bgvideo.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    bottom: -20px;
    right: -56px;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
    content: none;
}

.page-header.page-header-v2.blue-bg .embed-responsive:before {
    bottom: auto;
    right: auto;
    left: -20px;
    top: -20px;
}

.page-header.page-header-v2.blue-bg .lets-talk {
    font: 500 20px/30px 'Poppins', Arial, sans-serif;
    color: #16A7FF;
    letter-spacing: -0.25px;
    margin-top: 70px;
}

.page-header.page-header-v2.blue-bg .lets-talk img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    margin-right: 25px;
    border-radius: 50%;
}

.page-header.page-header-v2.blue-bg .lets-talk p {
    max-width: calc(100% - 77px);
    margin-bottom: 0;
}

.page-header.page-header-v2.blue-bg .wistia_responsive_padding {
    margin-bottom: 0 !important;
    margin-top: 0px !important;
}

.page-header.page-header-v2.blue-bg .wistia_responsive_padding .wistia_click_to_play>div,
.page-header.page-header-v2.blue-bg .wistia_responsive_padding .wistia_click_to_play {
    width: 100% !important;
    height: 100% !important;
}

.page-header.page-header-v2.blue-bg .box.video {
    position: absolute;
    overflow: visible;
    left: 80px;
    aspect-ratio: 10/7;
    width: 110%;
    margin-top: -30px;
}

.page-header.page-header-v2.blue-bg .box.video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
}


.page-header.page-header-v2.blue-bg .bg-abs-stacks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header.page-header-v2.blue-bg .container {
    z-index: 2;
}

.home .page-header.page-header-v2.blue-bg.stacks .bg-abs {
    display: none;
}

.home .page-header-v2.white.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child):after {
    background-color: #fff !important;
    background-image: none !important;
}


@media (min-width: 768px) {
    .home .page-header.page-header-v2.blue-bg .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1000px) {
    .home .page-header.page-header-v2.blue-bg .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1000px) {
    .home .page-header.page-header-v2.blue-bg .page-header-content {
        margin-bottom: 40px !important;
    }

    .home .page-header.page-header-v2.blue-bg .embed-responsive,
    .home .page-header.page-header-v2.blue-bg .embed-responsive .embed-responsive-item {
        position: relative;
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .page-header.page-header-v2.blue-bg.stacks div[id*="big_play_button_graphic"] {
        left: 0 !important;
        margin-top: 0 !important;
    }
}

.page-header.page-header-v2 ul li {
    background-position: left 15px;
}

.page-header.page-header-v2.stacks ul li {
    margin-bottom: 10px;
    background: url(https://www.sugarcrm.com/au/wp-content/themes/sugarcrm-child/blocksV2/images/checkmark.png) 0 no-repeat;
    background-size: 10px auto;
    padding-left: 30px;
    background-position: left 11px;
    padding-top: 0;
    margin-bottom: 20px;color: black;
}

.page-header.page-header-v2 .animated-image {
    display: none;
}

@media (min-width: 1200px) {
    .page-header.page-header-v2 .animated-image {
        max-width: 80px;
        width: 100%;
        height: auto;
        margin-left: 20px;
        display: block;
    }
}

@media (min-width: 768px) {
    .page-header.page-header-v2.blue-bg.stacks .page-header-cta-btns {
        gap: 20px;
    }
}

.page-header.page-header-v2.blue-bg.stacks .btn-primary {
    background-color: #3DE6BB;
    border-color: #3DE6BB !important;
    color: #000;
    font-size: 16px !important;
    margin-right: 0 !important;
    min-width: 0;
}

.page-header.page-header-v2.blue-bg.stacks .btn-primary.video {
    position: relative;
    padding-left: 45px;
}

.page-header.page-header-v2.blue-bg.stacks .btn-primary.video:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #000;
    transform: rotate(0deg);
    position: absolute;
    left: 20px;
    top: 15px;
}

@media (max-width: 768px) {
    .page-header.page-header-v2.blue-bg.stacks .btn-link {
        width: 100%;
    }
}

.page-header.page-header-v2.blue-bg.stacks .btn-link {
    border: 2px solid #3DE6BB !important;
color: #000000;
    text-transform: none;
    font-size: 16px !important;
    line-height: 25px;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
}

.page-header.page-header-v2.blue-bg.stacks .btn-link:after {
    content: none;
}

body.simplified.request-demo,
body.simplified.request-demo .sticky-nav,
body.simplified.request-callback,
body.simplified.request-callback .sticky-nav {
    position: static;
    margin-top: 0 !important;
}

.blue-bg {
    background: #051933
}

.block-phone-cta {
    font: 500 22px/42px 'Poppins', Arial, sans-serif;
    color: #16A7FF;
    letter-spacing: -0.25px;
    padding: 10px 0;
}

.page-header.page-header-v2.blue-bg .lets-talk,
.block-phone-cta .flex-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.block-phone-cta img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 50%;
}

.block-phone-cta p {
    max-width: calc(100% - 92px);
}

.page-header.page-header-v2.blue-bg .lets-talk strong,
.block-phone-cta strong {
    font-weight: 900;
}

.page-header.page-header-v2.blue-bg .lets-talk a,
.block-phone-cta a {
    color: #16A7FF !important;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.page-header.page-header-v2.blue-bg .lets-talk a:hover,
.block-phone-cta a:hover {
    color: #ff8a27 !important;
}


.block-animated-tabs {
    font-family: Poppins, Arial, sans-serif;
    padding: 70px 0 70px;
}

.block-animated-tabs .tabs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px
}

.block-animated-tabs .tab {
    color: #c2c7ce;
    position: relative;
    font-size: 46px;
    line-height: 64px;
    font-weight: 400;
    letter-spacing: -.88px;
    cursor: pointer
}

.block-animated-tabs .tab.active {
    background: -webkit-linear-gradient(180deg, #ffaa62 0, #ff7500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.block-animated-tabs .tab-progress {
    position: absolute;
    bottom: 7px;
    left: 0;
    height: 3px;
    background: -webkit-linear-gradient(#ffaa62, #ff7500);
    width: 0%;
    border-radius: 8px
}

.block-animated-tabs .tab-content {
    display: none;
    animation: fade-in 1s ease-out;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -.5px
}

.block-animated-tabs.blue-bg .tab-content {
    color: #ff8a27;
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.block-animated-tabs .tabs-content {
    position: relative;
    padding: 0 0 40px;
    margin-top: 100px;
}

.block-animated-tabs .tab-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 1;
}

.block-animated-tabs .tab-content.active {
    position: relative;
    opacity: 1;
    animation: fade-in;
    z-index: 3;
}

.block-animated-tabs .tab-content .text-h {
    position: relative;
    width: 361px;
    padding-left: 52px;
    max-width: 39.6%;
    position: relative;
    z-index: 3;
    padding-top: 23px;
    display: flex;
    flex-wrap: wrap;
}

.block-animated-tabs .tab-content .img-h {
    position: relative;
    width: 60.4%;
}

.block-animated-tabs .tab-content .img-h:before,
.block-animated-tabs .tab-content .img-h:after {
    position: absolute;
    content: '';
    width: 350px;
    height: 197px;
    background: #57a9f5 url(https://www.sugarcrm.com/au/images/bgvideo.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.block-animated-tabs .tab-content .img-h:before {
    top: -20px;
    left: -20px;
}

.block-animated-tabs .tab-content .img-h:after {
    bottom: 20px;
    right: -80px;
}

.block-animated-tabs .tab-content img {
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

.block-animated-tabs .tab-content:nth-child(3n+2) .text-h {
    align-items: flex-end;
    padding-bottom: 49px;
}

.block-animated-tabs .tab-content:nth-child(3n+2) .img-h:before {
    top: auto;
    bottom: 20px;
}

.block-animated-tabs .tab-content:nth-child(3n+2) .img-h:after {
    left: auto;
    right: -78px;
    top: 34px;
}

.block-animated-tabs .tab-content:nth-child(3n+3) .text-h {
    align-items: flex-end;
    padding-bottom: 91px;
}

.block-animated-tabs .tab-content:nth-child(3n+3) .img-h:before {
    left: auto;
    right: 60px;
}

.block-animated-tabs .tab-content:nth-child(3n+3) .img-h:after {
    left: 76px;
    bottom: -53px;
    top: auto;
}

@media(max-width:768px) {
    .block-animated-tabs .tab-content {
        width: 100%;
    }

    .block-animated-tabs .tabs::-webkit-scrollbar {
        display: none
    }

    .block-animated-tabs .tabs {
        -ms-overflow-style: none;
        scrollbar-width: none
    }
}

.slider-wrapper .slider-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    max-width: 89%;
    position: static;
    margin: 0 -25px;
    padding: 0;
    list-style: none;
}

.slider-carousel .slide {
    min-width: 50%;
    flex-shrink: 0;
    width: 50%;
    padding: 0 25px;
}

.slider-carousel .slide .inner {
    height: 100%;
}

.slider-carousel .slide .box {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #fff;
}


/* Navigation Buttons */
.slider-wrapper .next-btn,
.slider-wrapper .prev-btn {
    z-index: 3;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ececec;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 90px;
}

.slider-wrapper .next-btn::before,
.slider-wrapper .prev-btn::before {
    background: #00A0FF;
    mask-image: url(https://www.sugarcrm.com/au/images/prev-icon.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: auto 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
}

.slider-wrapper .prev-btn {
    right: 145px;
}

.slider-wrapper .next-btn::before {
    transform: scaleX(-1);
}

.slider-wrapper .next-btn.disabled::before,
.slider-wrapper .prev-btn.disabled::before {
    background: #DADADA;
}

@media (max-width: 991px) {
    .slider-wrapper .slide {
        min-width: 100%;
    }
}

.block-cards-carousel,
.block-mix-tiles {
    position: relative;
}

img[id*="thumbnail_img"] {
    display: none !important;
}

.block-testimonial-slider img[id*="thumbnail_img"] {
    display: block !important;
}

div[id*="big_play_button_graphic"] {
    background: url(https://www.sugarcrm.com/au/images/play2x_360.png) no-repeat 50% 0 !important;
    background-size: 105px !important;
    height: 104px !important;
    width: 104px !important;
    left: 0 !important;
    right: 0;
    margin: auto;
    transition: all .5s ease;
}

div[id*="big_play_button_graphic"]:hover {
    scale: 1.2;
}

div[id*="big_play_button_background"] {
    display: none !important;
}

.block-mix-tiles .container {
    z-index: 4;
    position: relative;
    padding-top: 105px;
    padding-bottom: 170px;
}

.block-mix-tiles .slider-wrapper .prev-btn,
.block-mix-tiles .slider-wrapper .next-btn {
    border: 1px solid #506177;
    background: rgba(255, 255, 255, 0.05);
}

.block-mix-tiles .slider-wrapper .next-btn::before,
.block-mix-tiles .slider-wrapper .prev-btn::before {
    background: #FF7D0F;
}

.block-mix-tiles .slider-wrapper .next-btn.disabled::before,
.block-mix-tiles .slider-wrapper .prev-btn.disabled::before {
    background: #506177;
}

.slider-wrapper .box {
    font: 500 18px/30px 'Poppins', Arial, sans-serif;
    position: relative;
}

.slider-wrapper .video .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    color: #fff;
    background: #57a9f5 url(https://www.sugarcrm.com/au/images/bgvideo.jpg) no-repeat 50%;
    background-size: cover;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .slider-wrapper .video .box {
        background: #57a9f5 url(https://www.sugarcrm.com/au/images/blue-card2x.png) no-repeat 50%;
        background-size: cover;
    }
}

.slider-wrapper .video .box .play {
    padding-top: 110px;
    background: url(https://www.sugarcrm.com/au/images/play.svg) no-repeat 50% 0;
    background-size: 105px
}

.slider-wrapper .video .box .play:hover {
    opacity: 0.6
}

.slider-wrapper .video .box strong {
    font-weight: 900;
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.5px;
}

.slider-wrapper .video .box span {
    font-weight: 500;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.slider-wrapper .video .box .button {
    margin-top: 15px;
    padding: 10px 30px;
    background: #EF8933;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 36px;
    font-weight: 900;
}

.slider-wrapper .video .box .button:hover {
    background: #409FFF;
}

.slider-wrapper .chart .box h3 {
    font: 900 26px/30px 'Poppins', Arial, sans-serif;
    margin: 0 0 7px;
    color: #000;
    letter-spacing: -0.5px;
}

.slider-wrapper .chart .box .subtext {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 20px;
}

.slider-wrapper .chart .box .bottom-text {
    margin: 20px 0 0;
    color: #6D6D6D;
    font-size: 16px;
    line-height: 30px;
}

.slider-wrapper .chart .box .bottom-text a {
    margin: 0 0 0 15px;
}

.slider-wrapper .chart .box .bottom-text a:hover {
    text-decoration: underline;
}

.slider-wrapper .chart .box ul {
    margin: 0 0 5px;
    padding: 0 55px 0 0;
    list-style: none;
    position: relative;
    list-style: none;
}

.slider-wrapper .chart .box ul li {
    margin: 0 0 15px;
    background: #EFEFEF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    position: relative;
    list-style: none;
}

.slider-wrapper .chart .box ul li:before {
    display: none;
}

.slider-wrapper .chart .box ul li:first-child:after {
    width: 30px;
    height: 36px;
    content: '';
    position: absolute;
    top: 0px;
    right: -55px;
    background: url(https://www.sugarcrm.com/au/images/chart-sugar-copy.svg) no-repeat 50%;
    background-size: 100% auto
}

.slider-wrapper .chart .box ul li:nth-child(2):after {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 0;
    right: -55px;
    background: url(https://www.sugarcrm.com/au/images/chart-salesforce-copy.svg) no-repeat 50%;
    background-size: 100% auto
}

.slider-wrapper .chart .box ul li:nth-child(3):after {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: 0;
    right: -55px;
    background: url(https://www.sugarcrm.com/au/images/chart-hubspot-copy.svg) no-repeat 50%;
    background-size: 100% auto
}

.slider-wrapper .chart .box ul li span {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    display: block;
    background: rgb(113, 83, 109);
    background: -moz-linear-gradient(90deg, rgba(113, 83, 109, 0.3) 0%, rgba(102, 76, 95, 0.3) 100%);
    background: -webkit-linear-gradient(90deg, rgba(113, 83, 109, 0.3) 0%, rgba(102, 76, 95, 0.3) 100%);
    background: linear-gradient(90deg, rgba(113, 83, 109, 0.3) 0%, rgba(102, 76, 95, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71536d", endColorstr="#664c5f", GradientType=1);
    text-align: right;
    height: 36px;
    color: #fff;
    padding: 0 15px 0 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 36px;
    color: #fff
}

.slider-wrapper .chart .box ul li:first-child span {
    background: #3DE6BB url(https://www.sugarcrm.com/au/images/stars.svg) no-repeat center left 10px;
}

.slider-wrapper .stat .box,
.slider-wrapper .quote .box blockquote {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    align-content: space-between;
    height: 100%;
}

.slider-wrapper .quote .box p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px;
}

.slider-wrapper .stat .box p+span,
.slider-wrapper .quote .box cite {
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
    max-width: calc(100% - 100px);
}

.slider-wrapper .stat .text {
    font-weight: 900;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -0.5px;
}

.slider-wrapper .stat .text span {
    color: #FF7D0F;
}

.slider-wrapper .box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 76px;
    height: 76px;
    position: absolute;
    right: 20px;
    bottom: -10px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    z-index: 5;
}

.block-cards-carousel {
    padding-top: 30px;
    font-family: Poppins;
    font-weight: 500;
}

.block-cards-carousel .container {
    padding-top: 0;
    position: relative;
    z-index: 4;
}

.block-cards-carousel .slider-wrapper {
    padding-top: 57px;
}

.blockV2 h2 {
    font: 500 52px/52px 'Poppins', Arial, sans-serif !important;
}

.block-cards-carousel h2+p,
.block-cards-carousel h2 {
    max-width: calc(100% - 200px);
}

.block-cards-carousel .stat .box {
    background: #051933;
    color: #fff;
}

.block-cards-carousel h2+p {
    font-size: 22px;
    line-height: 32px;
    width: 883px;
    margin-top: 10px;
}

.block-cards-carousel .tag {
    background: #051933;
    transform: rotate(-3deg);
    border-radius: 8px;
    padding: 5px 15px 5px 15px;
    z-index: 2;
    position: absolute;
    left: -12px;
    top: -8px;
    color: #16A7FF;
    font-weight: 500;
    font-size: 22px;
    line-height: 39px;
    letter-spacing: -0.34px;
    text-align: center;
}

.block-cards-carousel .tag+blockquote {
    padding-top: 30px;
}

.block-cards-carousel h2+p+.slider-wrapper .next-btn,
.block-cards-carousel h2+p+.slider-wrapper .prev-btn {
    background: #fff;
    top: 100px;
}

.block-number-countup {
    position: relative;
    font: 500 22px/32px 'Poppins', Arial, sans-serif;
    color: #6C6C6C;
    padding: 75px 0 0;
}

.block-number-countup .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.block-number-countup .number {
    font-size: 52px;
    line-height: 64px;
    display: block;
    margin-bottom: 8px;
    color: #000
}

.block-number-countup .subtext {
    display: block;
}

.block-number-countup .text-h:first-child .number:first-child {
    background: -webkit-linear-gradient(180deg, #FFA961 0%, #FF58B3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: inline-block;
}

.page-header-v2.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child),
.blue-bg:has(+ .block:not(.blue-bg)) {
    padding-bottom: 20px;
    position: relative;
}

.block-logos-stats:after {
    content: none !important;
}

.block-logos-stats .container {
    border-bottom: solid 1px #D3D3D3;
}

.block-logos-stats .container.disable-bar {
    border-bottom: none;
}

.block-logos-stats .intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #051933;
    padding-top: 0;
}

.block-logos-stats {
    position: relative;
    font: 400 22px/32px 'Poppins', Arial, sans-serif;
    color: #6C6C6C;
    padding: 0;
}

.block-logos-stats .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 25px;
    padding-bottom: 50px;
}

.block-logos-stats .flex-box .item {
    text-align: center;
    position: relative;
}

/*.block-logos-stats .flex-box .item:has(.text-h):after,*/
.block-logos-stats .flex-box .item:after {
    content: '';
    width: 1px;
    height: 100%;
    max-height: 65%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -50%;
    position: absolute;
    background-color: #D3D3D3;
}

.block-logos-stats .flex-box .item:has(.text-h):last-child:after {
    content: none;
}

.block-logos-stats .flex-box .item>img {
    max-width: 150px;
}

.block-logos-stats .flex-box .item:has(.text-h)>img {
    margin-bottom: 15px;
}

.block-logos-stats .number {
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-bottom: 8px;
    color: #000
}

.block-logos-stats .subtext {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.block-logos-stats .text-h:first-child .number:first-child {
    background: -webkit-linear-gradient(180deg, #FFA961 0%, #FF58B3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: inline-block;
}

.home .block-testimonial-grid {
    background: #fff;
}

.block-testimonial-grid .container {
    position: relative;
}

.block-testimonial-grid .container:after {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    min-height: 190px;
}

.block-testimonial-grid .flex-box {
    display: flex;
    flex-flow: column wrap;
    height: 600px;
}

.block-testimonial-grid .flex-box .testimonial {
    width: 32%;
    margin-bottom: 30px;
    /* Optional */
    border: solid 1px #D8D8D8;
    background-color: #FBFBFB;
    border-radius: 8px;
    padding: 25px;
}

.block-testimonial-grid .flex-box .testimonial .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.block-testimonial-grid .flex-box .testimonial .author,
.block-testimonial-grid .flex-box .testimonial .copy {
    margin: 0;
    font-family: Poppins;
    font-weight: 500;
}

.block-testimonial-grid .flex-box .testimonial .author {
    font-size: 15px;
}

.block-testimonial-grid .flex-box .testimonial .copy {
    margin-top: 20px;
    font-size: 16px;
    flex-basis: 100%;
}

/* Re-order items into rows */
.block-testimonial-grid .flex-box .testimonial:nth-child(3n+1) {
    order: 1;
}

.block-testimonial-grid .flex-box .testimonial:nth-child(3n+2) {
    order: 2;
}

.block-testimonial-grid .flex-box .testimonial:nth-child(3n) {
    order: 3;
}

/* Force new columns */
.block-testimonial-grid .flex-box::before,
.block-testimonial-grid .flex-box ::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}


.intelligence .block-smaller-image-with-text,
.intelligence .block-video-center-section,
.intelligence .block-simple-text:first-child:after {
    background-color: #F6F5F3 !important;
}


.intelligence .block-simple-text:first-child {
    position: relative;
    padding-bottom: 250px;
    padding-top: 0;
}

.intelligence .block-simple-text:first-child .container {
    margin-top: 0;
    padding-top: 40px;
    border-top: none;
    position: relative;
    max-width: 800px;
}

.intelligence .block-simple-text:first-child .container::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 92px;
    background: url(https://www.sugarcrm.com/au/images/oval-1.svg) no-repeat center;
    background-size: 100%;
    left: 100%;
    bottom: 100%;
    margin-bottom: -30px;
}

.intelligence .block-simple-text:first-child p {
    max-width: 750px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: -0.62px;
    text-align: center;
}

.intelligence .block-simple-text:first-child:after,
.page-header-v2.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child):after,
.blue-bg:has(+ .block:not(.blue-bg)):after {
    position: absolute;
    content: '';
    width: 100%;
    height: 45px;
    z-index: 4;
    background: #fff url(https://www.sugarcrm.com/au/images/bg-angle-grey.svg) no-repeat right bottom;
    border-radius: 58px 58px 0 0;
    bottom: 0;
    left: 0;
}

.blue-bg+.block:not(.bg-blue) {
    padding-top: 30px !important;
}

.page-header-v2.blue-bg:has(+ .content-bg .page-content .block-text-image-repeater:first-child):after {
    background-color: #F6F5F3 !important;
}

.blue-bg:has(+ .block-smaller-image-with-text:not(.blue-bg)):after {
    background-color: #F6F5F3 !important;
}

.intelligence .page-header-v2.blue-bg:has(+ .content-bg .page-content .block-simple-text:first-child):after {
    display: none;
}

.intelligence .page-header-v2.blue-bg:has(+ .content-bg .page-content .block-simple-text:first-child) .container {
    padding-bottom: 0;
}

.home .block-simple-text:first-child:after,
.page-header-v2.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child):after {
    background-color: #F6F5F3 !important;
    background-image: none !important;
}

.intelligence .block-simple-text {
    background: #051933;
    color: #ffffff;
}

.home .block-simple-three-column-cards {
    padding-bottom: 25px !important;
    padding-top: 25px;
}

.block-simple-three-column-cards {
    position: relative;
    padding: 84px 0 110px;
    font: 400 18px/32px 'Poppins', Arial, sans-serif;
}

.block-simple-three-column-cards .pre-header {
    text-transform: uppercase;
    color: #16A7FF;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.block-simple-three-column-cards h2 {
    margin-bottom: 45px;
}

.block-simple-three-column-cards h2+p {
    max-width: 990px;
    margin-bottom: 90px;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.5px;
}

.block-simple-three-column-cards .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 50px
}

.block-simple-three-column-cards .item {
    width: calc(33.332% - 33.332px);
    padding: 26px 23px 31px;
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
}

.block-simple-three-column-cards .item .logo {
    margin-bottom: 16px;
    height: 54px;
    display: flex;
    align-items: center;
}

.block-simple-three-column-cards .item .logo img {
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
}

.block-simple-three-column-cards .item a {
    color: #FF7F13 !important;
    position: relative;
    display: inline-block;
    padding-right: 27px;
}

.block-simple-three-column-cards .item a:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #FF7F13;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 14px;
    right: 8px;
    transition: all 0.3s ease;
}

.block-simple-three-column-cards .item a:hover:after {
    right: 0;
}

.block-simple-three-column-cards .item .stats {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.block-simple-three-column-cards .item .stats span {
    color: #16A7FF;
}

.block-simple-three-column-cards .item.colored {
    border: none;
    box-shadow: 0px 2px 16px 0px #0000001A;
}

.block-simple-three-column-cards .item.colored span {
    padding: 0 5px;
    margin-left: -5px;
    color: #fff;
}

.block-simple-three-column-cards .item.colored:first-child {
    background: #16A7FF;
    color: #fff;
}

.block-simple-three-column-cards .item.colored:first-child span {
    background: rgba(0, 0, 0, 0.2);
}

.block-simple-three-column-cards .item.colored:nth-child(2) {
    background: #051933;
    color: #16A7FF;
}

.block-simple-three-column-cards .item.colored:nth-child(3) {
    background: rgb(255, 160, 80);
    background: -moz-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa050", endColorstr="#ff7500", GradientType=1);
}

.block-simple-three-column-cards .item.colored:nth-child(3) span {
    background: rgba(255, 251, 251, 0.3);
    color: #000;
}


.home .block-simple-three-column-cards-intro {
    padding-bottom: 75px !important;
    padding-top: 25px;
}

.block-simple-three-column-cards-intro {
    position: relative;
    padding: 80px 0 40px;
    font: 400 18px/32px 'Poppins', Arial, sans-serif;
}

.block-simple-three-column-cards-intro .intro {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 50px;
    font-size: 24px;
    line-height: 42px;
}

.block-simple-three-column-cards-intro h2 {
    margin-bottom: 45px;
}

.block-simple-three-column-cards-intro h2+p {
    max-width: 990px;
    margin-bottom: 90px;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.5px;
}

.block-simple-three-column-cards-intro .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 50px
}

.block-simple-three-column-cards-intro .item {
    font-family: Poppins, Arial, sans-serif;
    width: calc(33.332% - 33.332px);
    padding: 40px;
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.block-simple-three-column-cards-intro .item .logo {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.block-simple-three-column-cards-intro .item .logo img {
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
}

.block-simple-three-column-cards-intro .item .logo span {
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    position: relative;
    top: 10px;
}

.block-simple-three-column-cards-intro .item * {
    font-family: Poppins, Arial, sans-serif;
}

.block-simple-three-column-cards-intro .item h2,
.block-simple-three-column-cards-intro .item h3,
.block-simple-three-column-cards-intro .item h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 42px;
}

.block-simple-three-column-cards-intro .item a {
    position: relative;
    display: inline-block;
    padding-right: 27px;
}

.block-simple-three-column-cards-intro .item p {
    margin-bottom: 10px;
}

.block-simple-three-column-cards-intro .item p span {
    background: #FFF70D;
}

.block-simple-three-column-cards-intro .item .stats {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.block-simple-three-column-cards-intro .item .stats span {
    color: #16A7FF;
}

.block-simple-three-column-cards-intro .item .author,
.block-simple-three-column-cards-intro .item .position {
    font-size: 14px;
    line-height: 28px;
}

.block-simple-three-column-cards-intro .item .author {
    margin-top: auto;
}

.block-simple-three-column-cards-intro .item .position {
    color: #6C6C6C;
}


.block-simple-three-column-cards-intro .footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-simple-three-column-cards-intro .footer .buttons {
    display: flex;
    justify-content: space-between;
}

.block-simple-three-column-cards-intro .footer .buttons {
    display: flex;
    gap: 20px;
}

.block-simple-three-column-cards-intro .footer .buttons .btn {
    text-transform: none;
}

.block-simple-three-column-cards-intro .footer .buttons .btn:after {
    content: none;
}

.block-simple-three-column-cards-intro .footer .buttons .btn-primary {
    background-color: #16A7FF;
    color: #fff !important;
    border-radius: 8px;
}

.block-simple-three-column-cards-intro .footer .buttons .btn-secondary {
    background-color: #fff;
    color: #000 !important;
    border-radius: 8px;
    border: solid 2px #16A7FF;
    flex-shrink: 0;
}


.block-vertical-accordion {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
}

.block-vertical-accordion .container {
    padding: 50px 25px 0;
    /*border-top: 1px solid #CDD0D3;*/
}

.block-vertical-accordion .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;   
/*     flex-direction: row-reverse;*/

}

.block-vertical-accordion .pre-header {
    text-transform: uppercase;
    color: #16A7FF;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.block-vertical-accordion .header,
.block-vertical-accordion .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-vertical-accordion .footer p {
    margin-bottom: 0;
}

.home .block-vertical-accordion .header h2 {
    font-size: 47px !important;
    margin-bottom: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}

.block-vertical-accordion .buttons {
    display: flex;
    gap: 20px;
}

.block-vertical-accordion .buttons .btn {
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
}

.block-vertical-accordion .buttons .btn:after {
    content: none;
}

.block-vertical-accordion .buttons .btn-primary {
    background-color: #16A7FF;
    color: #fff !important;
    border-radius: 8px;
}

.block-vertical-accordion .buttons .btn-secondary {
    background-color: #fff;
    color: #000 !important;
    border-radius: 8px;
    border: solid 2px #16A7FF;
    flex-shrink: 0;
}

.block-vertical-accordion h2 {
    margin-bottom: 85px;
    line-height: 62px !important;
    width: 100%;
    margin-bottom: 20px;
}

.block-vertical-accordion .tabs {
    position: relative;
      width: 54%;
    border-left: 1px solid #616D7C;
    order: 2;
}

.home .block-vertical-accordion .tabs,
.home .block-vertical-accordion .tabs,
.new-sell-page .block-vertical-accordion .tabs {
    border-left-color: #D8D8D8;
}

.block-vertical-accordion .tab {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
}

.block-vertical-accordion .tab:last-child {
    margin-bottom: 0;
}

.block-vertical-accordion .tab:before {
    position: absolute;
    content: '';
    width: 3px;
    top: 0;
    left: -2px;
    transition: all 0.3s ease;
    background: rgb(255, 170, 98);
    background: -moz-linear-gradient(180deg, rgba(255, 170, 98, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 170, 98, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 170, 98, 1) 0%, rgba(255, 117, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaa62", endColorstr="#ff7500", GradientType=1);
    height: 0;
    opacity: 0;
}

.block-vertical-accordion .tab .title {
    color: #5E5E5E;
    font-size: 24px;
    line-height: 44px;
    font-weight: 900;
    letter-spacing: -.5px;
}

.block-vertical-accordion .tab .text-h {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
    font-size: 18px;
    line-height: 32px;
}

.block-vertical-accordion .tab .text-h p {
    margin-bottom: 15px;
}

.block-vertical-accordion .tab:last-child {
    padding-bottom: 10px;
}

.block-vertical-accordion .tab:last-child p {
    padding-bottom: 0;
}

.block-vertical-accordion .tab.active {
    pointer-events: none;
}

.block-vertical-accordion .tab.active .text-h {
    max-height: none !important;
}

.block-vertical-accordion a {
    pointer-events: initial;
    color: #FF7F13 !important;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

.block-vertical-accordion a:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #FF7F13;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 14px;
    right: 8px;
    transition: all 0.3s ease;
}

.block-vertical-accordion a:hover:after {
    right: 0;
}

.block-vertical-accordion .tab.active:before {
    bottom: 0;
    height: 100%;
    opacity: 1;
}

.block-vertical-accordion .tab.active .title {
    color: #FF8E00;
    margin-bottom: 25px;
}

.block-vertical-accordion .tab-content {
    animation: fade-in 1s ease-out;
    order: 1;
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.block-vertical-accordion .tabs-content {
    position: relative;
    width: 40%;
}

.block-vertical-accordion .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 1;
}

.block-vertical-accordion .tab-content.active {
    position: relative;
    opacity: 1;
    z-index: 3;
    display: block;
    animation: fade-in;
}

.block-vertical-accordion .tab-content .img {
    position: relative;
    margin-bottom: 30px;
    background: url(https://www.sugarcrm.com/au/images/block-vertical-accordion-bg.png) no-repeat center;
    background-size: cover;
    padding: 40px;
    border-radius: 10px;
}

.block-vertical-accordion .tab-content .img:after {
    display: none;
    position: absolute;
    content: '';
    width: 227px;
    height: 197px;
    background: #57a9f5 url(https://www.sugarcrm.com/au/images/bgvideo.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    bottom: 25px;
    right: 0px;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
}

.block-vertical-accordion .tab-content .img img {
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    /*max-width: calc(100% - 30px);*/
}

.sugar-sell .block-vertical-accordion .tab-content .img img {
    box-shadow: none;
}

.block-vertical-accordion .tab-content .card-h {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.block-vertical-accordion .tab-content .card-h .card-img-h {
    width: 137px;
}

.block-vertical-accordion .tab-content .card-h .card-img-h img {
    width: 100%;
    border-radius: 8px;
}

.block-vertical-accordion .tab-content .text-h {
    border: 1px solid #D8D8D8;
    background: #FBFBFB;
    padding: 28px 30px;
    font-size: 32px;
    line-height: 44px;
    margin-right: 30px;
    border-radius: 8px;
    width: calc(100% - 167px);
    max-width: 390px;
}

.block-vertical-accordion .tab-content .text-h span {
    color: #16A7FF;
}

.block-vertical-accordion .tab-content .text-h .subtext {
    font-size: 18px;
    line-height: 30px;
}

.block-vertical-accordion.clip-blue-bg {
    padding-top: 130px;
    padding-bottom: 330px;
    margin-bottom: -265px;
    background: #051933;
    -webkit-clip-path: polygon(0% 6%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 94%, 0% 100%);
    clip-path: polygon(0% 6%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 94%, 0% 100%);
}

.block-vertical-accordion.clip-blue-bg h2,
.block-vertical-accordion.clip-blue-bg .tabs {
    color: #fff;
}


.block-accordion {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    padding-top: 130px;
}

.block-accordion h2 {
    margin-bottom: 30px
}

.block-accordion .accordion {
    break-inside: avoid;
    border-bottom: 1px solid #D3D3D3;
    padding: 30px 0
}

.block-accordion .accordion .title {
    font-size: 22px;
    line-height: 28px;
    position: relative;
    letter-spacing: -0.52px;
    cursor: pointer;
    padding-left: 20px;
}

.block-accordion .accordion .title::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    transition: all 0.3s ease;
}

.block-accordion .accordion.open .title::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 8px;
}

.block-accordion .accordion .collapse-content {
    display: none
}

.block-accordion .accordion .collapse-content .inner {
    padding: 30px 0 0
}

.block-features {
    padding-top: 40px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    padding-bottom: 40px !important;
}

.block-features h2 {
    margin-bottom: 75px;
}

.block-features .section+.section {
    margin-top: 100px;
}

.block-features .section-title {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.block-features .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #D3D3D3;
}

.block-features .section-title+.flex-box {
    border-top: 1px solid #D3D3D3;
}

.block-features .flex-box .title {
    width: 40%;
}

.block-features .flex-box .text {
    width: 54%;
    color: #6C6C6C;
    font-size: 16px;
    line-height: 25px;
}

.block-video-tabs {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
}

.block-video-tabs .container {
    padding: 85px 25px 100px;
}

.block-video-tabs h2 {
    margin-bottom: 60px;
}

.block-video-tabs .tabs {
    position: relative;
    border-bottom: 1px solid #DBDBDB;
    display: inline-flex;
    margin: 0 auto 59px;
    gap: 105px;
}

.block-video-tabs .tab {
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
    color: #AAAAAA;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -.5px;
}

.block-video-tabs .tab:last-child {
    margin-bottom: 0;
}

.block-video-tabs .tab:before {
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease;
    background: rgb(255, 170, 98);
    background: -moz-linear-gradient(0deg, rgba(255, 170, 98, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 170, 98, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 170, 98, 1) 0%, rgba(255, 117, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaa62", endColorstr="#ff7500", GradientType=1);
    width: 0;
    opacity: 0;
}

.block-video-tabs .tab.active {
    pointer-events: none;
}

.block-video-tabs .tab.active:before {
    right: 0;
    width: 100%;
    opacity: 1;
}

.block-video-tabs .tab.active {
    color: #FF8E00;
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.block-video-tabs .tabs-content {
    position: relative;
}

.block-video-tabs .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 1;
    animation: fade-in 1s ease-out;
    order: 1;
}

.block-video-tabs .tab-content.active {
    position: relative;
    opacity: 1;
    z-index: 3;
    display: block;
    animation: fade-in;
    z-index: 3;
}

.block-video-tabs .tab-content .video {
    text-align: left;
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.18);
    margin: 0 auto 55px;
    overflow: hidden;
}

.block-video-tabs .tab-content .desc {
    padding: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.block-video-tabs .tab-content .btn {
    margin-bottom: 70px;
    padding: 12px 34px 12px 34px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: none;
    line-height: 25px;
    border-radius: 8px;
    color: #FF8E00;
    border: 1px solid #FF8E00;
    text-decoration: none;
}

.block-video-tabs .tab-content .btn:hover {
    background: #FF8E00;
    color: #fff;
}

.block-video-tabs .tab-content .subtext {
    margin-bottom: 45px;
    color: #6C6C6C;
    font-size: 22px;
    line-height: 32px;
}

.block-video-tabs .tab-content .logo-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.block-video-tabs .tab-content .logo-grid .img {
    padding: 0 10px;
    width: 30%;
}

.block-video-tabs .tab-content .logo-grid .img img {
    max-height: 80px;
}

.block-video-tabs .tab-content:first-child .logo-grid {
    max-width: 975px;
}

.block-video-tabs .tab-content:first-child .logo-grid .img {
    width: 25%;
}


.block-comparison-charts {
    font: 400 22px/42px 'Poppins', Arial, sans-serif;
}

.block-comparison-charts .header {
    max-width: 60%;
    margin-bottom: 40px;
}

.block-comparison-charts .header h2 {
    line-height: 62px !important;
}

.block-comparison-charts .header p {
    font-size: 16px;
    line-height: 32px;
}

.block-comparison-charts .flex-box {
    display: flex;
    flex-wrap: wrap;
}

.block-comparison-charts .col-right {
    width: 60%;
}

.block-comparison-charts .col-left {
    width: 40%;
}

.block-comparison-charts .heading {
    align-items: flex-end;
    margin-bottom: 40px;
}

.block-comparison-charts .heading .img {
    max-height: 71px;
}

.block-comparison-charts .heading .side-logos {
    display: flex;
    flex-wrap: wrap;
}

.block-comparison-charts .heading .side-logos .img {
    text-align: center;
    width: 50%;
}

.block-comparison-charts .heading .side-logos .img img {
    max-width: 90%;
    min-width: 200px;
}

@media screen and (max-width: 767px) {
    .block-comparison-charts .heading .side-logos {
        align-items: center;
    }

    .block-comparison-charts .heading .side-logos .img img {
        min-width: 100px;
    }
}

.block-comparison-charts .bars-h {
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
}

.block-comparison-charts .bars {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    background: rgba(0, 0, 0, .05);
}

.block-comparison-charts .bar {
    height: 55px;
    width: 50%;
    position: relative;
}

.block-comparison-charts .bar span {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 60px;
    color: #939393;
    transition: width 1s ease-in-out;
    border-radius: 8px;
    display: block;
    text-align: left;
    height: 100%;
    border-radius: 8px 0 0 8px;
    padding: 0 14px 0 20px;
    display: flex;
    align-items: center;
}

.block-comparison-charts .gray-bar span {
    background-color: rgba(206, 206, 206, .5)
}

.block-comparison-charts .green-bar span {
    background-color: #3de6bb;
    color: #fff;
    text-align: right;
    border-radius: 0 8px 8px 0;
    font-weight: 900;
    left: 0;
    right: auto;
    justify-content: flex-end;
}

.block-comparison-charts .chart {
    margin-top: 80px;
}

.block-comparison-charts .chart .title {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #000;
}

.block-comparison-charts .chart .numbers {
    align-items: flex-start;
    gap: 42px;
    color: #6D8194;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}

.block-comparison-charts .chart .number {
    font-size: 32px;
    color: #3DE6BB;
    font-weight: 900;
    margin-bottom: 8px;
    display: inline-block;
    min-width: 100px;
}

.block-comparison-charts .bottom-quote {
    margin-top: 57px;
    max-width: 569px;
    padding-left: 32px;
    border-left: 2px solid #84C4FF;
    font-size: 22px;
    line-height: 32px;
}

.block-comparison-charts.blue-bg {
    padding-top: 60px;
}

.block-comparison-charts.blue-bg .chart .title {
    margin-bottom: 30px;
    color: #84C4FF;
}

.block-comparison-charts.blue-bg {
    color: #84C4FF;
}

.block-comparison-charts.blue-bg .container {
    padding-bottom: 83px;
}

.block-comparison-charts.blue-bg .bottom-quote {
    color: #fff;
    padding-bottom: 15px;
}

.block-comparison-charts.blue-bg .bottom-quote {
    color: #fff;
    padding-bottom: 15px;
}

.block-comparison-charts.blue-bg .bottom-quote {
    color: #fff;
    padding-bottom: 15px;
}

.block-comparison-charts.blue-bg .bottom-quote {
    color: #fff;
    padding-bottom: 15px;
}

.block-comparison-charts.blue-bg .bars {
    background: #1C2F46;
}

.block-comparison-charts.blue-bg .gray-bar span {
    background-color: rgba(231, 231, 231, 0.2);
    color: #A5A5A5;
}

.block-product-tabs:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 100%;
    height: 81px;
    background: #fff;
    clip-path: polygon(0% 80%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
    transform: scale(-1);
}

.block-product-tabs.no-tabs,
.block-product-tabs:has(.counter) {
    background: url(https://www.sugarcrm.com/au/images/bg-product-tabs-gradient.jpg) no-repeat center;
    background-size: cover;
    border-radius: 58px 58px 0 0;
    padding-top: 150px;
    margin-top: 0;
    padding-bottom: 0 !important;
}

.block-product-tabs:has(.counter) {
    padding-top: 75px;
}

.block-product-tabs.no-tabs::after,
.block-product-tabs:has(.counter)::after {
    position: absolute;
    content: "";
    bottom: -31px;
    left: 0;
    width: 100%;
    height: 30px;
    box-shadow: 0 2px 62px 0 rgba(0, 0, 0, .50);
    z-index: 5;
}

.block-product-tabs.no-tabs:before,
.block-product-tabs:has(.counter):before {
    display: none;
}

.block-product-tabs {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 252px;
    margin-top: 85px;
    background: #051933;
    position: relative;
    overflow: hidden;
}

.block-product-tabs:has(.counter) .intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.block-product-tabs:has(.counter) .intro h2 {
    text-align: left;
    flex-basis: 60%;
    font-size: 42px !important;
    line-height: 52px !important;
}

.block-product-tabs:has(.counter) .intro .awards {
    display: flex;
    gap: 10px;
    align-items: center;
}

.block-product-tabs h2 {
    color: #fff !important;
    margin-bottom: 80px;
}

.block-product-tabs.no-tabs h2 {
    color: #fff !important;
    margin-bottom: 40px;
}

.block-product-tabs.no-tabs h2+p {
    color: #fff !important;
    margin-top: -30px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
}

.block-product-tabs .tabs {
    position: relative;
    border-bottom: 1px solid #616D7C;
    display: inline-flex;
    margin: 0 auto;
    gap: 105px;
}

.block-product-tabs.no-tabs .tabs {
    position: relative;
    border-bottom: none;
    display: inline-flex;
    margin: 0 auto;
    gap: 105px;
}

.block-product-tabs .tab {
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
    color: #616D7C;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: -.5px;
}

.block-product-tabs.no-tabs .tab {
    color: #84C4FF;
    pointer-events: none;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 42px;
}

.block-product-tabs .tab:last-child {
    margin-bottom: 0;
}

.block-product-tabs .tab:before {
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease;
    background: #84C4FF;
    background: #84C4FF;
    width: 0;
    opacity: 0;
}

.block-product-tabs.no-tabs .tab:before {
    display: none;
}

.block-product-tabs .tab.active {
    pointer-events: none;
}

.block-product-tabs .tab.active:before {
    right: 0;
    width: 100%;
    opacity: 1;
}

.block-product-tabs .tab.active {
    color: #84C4FF;
}

.block-product-tabs.no-tabs a.tab {
    pointer-events: all;
    cursor: pointer;
}

.block-product-tabs a.tab:hover {
    color: #fff !important;
}

.block-product-tabs .tabs-content {
    position: relative;
    margin-bottom: 74px;
}

.block-product-tabs.no-tabs .tabs-content {
    padding: 0;
    margin-bottom: 90px;
}

.block-product-tabs.no-tabs .tab-content {
    padding: 0;
}

.block-product-tabs .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    padding-top: 58px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    z-index: 1;
}

.block-product-tabs .tab-content p {
    max-width: 745px;
    margin: 0 auto;
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.block-product-tabs .tab-content.active {
    position: relative;
    opacity: 1;
    display: block;
    z-index: 3;
    animation: fade-in 1s ease-out;
}

.block-product-tabs .bottom-image {
    width: 100%;
    position: relative;
}

.block-product-tabs .bottom-image img {
    margin-bottom: -30px;
}

.block-product-tabs {
    position: relative;
    font: 500 22px/32px 'Poppins', Arial, sans-serif;
    color: #6C6C6C;
    padding: 75px 0 0;
}

.block-product-tabs .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.block-product-tabs:has(.counter) .flex-box {
    margin-bottom: 75px;
}

.block-product-tabs .text-h {
    text-align: left;
    color: #fff;
}

.block-product-tabs .number {
    font-size: 52px;
    line-height: 64px;
    display: block;
    margin-bottom: 8px;
    color: #fff
}

.block-product-tabs .subtext {
    display: block;
}

.block-product-tabs .text-h:first-child .number:first-child {
    background: -webkit-linear-gradient(180deg, #FFA961 0%, #FF58B3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: inline-block;
}

.block-rounded-corners {
    position: relative;
    margin-bottom: -60px;
}

.block-rounded-corners:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    background: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


.block-text-image-repeater .title {
    font-size: 52px;
    line-height: 64px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 130px;
    padding: 0 25px;
}

.block-text-image-repeater,
.block-text-image-block {
    font: 400 18px/32px 'Poppins', Arial, sans-serif;
}

.block-text-image-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home .block-text-image-block:has(.style-angles) .container {
    padding-bottom: 0;
}

.home .block-text-image-block:has(.style-angles) .flex-box {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.home .block-text-image-block:has(.style-angles) .left,
.home .block-text-image-block:has(.style-angles) .right {
    width: 50%;
}

.home .block-text-image-block:has(.style-angles) .left {
    width: 45%;
}

.home .block-text-image-block:has(.style-angles) h3 {
    font-size: 34px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
}

.home .block-text-image-block:has(.style-angles) img {
    border-radius: 0;
}


.block-text-image-repeater:not(.blue-back) {
    padding-top: 30px;
    padding-bottom: 130px;
}

.block-smaller-image-with-text+.block-text-image-repeater:not(.blue-back) {
    padding-top: 0;
    margin-top: -20px;
}

.block-smaller-image-with-text+.block-text-image-repeater:not(.blue-back) .img-text {
    position: relative;
    z-index: 3;
}

.blue-bg+.block-smaller-image-with-text,
.block-smaller-image-with-text:first-child,
.block-text-image-repeater:not(.blue-back):first-child {
    background: #F6F5F3;
    padding-top: 130px;
    padding-bottom: 130px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 94%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 94%, 0% 100%);
}

.block-text-image-block.blue-back {
    font: 400 22px/32px 'Poppins', Arial, sans-serif;
    background: #051933
}

.block-text-image-block.blue-back:has(.style-angles) {
    -webkit-clip-path: polygon(0% 80px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 90%, 0% 100%);
    clip-path: polygon(0% 80px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 90%, 0% 100%);
    padding-bottom: 290px;
    padding-top: 230px;
    margin-top: -80px;
}

.block-text-image-block.blue-back:has(.style-round) {
    background: url(https://www.sugarcrm.com/au/images/bg-text-image-gradient.jpg) no-repeat center;
    background-size: cover;
    border-radius: 58px 58px 0 0;
    padding-top: 120px;
    margin-top: 0;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

.block-text-image-block.blue-back:has(.style-round):before {}

.block-text-image-block.blue-back:has(.style-round) .img-text {
    position: relative;
    z-index: 2;
}

.block-text-image-block.blue-back:has(.style-round):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.block-text-image-block .buttons {
    display: flex;
    gap: 20px;
}

.block-text-image-block .buttons .btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.block-text-image-block .buttons .btn-primary {
    background-color: #16A7FF;
    color: #fff !important;
    border-radius: 8px;
}

.block-text-image-block .buttons .btn-secondary {
    background-color: #fff;
    color: #000 !important;
    border-radius: 8px;
    border: solid 2px #16A7FF;
    flex-shrink: 0;
}

.block-text-image-block.blue-back .img-text h2 {
    font-size: 42px !important;
    line-height: 52px !important
}

.block-text-image-repeater .img-text {
    margin-bottom: 120px;
}

.block-text-image-repeater .img-text .flex-box,
.block-text-image-block .img-text .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.block-text-image-repeater .img-text .left,
.block-text-image-block .img-text .left {
    width: 60%;
}

.block-text-image-repeater .img-text h4,
.block-text-image-block .img-text h4 {
    font: 500 18px/30px 'Poppins', Arial, sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: #16A7FF;
}

.block-text-image-repeater .img-text h4 img {
    display: inline-block;
    max-width: 30px;
    margin-right: 10px;
    vertical-align: sub;
}

.block-text-image-block.blue-back .img-text h4 {
    font-weight: 900;
    color: #84C4FF;
    margin-bottom: 30px;
}

.block-text-image-repeater .img-text h2 {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -0.88px;
}

.block-text-image-block .img-text h2 {
    margin-bottom: 35px;
}

.block-text-image-block.blue-back .img-text h2 {
    color: #fff;
    margin-bottom: 45px;
}

.block-text-image-block .img-text .right,
.block-text-image-repeater .img-text .right {
    width: 35%;
}

.block-text-image-block .img-left .right,
.block-text-image-repeater .img-left .right {
    order: 1;
}

.block-text-image-block .img-left .left,
.block-text-image-block .bottom-image img {
    border-radius: 8px;
    width: 100%;
}

.block-text-image-block h3 {
    font: 900 52px/52px 'Poppins', Arial, sans-serif !important
}


.block-text-image-repeater .img-left .left {
    order: 2;
}

.block-text-image-repeater .img-text .left {
    padding-left: 6%;
}

.block-text-image-repeater .img-right .left {
    padding-right: 6%;
    padding-left: 0;
}

.block-text-image-repeater .right img {
    box-shadow: 0px 2px 12px 0px #00000017;
    border-radius: 8px;
}

.block-text-image-repeater .block-comparison-charts .container {
    border-bottom: solid 1px #ECEBEA;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.block-text-image-repeater .block-comparison-charts .title {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    margin: 0;
    text-align: left;
    padding: 0;
}

.block-text-image-block.blue-back .img-text .right img {
    margin: 11px 0 11px auto;
    display: block;
    max-width: 466px;
}

.block-text-image-block.blue-back .img-text p {
    color: #fff
}

.block-text-image-block.blue-back .img-text ul {
    color: #fff;
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    max-width: 565px;
    font: 500 22px/32px 'Poppins', Arial, sans-serif;
}

.block-text-image-block.blue-back .img-text ul li {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 32px;
}

.block-text-image-block.blue-back .img-text ul li::before {
    display: none;
}

.block-text-image-block.blue-back .img-text ul li:after {
    background: url(https://www.sugarcrm.com/au/images/checkmark.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 10px auto;
    content: '';
    position: absolute;
    top: 42%;
    left: 0;
    transform: translate(0, -50%);
}


.block-text-image-block.blue-back .buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.block-text-image-block.blue-back .btn-primary {
    background-color: #3DE6BB;
    border-color: #3DE6BB !important;
    color: #000;
    font-size: 16px !important;
    min-width: 0;
    border-radius: 8px;
    text-transform: none;
}

@media (max-width: 768px) {
    .block-text-image-block.blue-back .btn-secondary {
        width: 100%;
    }
}

.block-text-image-block.blue-back .btn-primary {
    color: #000 !important;
}

.block-text-image-block.blue-back .btn-secondary {
    border: 2px solid #3DE6BB !important;
    color: #fff !important;
    text-transform: none;
    font-size: 16px !important;
    line-height: 25px;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
    background: transparent;
}

.block-text-image-block:has(+ .block-rounded-corners) {
    padding-bottom: 60px;
    margin-bottom: 0;
}

.block-text-image-block:has(+ .block-rounded-corners)+.block-rounded-corners {
    margin-bottom: 0;
}


.block-text-image-repeater p a {
    color: #FF7F13 !important;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

.block-text-image-repeater p a:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #FF7F13;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 14px;
    right: 8px;
    transition: all 0.3s ease;
}

.block-text-image-repeater p :hover:after {
    right: 0;
}

/*.block-text-image-repeater .img-text:has(+ .img-text.no-img) {margin-bottom: 0;padding-top: 50px;}
.block-text-image-repeater .img-text:has(+ .img-text.no-img) .right {margin-top: -100px;}
.block-text-image-repeater .img-text.no-img {margin-top: -70px;}
.block-text-image-repeater .img-text.no-img + .img-text .left {margin-top: -320px;}
.block-text-image-repeater .img-text.no-img + .img-text {margin-bottom: 0;}*/
.intelligence .block-text-image-repeater {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}


.block-timeline-image-with-text {
    margin-top: -70px;
}

.timeline-image-text {
    font: 500 22px/32px 'Poppins', Arial, sans-serif;
    padding-bottom: 100px;
}

.timeline-image-text.small-image {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.timeline-image-text .container>h2 {
    color: #000;
    text-align: center;
    font-weight: 500 !important;
    letter-spacing: -1px;
    line-height: 64px !important;
    max-width: 990px;
    margin: 0 auto;
}

.timeline-image-text .time-line {
    position: relative;
    padding-bottom: 100px
}

.timeline-image-text .time-line .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 200px 91px 0
}

.timeline-image-text .time-line .line>svg:first-child {
    width: 50px;
    background: #051933;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 3;
    text-align: left
}

.timeline-image-text .time-line svg path {
    stroke: #16A7FF;
}

.timeline-image-text .time-line .line>svg:first-child path {
    fill: #16A7FF;
    stroke: inherit;
}

.timeline-image-text .time-line .line>svg:last-child {
    right: 0;
    position: absolute;
    bottom: 3px
}

.timeline-image-text .time-line span {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    text-align: right
}

.timeline-image-text .time-line span:nth-child(2) {
    bottom: 160px
}

.timeline-image-text .time-line span:nth-child(3) {
    bottom: 110px
}

.timeline-image-text .time-line span:nth-child(5) {
    bottom: 60px
}

.timeline-image-text .time-line span:nth-child(4) {
    bottom: 6px;
    display: block;
}

.timeline-image-text .time-line span:nth-child(4) svg {
    margin-right: 12px
}

.timeline-image-text .time-line span:nth-child(6) {
    bottom: -50px
}

.timeline-image-text ul {
    padding-left: 0;
}

.timeline-image-text ul li::before {
    display: none !important;
}

.timeline-image-text ul li {
    background: url(https://www.sugarcrm.com/au/images/check.svg) no-repeat top 4px left;
    background-size: 22px;
    min-height: auto !important;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 40px;
    list-style: none;
    margin-left: 0;
    letter-spacing: -0.423px;
}

.timeline-image-text ul li:last-child {
    margin-top: 0;
}

.time-line .past,
.time-line .present,
.time-line .future {
    position: relative;
    font-size: 18px;
    border-radius: 24px;
    background: linear-gradient(0deg, #16A7FF 0%, #16A7FF 100%), #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
    padding: 4px 42px;
    color: #fff;
}

.time-line .text {
    color: #16A7FF;
    letter-spacing: -0.344px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 68px;
    background: #021227;
    border-radius: 8px;
    padding: 18px 29px 18px;
    width: 270px;
    font-size: 22px;
    line-height: 36px;
    left: -30px;
}

.time-line .text::after {
    position: absolute;
    content: '';
    border: 13px solid transparent;
    border-top: 28px solid #021227;
    top: 100%;
    left: 78px;
    margin-top: -3px
}

.time-line .present .text {
    margin-bottom: 50px;
}

.time-line .present .text::after {
    left: 95px;
}

.time-line .future .text {
    width: 207px;
    left: auto;
    right: 0;
}

.time-line .future .text::after {
    left: auto;
    right: 60px;
}

.timeline-image-text .left {
    width: 54%;
}

.timeline-image-text h2 {
    margin-bottom: 50px;
}

.timeline-image-text .right {
    width: 34%;
}

.timeline-image-text .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}


.block-cards-carousel {
    padding-top: 100px;
}

.block-cards-carousel h2 {
    margin-bottom: 0;
}

.block-awards-grid {
    padding-top: 120px;
}

.block-awards-grid .logos-list {
    max-width: 900px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.block-awards-grid .logos-list .item {
    margin: 0 15px 45px;
}

.block-awards-grid .logos-list img {
    display: block;
}

.home .block-awards-grid {
    padding-top: 45px;
}

.home .block-awards-grid .logos-list {
    max-width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding-top: 30px;
}

.home .block-awards-grid .logos-list .item {
    margin: 0 15px 30px;
}

.block-simple-text .container {
    margin-top: 90px;
    padding-top: 90px;
    border-top: 1px solid #D3D3D3;
    text-align: center;
    font: 500 18px/32px 'Poppins', Arial, sans-serif;
}

.block-simple-text p {
    max-width: 670px;
    margin: 0 auto 35px;
}

.block-simple-text p a {
    color: #FF8E00 !important;
    margin-right: 50px;
}

.block-simple-text p a:hover {
    text-decoration: underline !important;
}

.blockV2:last-child {
    padding-bottom: 94px;
}

.home .page-content .block-simple-text {
    padding-top: 90px;
}

.home .block-simple-text .container {
    border: none;
    margin-top: 0;
}

.home .block-simple-text h2 {
    font-weight: 500 !important;
    font-size: 52px !important;
    line-height: 64px !important;
    letter-spacing: -1px;
    text-align: center;
    max-width: 1018px;
    margin-inline: auto
}

.home .block-simple-text *:last-child {
    margin-bottom: 0;
}

.block-cta-block {
    font: 500 18px/32px 'Poppins', Arial, sans-serif;
    padding: 30px 0;
}

.block-cta-block .cta-block {
    background: #051933;
    color: #fff;
    border-radius: 58px;
    padding: 43px 50px 58px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.block-cta-block.light-blue-bg .cta-block {
    background: #16A7FF;
    color: #021227;
}

.block-cta-block .cta-block img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-bottom: 19px;
}

.block-cta-block .cta-block h2 {
    margin-bottom: 21px;
    color: #fff !important;
}

.block-cta-block.light-blue-bg .cta-block h2 {
    color: #000 !important;
}

.block-cta-block .cta-block p {
    max-width: 560px;
    margin: 0 auto 27px;
}

.block-cta-block .bottom-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.block-cta-block .bottom-buttons .btn {
    padding: 12px 24px 12px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: none;
    line-height: 25px;
    border-radius: 8px;
    color: #FF8E00;
    border: 1px solid #FF8E00;
    text-decoration: none;
    min-width: 220px;
}

.block-cta-block .bottom-buttons .btn:hover,
.block-cta-block .bottom-buttons .btn.main {
    background: #FF8E00;
    color: #000000;
}

.block-cta-block .bottom-buttons .btn.main:hover {
    background: transparent;
    color: #FF8E00;
}

.block-cta-block.light-blue-bg .bottom-buttons .btn {
    color: #000000;
    border: 2px solid #000000;
}

.block-cta-block.light-blue-bg .bottom-buttons .btn:hover,
.block-cta-block.light-blue-bg .bottom-buttons .btn.main {
    background: #FF8E00;
    color: #000000;
    border-color: #FF8E00;
}

.block-cta-block.light-blue-bg .bottom-buttons .btn.main:hover {
    background: transparent;
    color: #000000;
    border-color: #000000;
}

.block-logos {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}

.block-logos .block-inner {
    padding-bottom: 0 !important;
}

.block-logos .row.owl-carousel {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.block-logos .row.owl-carousel.owl-loaded .owl-stage-outer {
    overflow: visible;
}

.block-logos h2 {
    font: 500 18px/32px 'Poppins', Arial, sans-serif !important;
    letter-spacing: -0.35px;
    padding: 0 20px;
    color: #6C6C6C !important;
}

.home .block.block-logos h2 {
    font: 500 22px/32px 'Poppins', Arial, sans-serif !important;
    letter-spacing: -0.35px;
    padding: 0 20px;
    color: #6C6C6C !important;
}

.block-logos .container {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.page-template-template-demo-forms .block-logos .owl-item,
.home .block-logos .owl-item {
    margin: 0 45px;
    max-width: none;
    width: inherit !important;
}

.block-logos .logo-column {
    margin-bottom: 0 !important;
}

.page-template-template-demo-forms .block-logos,
.page-template-template-demo-forms .block-logos .block-inner {
    padding-top: 0 !important;
}

.block-logos .marquee {
    overflow: hidden;
    margin: 0 -15px !important;
    padding: 0 !important;
    flex-wrap: nowrap;
    display: flex;
    width: calc(100% + 30px);
}

.block-logos .marquee-track {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: Scroll 40s linear infinite;
}

.block-logos .marquee-track .logo-column {
    width: 320px;
    padding: 0 25px;
}

@keyframes Scroll {
    0% {
        transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.page-template-template-demo-forms .site-main-footer {
    background: transparent !important;
    padding: 0 !important;
}

.page-template-template-demo-forms .site-main-footer .copyright {
    border-top: 1px solid #CDD0D3;
    padding: 27px 0 42px !important;
    color: #000;
    font: 500 16px/42px 'Poppins', Arial, sans-serif;
    letter-spacing: -0.31px;
}

.page-template-template-demo-forms .site-main-footer .copyright a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.page-template-template-demo-forms .site-main-footer .copyright a:hover {
    text-decoration: underline;
    color: #000;
}

.page-template-template-demo-forms .site-main-footer .copyright ul {
    margin-bottom: 0 !important;
}

.page-template-template-demo-forms .site-main-footer .copyright ul li {
    position: relative;
}

.page-template-template-demo-forms .site-main-footer .copyright ul li {
    position: relative;
}

.page-template-template-demo-forms .site-main-footer .copyright ul li:not(:last-child):before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    margin-top: -2px;
    right: -15px;
}

.page-template-template-demo-forms .page-header-demo .small-image {
    position: absolute;
    right: -45px;
    top: 245px;
}

.blockV2 .heading-mobile {
    display: none;
}

.block-text-image-repeater+.block-textvideo-card {
    padding-top: 150px;
}

.intelligence .block-text-image-repeater+.block-textvideo-card {
    padding-top: 0;
}

.block-textvideo-card {
    font: 500 32px/42px 'Poppins', Arial, sans-serif;
    color: #051933;
    letter-spacing: -0.5px;
    padding: 20px 0 40px;
}

.block-textvideo-card .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.block-textvideo-card .flex-box.small-right {
    margin-bottom: 20px;
}

.block-textvideo-card .left {
    width: 54%;
}

.block-textvideo-card .left p {
    margin-bottom: 35px;
}

.block-textvideo-card .author {
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #6C6C6C;
}

.block-textvideo-card .author .img {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .13);
    border-radius: 50%;
    width: 76px;
    min-width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.block-textvideo-card .author .img img {
    max-width: 85%;
    border-radius: 50%;
}

.block-textvideo-card .right {
    width: 44%;
    max-width: 500px;
    position: relative;
}

.block-textvideo-card .right .box {
    transform: rotate(3deg);
    position: relative;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    margin: 0 0px;
    padding: 35px 45px;
    box-sizing: content-box;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    color: #fff;
    background: #57a9f5 url(https://www.sugarcrm.com/au/images/bgvideo.jpg) no-repeat 50%;
    background-size: cover;
    min-height: 350px;
    box-sizing: border-box;
}

.block-textvideo-card .small-right .left {
    width: calc(94% - 380px);
}

.block-textvideo-card .small-right .right {
    width: 380px;
}

.block-textvideo-card .small-right .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.block-textvideo-card .small-right .box {
    transform: none;
    min-height: 240px;
}

.block-textvideo-card .small-right div[id*="big_play_button_graphic"] {
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 135px !important;
    top: 50% !important;
    margin-top: -40px;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .block-textvideo-card .right .box {
        background: #57a9f5 url(https://www.sugarcrm.com/au/images/blue-card2x.png) no-repeat 50%;
        background-size: cover;
    }
}

.block-textvideo-card .right .box .play {
    padding-top: 110px;
    background: url(https://www.sugarcrm.com/au/images/play.svg) no-repeat 50% 0;
    background-size: 105px
}

.block-textvideo-card .right .box .play:hover {
    opacity: 0.6
}

.block-textvideo-card .right .box strong {
    font-weight: 900;
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.5px;
}

.block-textvideo-card .right .box span {
    font-weight: 500;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}


.block-compare-tiles {
    position: relative;
    padding: 110px 0 0;
    font: 500 18px/32px 'Poppins', Arial, sans-serif;
}

.block-compare-tiles h2 {
    margin-bottom: 95px;
}

.block-compare-tiles h2+p {
    max-width: 990px;
    margin-bottom: 90px;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.5px;
}

.block-compare-tiles .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.block-compare-tiles .item {
    width: calc(33.332% - 25px);
    position: relative;
}

.block-compare-tiles .item .left p {
    margin-bottom: 20px;
}

.block-compare-tiles .item .inner {
    padding: 26px 23px 31px;
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    position: relative;
    z-index: 4;
    height: 100%;
}

.block-compare-tiles .item:first-child::before {
    position: absolute;
    content: '';
    border: 112px solid transparent;
    border-left: 130px solid #F1F1F1;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    right: -240px;
}

.block-compare-tiles .item:nth-child(2) {
    width: calc(66.667% - 25px);
}

.block-compare-tiles .item .logo {
    margin-bottom: 16px;
    height: 44px;
    display: flex;
    align-items: center;
}

.block-compare-tiles .item .logo img {
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
}

.block-compare-tiles .item a {
    color: #FF7F13 !important;
    position: relative;
    display: inline-block;
    padding-right: 27px;
}

.block-compare-tiles .item a:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #FF7F13;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 14px;
    right: 8px;
    transition: all 0.3s ease;
}

.block-compare-tiles .item a:hover:after {
    right: 0;
}

.block-compare-tiles .item .numbers {
    align-items: flex-start;
    gap: 42px;
    color: #6C6C6C;
    font-size: 18px;
    line-height: 25px;
    min-width: 100px;
    flex-wrap: nowrap;
}

.block-compare-tiles .item .number {
    font-size: 32px;
    font-weight: 900;
    background: -webkit-linear-gradient(180deg, #FFA961 0%, #FF58B3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
    display: inline-block;
}

.block-compare-tiles .item:nth-child(2) .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.block-compare-tiles .item:nth-child(2) .inner .left {
    width: calc(50% - 35px);
    padding-right: 27px;
    border-right: 1px solid #CDD0D3;
}

.block-compare-tiles .item:nth-child(2) .inner .right {
    width: 50%;
    color: #6C6C6C;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.block-compare-list {
    position: relative;
    padding: 110px 0 110px;
    font: 500 22px/32px 'Poppins', Arial, sans-serif;
}

.block-compare-list h2 {
    margin-bottom: 70px;
}

.block-compare-list .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-compare-list .list {
    width: 53%;
    max-width: 573px
}

.block-compare-list .right-side {
    width: 43%;
    border-left: 1px solid #CDD0D3;
    padding-left: 52px
}

.block-compare-list .list .item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CDD0D3
}

.block-compare-list .list .item .title {
    width: calc(100% - 222px);
    padding: 14px 0 14px 10px
}

.block-compare-list .list .item .check {
    width: 111px;
    text-align: center
}

.block-compare-list .list .item:first-child {
    border-bottom: none;
    padding-bottom: 20px
}

.block-compare-list .list .item .check:last-child {
    border-left: 1px solid #CDD0D3
}

.block-compare-list .list .item:first-child .check {
    border: none
}

.block-compare-list .list .item:last-child {
    border-bottom: none
}

.block-compare-list .list .uncheck {
    background: url(https://www.sugarcrm.com/au/images/uncheck.svg) no-repeat center;
    background-size: 28px;
}

.block-compare-list .list .checked {
    background: url(https://www.sugarcrm.com/au/images/check.svg) no-repeat center;
    background-size: 28px;
}

.block-compare-list .report-box {
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    padding: 38px 41px;
    border-radius: 8px;
    margin-top: 50px;
}

.block-compare-list .report-box .heading {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.54px;
    margin-bottom: 22px !important;
}

.block-compare-list .report-box .btn {
    min-width: 220px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 12px 24px 12px 24px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid #241400;
    border-radius: 8px;
    min-width: 163px;
    background: #241400;
}

.block-compare-list .report-box .btn:hover {
    background: transparent;
    color: #241400;
}

.block-colored-boxex {
    position: relative;
    padding: 150px 0 0;
    font: 500 22px/32px 'Poppins', Arial, sans-serif;
}

.block-colored-boxex .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 50px
}

.block-colored-boxex .item {
    width: calc(33.332% - 33.332px);
}

.block-colored-boxex .box {
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 16px 0px #0000001A;
    height: 100%;
    position: relative;
}

.block-colored-boxex .box .heading {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}

.block-colored-boxex .box .icon {
    max-width: 45%;
}

.block-colored-boxex .box .btn {
    min-width: 220px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 12px 24px 12px 24px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid #241400;
    border-radius: 8px;
    background: #241400;
}

.block-colored-boxex .box .btn:hover {
    background: #fff;
    color: #241400;
}

.block-colored-boxex .box a:not(.btn) {
    color: #000;
    pointer-events: initial;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-top: 12px;
    font-size: 18px;
}

.block-colored-boxex .box a:not(.btn):after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #000000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 14px;
    right: 8px;
    transition: all 0.3s ease;
}

.block-colored-boxex .box a:not(.btn):hover:after {
    right: 0;
}

.block-colored-boxex .box.report {
    background: #16A7FF;
    color: #fff;
}

.block-colored-boxex .box.orange {
    padding: 38px 41px;
    background: rgb(255, 160, 80);
    background: -moz-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa050", endColorstr="#ff7500", GradientType=1);
}

.block-colored-boxex .box.orange .heading {
    margin-bottom: 45px;
}

.block-colored-boxex .box.video>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.block-colored-boxex .box.video div[id*="big_play_button_graphic"] {
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 125px !important;
    top: 50% !important;
    margin-top: -52px;
}

.block-textvideo-card .right strong.blue,
.block-colored-boxex .box.video strong {
    background: #16A7FF;
    transform: rotate(-3deg);
    border-radius: 8px;
    padding: 5px 20px 5px 50px;
    z-index: 2;
    position: absolute;
    left: -12px;
    top: -8px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 39px;
    letter-spacing: -0.34px;
    text-align: left;
}

.block-textvideo-card .right strong.blue:after,
.block-colored-boxex .box.video strong:after {
    content: '';
    background: url(https://www.sugarcrm.com/au/images/button-arrow.svg) 100% no-repeat;
    background-size: 15px 17px;
    position: absolute;
    margin-left: 0 !important;
    padding: 0;
    left: 17px;
    width: 15px;
    height: 18px;
    top: 50%;
    transform: translate(0px, -9px);
}

.block-colored-boxex .box.video .wistia_responsive_padding {
    height: 100%;
    margin: 0 !important;
}

.block-colored-boxex .box.video .play-arrow {
    min-height: 150px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    transition: all .5s ease;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-indent: -9999px;
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 125px !important;
}

.block-colored-boxex .box.video .play-arrow:after {
    display: none;
}

.block-colored-boxex .box.video .play-arrow:hover {
    scale: 1.2;
}

.block-video-center-section:not(:nth-child(2)) {
    margin-bottom: 100px;
    padding-bottom: 50px;
    position: relative;
}

.block-video-center-section:not(:nth-child(2)) .container {
    z-index: 3;
    position: relative;
}

.block-video-center-section:not(:nth-child(2))::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 210px;
    background: #fff;
    left: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0% 60%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 60%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.block-video-center-section:has(.style-row)::after {
    content: none;
}

.block-video-center-section {
    padding-top: 150px;
    position: relative;
    font: 400 22px/32px 'Poppins', Arial, sans-serif;
}

.block-video-center-section h2 {
    font-weight: 500 !important;
    text-align: center;
    max-width: 1200px;
    margin-inline: auto;
    margin-bottom: 150px;
}

.block-video-center-section .container.style-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-video-center-section .container.style-row .box,
.block-video-center-section .container.style-row .quote {
    flex-basis: 44%;
    text-align: left;
    margin: 0;
}

.block-video-center-section .container.style-row .box {
    flex-basis: 50%;
}

.block-video-center-section .container.style-row .quote .quote-text {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
}

.block-video-center-section .container.style-row .quote .author,
.block-video-center-section .container.style-row .quote .position {
    font-size: 14px;
    line-height: 28px;
}


.block-video-center-section .box.video {
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
    border-radius: 8px;
}

.block-video-center-section .box.video.link {
    aspect-ratio: 16 / 9;
    display: block;
}

.block-video-center-section .box.video.link strong {
    padding-left: 20px;
    padding-right: 40px;
}

.block-video-center-section .box.video.link strong:after {
    background: transparent;
    border: 2px solid #fff;
    transform: translate(0px, -5px) rotate(45deg);
    width: 10px;
    height: 10px;
    border-width: 3px 3px 0 0;
    left: auto;
    right: 22px;
    transition: all 0.3s ease;
}

.block-video-center-section .box.video.link:hover strong::after {
    right: 17px;
}

.block-video-center-section .box.video>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.page-header.page-header-v2.blue-bg .box.video div[id*="big_play_button_graphic"],
.block-video-center-section .box.video div[id*="big_play_button_graphic"] {
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 155px !important;
    top: 50% !important;
    margin-top: -65px;
    width: 130px !important;
    height: 130px !important;
}

.page-header.page-header-v2.blue-bg .box.video strong,
.block-video-center-section .box.video strong {
    background: #16A7FF;
    transform: rotate(-3deg);
    border-radius: 8px;
    padding: 5px 20px 5px 50px;
    z-index: 2;
    position: absolute;
    left: -12px;
    top: -15px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.34px;
    text-align: left;
    font-family: 'Poppins', Arial, sans-serif;
}

.page-header.page-header-v2.blue-bg .box.video strong {
    left: -30px;
}

.page-header.page-header-v2.blue-bg .box.video strong:after,
.block-video-center-section .box.video strong:after {
    content: '';
    background: url(https://www.sugarcrm.com/au/images/button-arrow.svg) 100% no-repeat;
    background-size: 15px 17px;
    position: absolute;
    margin-left: 0 !important;
    padding: 0;
    left: 17px;
    width: 15px;
    height: 18px;
    top: 50%;
    transform: translate(0px, -9px);
}

.block-video-center-section .box.video .wistia_responsive_padding {
    height: 100%;
    margin: 0 !important;
}

.block-video-center-section .caption {
    color: #6C6C6C;
    text-align: center;
    margin-top: 30px;
}

.block-video-center-section .quote {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.5px;
    text-align: center;
    max-width: 910px;
    margin: 100px auto;
}

.home .block-video-center-section {
    background: #fff;
    padding-bottom: 100px;
    margin-bottom: 0;
    padding-top: 50px;
}

.home .block-video-center-section:not(:nth-child(2))::after,
.home .block-video-center-section:not(:nth-child(2))::after {
    /*background: #F6F5F3;*/
}

/*.home,
.home .content-bg{background: #F6F5F3 !important;}*/
.home .block h2 {
    font-size: 52px !important;
    line-height: 64px !important;
    letter-spacing: -1px;
}

/*.home .page-content>.block:nth-child(1),
.home .page-content>.block:nth-child(2) {background: #fff;}
.home .page-content>.block:nth-child(2) {padding-bottom: 50px;margin-bottom: 0;}
/*.home .page-content>.block:nth-child(2):after {position: absolute;content: '';width: 100%;height: 98px;z-index: 4;background: #fff url(https://www.sugarcrm.com/au/images/bg-angle-grey.svg) no-repeat right bottom;border-radius: 58px 58px 0 0;bottom: 0;left: 0;box-shadow: 0 -19px 22px -13px rgba(0,0,0,0.1);}*/
.home .page-content .block-simple-text,
.home .page-content .block-simple-three-column-cards,
.home .page-content .block-number-countup,
.home .page-content .block-logos-stats,
.home .page-content .block-awards-grid,
.home .page-content .block-vertical-accordion,
.home .page-content .block-simple-three-column-cards-intro {
    background: #fff;
}

/*.home .page-content>.block:nth-child(2) {overflow: hidden;}*/
.home .page-content>.block:nth-child(2) .box.video {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}

.home .page-content>.block:nth-child(2) .box.video.link {
    max-height: 700px;
}

.home .page-content>.block:nth-child(2) .box.video.link img {
    position: relative;
}

.home .page-content>.block:nth-child(2) .box.video img {
    z-index: 3;
}

.home .page-content>.block:nth-child(2) .box.video strong {
    z-index: 4;
}

.home .page-content>.block:nth-child(2) .box.video:after,
.home .page-content>.block:nth-child(2) .box.video:before {
    position: absolute;
    content: '';
    width: 350px;
    height: 197px;
    padding: 0;
    background: #57a9f5 url(https://www.sugarcrm.com/au/images/bgvideo.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    bottom: -20px;
    right: -20px;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
}

.home .page-content>.block:nth-child(2) .box.video:before {
    bottom: auto;
    right: auto;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
}

.block-video-grid {
    padding-bottom: 75px;
    padding-top: 50px;
    position: relative;
    font: 400 22px/32px 'Poppins', Arial, sans-serif;
}

.home .block-video-grid {
    background: #fff;
}

.block-video-grid h2 {
    margin-bottom: 100px;
}

.block-video-grid:has(.feature) .header {
    width: 50%;
    margin-bottom: 40px;
}

.block-video-grid:has(.feature) h2 {
    margin-bottom: 20px;
    font-size: 42px !important;
    line-height: 52px !important;
}

.block-video-grid:has(.feature) p {
    font-size: 16px;
    line-height: 32px;
}

.block-video-grid .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 100px;
}

.block-video-grid .box {
    width: calc(33.333% - 33.332px);
}

.block-video-grid .box.video {
    position: relative;
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.18);
    border-radius: 8px;
}

.block-video-grid .box.video:nth-child(1),
.block-video-grid .box.video:nth-child(2) {
    width: calc(50% - 25px);
}

.block-video-grid .box.video>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.block-video-grid .box.video div[id*="big_play_button_graphic"] {
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 130px !important;
    top: 50% !important;
    margin-top: -52px;
}

.block-video-grid .box.video strong {
    background: #16A7FF;
    transform: rotate(-3deg);
    border-radius: 8px;
    padding: 14px 20px 15px 44px;
    z-index: 2;
    position: absolute;
    left: -12px;
    top: -15px;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -0.34px;
    text-align: center;
}

.block-video-grid .box.video strong:after {
    content: '';
    background: url(https://www.sugarcrm.com/au/images/button-arrow.svg) 100% no-repeat;
    background-size: 15px 17px;
    position: absolute;
    margin-left: 0 !important;
    padding: 0;
    left: 17px;
    width: 15px;
    height: 18px;
    top: 50%;
    transform: translate(0px, -9px);
}

.block-video-grid .box.video .wistia_responsive_padding {
    height: 100%;
    margin: 0 !important;
}

.block-video-grid .box.subtext span {
    display: block;
    border-left: 2px solid #84C4FF;
    padding-left: 35px;
    min-height: 120px;
}

.block-video-grid .box.video:nth-child(1) strong,
.block-video-grid .box.video:nth-child(2) strong {
    font-size: 26px;
    line-height: 46px;
}

.block-video-grid .box.video:nth-child(1) div[id*="big_play_button_graphic"],
.block-video-grid .box.video:nth-child(2) div[id*="big_play_button_graphic"] {
    background-size: 155px !important;
    top: 50% !important;
    margin-top: -65px;
    width: 130px !important;
    height: 130px !important;
}


.block-video-grid:has(.feature) .flex-box {
    align-items: flex-end;
}

.block-video-grid .feature {
    flex-basis: 50%;
}

.block-video-grid .feature .box.video {
    width: 100%;
}

.block-video-grid .more {
    flex-grow: 1;
}

.block-video-grid .more h4 {
    font-size: 24px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: Poppins;
}

.block-video-grid .more .box {
    width: 100% !important;
    border-radius: 0;
    box-shadow: none;
    border-top: solid 1px #DBDBDB;
    padding-top: 10px;
    margin-top: 10px;
}

.block-video-grid .more .box span .wistia_click_to_play {
    display: flex !important;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 32px;
}

.block-video-grid .more .box.video div[id*="big_play_button_graphic"] {
    position: static !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 30px auto !important;
    margin: 0 20px 0 0;
}

.block-video-grid:has(.feature) .box.video:nth-child(1) strong,
.block-video-grid:has(.feature) .box.video:nth-child(2) strong {
    font-size: 16px;
    line-height: 20px;
}

.block-video-grid .more .box span .wistia_click_to_play span {
    margin-left: auto;
}

.block-video-grid .buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.block-video-grid .buttons .btn {
    text-transform: none;
}

.block-video-grid .buttons .btn:after {
    content: none;
}

.block-video-grid .buttons .btn-primary {
    background-color: #16A7FF;
    color: #fff !important;
    border-radius: 8px;
}

.block-video-grid .buttons .btn-secondary {
    background-color: #fff;
    color: #000 !important;
    border-radius: 8px;
    border: solid 2px #16A7FF;
    flex-shrink: 0;
}


.video-popup-on-close {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    background: #000000a8;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.video-popup-on-close .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    width: 615px;
    background: #051933;
    box-shadow: 0 0 10px #000;
    color: #F6F5F3;
    font-family: Poppins;
    padding: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px
}

.video-popup-on-close .inner h4 {
    color: #00A0FF;
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px
}

.video-popup-on-close .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.video-popup-on-close .text {
    width: 48%
}

.video-popup-on-close .box {
    width: 48%;
    aspect-ratio: 16/9;
    position: relative;
    border: 2px solid #ff8e00;
    border-radius: 8px;
    overflow: hidden
}

.video-popup-on-close .box img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.video-popup-on-close .box.video:after {
    position: absolute;
    content: '';
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 80px !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transition: all 0.3s ease;
}

.video-popup-on-close .box.video:hover:after {
    background-size: 100px !important;
}

.video-popup-on-close .btn {
    display: block;
    width: 300px;
    max-width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #241400;
    padding: 12px 24px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid #FF8E00 !important;
    border-radius: 8px;
    min-width: 163px;
    background: #FF8E00;
    margin: 20px auto 0 !important
}

.video-popup-on-close .btn div {
    position: absolute !important;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    top: 0;
    background: transparent !important;
    opacity: 0;
    z-index: 2
}

.video-popup-on-close .btn:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000 !important
}

.wistia_popover_overlay {
    z-index: 10000 !important;
}

.block-cta-grid {
    padding-top: 150px;
    font-family: Poppins;
    font-weight: 500;
    padding-bottom: 50px
}

.block-cta-grid h2 {
    margin-bottom: 60px;
}

.block-cta-grid .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.block-cta-grid .item {
    width: calc(33.332% - 25px);
    background-color: #FBFBFB;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 2px 16px 0px #0000001A;
}

.block-cta-grid .text {
    font-size: 22px;
    line-height: 32px;
    padding-right: 20px;
}

.block-cta-grid .heading {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}

.block-cta-grid .image {
    max-width: 150px;
}

.block-cta-grid .item:nth-child(4n+2) {
    background: #16A7FF;
    color: #fff;
}

.block-cta-grid .item:nth-child(4n+3) {
    background: rgb(255, 160, 80);
    background: -moz-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 160, 80, 1) 0%, rgba(255, 117, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa050", endColorstr="#ff7500", GradientType=1);
}

.block-cta-grid .item:nth-child(4n+1),
.block-cta-grid .item:nth-child(4n) {
    width: calc(66.662% - 25px);
    display: flex;
    align-items: center;
}

.block-cta-grid .item:nth-child(4n+1) .heading,
.block-cta-grid .item:nth-child(4n) .heading {
    color: #16A7FF;
}

.block-cta-grid .item:nth-child(4n+1) .text,
.block-cta-grid .item:nth-child(4n) .text {
    align-self: flex-start;
}

.block-cta-grid .btn {
    min-width: 220px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 12px 24px 12px 24px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid #241400 !important;
    border-radius: 8px;
    background: #241400;
}

.block-cta-grid .btn:hover {
    background: transparent;
    color: #241400;
}

.block-cta-grid .btn.with-arrow:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    mask-image: url(https://www.sugarcrm.com/au/images/button-arrow.svg);
    mask-size: 13px 13px;
    mask-repeat: no-repeat;
    mask-position: center center;
    background: #fff;
    margin-left: 0 !important;
    padding: 0;
    width: 15px;
    height: 25px;
    margin-right: 15px;
}

.block-cta-grid .btn.with-arrow:hover:before {
    background: #241400;
}

.site-main-footer.new-footer {
    background: #F6F5F380;
    color: #111C38;
    padding-top: 90px !important;
    font-family: Poppins;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 36px !important;
}

.site-main-footer.new-footer a {
    color: #111C38;
    font-family: Poppins;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 36px !important;
    display: inline-block;
    text-transform: none;
    margin-bottom: 0;
}

.site-main-footer.new-footer .col-xl-3 .btn {
    min-width: 180px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-bottom: 50px;
    padding: 7px 0;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: none;
    line-height: 25px !important;
    border: 2px solid #16A7FF;
    border-radius: 8px;
    background: #16A7FF;
}

.site-main-footer.new-footer .col-xl-3 .btn:hover {
    background: transparent;
    color: #16A7FF;
}

.site-main-footer.new-footer .site-social-networks {
    margin-top: 40px
}

.site-main-footer.new-footer .site-social-networks .list-inline-item {
    margin-right: 5px;
}

.site-main-footer.new-footer .site-social-networks a {
    background-color: transparent;
    border: none;
}

.site-main-footer.new-footer .site-social-networks a svg {
    color: #000000;
    fill: #9D9D9D !important;
    width: 24px;
    height: 24px;
}

.site-main-footer.new-footer .site-social-networks a:hover svg {
    fill: #16A7FF !important;
}

.site-main-footer.new-footer a svg {
    float: left;
    max-width: 30px;
    margin-top: 5px;
}

.site-main-footer.new-footer a span {
    margin-left: 40px;
    display: block;
}

.site-main-footer.new-footer .col-xl-3 .logo {
    margin-bottom: 10px
}

.site-main-footer.new-footer .col-xl-3 a:not(.btn) {
    margin-bottom: 15px
}

.site-main-footer.new-footer .footer-menu-nav>ul {
    flex-direction: column;
    max-height: 580px;
    flex-wrap: wrap;
}

.site-main-footer.new-footer .footer-menu-nav>ul>li {
    max-width: 33.332%;
    flex: 0 0 33.332%;
    margin-bottom: 40px;
}

.site-main-footer.new-footer .footer-menu .sub-menu>li {
    margin-bottom: 0;
}

.site-main-footer.new-footer .footer-menu-nav>ul>li.menu-item-has-children>a {
    color: #AAA;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.site-main-footer.new-footer .footer-menu-nav li.icon-pricing>a {
    padding-left: 30px;
    background: url(https://www.sugarcrm.com/au/images/tag.svg) no-repeat center left;
    background-size: 22px;
}

.site-main-footer.new-footer .footer-menu-nav li.icon-people>a {
    padding-left: 40px;
    background: url(https://www.sugarcrm.com/au/images/people-group.svg) no-repeat center left;
    background-size: 32px;
}

.site-main-footer.new-footer .copyright {
    padding-top: 50px;
}

.site-main-footer.new-footer .simplified.copyright {
    padding-top: 0;
    margin-top: 10px;
}

.site-main-footer.new-footer .copyright-text {
    font-family: Poppins;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 36px !important;
}

.site-main-footer.new-footer .copyright-links {
    margin-left: auto;
}

.site-main-footer.new-footer .copyright-links a {
    text-transform: none !important;
}

.site-main-footer.new-footer .footer-lang-dropdown {
    margin-left: 110px;
}

.site-main-footer.new-footer .footer-lang-dropdown button {
    color: #111C38;
    font-size: 16px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
    background: url(https://www.sugarcrm.com/au/images/arrow-down.svg) no-repeat center right !important;
    border: none;
    padding: 0 25px 0 0;
}

.site-main-footer.new-footer .footer-lang-dropdown-toggle svg {
    fill: transparent !important;
    background: url(https://www.sugarcrm.com/au/images/globe-orange.svg) no-repeat center;
    background-size: 24px;
}


.request-demo .partial_entry_warning {
    display: none;
}


@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .block-textvideo-card .right .box strong {
        margin-top: 40px;
    }

    .block-compare-tiles .item .numbers {
        gap: 20px;
    }

    .site-header.transparent.new-header .ubermenu-main .ubermenu-nav>.ubermenu-item>a {
        padding: 20px 15px;
    }

    .new-navigation .ubermenu-main .ubermenu-custom-content .title {
        font-size: 26px;
        line-height: 35px;
    }

    .new-navigation .ubermenu-main .ubermenu-custom-content .author {
        line-height: 20px;
    }

    .new-navigation .ubermenu-main .ubermenu-custom-content .heading,
    .new-navigation .ubermenu-main .ubermenu-custom-content .left {
        font-size: 22px;
        line-height: 32px;
    }

    .new-navigation .ubermenu-main .box.video+a,
    .new-navigation .ubermenu-main .ubermenu-submenu .ubermenu-target {
        font-size: 16px;
    }

    .new-navigation .ubermenu-main .ubermenu-target>.ubermenu-target-description {
        font-size: 13px;
    }

    .page-header-v2.blue-bg .page-header-cta-btns {
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    .page-header-v2.blue-bg .page-header-cta-btns .btn {
        margin: 0;
    }

    .block-colored-boxex .flex-box {
        justify-content: center;
    }

    .block-colored-boxex .item {
        width: calc(50% - 25px);
    }

    .site-main-footer.new-footer .copyright {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-main-footer.new-footer .copyright-text {
        order: 3;
        width: 100%;
        text-align: center;
    }

    .site-main-footer.new-footer .copyright-links {
        margin-left: 0;
        order: 2;
        width: 100%;
        text-align: center;
    }

    .site-main-footer.new-footer .footer-lang-dropdown {
        order: 1;
        margin-left: 0;
    }

    .site-main-footer.new-footer {
        text-align: center;
    }

    .site-main-footer.new-footer .footer-menu-nav>ul {
        text-align: left;
    }


    .block-testimonial-grid .flex-box {
        height: 1000px;
    }

    .block-testimonial-grid .flex-box .testimonial {
        width: 48%;
    }

    /* Re-order items into rows */
    .block-testimonial-grid .flex-box .testimonial:nth-child(3n+1) {
        order: unset;
    }

    .block-testimonial-grid .flex-box .testimonial:nth-child(3n+2) {
        order: unset;
    }

    .block-testimonial-grid .flex-box .testimonial:nth-child(3n) {
        order: unset;
    }


    .block-logos-stats .flex-box .item:after {
        right: -12%;
    }

}

@media screen and (max-width: 1024px) {
    .page-header-videobg .page-header-content .text br {
        display: none;
    }

    .page-header-videobg .row {
        margin: 0;
    }

    .page-header-videobg .page-header-content {
        padding: 0;
    }

    body.no-mg .page-header.page-header-videobg {
        padding-top: 150px;
    }

    .page-header.page-header-videobg .col-lg-7 {
        width: 100% !important;
        height: auto;
    }

    .gravity-form-demo {
        margin: 50px auto 0
    }

    .block-animated-tabs .tab {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .slider-wrapper .slider-carousel {
        max-width: 70%;
    }

    .slider-carousel .slide {
        min-width: 100%;
        flex-shrink: 0;
        width: 100%;
    }

    .slider-wrapper .next-btn {
        right: 110px;
    }

    .slider-wrapper .prev-btn {
        right: 165px;
    }

    .page-template-template-demo-forms .page-header-demo .small-image {
        right: 0;
        top: auto;
        bottom: -12px;
    }

    .page-header-videobg {
        min-height: 0;
    }

    .block-compare-list {
        font-size: 18px;
    }

    .timeline-image-text .time-line .line {
        padding: 140px 66px 0;
    }

    .time-line .future .text,
    .time-line .text {
        letter-spacing: -0.1px;
        padding: 15px 15px 15px;
        width: 160px;
        font-size: 15px;
        line-height: 24px;
    }

    .time-line .present .text {
        left: 0;
    }

    .time-line .present .text::after {
        left: 64px;
    }

    .time-line .future .text {
        left: auto;
    }

    .timeline-image-text .left {
        width: 55%;
    }

    .timeline-image-text .right {
        width: 34%;
    }

    .block-vertical-accordion h2 {
        width: 100%;
    }

    .block-video-grid:has(.feature) .header {
        width: 100%;
    }

    .block-video-grid .feature {
        flex-basis: 100%;
    }

    .home .block-text-image-block:has(.style-angles) .flex-box {
        flex-direction: column;
    }

    .home .block-text-image-block:has(.style-angles) .left,
    .home .block-text-image-block:has(.style-angles) .right {
        width: 100%;
    }

    .block-text-image-block.blue-back .buttons {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .block-testimonial-grid .flex-box {
        flex-direction: column;
        height: auto;
    }

    .block-testimonial-grid .flex-box .testimonial {
        width: 100%;
    }

    .block-testimonial-grid .container:after {
        bottom: 0;
    }


}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .page-header-demo .page-header-content a:not(.btn) {
        display: block;
        margin-left: 52px;
    }
}

@media screen and (max-width: 991px) {
    .new-header .header-lang-dropdown .dropdown-menu {
        width: 100%;
    }

    .new-header .right>.btn {
        display: none;
    }

    .new-header .primary-nav-menu {
        order: 3;
    }

    .new-header .header-lang-dropdown .language-menu>li:not(:first-child) {
        border-left: none;
    }

    .new-header .right {
        order: 2;
        margin-left: auto;
    }

    .new-navigation .ubermenu-main {
        padding: 20px 0 0;
    }

    .new-navigation .ubermenu-main .ubermenu-custom-content {
        padding: 40px 20px !important;
        margin: 0 -20px
    }

    .new-navigation .ubermenu-main .ubermenu-submenu .ubermenu-target,
    .new-navigation .ubermenu-main .ubermenu-nav>.ubermenu-item .ubermenu-submenu span.ubermenu-item-layout-text_only {
        padding-inline: 0 !important;
        margin-right: 0 !important;
    }

    .new-navigation .ubermenu-main .ubermenu-submenu .ubermenu-item-has-children:not(:last-child) {
        margin-bottom: 40px;
    }

    .new-navigation .ubermenu-main .ubermenu-custom-content .flex-box {
        display: block;
    }

    .new-navigation .ubermenu-main .ubermenu-custom-content .right,
    .new-navigation .ubermenu-main .ubermenu-custom-content .left {
        width: 100%;
    }

    .new-navigation .ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
        padding-inline: 10px;
        font-weight: 500 !important;
        font-size: 18px !important;
    }

    .gravity-form-demo {
        width: 100%;
    }

    .page-header-videobg .card-body {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .page-template-template-demo-forms .page-header-demo .small-image {
        right: 0;
        top: auto;
        bottom: 0;
        position: relative;
        float: right;
    }

    .blockV2 h2 {
        font-size: 42px !important;
        line-height: 48px !important;
    }

    .block-animated-tabs .tab {
        font-size: 28px;
        line-height: 34px;
    }

    .block-animated-tabs .tabs-content {
        margin-top: 70px;
    }

    .block-animated-tabs .tab-content {
        font-size: 25px;
        line-height: 30px;
    }

    .block-animated-tabs .tab-content:nth-child(3n+2) .img-h:after,
    .block-animated-tabs .tab-content .img-h:after {
        right: -20px;
    }

    .block-number-countup {
        font-size: 18px;
        line-height: 28px;
    }

    .block-number-countup .number {
        font-size: 35px;
        line-height: 44px;
    }

    .block-product-tabs:has(.counter) .intro {
        flex-direction: column;
    }

    .block-product-tabs:has(.counter) .intro .awards {
        margin: 0 auto;
    }

    .block-product-tabs .flex-box {
        margin-top: 40px;
    }

    .block-product-tabs .number {
        font-size: 35px;
        line-height: 44px;
    }

    .block-logos-stats .flex-box .item:after {
        right: -12%;
    }

    .block-logos-stats .flex-box .item:last-child {
        display: none;
    }

    .block-logos-stats .flex-box .item:nth-last-child(2):after {
        content: none;
    }

    .block-logos-stats {
        font-size: 18px;
        line-height: 28px;
    }

    .block-logos-stats .number {
        font-size: 26px;
        line-height: 44px;
    }

    .block-simple-three-column-cards-intro .flex-box {
        gap: 30px;
        justify-content: center;
    }

    .block-simple-three-column-cards-intro .item {
        width: calc(50% - 15px);
    }

    .block-simple-three-column-cards .flex-box {
        gap: 30px;
        justify-content: center;
    }

    .block-simple-three-column-cards .item {
        width: calc(50% - 15px);
    }

    .block-simple-three-column-cards-intro .footer {
        flex-direction: column;
    }

    .block-simple-three-column-cards-intro .footer .copy {
        margin-bottom: 20px;
    }

    .block-product-tabs .tab,
    .block-video-tabs .tab,
    .block-simple-three-column-cards h2+p,
    .block-textvideo-card,
    .block-vertical-accordion .tab .title {
        font-size: 25px;
        line-height: 34px;
    }

    .block-vertical-accordion .tab-content .text-h {
        font-size: 25px;
        line-height: 34px;
        width: calc(100% - 110px);
        margin-right: 20px;
    }

    .block-simple-three-column-cards .item .stats {
        font-size: 25px;
        line-height: 34px;
    }

    .block-vertical-accordion .tab-content .card-h .card-img-h {
        width: 90px;
    }

    .block-vertical-accordion .tab .text-h,
    .block-vertical-accordion .tab-content .text-h .subtext {
        font-size: 16px;
        line-height: 26px;
    }

    .block-vertical-accordion .tabs {
        margin-top: 20px;
        width: 40%;
    }

    .block-product-tabs {
        padding-top: 150px;
    }

    .slider-wrapper .quote .box p,
    .block-text-image-block,
    .page-header-demo .page-header-content,
    .block-comparison-charts {
        font-size: 18px;
        line-height: 28px;
    }

    .page-header-demo .page-header-content ul li {
        background-position: top 2px left;
    }

    .block-comparison-charts .col-left {
        padding-right: 20px;
    }

    .block-comparison-charts .chart .numbers {
        gap: 20px;
    }

    .block-text-image-block.blue-bg {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .block-text-image-block .img-text .right img {
        width: 100%;
        max-width: 100%;
    }

    .block-text-image-block h3 {
        font: 900 36px/44px 'Poppins', Arial, sans-serif !important
    }

    .slider-wrapper .stat .box p+span,
    .slider-wrapper .quote .box cite {
        font-size: 16px;
        line-height: 26px;
    }

    .block-cards-carousel h2 {
        max-width: calc(100% - 200px);
    }

    .page-template-template-demo-forms .block-logos .owl-item {
        max-width: 200px;
        min-width: 200px;
        margin: 0 0;
    }

    .block-textvideo-card .right,
    .block-textvideo-card .left {
        width: 100%;
        margin: 0 auto;
    }

    .block-textvideo-card .right {
        margin-top: 50px;
    }

    .block-compare-tiles .item {
        width: 100% !important;
    }

    .block-compare-tiles .item:first-child::before {
        border-left: 112px solid transparent;
        border-top: 130px solid #F1F1F1;
        top: 100%;
        right: 50%;
        margin: 0 auto;
        transform: translate(50%, 0);
    }

    .block-compare-list .list {
        width: 100%;
        max-width: 100%
    }

    .block-compare-list .right-side {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        margin-top: 52px;
    }

    .home .page-content>.block:nth-child(2) {
        padding-bottom: 58px;
    }

    .home .page-content>.block:nth-child(2):after {
        height: 58px;
    }

    .block-video-center-section .box.video.link strong:after {
        left: auto !important;
        width: 8px;
        height: 8px;
    }

    .block-video-center-section {
        font-size: 18px;
    }

    .page-header.page-header-v2.blue-bg h1,
    .block-text-image-repeater .title,
    .home .block-simple-text h2 {
        font-size: 44px !important;
        line-height: 52px !important;
    }

    .block-video-grid .box {
        width: calc(50% - 25px);
    }

    .block-video-grid .box.video strong {
        font-size: 17px;
        line-height: 17px;
    }

    .block-video-grid .box.video:nth-child(1) strong,
    .block-video-grid .box.video:nth-child(2) strong {
        font-size: 17px;
        line-height: 31px;
    }

    .block-video-grid .box.video:nth-child(1) div[id*="big_play_button_graphic"],
    .block-video-grid .box.video:nth-child(2) div[id*="big_play_button_graphic"] {
        background-size: 95px !important;
        background-size: 130px !important;
    }

    .block-video-grid:has(.feature) .box.video:nth-child(1) div[id*="big_play_button_graphic"],
    .block-video-grid:has(.feature) .box.video:nth-child(2) div[id*="big_play_button_graphic"] {
        background-size: 30px auto !important;
    }

    .home .page-content>.block:nth-child(2) .box.video.link img {
        height: auto;
        margin-bottom: -10px
    }

    .block-cta-grid .item {
        width: calc(50% - 25px) !important;
        flex-wrap: wrap;
        align-items: center;
    }

    .block-cta-grid .image {
        order: 1;
        margin-bottom: 20px;
    }

    .block-cta-grid .text {
        order: 2;
        paint-order: 0;
    }

    .site-main-footer.new-footer {
        text-align: center;
    }

    .site-main-footer.new-footer .footer-menu-nav>ul {
        display: block;
    }

    .site-main-footer.new-footer .footer-menu-nav>ul>li {
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin-bottom: 0;
    }

    .site-main-footer.new-footer .footer-menu-nav>ul>li.menu-item-has-children>a {
        color: #111C38;
        margin-bottom: 0;
    }

    .site-main-footer.new-footer .footer-menu-nav--mobile .dropdown-toggle:after {
        background: url(https://www.sugarcrm.com/au/images/arrow-down.svg) no-repeat center right !important;
        background-size: 20px;
    }

    .site-main-footer.new-footer .copyright {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-main-footer.new-footer .copyright-text {
        order: 3;
        width: 100%;
        text-align: center;
    }

    .site-main-footer.new-footer .copyright-links {
        margin-left: 0;
        order: 2;
        width: 100%;
    }

    .site-main-footer.new-footer .footer-lang-dropdown {
        order: 1;
        margin-left: 0;
    }

    .block-vertical-accordion .header,
    .block-vertical-accordion .footer {
        flex-direction: column;
    }

    .block-vertical-accordion .header {
        margin-bottom: 30px;
    }

    .block-vertical-accordion a:after {
        top: 11px;
    }

    .block-vertical-accordion .buttons {
        margin-top: 20px;
    }

    .block-text-image-block .buttons {
        margin-bottom: 20px;
    }

    .block-textvideo-card .small-right .right {
        width: 246px;
        margin-top: 0;
    }

    .block-textvideo-card .small-right div[id*="big_play_button_graphic"] {
        background-size: 92px !important;
    }

    .block-textvideo-card .small-right .left {
        width: calc(94% - 246px);
    }

    .new-navigation:not(.scrolling) .white-text .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
        color: #fff;
    }

    .transparent+.main .page-header-v2.blue-bg {
        padding-top: 150px !important;
    }

    .page-header.page-header-v2.blue-bg .embed-responsive .wistia_embed {
        width: 100%;
        height: auto;
    }

    .home .page-content>.block:nth-child(2) .box.video:after,
    .home .page-content>.block:nth-child(2) .box.video:before {
        width: 150px;
        height: 100px;
    }

    .home .page-content>.block:nth-child(2) .box.video:after {
        right: -10px;
    }

    .home .page-content>.block:nth-child(2) .box.video:before {
        left: -10px
    }

    .home .page-content>.block:nth-child(2) .box.video.link {
        max-height: 330px;
        max-width: 90%
    }

    .page-header.page-header-v2.blue-bg .box.video {
        width: 100%;
    }

    .page-header.page-header-v2.blue-bg .box.video,
    .page-header.page-header-v2.blue-bg .embed-responsive {
        left: 20px;
    }

    .page-header.page-header-v2.blue-bg .embed-responsive .embed-responsive-item,
    .page-header.page-header-v2.blue-bg .embed-responsive embed,
    .page-header.page-header-v2.blue-bg .embed-responsive iframe,
    .page-header.page-header-v2.blue-bg .embed-responsive object,
    .page-header.page-header-v2.blue-bg .embed-responsive video {
        width: 100%;
        height: auto;
    }

    .page-header.page-header-v2.blue-bg .embed-responsive:after {
        display: none;
    }

    .page-header-v2.blue-bg .container {
        padding-bottom: 100px;
    }

    .page-header-v2.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child):after,
    .blue-bg:has(+ .block:not(.blue-bg)):after {
        height: 58px;
    }

    .page-header-v2.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child),
    .blue-bg:has(+ .block:not(.blue-bg)) {
        padding-bottom: 58px;
    }

    .block-text-image-repeater .title {
        margin-bottom: 80px;
    }

    .page-header.page-header-v2.blue-bg .box.video strong {
        font-size: 14px !important;
        line-height: 30px !important;
        padding-left: 30px !important;
    }

    .page-header.page-header-v2.blue-bg .box.video strong:after {
        background-size: 10px 12px !important;
        left: 8px !important;
    }

    .page-template-template-thank-you .two-columns,
    .single-resource .two-columns {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100% !important
    }

    .block-video-center-section .container.style-row {
        flex-direction: column;
    }

    .block-video-center-section .container.style-row .box {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .block-video-center-section .container.style-row .quote .quote-text {
        font-size: 20px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .block-text-image-repeater .img-text.no-img {
        margin-top: 0;
    }

    .block-smaller-image-with-text+.block-text-image-repeater:not(.blue-back) {
        margin-top: 0;
        padding-top: 70px;
    }

    .new-header .header-lang-dropdown .language-menu {
        columns: 1;
    }

    .page-header-videobg .page-header-content .text {
        margin-bottom: 0;
    }

    .page-header-videobg .page-header-content p {
        font-size: 22px;
        line-height: 40px;
    }

    body.no-mg:not(.scrolling) .site-header.transparent {
        padding-top: 20px !important;
    }

    .page-header-videobg:after {
        border-radius: 30px 30px 0 0;
    }

    body .page-header.page-header-demo {
        padding-top: 50px;
    }

    .block-compare-list .report-box,
    .gravity-form-demo .user-form-template,
    .gravity-form-demo.custom-form .card-body,
    .gravity-form-demo.thank-you-form .card-body>.gform_wrapper,
    .gravity-form-demo .report-box,
    .gravity-form-demo.short .gform_wrapper,
    .gravity-form-demo .gform_page {
        padding: 30px !important;
    }

    .gravity-form-demo.thank-you-form .gform_page {
        margin: -30px;
    }

    .page-header-videobg .page-header-cta-btns .btn {
        margin-top: 30px;
    }

    .page-header-videobg ul li {
        font-size: 20px;
        line-height: 25px;
    }

    .page-header-demo .page-header-content h1 {
        margin-bottom: 30px;
    }

    .page-header-demo .page-header-content h1,
    .home-page-header-new h1,
    .page-header-videobg h1 {
        font-size: 42px !important;
        line-height: 50px !important;
    }

    .home .block-simple-text h2,
    .blockV2 h2,
    .block-video-grid:has(.feature) h2,
    .home .block h2 {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .block-text-image-repeater .title {
        font-size: 30px !important;
        font-size: 18px !important;
        line-height: 40px !important;
        line-height: 26px !important;
    }

    .blockV2 .heading-mobile {
        display: block;
        font-size: 28px;
        line-height: 34px;
    }

    .blockV2 .tabs {
        display: none !important;
    }

    .tab-content {
        padding-top: 0 !important;
        position: relative !important;
        opacity: 1 !important;
        display: block !important;
    }

    .block-animated-tabs .tab-content .text-h,
    .block-animated-tabs .tab-content .img-h {
        width: 100%;
        max-width: 100%;
    }

    .block-phone-cta {
        font: 500 18px/26px 'Poppins', Arial, sans-serif;
        padding-top: 50px;
    }

    .block-animated-tabs .tabs-content {
        margin-top: 50px;
    }

    .block-animated-tabs .tab-content .img-h:after,
    .block-animated-tabs .tab-content .img-h:before {
        width: 250px;
        height: 150px;
    }

    .block-animated-tabs .heading-mobile {
        margin-bottom: 50px;
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .block-animated-tabs .tab-content+.tab-content {
        margin-top: 70px;
    }

    .block-animated-tabs .tab-content .text-h {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }

    .gravity-form-demo .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
    .gravity-form-demo .gform_wrapper.gravity-theme .gform_page .gform_previous_button,
    .gravity-form-demo .gform_wrapper.gravity-theme .gform_page .gform_next_button {
        min-height: 0 !important;
        line-height: 25px !important
    }

    .block-animated-tabs .tab-content:nth-child(3n+3) .img-h:after {
        bottom: -20px;
    }

    .block-animated-tabs {
        padding-bottom: 40px;
    }

    .slider-wrapper .slider-carousel {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .slider-carousel .slide {
        padding: 0 20px;
    }

    .slider-wrapper .prev-btn {
        right: auto;
        left: 20px;
    }

    .slider-wrapper .next-btn {
        right: auto;
        left: 75px;
    }

    .slider-carousel .slide .box {
        padding: 20px;
    }

    .slider-wrapper .video .box strong {
        font-size: 20px;
        line-height: 25px;
        margin-top: 40px;
    }

    .slider-wrapper .chart .box h3 {
        font-size: 20px;
    }

    .slider-wrapper .quote .box p,
    .block-text-image-block,
    .block-comparison-charts {
        font-size: 18px;
        line-height: 26px;
    }

    .slider-wrapper .chart .box .bottom-text,
    .slider-wrapper .stat .box p+span,
    .slider-wrapper .quote .box cite,
    .slider-wrapper .chart .box .subtext {
        font-size: 14px;
        line-height: 25px
    }

    .block-textvideo-card,
    .slider-wrapper .stat .text {
        font-size: 25px;
        line-height: 34px;
    }

    .block-number-countup .flex-box {
        padding: 0 5px;
        gap: 0;
        row-gap: 40px;
        justify-content: center;
    }

    .block-number-countup .text-h {
        width: 50%;
        text-align: center;
    }

    .block-product-tabs .flex-box {
        padding: 0 5px;
        gap: 0;
        row-gap: 40px;
        justify-content: center;
    }

    .block-product-tabs .text-h {
        width: 50%;
        text-align: center;
    }

    .block-product-tabs .text-h:nth-child(5) {
        display: none;
    }

    .block-logos-stats .flex-box {
        padding: 0 0 50px;
        gap: 12px;
        row-gap: 40px;
        justify-content: center;
    }

    .block-logos-stats .flex-box .item {
        flex-basis: 45%;
    }

    .block-logos-stats .text-h {
        text-align: center;
    }

    .block-mix-tiles .container {
        padding-bottom: 50px;
        padding-top: 75px;
    }

    .blue-bg:has(+ .block:not(.blue-bg)):after {
        height: 50px;
        bottom: 0;
        border-radius: 30px 30px 0 0;
    }

    .block-simple-three-column-cards .item {
        width: 100%;
    }

    .block-simple-three-column-cards {
        padding: 70px 0;
    }

    .block-simple-three-column-cards-intro .item {
        width: 100%;
    }

    .block-vertical-accordion .container {
        padding: 50px 20px 0;
    }

    .block-vertical-accordion h2 {
        margin-bottom: 30px;
    }

    .block-vertical-accordion.clip-blue-bg {
        padding-top: 50px;
        -webkit-clip-path: polygon(0% 2%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 98%, 0% 100%);
        clip-path: polygon(0% 2%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 98%, 0% 100%);
    }

    .block-vertical-accordion .heading-mobile {
        margin-bottom: 40px;
    }

    .block-vertical-accordion.clip-blue-bg .heading-mobile {
        margin-bottom: 40px;
        color: #fff;
    }

    .block-vertical-accordion .heading-mobile p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
    }

    .block-vertical-accordion .tabs-content {
        width: 100%;
        max-width: 100%;
    }

    .block-vertical-accordion .tab-content+.tab-content {
        margin-top: 50px;
    }

    .block-vertical-accordion .tab-content .img:after {
        width: 250px;
        height: 150px;
        right: -20px;
    }

    .block-vertical-accordion .tab-content .img img {
        max-width: 100%;
    }

    .block-vertical-accordion .tab-content .text-h {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .block-vertical-accordion .tab-content .card-h .card-img-h {
        display: none;
    }

    .block-vertical-accordion a:after {
        top: 11px;
    }

    .block-video-tabs .container {
        padding: 70px 20px 0;
    }

    .block-video-tabs .heading-mobile {
        margin-bottom: 30px;
    }

    .block-video-tabs .tab-content .logo-grid .img {
        width: 50% !important;
        padding: 0 20px;
    }

    .block-video-tabs .tab-content+.tab-content {
        margin-top: 70px;
    }

    .block-simple-three-column-cards h2+p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .block-comparison-charts .header {
        max-width: none;
    }

    .block-comparison-charts .heading .side-logos {
        margin-top: 20px;
    }

    .block-comparison-charts .col-right {
        width: 100%;
    }

    .block-comparison-charts .col-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .block-comparison-charts .col-left .title {
        text-align: center;
    }

    .block-comparison-charts .heading {
        margin-bottom: 30px;
    }

    .block-comparison-charts .chart {
        margin-top: 50px;
    }

    .block-product-tabs h2 {
        margin-bottom: 60px;
    }

    .block-product-tabs .heading-mobile {
        color: #84C4FF;
        margin-bottom: 20px;
    }

    .block-product-tabs.no-tabs {
        border-radius: 30px 30px 0 0;
        padding-top: 70px;
    }

    .block-product-tabs.no-tabs .heading-mobile {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 32px;
    }

    .block-product-tabs .tab-content+.tab-content {
        margin-top: 50px;
    }

    .block-product-tabs {
        padding-top: 100px;
        margin-top: 60px;
    }

    .block-product-tabs:before {
        height: 20px;
    }

    .block-text-image-block.blue-bg {
        margin-top: -20px;
        padding-block: 100px;
        -webkit-clip-path: polygon(0% 20px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 96%, 0% 100%);
        clip-path: polygon(0% 20px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 96%, 0% 100%);
    }

    .block-text-image-repeater .img-text .left,
    .block-text-image-repeater .img-text .right {
        width: 100%;
        padding: 0;
    }

    .block-text-image-repeater .img-text .right {
        margin-top: 50px;
    }

    .block-text-image-block .img-text .left,
    .block-text-image-block .img-text .right {
        width: 100%;
    }

    .block-cta-block .cta-block {
        padding: 40px 40px;
        border-radius: 20px;
    }

    .block-cta-block .bottom-buttons .btn {
        width: 100%;
    }

    .block-cards-carousel h2 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .block-cards-carousel .slider-wrapper {
        position: relative;
    }

    .block-cards-carousel .slider-wrapper .prev-btn {
        right: auto;
        left: 0;
    }

    .block-cards-carousel .slider-wrapper .next-btn {
        right: auto;
        left: 55px;
    }

    .blockV2:last-child {
        padding-bottom: 60px;
    }

    .block-simple-text .container {
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .block-simple-text p a {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .block-awards-grid .logos-list .item {
        width: 23%;
    }

    .page-header-demo .page-header-content a:not(.btn) {
        display: block;
        margin-left: 47px;
    }

    .block-video-center-section .quote {
        font-size: 25px;
        line-height: 37px;
    }

    .block-textvideo-card .author {
        font-size: 16px;
        line-height: 26px;
    }

    .block-compare-tiles {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .block-compare-tiles h2 {
        margin-bottom: 50px;
    }

    .block-compare-tiles .item:nth-child(2) .inner .right,
    .block-compare-tiles .item:nth-child(2) .inner .left {
        width: 100%;
    }

    .block-compare-tiles .item:nth-child(2) .inner .left {
        padding-right: 0;
        border-right: none;
        padding-bottom: 27px;
        border-bottom: 1px solid #CDD0D3;
    }

    .block-compare-tiles .flex-box {
        gap: 30px;
    }

    .block-compare-list .list .item .check {
        width: 60px;
    }

    .block-compare-list .list .item .title {
        width: calc(100% - 120px);
    }

    .home-page-header-new .img-h {
        background: #D8D8D8;
        filter: blur(4px);
        height: 110px;
    }

    .home-page-header-new .img-h img {
        display: none;
    }

    .home .block-logos h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .block-video-grid .box.video strong {
        font-size: 14px !important;
        line-height: 14px !important;
        padding-left: 30px !important;
    }

    .block-textvideo-card .right strong.blue,
    .block-colored-boxex .box.video strong,
    .page-header.page-header-v2.blue-bg .box.video strong,
    .block-video-center-section .box.video strong {
        font-size: 14px !important;
        line-height: 30px !important;
        padding-left: 30px !important;
    }

    .block-textvideo-card .right strong.blue:after,
    .block-colored-boxex .box.video strong:after,
    .block-video-grid .box.video strong:after,
    .page-header.page-header-v2.blue-bg .box.video strong:after,
    .block-video-center-section .box.video strong:after {
        background-size: 10px 12px !important;
        left: 8px !important;
    }

    .page-header.page-header-v2.blue-bg .box.video div[id*="big_play_button_graphic"],
    .block-video-center-section .box.video div[id*="big_play_button_graphic"] {
        background-size: 130px !important;
    }

    .home .page-content>.block:nth-child(2)+.block {
        padding-top: 0;
    }

    .block-video-center-section {
        font-size: 16px;
        line-height: 24px;
    }

    .block-video-center-section:not(:nth-child(2)) {
        margin-bottom: 80px;
        padding-bottom: 0;
    }

    .home .block-video-center-section:not(:nth-child(2)) {
        padding-bottom: 10px
    }

    .block-video-center-section:not(:nth-child(2)):after {
        height: 100px;
        -webkit-clip-path: polygon(0% 60%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 60%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    .block-video-grid {
        padding-bottom: 80px;
    }

    .block-cta-grid,
    .block-video-center-section {
        padding-top: 80px;
    }

    .block-video-grid .flex-box {
        row-gap: 50px;
    }

    .block-video-grid .box {
        width: 100% !important;
    }

    .block-video-center-section h2 {
        margin-bottom: 80px;
    }

    .home .page-content>.block:nth-child(2):after {
        border-radius: 30px 30px 0 0;
    }

    .block-cards-carousel h2+p,
    .block-cards-carousel h2 {
        max-width: 100%;
        width: 100%;
    }

    .block-cards-carousel h2+p {
        margin-bottom: 35px;
    }

    .block-cards-carousel .tag {
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .block-cards-carousel h2+p+.slider-wrapper .next-btn,
    .block-cards-carousel h2+p+.slider-wrapper .prev-btn {
        top: -10px;
    }

    .block-cta-grid .item {
        width: 100% !important;
    }

    .home-page-header-new {
        padding-top: 100px;
    }

    .page-header.page-header-v2 .page-header-cta-btns .btn-link {
        padding-right: 24px !important;
    }

    .page-header.page-header-v2.blue-bg .box.video strong {
        left: -5px;
    }

    .page-header.page-header-v2.blue-bg .box.video {
        aspect-ratio: initial;
        position: relative;
        left: 0;
        margin: 20px 0 0;
        aspect-ratio: 4/3;
    }

    .page-header.page-header-v2.blue-bg .embed-responsive {
        position: relative;
        left: 0;
        margin: 20px 0 0;
        padding-top: 56.6%;
    }

    .page-header.page-header-v2.blue-bg .embed-responsive .embed-responsive-item,
    .page-header.page-header-v2.blue-bg .embed-responsive embed,
    .page-header.page-header-v2.blue-bg .embed-responsive iframe,
    .page-header.page-header-v2.blue-bg .embed-responsive object,
    .page-header.page-header-v2.blue-bg .embed-responsive video {
        height: 100%;
    }

    .page-header-v2.blue-bg.stacks .container {
        padding-bottom: 75px;
    }

    .page-header.page-header-v2.blue-bg.stacks .embed-responsive .embed-responsive-item {
        min-height: 0;
    }

    .page-header.page-header-v2.blue-bg .embed-responsive:before {
        width: 150px;
        height: 100px;
        left: -10px;
        top: -10px;
    }

    .page-header-v2.blue-bg:has(+ .content-bg .page-content .block:not(.blue-bg):first-child):after,
    .blue-bg:has(+ .block:not(.blue-bg)):after {
        border-radius: 28px 28px 0 0;
    }

    .block-text-image-repeater .title {
        margin-bottom: 40px;
    }

    .block-text-image-repeater .title br {
        display: none;
    }

    .block-text-image-block .img-left .left,
    .block-text-image-repeater .img-left .left {
        order: 1;
    }

    .block-text-image-block .img-left .right,
    .block-text-image-repeater .img-left .right {
        order: 2;
    }

    .block-text-image-repeater:not(.blue-back) {
        padding: 50px 0 0;
    }

    .smaller-image-with-text:first-child,
    .block-text-image-repeater:not(.blue-back):first-child {
        padding-top: 50px;
        padding-bottom: 30px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 98%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 98%, 0% 100%);
    }

    .block-text-image-repeater+.block-textvideo-card {
        padding-top: 80px;
    }

    .block-textvideo-card .small-right .left {
        width: 100%;
    }

    .block-textvideo-card .small-right .right {
        width: 100%;
        margin: 0 auto;
        max-width: 500px;
    }

    .block-textvideo-card .flex-box.small-right {
        gap: 40px;
    }

    .block-accordion {
        padding-top: 80px;
    }

    .block-accordion .accordion .title {
        font-size: 18px;
    }

    .block-colored-boxex .item {
        width: 100%;
    }

    .block-colored-boxex .box.orange {
        padding: 25px 30px;
    }

    .block-features h2 {
        margin-bottom: 50px;
    }

    .block-features .flex-box {
        gap: 10px;
    }

    .block-features .flex-box .text,
    .block-features .flex-box .title {
        width: 100%;
    }

    .block-text-image-repeater .img-text:has(+ .img-text.no-img) {
        margin-bottom: 120px;
        padding-top: 0;
    }

    .block-text-image-repeater .img-text:has(+ .img-text.no-img) .right {
        margin-top: 50px;
    }

    .block-text-image-repeater .img-text.no-img+.img-text .left {
        margin-top: 0;
    }

    .block-text-image-repeater .img-text.no-img+.img-text {
        margin-bottom: 0;
    }

    .block-text-image-repeater .img-text.no-img:last-child .right {
        margin-top: 0;
    }

    .block-text-image-repeater .img-text {
        margin-bottom: 80px;
    }

    .block-features .section+.section {
        margin-top: 80px;
    }

    .timeline-image-text .container>h2 {
        line-height: 44px !important;
    }

    .timeline-image-text .flex-box {
        gap: 50px;
    }

    .timeline-image-text .right,
    .timeline-image-text .left {
        width: 100%;
    }

    .timeline-image-text .right {
        margin-bottom: 40px;
    }

    .timeline-image-text .time-line .line {
        padding: 1px 0 0;
        display: block;
    }

    .timeline-image-text .time-line span {
        display: none;
    }

    .timeline-image-text .time-line .line>svg {
        display: none;
    }

    .timeline-image-text .time-line .line>div {
        text-align: center;
        max-width: 200px;
        margin: 140px auto 20px
    }

    .timeline-image-text .time-line .text {
        margin-bottom: 40px;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, 0);
    }

    .timeline-image-text .time-line .text:after {
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, 0);
    }

    .video-popup-on-close .flex-box {
        gap: 20px;
    }

    .video-popup-on-close .text,
    .video-popup-on-close .box {
        width: 100% !important;
    }

    .intelligence .block-simple-text:first-child p {
        font-size: 22px;
        line-height: 34px;
        letter-spacing: -0.1px;
    }


    .block-logos-stats .flex-box .item:after {
        content: none;
    }
}


@media screen and (max-width: 640px) {
    .gform_wrapper.gravity-theme .ginput_complex span {
        margin-bottom: 12px !important;
    }

    .gform_wrapper.gravity-theme .ginput_complex span:last-child {
        margin-bottom: 0 !important;
    }
}


.page-template-template-thank-you {
    font-family: Poppins;
    font-weight: 500;
    line-height: 32px
}

.page-template-template-thank-you h1 {
    margin-bottom: 60px;
}

.page-template-template-thank-you #field_5_99 {
    display: none;
}

.page-template-template-thank-you .page-header .row {
    align-items: flex-start;
}

.single-resource .page-content {
    padding-bottom: 100px;
}

.single-resource .page-content .container {
    margin: 0 auto;
    position: relative;
}

.single-resource {
    background: #F6F5F3;
    font-family: Poppins;
    font-weight: 500;
}

.single-resource .new-header .logo.white {
    display: none;
}

.single-resource .sticky-nav.new-header.top {
    background: transparent;
    box-shadow: none
}

.single-resource .new-resource-header {
    padding-top: 50px;
}

.single-resource .new-resource-header h6 {
    margin-bottom: 25px;
    font-family: Poppins;
    font-weight: 500;
    border-radius: 17px;
    border: 1px solid #D8D8D8;
    background: #FBFBFB;
    color: #16A7FF;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
}

.single-resource .new-resource-header h1 {
    color: #000;
    font-family: Poppins;
    font-size: 52px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -1px;
    margin-bottom: 70px;
    max-width: 700px;
}

.page-template-template-thank-you .gravity-form-demo {
    padding: 0;
    max-width: 480px;
    margin-top: 0;
}

.page-template-template-thank-you .two-columns .text a:not(.btn) {
    color: #16A7FF !important;
}

.page-template-template-thank-you .two-columns .text a:not(.btn):hover {
    color: #ff8200 !important;
}

.single-resource .gravity-form-demo {
    padding: 0;
    max-width: 480px;
    float: right;
    margin-left: 8%;
    z-index: 3;
    position: relative;
    margin-bottom: 40px;
    position: absolute;
    right: 0;
    margin-top: 0;
    top: -175px;
}

.single-resource .page-content:has(.video-section) .gravity-form-demo,
.single-resource .page-content:has(#webinar-details) .gravity-form-demo {
    position: relative;
}

.single-resource .page-content:has(.resource-text + .related-content) .related-content {
    padding-top: 200px !important;
}

/* if text is above related content, move the form up higher */
.single-resource #main:has(.resource-text + .section-two-cols) .gravity-form-demo:not(.short) {
    top: -300px;
}

.page-template-template-thank-you .two-columns,
.single-resource .two-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 55%;
}


.page-template-template-thank-you .card,
.single-resource .card {
    display: block;
    border-radius: 0;
    border: none;
    background: transparent;
}

.page-template-template-thank-you .card-body,
.single-resource .card-body {
    padding: 0;
    flex: inherit;
}

.single-resource.webinars article.resource_type-webinars {
    padding: 0;
}

.single-resource .main>.container {
    display: block !important;
    min-height: 0 !important;
}

.single-resource.webinars #webinar-details {
    border: none;
    border-radius: 8px;
    background: #16A7FF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 25px;
    color: #FFF;
    font-size: 22px;
    line-height: 40px;
    /* 190.909% */
    letter-spacing: -0.423px;
    margin: 0 0 45px;
}

.single-resource.webinars #webinar-details svg {
    margin-right: 20px;
    margin-bottom: 4px;
}

.single-resource .gravity-form-demo .gform_wrapper.gravity-theme .gfield_label {
    display: none;
}

.gravity-form-demo.custom-form .card-body,
.single-resource .gravity-form-demo.short .gform_wrapper {
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    background: #FBFBFB;
    padding: 33px 40px 36px;
    position: relative;
}

.single-resource .gravity-form-demo.short .gform_wrapper .gfield.title.override {
    display: none;
}

.single-resource .gravity-form-demo .gfield {
    margin-bottom: 25px !important;
}

.single-resource .gravity-form-demo .gfield textarea,
.gravity-form-demo.custom-form .card-body textarea,
.gravity-form-demo.custom-form .card-body input:not([type=checkbox]),
.gravity-form-demo.custom-form .card-body select,
.single-resource .gravity-form-demo .gfield input:not([type=checkbox]),
.single-resource .gravity-form-demo .gfield select {
    padding-inline: 15px;
    height: auto;
}

.gravity-form-demo.custom-form .card-body select {
    padding-block: 9px;
}

.gravity-form-demo.custom-form .card-body textarea:focus-visible:focus,
.gravity-form-demo.custom-form .card-body input:not([type=checkbox]):focus-visible:focus,
.gravity-form-demo.custom-form .card-body select:focus-visible:focus,
.single-resource .gravity-form-demo .gfield textarea:focus-visible:focus,
.single-resource .gravity-form-demo .gfield input:not([type=checkbox]):focus-visible:focus,
.single-resource .gravity-form-demo .gfield select:focus-visible:focus {
    border: 2px solid #3DE6BB !important;
    outline: none;
}

.single-resource .gravity-form-demo .gform_wrapper.gravity-theme .gform_footer,
.single-resource .gravity-form-demo .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
    margin: 0;
}

.single-resource .gravity-form-demo .gform_wrapper.gravity-theme .btn-primary {
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.single-resource .gravity-form-demo .gform_wrapper.gravity-theme .btn-primary:hover {
    color: #241400 !important;
}

.single-resource .gravity-form-demo .card-body .size-form-above {
    border-radius: 8px 8px 0 0;
    margin-bottom: -30px;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.single-resource .gravity-form-demo.custom-form .size-form-above {
    border-radius: 8px 8px 0 0;
    margin-bottom: -30px;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.single-resource .resource-text {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.resource-text .scripts {
    margin-bottom: 0;
}

.resource-text .scripts br {
    display: none;
}

.single-resource .box-video {
    position: relative;
    display: flex;
    aspect-ratio: 3/2;
    margin-bottom: 40px;
}

.single-resource .box-video>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.single-resource .box-video div[id*="big_play_button_graphic"] {
    background: url(https://www.sugarcrm.com/au/images/new-play-btn.svg) no-repeat center !important;
    background-size: 130px !important;
    top: 50% !important;
    margin-top: -52px;
}

.single-resource .box-video strong {
    background: #16A7FF;
    transform: rotate(-3deg);
    border-radius: 8px;
    padding: 5px 20px 5px 44px;
    z-index: 2;
    position: absolute;
    left: -12px;
    top: -15px;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 39px;
    letter-spacing: -0.34px;
    text-align: center;
}

.single-resource .box-video strong:after {
    content: '';
    background: url(https://www.sugarcrm.com/au/images/button-arrow.svg) 100% no-repeat;
    background-size: 15px 17px;
    position: absolute;
    margin-left: 0 !important;
    padding: 0;
    left: 17px;
    width: 15px;
    height: 18px;
    top: 50%;
    transform: translate(0px, -9px);
}

.single-resource .box-video .wistia_responsive_padding {
    height: 100%;
    margin: 0 !important;
}

.single-resource h5 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.538px;
}

.single-resource .new-resource-header h1,
.single-resource .resource-text p,
.single-resource .resource-text h3,
.single-resource .resource-text h2,
.single-resource .resource-text h4,
.single-resource .resource-text h5,
.single-resource .resource-text ol,
.single-resource .resource-text ul,
.single-resource .resource-text blockquote {
    max-width: 56%;
}

.single-resource .resource-text:nth-child(2)~div,
.single-resource .resource-text:nth-child(3)~div,
.single-resource .resource-text:nth-child(4)~div {
    background: #ffffff;
}

.single-resource .resource-text:nth-child(2)+div,
.single-resource .resource-text:nth-child(3)+div,
.single-resource .resource-text:nth-child(4)+div {
    background: #ffffff;
    margin-top: 70px;
    padding-top: 170px;
    -webkit-clip-path: polygon(0% 80px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 80px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.single-resource .resource-text:nth-child(2)+.speakers-section {
    padding-top: 270px;
}

.page-template-template-thank-you .two-columns .image-slider,
.single-resource .two-columns .image-slider {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.21);
    max-width: 215px;
    margin-right: 40px;
}

.page-template-template-thank-you .two-columns .image-slider.owl-carousel,
.single-resource .two-columns .image-slider.owl-carousel {
    box-shadow: none;
}

.page-template-template-thank-you .image-slider+.text,
.single-resource .two-columns .image-slider+.text {
    width: calc(100% - 255px);
    max-width: 385px;
}

.page-template-template-thank-you .image-slider.owl-carousel .owl-dots,
.single-resource .two-columns .image-slider.owl-carousel .owl-dots {
    display: none;
}

.page-template-template-thank-you .image-slider.owl-carousel .owl-nav,
.single-resource .two-columns .image-slider.owl-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
}

.page-template-template-thank-you .image-slider.owl-carousel .owl-nav .owl-prev,
.page-template-template-thank-you .image-slider.owl-carousel .owl-nav .owl-next,
.single-resource .two-columns .image-slider.owl-carousel .owl-nav .owl-prev,
.single-resource .two-columns .image-slider.owl-carousel .owl-nav .owl-next {
    z-index: 3;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ececec;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}

.page-template-template-thank-you .image-slider.owl-carousel .owl-nav .owl-prev:before,
.single-resource .two-columns .image-slider.owl-carousel .owl-nav .owl-prev::before,
.page-template-template-thank-you .image-slider.owl-carousel .owl-nav .owl-next:before,
.single-resource .two-columns .image-slider.owl-carousel .owl-nav .owl-next::before {
    background: #00A0FF;
    mask-image: url(https://www.sugarcrm.com/au/images/prev-icon.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: auto 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
}

.page-template-template-thank-you .image-slider.owl-carousel .owl-nav .owl-next:before,
.single-resource .two-columns .image-slider.owl-carousel .owl-nav .owl-next::before {
    transform: scaleX(-1);
}


.page-template-template-thank-you .two-columns .icons {
    margin-bottom: 40px;
}

.single-resource .resource-text h5 {
    margin-bottom: 40px;
}

.single-resource .two-columns h5 {
    margin-bottom: 25px;
}

.page-template-template-thank-you .owl-carousel.owl-theme.dots-inside .owl-dots,
.single-resource .two-columns .owl-carousel.owl-theme.dots-inside .owl-dots {
    padding-bottom: 0;
    padding-top: 20px !important;
    margin-top: -10px !important;
}

.page-template-template-thank-you .owl-carousel.owl-theme.dots-inside .owl-dots button,
.single-resource .two-columns .owl-carousel.owl-theme.dots-inside .owl-dots button {
    border: none;
    padding: 0;
    background: transparent;
}

.page-template-template-thank-you .owl-carousel.owl-theme.dots-inside .owl-dots span,
.single-resource .two-columns .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin: 0 5px;
}

.single-resource .two-columns .text ul {
    padding-left: 0;
    margin: 0
}

.single-resource .two-columns .text ul li {
    background: url(https://www.sugarcrm.com/au/images/check.svg) no-repeat top 5px left;
    background-size: 22px;
    min-height: auto !important;
    margin-bottom: 10px;
    padding-top: 0;
    list-style: none;
    padding-left: 40px;
    break-inside: avoid;
    display: block;
    line-height: 32px;
}

.single-resource .page-content .btn:not(.dropdown-toggle) {
    cursor: pointer;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 12px 24px 12px 24px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: none;
    line-height: 25px;
    border: 2px solid #241400;
    border-radius: 8px;
    min-width: 163px;
    background: #241400;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.single-resource .page-content .btn:not(.dropdown-toggle):hover {
    background: transparent !important;
    color: #241400 !important;
}

.single-resource .two-columns+.btn {
    margin-top: 70px;
}

.single-resource .related-content {
    padding-top: 100px !important;
    clear: both;
}

.single-resource .post-type-archive-resource {
    padding-top: 110px;
    border-top: 1px solid #CDD0D3;
}

.single-resource .post-type-archive-resource h2 {
    color: #000;
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.885px;
    margin-bottom: 70px;
}

.single-resource .post-type-archive-resource .flex-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.single-resource .flex-box .post-card .card {
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    background: #FBFBFB;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 0;
}

.single-resource .flex-box .post-card .card:hover .btn {
    background: #fff;
    padding: 12px 24px 12px 24px !important;
    color: #000;
}

.single-resource .flex-box .post-card .card-img {
    background: transparent;
}

.single-resource .flex-box .post-card .card-img img {
    width: 100%;
    border-radius: 8px;
    /*aspect-ratio: 12/5;*/
    object-fit: cover;
}

.single-resource .post-type-archive-resource .flex-box .post-card .card .hover {
    background: #16A7FF;
    z-index: 80;
    border-radius: 8px;
    padding: 30px 30px 60px;
    display: none;
    z-index: -1;
}

.single-resource .post-type-archive-resource .flex-box .post-card .btn {
    max-width: 228px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.single-resource .post-type-archive-resource .flex-box .item {
    width: 33.332%;
    padding: 0 25px;
    margin-bottom: 50px;
    height: inherit;
}

.single-resource .post-type-archive-resource .flex-box .post-card {
    padding: 0;
    display: block;
    flex: inherit;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.single-resource .post-type-archive-resource .flex-box .post-card .card-body {
    padding: 20px 30px 30px;
}

.single-resource .post-type-archive-resource .post-card .card .hover .card-title,
.single-resource .post-type-archive-resource .flex-box .post-card h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    font-family: Poppins;
    margin-bottom: 0;
}

.single-resource .post-type-archive-resource .flex-box .post-card h3 a:hover {
    color: #000;
}

.single-resource .post-type-archive-resource .flex-box .post-card .category {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.single-resource .post-type-archive-resource .post-card .card .hover .card-title {
    margin-bottom: 25px;
}

.single-resource .speakers-section {
    clear: both;
}

.single-resource .speakers-section h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.5px;
    margin-bottom: 65px;
}

.single-resource .speakers-section .speaker-details {
    color: #000;
    line-height: 32px;
    text-align: center;
}

.single-resource .speakers-section .speaker-details .photo {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
}

.single-resource .speakers-section .speaker-details img {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-bottom: 0 !important;
    max-width: 100% !important;
}

.single-resource .speakers-section .speaker-details .size-logo {
    object-fit: inherit !important;
    max-width: 150px !important;
    margin-bottom: 30px;
}

.single-resource .speakers-section .speaker-details .inner h5 {
    font-size: 22px;
}

.single-resource .speakers-section .speaker-details .inner {
    padding: 0 .5rem !important;
    font-size: 18px !important;
    font-style: normal;
    line-height: 32px !important;
    margin-bottom: 25px !important;
}

.single-resource .speakers-section .speaker-details .inner p {
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 32px !important;
}

.single-resource .speakers-section .speaker-details .links {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}

.single-resource .speakers-section .speaker-details .links svg path {
    fill: #16A7FF;
}

.single-resource .speakers-section .speaker-details .links a:nth-child(2) {
    line-height: 24px;
}

.single-resource .speakers-sect:last-child {
    margin-bottom: 100px;
}

.single-resource .what-we-learn {
    padding-top: 120px;
}

.single-resource .what-we-learn h2 {
    padding-bottom: 50px;
}

.single-resource .what-we-learn p:not(:last-child) {
    margin-bottom: 40px;
}

.single-resource .what-we-learn .btn {
    margin-top: 40px;
}

.single-resource .what-we-learn .list ul {
    padding-left: 0;
}

.single-resource .what-we-learn .list ul li {
    background: url(https://www.sugarcrm.com/au/images/check.svg) no-repeat top 2px left;
    background-size: 22px;
    min-height: auto !important;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 40px;
    list-style: none;
    margin-left: 0;
}

.single-resource .what-we-learn .list ul li:last-child {
    margin-top: 0;
}


@media screen and (max-width: 991px) {
    .single-resource .gravity-form-demo {
        float: none;
        width: 100%;
        margin: 0 auto 50px;
        position: static;
    }

    .single-resource .post-type-archive-resource .flex-box {
        justify-content: center;
    }

    .single-resource .post-type-archive-resource .flex-box .item {
        width: 50%;
    }

    .speaker-details .col-md-4+.col-md-4,
    .speaker-details .col-md-6+.col-md-6 {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .page-header-v2.blue-bg:before {
        background-size: auto 200%;
    }

    .page-template-template-thank-you .gravity-form-demo {
        margin-top: 50px;
    }

    .single-resource .new-resource-header h1,
    .single-resource .resource-text p,
    .single-resource .resource-text h3,
    .single-resource .resource-text h2,
    .single-resource .resource-text h4,
    .single-resource .resource-text ol,
    .single-resource .resource-text ul,
    .single-resource .resource-text blockquote {
        max-width: 100%;
    }

    .single-resource .what-we-learn {
        padding-top: 100px;
    }

    .single-resource .what-we-learn h2 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .home-page-header-new .text {
        font-size: 20px;
        line-height: 50px;
    }

    html:is([lang="en-US"]) .home-page-header-new .text p:last-child::after,
    html:is([lang="en-AU"]) .home-page-header-new .text p:last-child::after,
    html:is([lang="en-GB"]) .home-page-header-new .text p:last-child::after {
        width: 60px;
        width: 110px;
        background-size: 100%;
        right: 3px;
    }

    .home-page-header-new .btn {
        margin-top: 20px;
    }

    .home-page-header-new .text p {
        padding: 8px;
        display: inline;
    }

    .home-page-header-new .text p:nth-child(1):after,
    .home-page-header-new .text p:nth-child(2):after {
        content: '';
        display: block;
        height: 20px;
    }

    .page-template-template-thank-you .page-header.page-header-v2.blue-bg .prehead,
    .single-resource .new-resource-header h1 {
        font-size: 46px;
        line-height: 52px;
    }

    .single-resource .gravity-form-demo.short .gform_wrapper {
        padding: 30px;
    }

    .single-resource .two-columns {
        display: block;
    }

    .page-template-template-thank-you .two-columns .image-slider,
    .single-resource .two-columns .image-slider {
        margin: 0 auto 40px !important;
    }

    .page-template-template-thank-you .two-columns .image-slider img,
    .single-resource .two-columns .image-slider img {
        width: 100% !important;
    }

    .page-template-template-thank-you .two-columns .image-slider+.text,
    .single-resource .two-columns .image-slider+.text {
        width: 100% !important;
    }

    .single-resource .post-type-archive-resource .flex-box .item {
        width: 100%;
    }

    .single-resource .post-type-archive-resource h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .single-resource .resource-text:nth-child(2)+div,
    .single-resource .resource-text:nth-child(3)+div,
    .single-resource .resource-text:nth-child(4)+div {
        padding-top: 100px;
        -webkit-clip-path: polygon(0% 40px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 40px, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
}