@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@keyframes drop {
    0% {
        top: -25%
    }

    100% {
        top: 110%
    }
}

:root {
    --q-cinth-footer-bg-colour: #032d41
}

.flex-1 {
    flex: 1
}

.space {
    display: block;
    padding: 15px
}

.space.xl {
    padding: 30px
}

.q-toolbar__title {
    display: contents
}

.q-gutter-y-md {
    width: 50vw;
    margin-top: 16px
}

.q-field .row .no-wrap .items-start .q-field--standout .q-input .q-field--dense .q-field--dark .q-ml-md .flex-1 {
    min-width: 450px
}

button,
.button {
    padding: 5px 30px;
    border-radius: 41px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border: none
}

button.primary,
.button.primary {
    background: #0F82B1
}

button.secondary,
.button.secondary {
    background: #46D662
}

button.get-started,
.button.get-started {
    padding: 6px 20px 3px;
    border: 2px solid var(--q-primary);
    background-color: white;
    white-space: nowrap
}

a.get-started {
    border-radius: 41px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    padding: 6px 20px 3px;
    border: 2px solid var(--q-primary);
    background-color: white;
    white-space: nowrap
}

.q-menu.q-position-engine[role="listbox"] {
    overflow-y: auto
}

.q-menu.q-position-engine[role="listbox"] .q-item {
    padding: 5px
}

.q-menu.q-position-engine[role="listbox"] .q-item__section.column {
    padding: 0
}

.q-header .right-bar {
    display: flex;
    flex: 1;
    justify-content: flex-end
}

.q-header .search-form {
    flex: 1;
    min-width: 280px;
    max-width: 320px
}

@media (max-width: 1199px) {
    .q-header .search-form {
        margin: 0;
        max-width: 30vw
    }

    .q-header .search-form .q-toolbar__title {
        display: none
    }
}

@media (min-width: 1920px) {
    .q-header .search-form {
        max-width: 18vw
    }
}

.q-header .search-form .q-field__control {
    border: 1px solid #3b3b3b;
    box-shadow: none
}

.q-header .search-form .q-btn i {
    color: #3b3b3b
}

.q-header .q-btn .q-badge {
    top: 6px;
    right: -2px;
    display: inline-block;
    padding: 3px 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--q-primary) !important;
    font-size: 8px;
    text-align: center
}

.q-menu.q-position-engine {
    padding: 10px;
    max-width: 1000px !important;
    overflow: visible;
    color: var(--q-primary);
    box-shadow: none;
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4))
}

.q-menu.q-position-engine:before {
    display: block;
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white
}

.q-menu.q-position-engine .column {
    position: relative;
    padding: 20px 30px;
}

.q-menu.q-position-engine .column:hover {
    background-color: rgba(5, 65, 114, 0.03)
}

.q-menu.q-position-engine .column .description {
    font-size: 13px
}

.q-menu.q-position-engine .q-tab {
    padding: 0;
    justify-content: flex-start;
    text-align: left
}

.q-menu.q-position-engine .q-tab__label {
    color: #032d41;
    font-weight: 600
}

.q-menu.q-position-engine .q-item .icon {
    padding-top: 10px;
    padding-right: 20px
}

.search-form {
    position: relative;
    background: none !important
}

.search-form .q-pa-md {
    padding: 0
}

.search-form .bg-primary {
    background: none !important
}

.search-form .q-field--standout .q-field__control {
    padding: 0 20px;
    border: 1px solid #3b3b3b;
    border-radius: 20px;
    box-shadow: none
}

.search-form .q-placeholder::placeholder {
    color: #3b3b3b;
    font-size: 14px
}

.search-form .q-field__control {
    box-shadow: none
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 40px;
    background: none !important
}

.search-form button::before {
    display: none
}

.search-form button .q-icon {
    margin: 0;
    color: #3b3b3b !important
}

.search-form button .q-focus-helper,
.search-form button span.block {
    display: none !important
}

.pagination .q-btn {
    background: none !important;
    color: black !important;
    font-weight: 400
}

.pagination .q-btn::before {
    display: none
}

.pagination .q-btn.text-white {
    color: var(--q-primary) !important
}

.marketplace-banner {
    padding: 100px 40px 80px;
    /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw) */
}

.marketplace-banner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3
}

.marketplace-banner .inner-block .content {
    position: relative
}

.marketplace-banner .search-avatar {
    position: absolute;
    bottom: -40px;
    left: 100%;
    width: 150px;
    margin-left: 40px
}

.marketplace-banner .search-avatar img {
    display: block;
    height: auto;
    width: 100%;
    transform: scaleX(-1) rotate(-30deg)
}

.marketplace-content {
    margin-block-end: 40px
}

.marketplace-content .top-panel h2 {
    margin: 0;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 500
}

.marketplace-content .top-panel h3 {
    margin: 0;
    color: var(--q-primary);
    font-size: 22px;
    font-weight: 500
}

.categories-tab {
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

.categories-tab.q-tabs .q-tab {
    display: inline-block;
    padding: 0;
    margin: 0 15px;
    min-height: 28px
}

.categories-tab.q-tabs .q-tab--active .q-tab__label {
    position: relative
}

.categories-tab.q-tabs .q-tab--active .q-tab__label::after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: 3px solid var(--q-primary)
}

.categories-list .q-panel.scroll {
    overflow: initial
}

.categories-list .panel-inner {
    padding: 0
}

.categories-list .list-row {
    padding: 0;
    margin: 0 -8px
}

.categories-list .q-card {
    border: 1px solid #e4e4e4;
    box-shadow: none
}

.categories-list .q-card a {
    color: #444444;
    text-decoration: none
}

.categories-list .q-card .thumbnail-image img {
    object-fit: contain !important
}

.categories-list .q-card .text-subtitle2 {
    font-size: 16px
}

.categories-list .q-card .text-body2 {
    font-size: 13px
}

.categories-list .categories-tab {
    margin-top: 0
}

.categories-list .q-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.categories-list .q-list .q-item {
    display: inline-flex;
    margin: 1%;
    min-height: 28px;
    padding: 10px;
    border: 1px solid var(--q-primary);
    border-radius: 8px
}

@media (min-width: 1200px) {
    .categories-list .q-list .q-item {
        width: 14%
    }
}

@media (max-width: 1439px) {
    .categories-list .q-list .q-item {
        width: 18%
    }
}

@media (max-width: 991px) {
    .categories-list .q-list .q-item {
        width: 23%
    }
}

@media (max-width: 739px) {
    .categories-list .q-list .q-item {
        width: 31%;
        font-size: 14px
    }
}

@media (max-width: 600px) {
    .categories-list .q-list .q-item {
        width: 48%
    }
}

.categories-list .q-list .q-item.active {
    position: relative;
    border-width: 3px
}

.vendor-tile .q-item {
    justify-content: center
}

.vendor-tile .q-item>.q-focus-helper {
    display: none !important
}

.categories-tab {
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

.categories-tab.q-tabs .q-tab {
    display: inline-block;
    padding: 0;
    margin: 0 15px;
    min-height: 28px
}

.categories-tab.q-tabs .q-tab--active .q-tab__label {
    position: relative
}

.categories-tab.q-tabs .q-tab--active .q-tab__label::after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: 3px solid var(--q-primary)
}

body.desktop .q-hoverable:not(:hover)>.q-focus-helper {
    display: none
}

.cat-row .q-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.cat-row .q-card__section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.cat-row .q-card__section>.row {
    width: 100%;
    align-items: center
}

.cat-row .q-card__section>.row .q-img {
    height: 96px;
    width: 96px
}

.cat-row .q-card__section>.row .q-img img {
    height: 96px;
    width: 96px;
    object-fit: contain !important
}

.cat-row .q-card .q-img {
    width: 120px;
    height: 96px
}

.cat-row .q-card .q-img img {
    object-fit: contain !important
}

.category-page .category-header {
    padding-left: 30px
}

.category-page .cat-title {
    margin-bottom: 10px;
    color: var(--q-primary);
    font-size: 32px;
    font-weight: 600
}

.category-page .cat-description {
    margin-bottom: 20px
}

.category-page .cat-card-header .text-h6 a {
    text-decoration: none
}

.category-page .q-card {
    border: 1px solid #1575a0;
    border-radius: 5px;
    box-shadow: none
}

.category-page .search-wrapper .search-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    padding: 0;
    margin: 0 0 20px
}

.category-page .search-wrapper .search-results .item {
    padding: 0;
    width: 100%
}

.category-page .search-wrapper .search-results .item .q-card__section .col-12 {
    display: flex
}

.category-page .search-wrapper .search-results .item .q-card__section .col-12 .thumbnail-container {
    padding-top: 15px;
    width: 75px;
    min-width: 75px;
    max-width: 75px
}

.category-page .search-wrapper .search-results .item .q-card__section .col-12 .product-card-body {
    padding-left: 20px
}

.category-page .search-wrapper .search-results .item .q-card .product-card-body-info h6 {
    font-size: 16px;
    font-weight: 600
}

.category-page .cat-sidebar .cat-sidebar-block {
    margin-top: 100px;
    border: 1px solid #1575a0;
    padding: 15px;
    border-radius: 5px
}

.category-page .cat-sidebar .cat-sidebar-block .cat-sidebar-title {
    color: #3b3b3b;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600
}

.category-page .cat-sidebar .cat-sidebar-block ul {
    padding: 0;
    margin: 0
}

.category-page .cat-sidebar .cat-sidebar-block ul li a {
    color: #05465e;
    font-size: 14px;
    text-decoration: none
}

.category-page .cat-sidebar .cat-sidebar-block ul li a:after {
    display: inline-block;
    content: '>';
    margin-left: 6px;
    vertical-align: middle;
    color: #ed3868;
    font-size: 12px;
    font-weight: 600
}

.category-page .cat-sidebar .cat-sidebar-block ul li+li {
    margin-top: 10px
}

.cat-show-more {
    text-align: center
}

.cat-show-more-link {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 30px;
    background: var(--q-primary);
    color: #fff;
    text-decoration: none;
    transition: all 300ms ease-in-out
}

.cat-show-more-link:hover {
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4))
}

.thumbnail-image {
    width: 220px;
    height: 100px
}

.products-row .item .q-card .thumbnail-container {
    width: 75px
}

.pdp-top {
    padding-right: 30px;
    margin: 0 -16px
}

.pdp-top .product-title {
    font-size: 26px;
    font-weight: 600
}

.pdp-top .actions {
    position: relative;
    top: 6px;
    margin-left: 20px;
    align-items: center
}

.pdp-top .actions button {
    height: 35px;
    width: 120px;
    font-size: 11px;
    white-space: nowrap
}

.pdp-top .actions button:not(:last-of-type) {
    margin-right: 10px
}

.pdp-top .rating .inner {
    vertical-align: middle
}

.pdp-top .rating a,
.pdp-top .rating span {
    font-size: 12px
}

.pdp-top .short-description {
    margin-top: 12px
}

.pdp-pricing {
    padding-left: 0
}

.pdp-pricing .product-tile>* {
    display: block
}

.pdp-pricing .brand-image {
    display: block;
    margin-bottom: 15px;
    height: auto;
    width: auto;
    object-position: left;
    object-fit: contain;
    max-width: 205px;
    max-height: 90px
}

.pdp-pricing .q-card .text-subtitle2 {
    display: none
}

.pdp-tabs {
    padding-left: 0
}

.pdp-tabs .tabs-content {
    margin: 0 -16px
}

.pdp-tabs .q-card {
    border: none;
    box-shadow: none
}

.pdp-tabs .q-tab--active .q-tab__content {
    position: relative
}

.pdp-tabs .q-tab--active .q-tab__content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    border-radius: 2px;
    background-color: var(--q-primary)
}

.pdp-tabs .q-tab-panel>* {
    display: block
}

.pdp-tabs .q-tab-panel>*:not(:last-child) {
    margin-bottom: 12px
}

.pdp-tabs table {
    display: table
}

.pdp-tabs table th {
    padding: 0;
    font-weight: 400
}

.pdp-tabs table tr td {
    padding: 0
}

.pdp-tabs table tr td:first-child {
    padding-right: 20px
}

.pdp-tabs table tr:not(:first-child) th {
    padding-top: 15px
}

.pdp-tabs table tr:hover td::before {
    display: none !important
}

.pdp-tabs .products-pricing span.price {
    color: var(--q-primary);
    font-size: 18px;
    font-weight: 500
}

.pdp-tabs .q-table__card {
    color: #5b6f7f
}

.pdp-page .product-image {
    display: block;
    height: auto;
    width: 100%
}

.pdp-page .sidebar>*:not(:last-child) {
    margin-bottom: 20px
}

.pdp-page .sidebar .q-card {
    box-shadow: 0 0 15px 0 #0003
}

.pdp-page .sidebar .related-products .content {
    margin: 10px 0 5px
}

.pdp-page .sidebar .related-products .content div {
    margin-bottom: 5px
}

.pdp-page .text-h6 {
    margin-bottom: 12px;
    color: var(--q-primary);
    font-size: 18px;
    font-weight: 400
}

.pdp-page .column-title {
    font-weight: 500
}

.pdp-page .awards {
    margin: 0 -10px
}

.pdp-page .awards .badge {
    display: inline-block;
    padding: 10px
}

.pdp-page .awards .badge img {
    display: block;
    height: auto;
    max-height: 60px
}

.pdp-features .q-card .text-h5 {
    font-size: 18px;
    font-weight: 600
}

.pdp-features .q-card .feature-text {
    padding-left: 15px
}

.rating .inner {
    position: relative;
    display: inline-block
}

.rating .inner::before {
    display: inline-block;
    font-family: 'icomoon';
    content: "\e939 \e939 \e939 \e939 \e939";
    color: #22a7df;
    font-size: 20px;
    letter-spacing: 10px
}

.rating .stars {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.rating .stars::after {
    display: inline-block;
    font-family: 'icomoon';
    content: "\e905 \e905 \e905 \e905 \e905";
    color: #22a7df;
    font-size: 1.35em;
    letter-spacing: 10px
}

.pdp-reviews .distribution .inner [class*="-star"] {
    position: relative;
    float: left;
    clear: both
}

.pdp-reviews .distribution .inner [class*="-star"] span {
    position: absolute;
    top: 3px;
    left: 100%;
    margin-left: 10px;
    font-size: 12px
}

.pdp-reviews .distribution .inner [class*="-star"]::before {
    display: inline-block;
    content: "\e939 \e939 \e939 \e939 \e939";
    font-family: 'icomoon';
    color: #22a7df;
    font-size: 13px;
    letter-spacing: 6px
}

.pdp-reviews .distribution .inner [class*="-star"]::after {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    font-family: 'icomoon';
    content: "\e905 \e905 \e905 \e905 \e905";
    overflow: hidden;
    color: #22a7df;
    font-size: 0.88em;
    letter-spacing: 6px
}

.pdp-reviews .distribution .inner [class*="1-"]::after {
    width: 20%
}

.pdp-reviews .distribution .inner [class*="2-"]::after {
    width: 40%
}

.pdp-reviews .distribution .inner [class*="3-"]::after {
    width: 60%
}

.pdp-reviews .distribution .inner [class*="4-"]::after {
    width: 80%
}

.pdp-reviews .distribution .inner [class*="5-"]::after {
    width: 100%
}

.pdp-reviews .review .rating .inner::before {
    font-size: 13px;
    letter-spacing: 6px
}

.pdp-reviews .review .rating .stars::after {
    font-size: 0.88em;
    letter-spacing: 6px
}

.product-list {
    margin-bottom: 30px
}

.product-list .text-h6 {
    margin-bottom: 30px
}

.product-list .row {
    margin: 0 -10px
}

.product-list .row [class*="col-"] {
    padding: 0 10px
}

.product-list .content .product a {
    display: block;
    text-decoration: none
}

.product-list .content .product a img {
    display: block;
    height: auto;
    width: 100%
}

.product-list .content .product a span {
    display: block
}

.product-list .content .product-image {
    border-radius: 15px;
    background-color: #d8d8d8
}

.product-list .content .product-vendor {
    margin: 15px 0 5px;
    color: #3b3b3b;
    font-weight: 500
}

.product-list .content .product-title {
    color: #5b6f7f;
    font-size: 15px
}

.news-block .header {
    align-items: center
}

.news-block .header .q-img {
    width: 75px
}

.news-block .header a {
    font-size: 15px;
    text-align: right
}

.news-block .content {
    font-size: 17px
}

.news-block .content img {
    display: block;
    margin-bottom: 15px;
    height: auto;
    width: 100%
}

body.home {
    font-family: Rubik, Roboto, sans-serif
}

@media (min-width: 601px) {
    body.home {
        margin-top: 195px
    }
}

@media (min-width: 1200px) {
    body.home {
        margin-top: 130px
    }
}

@media (max-width: 991px) {
    body.home {
        margin-top: 220px
    }
}

@media (max-width: 600px) {
    body.home {
        margin-top: 150px
    }
}

body.home .home-content {
    margin: 0 auto;
    max-width: 1700px
}

body.home .home-content.event-page {
    margin: 50px auto
}

body.home .home-content.event-page .text-lg {
    font-size: 18px
}

body.home .home-content.event-page .atcb-button {
    background-color: var(--q-primary);
    color: #fff
}

@media (max-width: 600px) {
    body.home .home-content>.row.justify-between {
        margin-left: 0
    }
}

body.home .text-h3 {
    margin-bottom: 50px;
    color: #054172;
    font-family: 'Poppins', Rubik, sans-serif;
    font-size: 40px;
    text-align: center
}

@media (max-width: 600px) {
    body.home .text-h3 {
        padding: 0 15px;
        font-size: 26px
    }
}

body.home .text-h6 {
    font-family: 'Poppins', Rubik, sans-serif;
    color: #444444;
    text-align: center
}

body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6 {
    font-family: 'Poppins', Rubik, sans-serif
}

body.home .primary-menu .q-tabs__content>div:not(.home) {
    display: none
}

body.home .q-page-container {
    padding-top: 0 !important
}

body.home .tabs-container .text-h3 {
    margin: 0
}

body.home .tabs-container .hp-tabs {
    padding: 0 15px;
    margin: 0 -15px;
    border-bottom: 2px solid #2b729f
}

body.home .tabs-container .hp-tabs>.q-tabs__content {
    justify-content: center
}

body.home .tabs-container .hp-tabs .hp-tab {
    display: flex;
    align-items: center;
    background-color: white;
    color: #4a4a4a;
    border-radius: 0;
    padding: 5px 20px;
    margin: 0;
    border: 1px solid #2b729f;
    border-bottom: 0;
    transition: background-color 0.3s ease
}

body.home .tabs-container .hp-tabs .hp-tab:first-child {
    border-top-left-radius: 20px
}

body.home .tabs-container .hp-tabs .hp-tab:last-child {
    border-top-right-radius: 20px
}

body.home .tabs-container .hp-tabs .hp-tab .q-icon {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 22px;
    color: #2b729f;
    transform: none !important
}

body.home .tabs-container .hp-tabs .hp-tab .q-tab__label {
    color: #2b729f
}

body.home .tabs-container .hp-tabs .hp-tab:hover {
    background-color: #2b729f;
    color: #fff
}

body.home .tabs-container .hp-tabs .hp-tab:hover .q-tab__label {
    color: #fff
}

body.home .tabs-container .hp-tabs .hp-tab:hover .q-icon {
    color: #fff
}

body.home .tabs-container .hp-tabs .hp-tab.q-tab--active {
    color: #fff;
    background-color: #2b729f
}

body.home .tabs-container .hp-tabs .hp-tab.q-tab--active .q-tab__label {
    color: #fff
}

body.home .tabs-container .hp-tabs .hp-tab.q-tab--active .q-icon {
    color: #fff
}

body.home .tabs-container .hp-tabs .hp-tab>.q-tabs__content {
    align-items: center
}

@media (max-width: 600px) {
    body.home .hero {
        position: relative;
        margin-top: 50px
    }
}

@media (max-width: 600px) {
    body.home .hero .slide-1 {
        position: relative
    }
}

body.home .hero .row {
    width: 100%
}

body.home .hero h2 {
    margin-bottom: 1.5vw;
    color: #054172;
    line-height: 1.3
}

@media (max-width: 600px) {
    body.home .hero h2 {
        margin-top: 0;
        position: absolute;
        top: 19%;
        left: 27%;
        width: 43%;
        text-align: center;
        font-size: 5.5vw;
        line-height: 1.5
    }
}

@media (min-width: 601px) {
    body.home .hero h2 {
        font-size: 4.3vw
    }
}

@media (min-width: 1200px) {
    body.home .hero h2 {
        margin-bottom: 35px;
        line-height: 1.3
    }
}

@media (min-width: 1700px) {
    body.home .hero h2 {
        font-size: 82px
    }
}

body.home .hero.tab-banner {
    margin-bottom: 30px
}

body.home .hero.tab-banner .inner {
    padding-right: 30px
}

body.home .hero.tab-banner p {
    margin-top: 0 !important
}

body.home .hero.tab-banner .block.our-services {
    background: none
}

body.home .hero.tab-banner .col-10 {
    padding-left: 30px
}

body.home .hero.tab-banner .text-h3 {
    text-align: left
}

@media (max-width: 600px) {
    body.home .hero.tab-banner .text-h3 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 601px) {
    body.home .hero.tab-banner .text-h3 {
        margin-bottom: 30px;
        font-size: 2.4vw
    }
}

@media (min-width: 1700px) {
    body.home .hero.tab-banner .text-h3 {
        font-size: 42px
    }
}

body.home .hero.tab-banner .custom-h3 {
    margin-top: 0;
    color: #054172;
    font-size: 24px;
    line-height: 1.3
}

@media (max-width: 1199px) {
    body.home .hero.tab-banner .custom-h3 {
        padding-right: 20px
    }
}

body.home .hero.tab-banner .row-custom .col-3 {
    padding-right: 0;
    width: 22%
}

body.home .hero.tab-banner .row-custom img {
    display: block;
    height: auto;
    width: 100%
}

body.home .hero.tab-banner .row-custom .button {
    padding: 10px 20px;
    background-color: var(--q-primary);
    font-size: 16px;
    text-decoration: none
}

body.home .hero.tab-banner h2 {
    margin-top: 0;
    margin-bottom: 1.5vw;
    color: #054172;
    line-height: 1.3
}

@media (max-width: 600px) {
    body.home .hero.tab-banner h2 {
        margin-top: 0;
        position: static;
        top: 17%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 5.5vw;
        line-height: 1.5;
        padding: 0 30px
    }
}

@media (min-width: 601px) {
    body.home .hero.tab-banner h2 {
        font-size: 4vw
    }
}

@media (min-width: 1200px) {
    body.home .hero.tab-banner h2 {
        margin-bottom: 35px
    }
}

@media (min-width: 1700px) {
    body.home .hero.tab-banner h2 {
        font-size: 82px
    }
}

body.home .hero p {
    margin-bottom: 1.5vw;
    color: #054172;
    font-size: 19px;
    font-weight: 500
}

@media (max-width: 600px) {
    body.home .hero p {
        margin-bottom: 16.5vw;
        width: 60%;
        font-size: 4vw
    }
}

@media (min-width: 601px) {
    body.home .hero p {
        margin-top: -13%;
        font-size: 1.6vw
    }
}

@media (min-width: 1700px) {
    body.home .hero p {
        font-size: 30px
    }
}

body.home .hero .hp-banner-image {
    position: relative;
    right: 17%;
    display: block;
    height: auto;
    width: 115%
}

@media (max-width: 600px) {
    body.home .hero .hp-banner-image {
        right: -20vw;
        z-index: -1;
        width: 100vw;
        position: absolute;
        bottom: -42vw
    }
}

body.home .hero .hp-banner-image-wheel {
    position: relative;
    right: -20px;
    width: 60%;
    border: none !important;
    background: transparent !important
}

body.home .hero .hp-banner-image-wheel::-webkit-media-controls-panel {
    background: transparent !important
}

@media (max-width: 600px) {
    body.home .hero.tab-banner .hp-banner-image-wheel {
        right: 0;
        height: auto;
        width: 100%
    }
}

body.home .hero.tab-banner .hp-banner-image {
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1439px) and (min-width: 601px) {
    body.home .hero.tab-banner .hp-banner-image {
        height: 100%;
        object-fit: cover;
        object-position: center
    }
}

body.home .hero .q-panel-parent,
body.home .hero .q-panel.scroll {
    overflow: visible
}

body.home .hero .q-carousel__slide {
    padding: 0
}

@media (max-width: 991px) {
    body.home .hero .q-carousel.q-panel-parent {
        height: 42vw !important
    }
}

@media (min-width: 1700px) {
    body.home .hero .q-carousel.q-panel-parent {
        height: 650px !important
    }
}

@media (max-width: 991px) {
    body.home .hero .q-carousel.q-panel-parent .text-h3 {
        margin-bottom: 0;
        font-size: 30px
    }
}

body.home .hero .q-carousel .block.our-services {
    display: flex !important;
    align-items: center;
    padding-top: 40px;
    height: 100%;
    background: #e9f7fe
}

body.home .hero .q-carousel .block.our-services .top .text-h3 {
    width: 100%;
    color: #054172
}

body.home .hero .q-carousel__prev-arrow--horizontal {
    left: 0
}

@media (min-width: 1440px) {
    body.home .hero .q-carousel__prev-arrow--horizontal {
        left: -40px
    }
}

body.home .hero .q-carousel__next-arrow--horizontal {
    right: 0
}

@media (min-width: 1440px) {
    body.home .hero .q-carousel__next-arrow--horizontal {
        right: -40px
    }
}

body.home .hero .q-carousel .q-btn__content .q-icon:before {
    color: #054172;
    font-size: 48px
}

body.home .block.what-we-do {
    padding: 50px 0 0
}

body.home .block.what-we-do .top {
    margin-bottom: 40px
}

body.home .block.what-we-do .hp-we-do {
    display: block;
    margin: 0 auto;
    max-width: 940px;
    width: 80%
}

@media (min-width: 1200px) {
    body.home .block.what-we-do .hp-we-do {
        max-width: 1600px
    }
}

body.home .block.what-we-do .q-list {
    font-weight: 500
}

body.home .block.what-we-do .q-list .q-item__section--avatar {
    font-size: 26px
}

body.home .block.what-we-do .content {
    position: relative
}

body.home .block.what-we-do .content .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    z-index: -1
}

@media (max-width: 991px) {
    body.home .block.what-we-do .content .background {
        margin-left: -23px
    }
}

body.home .block.what-we-do .content .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    height: 300px;
    width: 300px;
    border: 5px solid #02679A;
    border-radius: 50%;
    background-color: #ffffff
}

@media (max-width: 1439px) {
    body.home .block.what-we-do .content .inner {
        height: 220px;
        width: 220px
    }
}

@media (max-width: 991px) {
    body.home .block.what-we-do .content .inner {
        height: 180px;
        width: 180px
    }
}

@media (max-width: 991px) {
    body.home .block.what-we-do .content .inner {
        padding: 2vw;
        height: 35vw;
        width: 35vw
    }
}

body.home .block.what-we-do .content .inner .flex .image-1 {
    left: auto
}

body.home .block.what-we-do .content img {
    display: inline-block
}

body.home .block.what-we-do .content .row {
    height: 100%;
    justify-content: space-between;
    flex-wrap: nowrap
}

@media (max-width: 991px) {
    body.home .block.what-we-do .content .row.elements {
        flex-wrap: wrap
    }
}

body.home .block.what-we-do .content [class*="col-"]:not(.cloud) {
    padding: 20px;
    height: auto
}

@media (max-width: 991px) {
    body.home .block.what-we-do .content [class*="col-"]:not(.cloud) {
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    body.home .block.what-we-do .content [class*="col-"]:not(.cloud).right {
        justify-content: flex-end
    }

    body.home .block.what-we-do .content [class*="col-"]:not(.cloud).right .inner {
        margin-left: auto
    }

    body.home .block.what-we-do .content [class*="col-"]:not(.cloud).center {
        margin: 0 auto
    }

    body.home .block.what-we-do .content [class*="col-"]:not(.cloud).left {
        margin-right: auto
    }
}

body.home .block.what-we-do .content [class*="col-"]:not(.cloud) span:not(.images) {
    position: relative;
    display: inline-block;
    color: #444444;
    font-size: 24px;
    font-weight: 500
}

@media (max-width: 1439px) {
    body.home .block.what-we-do .content [class*="col-"]:not(.cloud) span:not(.images) {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    body.home .block.what-we-do .content [class*="col-"]:not(.cloud) span:not(.images) {
        font-size: 3.4vw
    }
}

body.home .block.what-we-do .content [class*="col-"]:not(.cloud) img {
    position: relative;
    left: -50%;
    display: block;
    padding: 7px;
    margin: 0 15px;
    height: auto;
    width: 60%;
    background-color: #ffffff
}

body.home .block.what-we-do .content .cloud {
    margin: 30px 0
}

body.home .block.what-we-do .content .cloud .inner {
    margin: 0 auto;
    height: 300px;
    width: 300px;
    align-items: center;
    justify-content: center
}

@media (max-width: 1439px) {
    body.home .block.what-we-do .content .cloud .inner {
        height: 250px;
        width: 250px
    }
}

body.home .block.what-we-do .content .cloud img {
    max-width: 270px;
    width: 100%
}

body.home .block.what-we-do .content .cloud span {
    display: block;
    color: #02679A;
    font-size: 26px;
    font-weight: 600
}

@media (min-width: 601px) {
    body.home .block.video-block .col-sm-6.q-pa-sm {
        width: 40%
    }
}

@media (min-width: 601px) {
    body.home .block.video-block .col-sm-6.q-pa-lg {
        width: 60%
    }
}

@media (max-width: 600px) {
    body.home .block.video-block .text-h3 {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    body.home .block.video-block .text-h3 {
        font-size: 26px
    }
}

@media (min-width: 601px) {
    body.home .block.video-block .text-h3 {
        font-size: 37px
    }
}

body.home .block.our-services {
    padding-top: 100px;
    padding-bottom: 80px
}

body.home .block.our-services .text-h3 {
    width: 100%;
    color: #054172
}

body.home .block.our-services p {
    width: 80%;
    color: white
}

body.home .block.our-services .content [class*="col-"] {
    padding: 15px
}

@media (max-width: 739px) {
    body.home .block.our-services .content [class*="col-"] {
        width: 100%
    }
}

body.home .block.our-services .content a {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease-in-out
}

body.home .block.our-services .content a img {
    position: relative;
    display: block;
    margin-bottom: 15px;
    height: auto;
    width: 100%
}

@media (max-width: 991px) {
    body.home .block.our-services .content a img {
        width: 120%;
        margin-left: -10%
    }
}

@media (min-width: 992px) {
    body.home .block.our-services .content a img {
        margin-left: -12.5%;
        width: 125%
    }
}

@media (min-width: 1700px) {
    body.home .block.our-services .content a img {
        margin-left: 0;
        width: 100%
    }
}

body.home .block.our-services .content a span:not(.action) {
    position: absolute;
    font-weight: 600;
    text-align: left;
    top: 19%;
    left: 21%;
    font-size: 30px
}

@media (max-width: 1199px) {
    body.home .block.our-services .content a span:not(.action) {
        top: 26%;
        font-size: 3vw
    }
}

@media (max-width: 739px) {
    body.home .block.our-services .content a span:not(.action) {
        top: 26%;
        left: 15%;
        font-size: 6vw !important
    }
}

@media (max-width: 600px) {
    body.home .block.our-services .content a span:not(.action) {
        font-size: 25px
    }
}

@media (min-width: 601px) {
    body.home .block.our-services .content a span:not(.action) {
        left: 15%;
        font-size: 2vw
    }
}

@media (min-width: 992px) {
    body.home .block.our-services .content a span:not(.action) {
        top: 4vw;
        left: 4vw;
        font-size: 2.2vw
    }
}

@media (min-width: 1700px) {
    body.home .block.our-services .content a span:not(.action) {
        top: 19%;
        left: 21%;
        font-size: 30px
    }
}

body.home .block.our-services .content a span.action {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 26px;
    background-color: #006799;
    color: white;
    font-size: 18px;
    font-weight: 500
}

body.home .block.our-services .content a:hover {
    filter: drop-shadow(2px 4px 15px #015A85)
}

body.home .block.our-services .links {
    margin-top: 70px
}

body.home .block.our-services .links [class*="col-"] {
    padding: 0 15px
}

body.home .block.our-services .links .flex {
    align-items: center
}

body.home .block.our-services .links i {
    margin-right: 10px;
    font-size: 32px
}

body.home .block.our-services .links span {
    display: flex;
    align-items: center;
    height: 54px;
    color: white;
    font-size: 12px;
    font-weight: 500
}

body.home .block.our-services .links a {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap
}

body.home .block.our-services .links a i {
    margin-left: 5px;
    font-size: 8px
}

body.home .block.our-services .overlap-right {
    position: relative;
    left: 3vw
}

body.home .block.our-services .overlap-right img {
    display: block;
    height: auto;
    width: 90%
}

body.home .block.cloud-services {
    padding: 80px 0 150px
}

body.home .block.cloud-services .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

body.home .block.cloud-services .item .img-block {
    position: relative;
    margin-bottom: -3vw
}

@media (min-width: 601px) {
    body.home .block.cloud-services .item .img-block .q-img {
        margin-left: -10%;
        width: 120%
    }
}

@media (min-width: 1700px) {
    body.home .block.cloud-services .item .img-block .q-img {
        margin-left: 0;
        width: 100%
    }
}

body.home .block.cloud-services .item .img-block h6 {
    position: absolute;
    top: 17%;
    left: 2%;
    width: 100%;
    color: #054172;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center
}

@media (max-width: 600px) {
    body.home .block.cloud-services .item .img-block h6 {
        font-size: 6vw
    }
}

@media (min-width: 601px) {
    body.home .block.cloud-services .item .img-block h6 {
        top: 6vw;
        left: 0.5vw;
        font-size: 2.5vw
    }
}

@media (min-width: 1700px) {
    body.home .block.cloud-services .item .img-block h6 {
        top: 17%;
        left: 2%;
        font-size: 36px
    }
}

body.home .block.cloud-services .item .img-block.small h6 {
    top: 11%;
    left: 3%;
    width: 100%;
    color: #054172;
    font-size: 36px
}

@media (max-width: 600px) {
    body.home .block.cloud-services .item .img-block.small h6 {
        top: 10%;
        left: 2%;
        font-size: 6vw
    }
}

@media (min-width: 601px) {
    body.home .block.cloud-services .item .img-block.small h6 {
        top: 4vw;
        left: 1.2vw;
        font-size: 2.5vw
    }
}

@media (min-width: 1700px) {
    body.home .block.cloud-services .item .img-block.small h6 {
        top: 11%;
        left: 3%;
        font-size: 36px
    }
}

body.home .block.cloud-services .item .text {
    margin-top: 20px
}

body.home .block.cloud-services .item .q-img__image {
    height: 80%;
    width: 80%
}

body.home .block.cloud-services .item p {
    color: #444444;
    font-size: 20px
}

body.home .block.cloud-services .item .q-btn {
    font-size: 22px
}

body.home .block.cloud-services p strong {
    color: #3b3b3b
}

body.home .block.integrated {
    position: relative;
    padding: 50px 0 0
}

body.home .block.integrated .divider {
    position: relative;
    top: -70px;
    width: 96%;
    text-align: center;
    left: 4%
}

@media (max-width: 600px) {
    body.home .block.integrated .divider {
        top: -30px
    }
}

body.home .block.integrated .graphic {
    position: relative
}

@media (max-width: 600px) {
    body.home .block.integrated .graphic {
        position: static
    }
}

body.home .block.integrated .graphic .text-container .text-1 {
    position: absolute;
    top: 28%;
    left: 6%;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700
}

@media (max-width: 600px) {
    body.home .block.integrated .graphic .text-container .text-1 {
        position: static;
        margin-bottom: 15px;
        color: #3b3b3b;
        font-size: 22px;
        text-align: left
    }
}

@media (min-width: 601px) {
    body.home .block.integrated .graphic .text-container .text-1 {
        top: 14vw;
        left: 10.5vw;
        font-size: 2.5vw
    }
}

@media (min-width: 992px) {
    body.home .block.integrated .graphic .text-container .text-1 {
        top: 16vw;
        left: 10.3vw;
        font-size: 2.7vw
    }
}

@media (min-width: 1700px) {
    body.home .block.integrated .graphic .text-container .text-1 {
        top: 28%;
        left: 13%;
        font-size: 40px
    }
}

body.home .block.integrated .graphic .text-container .text-2 {
    position: absolute;
    top: 55%;
    left: 11%;
    width: 32%;
    color: #042D41;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left
}

@media (max-width: 600px) {
    body.home .block.integrated .graphic .text-container .text-2 {
        position: static;
        width: 100%;
        color: #3b3b3b;
        font-size: 18px;
        text-align: left
    }
}

@media (min-width: 601px) {
    body.home .block.integrated .graphic .text-container .text-2 {
        top: 30vw;
        left: 15.5vw;
        width: 30vw;
        font-size: 1.7vw
    }
}

@media (min-width: 992px) {
    body.home .block.integrated .graphic .text-container .text-2 {
        top: 31vw;
        left: 16.5vw;
        width: 31vw;
        font-size: 2vw
    }
}

@media (min-width: 1700px) {
    body.home .block.integrated .graphic .text-container .text-2 {
        top: 55%;
        left: 17%;
        width: 32%;
        font-size: 34px
    }
}

body.home .block.integrated .image {
    margin-top: -10px;
    margin-left: 1%;
    width: 110%
}

body.home .block.integrated .avatar {
    position: absolute;
    bottom: 6%;
    left: 66%;
    width: 18%
}

@media (max-width: 600px) {
    body.home .block.integrated .avatar {
        top: -54px;
        bottom: auto;
        left: 47%;
        width: 110px
    }
}

body.home .block.marketplace-options {
    padding: 70px 0 80px
}

body.home .block.marketplace-options .top {
    margin-bottom: 20px
}

body.home .block.marketplace-options .top .text-h3 {
    margin-bottom: 20px
}

body.home .block.marketplace-options .content h6 {
    margin: 20px 0 20px
}

body.home .block.marketplace-options .content .item h6 {
    margin-top: 0;
    margin-bottom: 10px
}

body.home .block.marketplace-options .content .item [class*="icon"] {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 48px
}

body.home .block.marketplace-options .content .item p {
    display: inline-block;
    width: 60%;
    color: #3b3b3b
}

body.home .block.covering .image-block {
    position: relative
}

@media (max-width: 600px) {
    body.home .block.covering .image-block .q-img.image {
        width: 30%
    }
}

body.home .block.covering .image-block .title {
    position: absolute;
    top: 12vw;
    left: 1vw;
    width: 28vw;
    color: #065B84;
    font-family: 'Poppins', Rubik, sans-serif;
    font-size: 2.5vw;
    font-weight: 800;
    text-align: center
}

@media (max-width: 600px) {
    body.home .block.covering .image-block .title {
        top: 8vw;
        left: 8vw;
        width: auto;
        font-size: 22px
    }

    body.home .block.covering .image-block .title br {
        display: none
    }
}

@media (min-width: 601px) {
    body.home .block.covering .image-block .title {
        top: 14vw;
        left: 3vw;
        width: 25vw;
        font-size: 2.3vw
    }
}

@media (min-width: 1700px) {
    body.home .block.covering .image-block .title {
        top: 37%;
        left: 6%;
        width: 70%;
        font-size: 40px
    }
}

body.home .block.covering .image-block .title-1 {
    position: absolute;
    top: 1.7vw;
    left: 21.9vw;
    padding: 1.3vw 4vw;
    border-radius: 1.5vw;
    color: #ffffff;
    font-family: 'Poppins', Rubik, sans-serif;
    font-size: 2vw;
    font-weight: 800;
    text-align: center;
    background-color: #2C698F
}

@media (max-width: 600px) {
    body.home .block.covering .image-block .title-1 {
        position: static;
        padding: 10px;
        display: inline-block;
        margin: 0 1.5%;
        width: 30%;
        font-size: 18px;
        font-weight: 600
    }
}

@media (min-width: 601px) {
    body.home .block.covering .image-block .title-1 {
        top: 2.7vw;
        left: 26.9vw;
        padding: 1.3vw 4vw;
        border-radius: 1.5vw;
        font-size: 2vw
    }
}

@media (min-width: 1700px) {
    body.home .block.covering .image-block .title-1 {
        top: 4%;
        left: 64%;
        padding: 30px 50px;
        border-radius: 30px;
        font-size: 30px
    }
}

body.home .block.covering .image-block .title-2 {
    position: absolute;
    top: 14.1vw;
    left: 30.1vw;
    padding: 1.3vw 4vw;
    border-radius: 1.5vw;
    color: #ffffff;
    font-family: 'Poppins', Rubik, sans-serif;
    font-size: 2vw;
    font-weight: 800;
    text-align: center;
    background-color: #2C698F
}

@media (max-width: 600px) {
    body.home .block.covering .image-block .title-2 {
        position: static;
        display: inline-block;
        padding: 10px;
        margin: 0 1.5%;
        width: 30%;
        font-size: 18px;
        font-weight: 600
    }
}

@media (min-width: 601px) {
    body.home .block.covering .image-block .title-2 {
        top: 16.1vw;
        left: 30.1vw;
        padding: 1.3vw 4vw;
        border-radius: 1.5vw;
        font-size: 2vw
    }
}

@media (min-width: 1700px) {
    body.home .block.covering .image-block .title-2 {
        top: 39.5%;
        left: 80%;
        padding: 30px 50px;
        border-radius: 30px;
        font-size: 30px
    }
}

body.home .block.covering .image-block .title-3 {
    position: absolute;
    top: 26.5vw;
    left: 21.8vw;
    padding: 1.3vw 4vw;
    border-radius: 1.5vw;
    color: #ffffff;
    font-family: 'Poppins', Rubik, sans-serif;
    font-size: 2vw;
    font-weight: 800;
    text-align: center;
    background-color: #2C698F
}

@media (max-width: 600px) {
    body.home .block.covering .image-block .title-3 {
        position: static;
        padding: 10px;
        display: inline-block;
        margin: 0 1.5%;
        width: 30%;
        font-size: 18px;
        font-weight: 600
    }
}

@media (min-width: 601px) {
    body.home .block.covering .image-block .title-3 {
        top: 29.5vw;
        left: 26.9vw;
        padding: 1.3vw 4vw;
        font-size: 2vw
    }
}

@media (min-width: 1700px) {
    body.home .block.covering .image-block .title-3 {
        top: 72%;
        left: 64%;
        padding: 30px 50px;
        border-radius: 30px;
        font-size: 30px
    }
}

body.home .block.covering .text-block {
    padding-left: 4vw;
    justify-content: space-around
}

@media (max-width: 600px) {
    body.home .block.covering .text-block {
        flex-direction: row;
        padding: 0
    }
}

body.home .block.covering .text-block .item {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 75px;
    padding-right: 10px;
    border-right: 2px solid #335B7F;
    font-size: 18px
}

@media (max-width: 600px) {
    body.home .block.covering .text-block .item {
        align-items: flex-start;
        padding: 10px;
        width: 33%;
        border-right: none;
        border-bottom: 2px solid #335B7F;
        font-size: 16px
    }
}

@media (min-width: 601px) {
    body.home .block.covering .text-block .item {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    body.home .block.covering .text-block .item {
        font-size: 1.8vw
    }
}

@media (min-width: 1700px) {
    body.home .block.covering .text-block .item {
        font-size: 26px
    }
}

body.home .block.covering .text-block .item:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    margin-right: 15px;
    height: 2px;
    width: 12vw;
    background-color: #335B7F;
    z-index: -1
}

@media (max-width: 600px) {
    body.home .block.covering .text-block .item:before {
        display: none
    }
}

@media (min-width: 1200px) {
    body.home .block.covering .text-block .item:before {
        margin-right: 2vw;
        width: 11vw
    }
}

body.home .block.partnership {
    position: relative;
    padding-bottom: 4vw;
    margin-top: -20vw;
    overflow: hidden
}

body.home .block.partnership.no-m {
    margin-top: initial
}

@media (max-width: 600px) {
    body.home .block.partnership {
        margin-top: -13vw
    }
}

body.home .block.partnership .q-parallax {
    overflow: unset;
    position: absolute;
    bottom: -30vh;
    left: 0
}

@media (min-width: 992px) {
    body.home .block.partnership .q-parallax {
        bottom: -30vw
    }
}

@media (min-width: 1200px) {
    body.home .block.partnership .q-parallax {
        bottom: -27vw
    }
}

@media (min-width: 1920px) {
    body.home .block.partnership .q-parallax {
        bottom: -25vw
    }
}

body.home .block.partnership .top {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center
}

body.home .block.partnership .top .text-h3 {
    margin-bottom: 20px
}

body.home .block.partnership .top .q-img {
    width: 250px
}

body.home .block.partnership .image.full-width {
    z-index: -2
}

body.home .block.partnership .align-center {
    width: 100%
}

body.home .block.partnership .content {
    font-size: 18px
}

@media (max-width: 600px) {
    body.home .block.partnership .content {
        font-size: 16px
    }
}

body.home .block.partnership .content p:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1200px) {
    body.home .block.partnership .content p {
        font-size: 24px
    }
}

body.home .block.partnership .image {
    width: 90%
}

@media (max-width: 600px) {
    body.home .block.partnership .actions h5 {
        font-size: 16px
    }
}

body.home .block.partnership .actions button {
    margin-right: 30px
}

body.home .block.partnership .actions a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 26px;
    background-color: #3FB857;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none
}

body.home .block.partnership .actions a img {
    display: inline-block;
    margin-right: 6px;
    height: auto;
    width: 15px;
    vertical-align: middle
}

body.home .block.partnership .left {
    padding-right: 40px
}

body.home .block.partnership .left .content p {
    margin-bottom: 30px
}

body.home .block.partnership .graphic {
    position: relative;
    margin-top: 50px
}

body.home .block.partnership .graphic .container {
    position: absolute;
    top: 110px;
    left: 0
}

body.home .block.partnership .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

body.home .block.partnership .image-bottom {
    position: absolute;
    bottom: -5vw;
    left: 0;
    z-index: -1
}

body.home .block.partnership .covering {
    position: relative;
    margin-bottom: 8vw
}

@media (min-width: 1700px) {
    body.home .block.partnership .covering {
        margin-bottom: 150px
    }
}

@media (max-width: 1700px) {
    body.home .block.video-block.wide {
        margin-left: -30px
    }
}

@media (min-width: 1701px) {
    body.home .block.video-block.wide {
        position: relative;
        left: -10px
    }
}

body.home .youtube-video-container::after {
    padding-top: 48.25%
}

@media (max-width: 991px) {
    body.home .youtube-video-container::after {
        padding-top: 60.25%
    }
}

body.home .youtube-video-container iframe {
    margin: -20% auto 0;
    width: 70%;
    height: 81%
}

@media (max-width: 991px) {
    body.home .youtube-video-container iframe {
        margin: -25% auto 0;
        width: 90%;
        height: 84%
    }
}

body.home .hp-video-block-bg img {
    top: 0;
    right: 12px;
    height: 280px;
    width: 200px
}

@media (max-width: 1199px) {
    body.home .hp-video-block-bg img {
        top: 0;
        height: 230px;
        width: 150px
    }
}

@media (max-width: 991px) {
    body.home .hp-video-block-bg img {
        top: 10%;
        height: 14vw;
        width: 12vw;
        right: 2vw;
        margin: 0
    }
}

@media (max-width: 600px) {
    body.home .hp-video-block-bg img {
        height: 20%;
        width: 15%
    }
}

#add-to-calendar-button::part(atcb-button) {
    padding: 30px
}

#add-to-calendar-button::part(atcb-button-text) {
    font-size: 20px
}

body.home .tabs-container.new {
    position: relative;
    margin: 0 -15px;
    overflow: hidden;
    background: #1674a0
}

@media (max-width: 1439px) {
    body.home .tabs-container.new {
        height: 640px
    }
}

@media (max-width: 991px) {
    body.home .tabs-container.new {
        height: 700px
    }
}

@media (min-width: 1200px) {
    body.home .tabs-container.new {
        height: 620px
    }
}

@media (min-width: 1440px) {
    body.home .tabs-container.new {
        height: 720px
    }
}

body.home .tabs-container.new .hero.tab-banner {
    padding-top: 30px;
    padding-bottom: 60px
}

@media (min-width: 1200px) {
    body.home .tabs-container.new .hero.tab-banner {
        padding-bottom: 160px
    }
}

@media (min-width: 1440px) {
    body.home .tabs-container.new .hero.tab-banner {
        padding-bottom: 200px
    }
}

@media (min-width: 1920px) {
    body.home .tabs-container.new .hero.tab-banner {
        padding-bottom: 160px
    }
}

body.home .tabs-container.new .hero.tab-banner:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1vw);
    width: 200vw;
    height: 100%;
    background: #1674a0;
    transform: skew(-31.3deg, 0deg);
    z-index: -1
}

@media (max-width: 600px) {
    body.home .tabs-container.new .hero.tab-banner:before {
        display: none
    }
}

body.home .tabs-container.new .hero.tab-banner.msps {
    background: #1674a0
}

body.home .tabs-container.new .hero.tab-banner.msps:before {
    left: auto;
    right: calc(50% + 100px);
    background: #ffffff;
    z-index: 1
}

@media (max-width: 1199px) {
    body.home .tabs-container.new .hero.tab-banner {
        height: 100%
    }
}

body.home .tabs-container.new .hero.tab-banner>.container {
    position: relative
}

@media (max-width: 1199px) {
    body.home .tabs-container.new .hero.tab-banner>.container {
        height: 100%
    }
}

@media (max-width: 1199px) {
    body.home .tabs-container.new .hero.tab-banner>.container .row {
        height: 100%
    }
}

body.home .tabs-container.new .hero.tab-banner .hp-banner-image {
    max-width: 720px;
    object-fit: contain
}

body.home .tabs-container.new .hero.tab-banner .inner {
    position: relative;
    padding-right: 0;
    margin-top: 20px;
    z-index: 5
}

@media (max-width: 991px) {
    body.home .tabs-container.new .hero.tab-banner .inner {
        padding-right: 30px
    }
}

body.home .tabs-container.new .hero.tab-banner h2 {
    font-size: 49px
}

@media (max-width: 1439px) {
    body.home .tabs-container.new .hero.tab-banner h2 {
        font-size: 30px
    }
}

body.home .tabs-container.new .hero.tab-banner p,
body.home .tabs-container.new .hero.tab-banner .text-h3 {
    font-size: 23px
}

@media (max-width: 991px) {

    body.home .tabs-container.new .hero.tab-banner p,
    body.home .tabs-container.new .hero.tab-banner .text-h3 {
        padding-right: 30px
    }
}

body.home .tabs-container.new .hero.tab-banner a.button {
    padding: 10px 20px;
    background-color: var(--q-primary);
    font-size: 16px;
    text-decoration: none
}

body.home .tabs-container.new .hero.tab-banner:not(.msps) h2,
body.home .tabs-container.new .hero.tab-banner:not(.msps) .text-h3,
body.home .tabs-container.new .hero.tab-banner:not(.msps) .custom-h3 {
    color: #fff
}

body.home .tabs-container.new .hero.tab-banner:not(.msps) a.button {
    background: #ffffff;
    color: var(--q-primary)
}

body.home .tabs-container.new .hp-tabs {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    border: none;
    z-index: 5
}

body.home .tabs-container.new .hp-tabs .hp-tab {
    margin: 0 8px;
    border: 0;
    border-radius: 8px !important;
    background: #e0e8fb
}

body.home .tabs-container.new .hp-tabs .hp-tab .q-tab__label {
    color: black
}

body.home .tabs-container.new .hp-tabs .hp-tab .q-icon {
    color: black
}

body.home .tabs-container.new .hp-tabs .hp-tab.q-tab--active,
body.home .tabs-container.new .hp-tabs .hp-tab:hover {
    background-color: #DB7B18
}

body.home .tabs-container.new .hp-tabs .hp-tab.q-tab--active .q-tab__label,
body.home .tabs-container.new .hp-tabs .hp-tab:hover .q-tab__label {
    color: #fff
}

body.home .tabs-container.new .hp-tabs .hp-tab.q-tab--active .q-icon,
body.home .tabs-container.new .hp-tabs .hp-tab:hover .q-icon {
    color: #fff
}

@media (max-width: 1439px) {
    body.home .tabs-container.new.q-carousel {
        height: 500px
    }
}

@media (max-width: 991px) {
    body.home .tabs-container.new.q-carousel {
        height: 490px
    }
}

@media (min-width: 1200px) {
    body.home .tabs-container.new.q-carousel {
        height: 540px
    }
}

@media (min-width: 1440px) {
    body.home .tabs-container.new.q-carousel {
        height: 590px
    }
}

body.home .tabs-container.new.q-carousel .q-panel.scroll {
    overflow: initial
}

@media (max-width: 1439px) {
    body.home .tabs-container.new.q-carousel .hero.tab-banner.msps:before {
        right: 50%
    }
}

@media (max-width: 991px) {
    body.home .tabs-container.new.q-carousel .hero.tab-banner.msps:before {
        right: calc(50% - 20px)
    }
}

@media (min-width: 1200px) {
    body.home .tabs-container.new.q-carousel .hero.tab-banner.msps:before {
        right: calc(50% + 100px)
    }
}

@media (min-width: 1440px) {
    body.home .tabs-container.new.q-carousel .hero.tab-banner.msps:before {
        right: calc(50% + 100px)
    }
}

body.home .tabs-container.new.q-carousel .q-carousel__control {
    z-index: 5
}

body.home .tabs-container.new.q-carousel .q-carousel__control.q-carousel__prev-arrow {
    left: 0
}

body.home .tabs-container.new.q-carousel .q-carousel__control.q-carousel__next-arrow {
    right: 0
}

.subscriptions-index .col-2.div-5 {
    width: 20%
}

.subscriptions-index .col-2.small {
    padding: 0 0 0 20px;
    width: 15%
}

.subscriptions-index .col-10.big {
    width: 85%
}

.subscriptions-index .text-h6 {
    display: block;
    margin-bottom: 20px;
    color: var(--q-primary);
    font-weight: 20;
    font-weight: 400
}

.subscriptions-index .q-field__control {
    padding: 0 20px
}

.subscriptions-index .q-field__control:before {
    background-color: white
}

.subscriptions-index .q-field__label {
    font-size: 15px
}

.subscriptions-index .q-btn__content {
    font-size: 15px
}

.subscriptions-index .info-row {
    margin: 15px -10px
}

.subscriptions-index .info-row .q-btn {
    padding-left: 10px;
    padding-right: 10px
}

.subscriptions-index .info-row .q-btn .text-primary {
    margin-right: 10px;
    font-weight: 400
}

.subscriptions-index .info-row .q-btn .text-subtitle2 {
    font-weight: 400
}

.subscriptions-index .q-table thead th {
    padding: 20px 20px 12px;
    font-size: 15px
}

.subscriptions-index .q-table thead th:first-child {
    width: 30%
}

.subscriptions-index .q-table tbody td {
    padding: 20px;
    font-size: 15px
}

.subscriptions-index .q-table__bottom {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px
}

.subscriptions-index .q-table__bottom .q-field__control .q-field__marginal {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative
}

.subscriptions-index .q-table__bottom .q-field__control .q-field__marginal::before {
    content: "\e900";
    color: #3b3b3b;
    font-size: 14px
}

.subscriptions-index .q-table__bottom .q-field__control .q-icon {
    display: none
}

.subscripton-details table.specs tr:nth-child(odd) {
    background-color: #f5f5f5
}

.subscripton-details table.specs tr td {
    padding: 2px 10px;
    border: none;
    font-size: 13px
}

.subscripton-details table.specs tr td:first-child {
    font-weight: 500
}

.subscripton-details .q-card__actions {
    padding: 20px
}

.subscripton-details .q-card__actions .q-btn--rectangle {
    padding: 0 20px
}

body .text-h3 {
    margin-bottom: 20px;
    color: #3b3b3b;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600
}

body .text-h6 {
    margin-bottom: 15px;
    color: var(--q-primary);
    font-size: 22px;
    font-weight: 600
}

body.info-page ul.list {
    list-style-type: disc
}

body.info-page table.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

body.info-page table.info-table th {
    padding: 8px 20px;
    vertical-align: middle;
    border: 1px solid #ffffff;
    background-color: var(--q-primary);
    color: #ffffff;
    font-weight: 500
}

body.info-page table.info-table td {
    padding: 8px 20px;
    vertical-align: middle;
    border: 1px solid var(--q-primary)
}

body.info-page h6[id] {
    offset-anchor: center
}

@media (min-width: 601px) {
    body.info-page .sidebar {
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    body.info-page .sidebar {
        padding-right: 40px
    }
}

body.info-page .sidebar .q-card.nav-menu {
    position: sticky;
    background-color: var(--q-primary);
    color: #ffffff
}

@media (min-width: 601px) {
    body.info-page .sidebar .q-card.nav-menu {
        top: 200px
    }
}

@media (min-width: 1200px) {
    body.info-page .sidebar .q-card.nav-menu {
        top: 160px
    }
}

body.info-page .sidebar .q-card.nav-menu ul {
    padding: 0;
    margin: 0
}

body.info-page .sidebar .q-card.nav-menu ul li {
    margin-bottom: 10px
}

body.info-page .sidebar .q-card.nav-menu ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none
}

body.info-page .sidebar .q-card.nav-menu ul li a:not(.active)~ul {
    display: none
}

body.info-page .sidebar .q-card.nav-menu ul ul {
    margin-top: 10px;
    padding-left: 20px
}

body.info-page .sidebar .q-card.nav-menu ul ul li {
    margin-bottom: 5px
}

body.info-page .sidebar .q-card.nav-menu ul ul li a {
    font-size: 13px
}

body.info-page .sidebar .q-card__section {
    padding: 20px
}

body.info-page .q-page-container .q-layout--standard {
    padding: 40px 0 80px
}

body.info-page .q-page-container .q-layout--standard h6 {
    margin: 0 0 25px;
    font-size: 20px
}

body.info-page .q-page-container .q-layout--standard .text-h3 {
    margin-bottom: 40px
}

body.info-page .q-page-container .q-layout--standard p {
    color: black;
    font-size: 13px;
    line-height: 1.3
}

body.info-page .offset-anchor {
    position: relative;
    top: -140px;
    visibility: hidden
}

body.info-page .get-started-block {
    padding-top: 0
}

body.info-page .get-started-block .top .text-h3 {
    margin: 0;
    font-size: 24px
}

body.info-page .get-started-block .form-container .q-field input {
    line-height: 18px;
    padding-top: 18px
}

@media screen and (max-width: 1023px) {
    body.info-page .get-started-block .right {
        display: none
    }
}

body.about-us-page .q-page-container .q-layout--standard {
    padding-bottom: 0
}

body .block.vendors {
    padding: 40px 0
}

body .block.vendors .inner-block {
    padding: 0 5%
}

body .block.vendors .inner-block [class*=col-] {
    padding: 0 20px
}

@media (max-width: 600px) {
    body .block.vendors .inner-block [class*=col-] {
        padding: 0 15px
    }
}

@media (max-width: 600px) {
    body .block.vendors .inner-block {
        padding: 0 20px
    }
}

body .block.vendors img {
    display: inline-block;
    height: auto;
    max-width: 180px;
    width: 100%
}

@media (max-width: 600px) {
    body .block.vendors img {
        width: 80%
    }
}

@media (max-width: 1439px) {
    body .block.vendors img {
        width: 60%
    }
}

body .block.customers {
    padding: 60px 0 140px 0;
    background-color: #fcfcfc
}

body .block.customers .content {
    margin: 0 -20px
}

body .block.customers .item {
    padding: 0 20px
}

body .block.customers .item .inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

body .block.customers .item .inner::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    content: '';
    background: var(--q-primary);
    opacity: 0.5;
    z-index: 0;
    transition: all ease 300ms
}

body .block.customers .item .inner:hover:before {
    opacity: 0;
    z-index: -1
}

body .block.customers .item .inner a {
    display: block
}

body .block.customers .item .inner .brand {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1;
    color: white;
    font-size: 20px;
    font-weight: 600
}

body .block.customers .item img {
    display: block;
    height: auto;
    width: 100%
}

body .block.choose-us {
    margin: 60px 0
}

body .block.choose-us .items {
    margin-right: -30px;
    margin-left: -30px
}

body .block.choose-us .items .item {
    padding: 0 30px
}

body .block.founders {
    margin: 20px 0 40px
}

body .block.founders img {
    display: block;
    margin-top: 40px;
    height: auto;
    width: 80%
}

body.contact-us .contact-us-block [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px
}

body.contact-us .contact-us-block .top {
    margin-bottom: 40px
}

body.contact-us .contact-us-block .top .avatar {
    position: absolute;
    top: 0;
    right: -120px;
    display: block;
    height: auto;
    width: 180px
}

body.contact-us .contact-us-block .q-form {
    margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px
}

body.contact-us .contact-us-block .q-form .row {
    margin: 0
}

body.contact-us .contact-us-block .content a {
    font-size: 14px
}

body.contact-us.theme-2 .q-page-container .q-layout--standard {
    padding-top: 0
}

body.contact-us.theme-2:not(.theme-3) .top {
    padding: 40px 0;
    background: url("../img/cloud-background-full.png") no-repeat center center/cover
}

body.contact-us.theme-2:not(.theme-3) .top .text-h6,
body.contact-us.theme-2:not(.theme-3) .top .text-h3,
body.contact-us.theme-2:not(.theme-3) .top p {
    color: #ffffff
}

body.contact-us.theme-2 .actions {
    justify-content: center
}

body.contact-us.theme-2 .contact-info {
    margin-top: 80px;
    justify-content: center
}

body.contact-us.theme-2 .contact-info p,
body.contact-us.theme-2 .contact-info a {
    display: block;
    font-size: 13px
}

body.contact-us.theme-2 .contact-info .content>.row {
    justify-content: space-around
}

body.contact-us.theme-2 .contact-info [class*="col-"].relative {
    padding: 30px 20px 15px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px
}

body.contact-us.theme-2 .contact-info [class*="col-"].relative:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width: 601px) {
    body.contact-us.theme-2 .contact-info [class*="col-"].relative {
        width: 47%
    }

    body.contact-us.theme-2 .contact-info [class*="col-"].relative:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    body.contact-us.theme-2 .contact-info [class*="col-"].relative {
        width: 30%
    }

    body.contact-us.theme-2 .contact-info [class*="col-"].relative:not(:last-child) {
        margin-bottom: 0
    }
}

body.contact-us.theme-2 .contact-info .avatar {
    display: block;
    margin: 0 auto 20px;
    width: 60px
}

body.contact-us.theme-3 .q-page-container .q-layout--standard {
    padding-top: 20px;
    padding-bottom: 0;
    min-height: 0 !important
}

body.contact-us.theme-3 .q-page-container .q-layout--standard .text-h3 {
    margin-bottom: 20px
}

body.contact-us.theme-3 .top {
    margin-bottom: 25px
}

body.contact-us.theme-3 .top p {
    margin: 0
}

body.contact-us.theme-3 .actions {
    margin: 0;
    justify-content: center
}

body.contact-us.theme-3 .contact-info {
    margin-top: 45px;
    justify-content: center
}

body.contact-us.theme-3 .contact-info p,
body.contact-us.theme-3 .contact-info a {
    display: block;
    font-size: 13px
}

body.contact-us.theme-3 .contact-info .content>.row {
    justify-content: space-around
}

body.contact-us.theme-3 .contact-info [class*="col-"].relative {
    padding: 15px 20px
}

body.contact-us.theme-3 .contact-info .avatar {
    display: block;
    margin: 0 auto 20px;
    width: 50px
}

body.contact-us.theme-3 .contact-info .avatar_top {
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    height: 80px;
    width: 160px
}

body.contact-us.theme-3 .contact-info .avatar_top .avatar {
    position: relative;
    top: -20px;
    margin: 0;
    width: 40px
}

body.contact-us.theme-3 .contact-info .avatar_top:before {
    display: block;
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    height: 120%;
    width: 120%;
    z-index: -1;
    border-radius: 50%;
    background-color: #f2f2f2
}

@media (min-width: 992px) {
    body.contact-us.theme-3 .contact-info .inner {
        columns: 2
    }

    body.contact-us.theme-3 .contact-info .inner p {
        break-inside: avoid-column
    }
}

body.contact-us.theme-3 .contact-info.wide {
    margin-top: 0
}

body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative {
    padding: 30px 0 5px;
    border-radius: 0;
    background: none
}

body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    z-index: -1;
    background-color: #f2f2f2
}

body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative .space-around [class*="col-"] {
    padding: 0 10px
}

body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative p {
    font-size: 16px;
    font-weight: 500
}

@media (max-width: 1439px) {
    body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative p {
        font-size: 14px
    }
}

body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative a {
    color: #006799;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none
}

@media (max-width: 1439px) {
    body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative a {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    body.contact-us.theme-3 .contact-info.wide [class*="col-"].relative a {
        font-size: 14px
    }
}

body.contact-us.theme-3 .form-container {
    margin-top: 20px
}

body.contact-us.theme-3 .bottom {
    padding-bottom: 30px;
    margin-top: 40px;
    background-color: #f2f2f2
}

body.contact-us.theme-3 .bottom .contact-info {
    margin-top: 5px
}

@media (max-width: 600px) {
    body.contact-us.theme-3 .bottom .trees {
        display: none
    }
}

body.contact-us.theme-3 .bottom .tree {
    position: absolute;
    bottom: 100%;
    display: block;
    margin-bottom: -3px;
    height: auto;
    width: 200px;
    z-index: -1
}

body.contact-us.theme-3 .bottom .tree.left {
    left: 0
}

@media (max-width: 991px) {
    body.contact-us.theme-3 .bottom .tree.left {
        left: -80px
    }
}

body.contact-us.theme-3 .bottom .tree.right {
    right: 0
}

@media (max-width: 991px) {
    body.contact-us.theme-3 .bottom .tree.right {
        right: -80px
    }
}

@media (max-width: 991px) {
    body.connectors {
        margin-top: 180px
    }
}

@media (min-width: 1200px) {
    body.connectors {
        margin-top: 117px
    }
}

body.connectors #q-app>.q-layout {
    overflow-y: unset
}

body.connectors #q-app>.q-layout>.q-page-container {
    padding: 0
}

body.connectors .wide.background {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1
}

body.connectors .wide.image-bottom {
    position: absolute;
    bottom: 0;
    z-index: -1
}

body.connectors .q-space {
    margin: 80px
}

body.connectors .q-page-container>.container {
    padding: 0
}

body.connectors .q-page-container .q-layout--standard {
    padding: 0
}

body.connectors .q-page-container .q-layout--standard .text-h3 {
    margin-bottom: 30px
}

@media (min-width: 601px) {
    body.connectors .home-content.connectors {
        padding: 50px 0 50px
    }
}

body.connectors .home-content.connectors .section {
    position: relative;
    padding: 60px 0
}

body.connectors .home-content.connectors .section.grey {
    padding-top: 30px;
    background-color: #efefef
}

body.connectors .home-content.connectors .section h6 {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

body.connectors .home-content.connectors .section .text-h3+h2 {
    margin-top: -50px !important
}

body.connectors .home-content.connectors .section .text-h3+h6 {
    margin-top: -40px
}

body.connectors .home-content.connectors .section .bg-circle {
    position: absolute;
    top: -10%;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    height: 120%;
    width: 100%;
    z-index: -1
}

body.connectors .home-content.connectors .section .bg-circle img {
    object-fit: contain !important
}

body.connectors .home-content.connectors .section .text-h5.q-px-md {
    margin-bottom: 0;
    color: var(--q-primary);
    font-weight: 500;
    text-align: center
}

body.connectors .home-content.connectors .section .logos {
    position: relative
}

body.connectors .home-content.connectors .section .logos .avatar {
    position: absolute;
    bottom: 15%;
    right: 0;
    max-width: 380px;
    height: auto;
    width: 20vw
}

@media (max-width: 1439px) {
    body.connectors .home-content.connectors .section .logos .avatar {
        max-width: 30vw
    }
}

@media (max-width: 991px) {
    body.connectors .home-content.connectors .section .logos .avatar {
        max-width: 33vw
    }
}

@media (max-width: 739px) {
    body.connectors .home-content.connectors .section .logos .avatar {
        display: none
    }
}

body.connectors .home-content.connectors .section .logos .q-img.cloud {
    position: absolute
}

@media (max-width: 600px) {
    body.connectors .home-content.connectors .section .logos .q-img.cloud {
        width: 80%
    }
}

body.connectors .home-content.connectors .section .logos .q-img.cloud img {
    max-width: 95%
}

@media (max-width: 600px) {
    body.connectors .home-content.connectors .section .logos .q-img.cloud img {
        width: 80%
    }
}

body.connectors .home-content.connectors .section .logos .q-img:not(.cloud) {
    width: 70%
}

body.connectors .home-content.connectors .section .logos .logo {
    position: relative;
    padding: 0 20px;
    margin: 20px 0
}

@media (max-width: 739px) {
    body.connectors .home-content.connectors .section .logos .logo {
        padding: 0 10px;
        margin-bottom: 30px;
        width: 50%
    }
}

body.connectors .home-content.connectors .section .logos .logo .q-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 100%;
    border-radius: 9px
}

body.connectors .home-content.connectors .section .logos .logo .q-card__section {
    padding: 0;
    color: #444444
}

body.connectors .home-content.connectors .section .logos .logo .q-img {
    height: 60px;
    margin: 10px 0 20px;
    background-color: #fff
}

body.connectors .home-content.connectors .section .logos .logo .text-h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: left
}

body.connectors .home-content.connectors .section .logos .logo img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain !important;
    object-position: 0 50% !important
}

body.connectors .home-content.connectors .section .logos .logo em {
    position: absolute;
    top: 30%;
    right: 24%;
    font-size: 30px
}

@media (max-width: 991px) {
    body.connectors .home-content.connectors .section .logos.common .logo {
        margin-bottom: 30px;
        max-width: none
    }
}

@media (max-width: 600px) {
    body.connectors .home-content.connectors .section .logos.common.block .logo {
        width: 100%
    }
}

body.connectors .home-content.connectors .section .logos.common .text-h3 {
    margin-bottom: 10px;
    font-size: 30px;
    text-align: left
}

@media (max-width: 991px) {
    body.connectors .home-content.connectors .section .logos.common .text-h3 {
        padding: 0;
        font-size: 22px
    }
}

body.connectors .home-content.connectors .section .logos.common .q-card {
    padding: 0;
    overflow: hidden
}

body.connectors .home-content.connectors .section .logos.common .q-card .q-item {
    display: block;
    padding: 0 0 40px;
    background: none !important
}

body.connectors .home-content.connectors .section .logos.common .q-card .q-item .q-focus-helper {
    display: none !important
}

body.connectors .home-content.connectors .section .logos.common .q-card__section {
    padding: 0 40px
}

@media (max-width: 991px) {
    body.connectors .home-content.connectors .section .logos.common .q-card__section {
        padding: 0 20px
    }
}

body.connectors .home-content.connectors .section .logos.common .q-card .q-img {
    display: block;
    height: auto;
    width: auto;
    margin: 0 -40px 20px
}

body.connectors .home-content.connectors .section .logos.common.rows .logo {
    margin-bottom: 40px
}

body.connectors .home-content.connectors .section.bottom-section .contact-section .q-img {
    float: right;
    margin-right: 40px;
    width: 160px
}

body.connectors .home-content.connectors .section.bottom-section .contact-section h3 {
    margin: 0
}

body.connectors .home-content.connectors .section.bottom-section .contact-section p {
    margin-top: 10px;
    font-size: 16px
}

body.connectors .home-content.connectors .section.bottom-section .contact-section .q-btn {
    padding-right: 20px;
    padding-left: 20px;
    background-color: var(--q-primary);
    font-size: 16px
}

body.connectors .home-content.connectors .section .row.padding {
    margin: 0 -20px 40px
}

body.connectors .home-content.connectors .section .row.padding [class*="col-"] {
    padding: 0 20px
}

body.connectors .home-content.connectors .section .row.padding h5 {
    margin: 0 0 15px
}

body.connectors .home-content.connectors .section .row.padding p {
    font-size: 16px
}

@media (max-width: 991px) {
    body.connectors .home-content.connectors .section .flex.five {
        flex-wrap: wrap
    }
}

body.connectors .home-content.connectors .section .flex.five>* {
    display: inline-flex;
    align-items: center
}

body.connectors .home-content.connectors .section .flex.five>*.logo {
    padding: 0 20px;
    margin: 0;
    justify-content: center
}

@media (min-width: 740px) {
    body.connectors .home-content.connectors .section .flex.five>*.logo {
        width: calc(100% / 5);
        flex-basis: calc(100% / 5)
    }
}

@media (max-width: 1199px) {
    body.connectors .home-content.connectors .section .flex.five>*.logo {
        padding: 0 20px
    }
}

@media (max-width: 739px) {
    body.connectors .home-content.connectors .section .flex.five>*.logo {
        max-width: 50%;
        width: 50%;
        flex-basis: 50%
    }

    body.connectors .home-content.connectors .section .flex.five>*.logo .q-img {
        width: 80%
    }

    body.connectors .home-content.connectors .section .flex.five>*.logo:nth-child(3) {
        padding: 30px 20px;
        max-width: 100%;
        width: 100%;
        flex-basis: 100%
    }
}

@media (max-width: 600px) {
    body.connectors .home-content.connectors .section .flex.five>*.logo {
        padding: 20px 40px;
        max-width: 100%;
        width: 100%;
        flex-basis: 100%
    }
}

body.connectors .home-content.connectors .section .flex.five>*.logo .q-img {
    height: 100px
}

@media (max-width: 600px) {
    body.connectors .home-content.connectors .section .flex.five>*.logo .q-img {
        max-width: 220px
    }
}

body.connectors .home-content.connectors .section .flex.five>*.logo .q-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain !important
}

body.connectors .home-content.connectors .section .flex.four .logo {
    padding: 0 20px
}

body.connectors .home-content.connectors .section .flex.four .logo .q-img {
    max-height: 90px
}

body.connectors .home-content.connectors .section .flex.four .logo .q-img img {
    height: 100%;
    width: 100%;
    object-fit: contain !important
}

@media (min-width: 601px) {
    body.connectors .circles {
        background: url(/img/connectors/dash-curve.svg) no-repeat center center/contain
    }
}

@media (max-width: 600px) {
    body.connectors .circles {
        padding: 40px
    }
}

body.connectors .circles .item {
    position: relative;
    padding: 20px
}

body.connectors .circles .item:not(:first-child) {
    margin-top: -15%
}

body.connectors .circles .item:nth-child(even) {
    margin-left: 40%
}

body.connectors .circles .item:nth-child(odd) {
    margin-right: 40%
}

body.connectors .circles .item .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

body.connectors .circles .item .content h6 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600
}

@media (min-width: 992px) {
    body.connectors .circles .item .content h6 {
        font-size: 2vw
    }
}

@media (min-width: 1700px) {
    body.connectors .circles .item .content h6 {
        font-size: 34px
    }
}

body.connectors .circles .item .content p {
    font-size: 16px
}

@media (max-width: 739px) {
    body.connectors .circles .item .content p {
        font-size: 14px
    }
}

@media (max-width: 600px) {
    body.connectors .circles .item .content p {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    body.connectors .circles .item .content p {
        font-size: 1.5vw
    }
}

@media (min-width: 1700px) {
    body.connectors .circles .item .content p {
        font-size: 26px
    }
}

body.connectors .our-services.grey {
    background-color: #e9f7fe !important
}

body.connectors .our-services:not(.grey) {
    background-color: #ffffff !important
}

@media (min-width: 601px) {
    body.connectors .hero .inner {
        padding: 0 10% 0 0
    }
}

@media (min-width: 1200px) {
    body.connectors .hero h2 {
        font-size: 49px
    }
}

@media (max-width: 1199px) {
    body.connectors .hero h2 {
        font-size: 4vw
    }
}

@media (max-width: 991px) {
    body.connectors .hero h2 {
        font-size: 40px
    }
}

@media (max-width: 739px) {
    body.connectors .hero h2 {
        position: static;
        width: 100%
    }
}

body.connectors .hero h5 {
    color: #054172;
    font-weight: 600
}

@media (min-width: 992px) {
    body.connectors .hero h5 {
        font-size: 23px
    }
}

@media (max-width: 991px) {
    body.connectors .hero h5 {
        font-size: 18px
    }
}

body.connectors .hero img {
    display: block;
    height: auto;
    width: 100%
}

body.connectors .text-h3.text-left {
    text-align: left !important
}

body.connectors .big-img .text-h3 {
    margin-bottom: 10px !important
}

body.connectors .big-img .q-img {
    margin-bottom: -60px;
    overflow: visible
}

@media (min-width: 601px) {
    body.connectors .big-img .q-img img {
        position: absolute;
        left: -10%;
        bottom: 0
    }
}

@media (min-width: 601px) {
    body.connectors .big-img .col-sm-6 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media (min-width: 601px) {
    body.connectors .big-img .col-sm-6.image-pan {
        align-self: end
    }
}

body.connectors ul.checklist {
    padding: 0
}

body.connectors ul.checklist li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500
}

@media (min-width: 601px) {
    body.connectors ul.checklist li {
        padding-right: 40px
    }
}

body.connectors ul.checklist li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    height: 25px;
    width: 25px;
    background: url("img/circle-check-duotone-default.svg") no-repeat center center/cover;
    vertical-align: middle
}

body.connectors ul.checklist li+li {
    margin-top: 20px
}

body.connectors .marketplace-options .item {
    margin-bottom: 40px
}

body.connectors .marketplace-options h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600
}

body.connectors .marketplace-options p {
    font-size: 18px !important;
    font-weight: 500
}

body.connectors h2.text-h3 {
    margin: 0 !important;
    font-size: 60px;
    font-weight: 700
}

@media (max-width: 991px) {
    body.connectors h2.text-h3 {
        font-size: 50px
    }
}

@media (max-width: 600px) {
    body.connectors h2.text-h3 {
        font-size: 40px
    }
}

body.connectors .icons-list {
    margin: 0 -20px
}

body.connectors .icons-list .item {
    padding: 0 20px;
    margin-bottom: 40px
}

@media (max-width: 600px) {
    body.connectors .icons-list .item {
        margin-bottom: 15px
    }
}

body.connectors .icons-list .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

body.connectors .icons-list .item .top .icon {
    width: 30px;
    margin-right: 20px
}

body.connectors .icons-list .item .top h5 {
    margin: 0;
    font-size: 18px
}

body.connectors .icons-list .item p {
    font-size: 16px
}

body .tabs-container .info-tabs {
    padding: 0 15px;
    margin: 0 -15px;
    border-bottom: 2px solid #2b729f
}

body .tabs-container .info-tabs>.q-tabs__content {
    justify-content: center
}

body .tabs-container .info-tabs .info-tab {
    display: flex;
    align-items: center;
    background-color: white;
    color: #4a4a4a;
    border-radius: 0;
    padding: 5px 20px;
    margin: 0;
    border: 1px solid #2b729f;
    border-bottom: 0;
    transition: background-color 0.3s ease
}

body .tabs-container .info-tabs .info-tab:first-child {
    border-top-left-radius: 20px
}

body .tabs-container .info-tabs .info-tab:last-child {
    border-top-right-radius: 20px
}

body .tabs-container .info-tabs .info-tab .q-icon {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 22px;
    color: #2b729f;
    transform: none !important
}

body .tabs-container .info-tabs .info-tab .q-tab__label {
    color: #2b729f
}

body .tabs-container .info-tabs .info-tab:hover {
    background-color: #2b729f;
    color: #fff
}

body .tabs-container .info-tabs .info-tab:hover .q-tab__label {
    color: #fff
}

body .tabs-container .info-tabs .info-tab:hover .q-icon {
    color: #fff
}

body .tabs-container .info-tabs .info-tab.q-tab--active {
    color: #fff;
    background-color: #2b729f
}

body .tabs-container .info-tabs .info-tab.q-tab--active .q-tab__label {
    color: #fff
}

body .tabs-container .info-tabs .info-tab.q-tab--active .q-icon {
    color: #fff
}

body .tabs-container .info-tabs .info-tab>.q-tabs__content {
    align-items: center
}

@media (max-width: 600px) {
    body .header-dinamyc-p {
        padding-top: 65px
    }
}

@media (max-width: 900px) {
    body .header-dinamyc-p {
        padding-top: 95px
    }
}

@media (max-width: 600px) {
    body .video-xs-p {
        padding-top: 50px
    }
}

@media (max-width: 900px) {
    body .custom-h1 {
        font-size: 44px
    }
}

body .youtube-video-container {
    position: relative;
    width: 100%
}

body .youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 59.25%
}

body .youtube-video-container iframe {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -22% auto 0;
    width: 80%;
    height: 75.5%;
    border-radius: 20px
}

body .youtube-video-container video {
    display: block;
    height: auto;
    width: 100%;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.4)
}

body .hp-video-block-bg {
    position: relative;
    background-color: var(--q-primary);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 18px
}

body .hp-video-block-bg .text-h3 {
    position: relative;
    padding-top: 40px;
    margin: 0 auto;
    width: 80%;
    color: #fff
}

body .hp-video-block-bg img {
    position: absolute;
    top: -105px;
    right: 12px;
    height: 130px;
    width: 130px;
    object-fit: contain;
    z-index: 999999;
    opacity: 1;
    transition: opacity 200ms ease-in-out
}

body .resource-title {
    margin-top: -10% !important
}

body.info-page.home.connectors .tabs-container.new {
    position: static;
    padding-top: 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: auto !important;
    overflow: initial;
    background-color: #efefef
}

body.info-page.home.connectors .tabs-container.new .section.grey {
    padding-top: 10px
}

body.info-page.home.connectors .tabs-container.new .hp-tabs {
    position: static
}

body.info-page.home.connectors .tabs-container.new .hp-tabs .hp-tab {
    padding: 10px 30px;
    background: #ffffff;
    color: var(--q-primary)
}

body.info-page.home.connectors .tabs-container.new .hp-tabs .hp-tab .q-tab__label {
    color: var(--q-primary);
    font-size: 18px
}

body.info-page.home.connectors .tabs-container.new .hp-tabs .hp-tab.q-tab--active,
body.info-page.home.connectors .tabs-container.new .hp-tabs .hp-tab:hover {
    background-color: var(--q-primary);
    color: #ffffff
}

body.info-page.home.connectors .tabs-container.new .hp-tabs .hp-tab.q-tab--active .q-tab__label,
body.info-page.home.connectors .tabs-container.new .hp-tabs .hp-tab:hover .q-tab__label {
    color: #ffffff;
    font-size: 18px
}

body.scrolling .hp-video-block-bg img {
    opacity: 0;
    visibility: hidden
}

.primary-color {
    color: #054172;
    fill: #054172
}

.secondary-color {
    color: #13a2dd;
    fill: #13a2dd
}

.p-0 {
    padding: 0px
}

.p-1 {
    padding: 5px
}

.p-2 {
    padding: 10px
}

.p-3 {
    padding: 15px
}

.p-4 {
    padding: 20px
}

.p-5 {
    padding: 25px
}

.pt-0 {
    padding-top: 0px
}

.pt-1 {
    padding-top: 5px
}

.pt-2 {
    padding-top: 10px
}

.pt-3 {
    padding-top: 15px
}

.pt-4 {
    padding-top: 20px
}

.pt-5 {
    padding-top: 25px
}

.pb-0 {
    padding-bottom: 0px
}

.pb-1 {
    padding-bottom: 5px
}

.pb-2 {
    padding-bottom: 10px
}

.pb-3 {
    padding-bottom: 15px
}

.pb-4 {
    padding-bottom: 20px
}

.pb-5 {
    padding-bottom: 25px
}

.pl-0 {
    padding-left: 0px
}

.pl-1 {
    padding-left: 5px
}

.pl-2 {
    padding-left: 10px
}

.pl-3 {
    padding-left: 15px
}

.pl-4 {
    padding-left: 20px
}

.pl-5 {
    padding-left: 25px
}

.pr-0 {
    padding-right: 0px
}

.pr-1 {
    padding-right: 5px
}

.pr-2 {
    padding-right: 10px
}

.pr-3 {
    padding-right: 15px
}

.pr-4 {
    padding-right: 20px
}

.pr-5 {
    padding-right: 25px
}

.m-0 {
    margin: 0px
}

.m-1 {
    margin: 5px
}

.m-2 {
    margin: 10px
}

.m-3 {
    margin: 15px
}

.m-4 {
    margin: 20px
}

.m-5 {
    margin: 25px
}

.mt-0 {
    margin-top: 0px
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 10px
}

.mt-3 {
    margin-top: 15px
}

.mt-4 {
    margin-top: 20px
}

.mt-5 {
    margin-top: 25px
}

.mb-0 {
    margin-bottom: 0px
}

.mb-1 {
    margin-bottom: 5px
}

.mb-2 {
    margin-bottom: 10px
}

.mb-3 {
    margin-bottom: 15px
}

.mb-4 {
    margin-bottom: 20px
}

.mb-5 {
    margin-bottom: 25px
}

.ml-0 {
    margin-left: 0px
}

.ml-1 {
    margin-left: 5px
}

.ml-2 {
    margin-left: 10px
}

.ml-3 {
    margin-left: 15px
}

.ml-4 {
    margin-left: 20px
}

.ml-5 {
    margin-left: 25px
}

.mr-0 {
    margin-right: 0px
}

.mr-1 {
    margin-right: 5px
}

.mr-2 {
    margin-right: 10px
}

.mr-3 {
    margin-right: 15px
}

.mr-4 {
    margin-right: 20px
}

.mr-5 {
    margin-right: 25px
}

.section-padding {
    padding: 30px 0
}

.section-padding .custom-h2 {
    margin: 0 0 20px
}

.light-grey {
    background: #f9f8f8
}

.container-custom {
    max-width: 1400px;
    padding: 0px 30px
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-50 {
    width: 50%
}

.mw-100 {
    max-width: 100%
}

.mw-50 {
    max-width: 50%
}

.mw-100p {
    max-width: 100px
}

.mw-200p {
    max-width: 200px
}

.mw-300p {
    max-width: 300px
}

.align-items-center {
    align-items: center
}

.row-custom {
    margin-right: -15px;
    margin-left: -15px
}

.row-custom {
    margin-right: -15px;
    margin-left: -15px
}

.row-custom .col-1,
.row-custom .col-2,
.row-custom .col-3,
.row-custom .col-4,
.row-custom .col-5,
.row-custom .col-6,
.row-custom .col-7,
.row-custom .col-8,
.row-custom .col-9,
.row-custom .col-10,
.row-custom .col-11,
.row-custom .col-12,
.row-custom .col,
.row-custom .col-auto,
.row-custom .col-sm-1,
.row-custom .col-sm-2,
.row-custom .col-sm-3,
.row-custom .col-sm-4,
.row-custom .col-sm-5,
.row-custom .col-sm-6,
.row-custom .col-sm-7,
.row-custom .col-sm-8,
.row-custom .col-sm-9,
.row-custom .col-sm-10,
.row-custom .col-sm-11,
.row-custom .col-sm-12,
.row-custom .col-sm,
.row-custom .col-sm-auto,
.row-custom .col-md-1,
.row-custom .col-md-2,
.row-custom .col-md-3,
.row-custom .col-md-4,
.row-custom .col-md-5,
.row-custom .col-md-6,
.row-custom .col-md-7,
.row-custom .col-md-8,
.row-custom .col-md-9,
.row-custom .col-md-10,
.row-custom .col-md-11,
.row-custom .col-md-12,
.row-custom .col-md,
.row-custom .col-md-auto,
.row-custom .col-lg-1,
.row-custom .col-lg-2,
.row-custom .col-lg-3,
.row-custom .col-lg-4,
.row-custom .col-lg-5,
.row-custom .col-lg-6,
.row-custom .col-lg-7,
.row-custom .col-lg-8,
.row-custom .col-lg-9,
.row-custom .col-lg-10,
.row-custom .col-lg-11,
.row-custom .col-lg-12,
.row-custom .col-lg,
.row-custom .col-lg-auto,
.row-custom .col-xl-1,
.row-custom .col-xl-2,
.row-custom .col-xl-3,
.row-custom .col-xl-4,
.row-custom .col-xl-5,
.row-custom .col-xl-6,
.row-custom .col-xl-7,
.row-custom .col-xl-8,
.row-custom .col-xl-9,
.row-custom .col-xl-10,
.row-custom .col-xl-11,
.row-custom .col-xl-12,
.row-custom .col-xl,
.row-custom .col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.small-icon {
    width: 30px
}

.features-list li div,
.features-list li svg {
    display: inline-block;
    vertical-align: top;
    transition: 0.2s
}

.features-list li:hover svg {
    fill: #1674a0
}

.features-list li div {
    max-width: 90%
}

.features-list li svg {
    max-width: 8%;
    margin-right: 2%
}

.features-list li {
    margin-top: 20px
}

.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: 0.2s
}

.card:hover {
    transform: scale(1.06)
}

.button {
    background: #11a2dc;
    text-decoration: none;
    padding: 7px 15px;
    display: inline-block;
    transition: 0.2s
}

.button:hover {
    opacity: 0.8
}

.border-radius-none {
    border-radius: 0px !important
}

.border-none {
    border: none !important
}

.image-placeholder {
    background: #f2f2f2;
    width: 100%;
    height: 200px;
    border-radius: 5px
}

.custom-h1 {
    font-size: 50px;
    line-height: normal
}

.custom-h2 {
    font-size: 35px;
    line-height: normal
}

.custom-h3 {
    font-size: 25px;
    line-height: normal
}

.custom-h4 {
    font-size: 19px;
    line-height: normal
}

.animate-icon-rotate:hover svg {
    transform: rotate(360deg)
}

.animate-icon-rotate svg {
    transition: 1s
}

.animate-icon-rotate-small:hover svg {
    transform: rotate(-20deg)
}

.animate-icon-rotate-small svg {
    transition: 0.3s
}

.image-placeholder {
    display: none
}

.search-tools {
    margin: 40px 0
}

.results-text {
    align-items: center;
    color: var(--q-primary);
    font-size: 18px
}

.search-wrapper .filters {
    padding-right: 20px;
    border-right: 1px solid #e4e4e4
}

.search-wrapper .filter .q-focus-helper {
    display: none
}

.search-wrapper hr {
    display: none
}

.search-wrapper .q-item {
    padding: 0;
    margin-bottom: 20px;
    min-height: 0
}

.search-wrapper .q-item .q-item__label {
    color: black;
    font-size: 15px
}

.search-wrapper .q-expansion-item+.q-expansion-item {
    margin-top: 20px
}

.search-wrapper .q-expansion-item__content {
    margin-top: 5px;
    margin-bottom: 10px
}

.search-wrapper .q-expansion-item__content button:not(.q-btn) {
    padding: 0;
    margin-top: 8px;
    color: var(--q-primary);
    font-size: 15px;
    border-radius: 0;
    background: none
}

.search-wrapper .q-expansion-item__content .q-btn {
    padding: 0;
    margin: 0 0 15px;
    min-height: 0;
    background: none !important;
    color: black !important;
    font-size: 12px
}

.search-wrapper .q-expansion-item__content .q-btn::before {
    display: none
}

.search-wrapper .q-expansion-item__content>div {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    line-height: 1.2
}

.search-wrapper .q-expansion-item__content>div+div {
    margin-top: 10px
}

.search-wrapper .q-expansion-item__content>div input {
    position: absolute;
    top: 1px;
    left: 1px;
    margin: 0
}

.search-wrapper .search-results {
    margin: 0 0 30px;
    padding: 0 0 0 20px
}

.search-wrapper .search-results>.row {
    margin-right: -20px
}

.search-wrapper .search-results>.row.products-row {
    margin-right: -20px;
    margin-left: -20px
}

.search-wrapper .search-results .toolbar select {
    padding: 0 10px;
    height: 40px;
    border-radius: 20px
}

.search-wrapper .search-results .toolbar .view-toggle-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem
}

.search-wrapper .search-results .toolbar .view-toggle-buttons q-btn,
.search-wrapper .search-results .toolbar .view-toggle-buttons .q-btn {
    cursor: pointer;
    padding: 0;
    min-height: 0;
    overflow: hidden
}

.search-wrapper .search-results .toolbar .view-toggle-buttons q-btn i,
.search-wrapper .search-results .toolbar .view-toggle-buttons .q-btn i {
    display: inline-block;
    font-size: 45px
}

.search-wrapper .search-results .toolbar .view-toggle-buttons q-btn+q-btn,
.search-wrapper .search-results .toolbar .view-toggle-buttons q-btn+.q-btn,
.search-wrapper .search-results .toolbar .view-toggle-buttons .q-btn+q-btn,
.search-wrapper .search-results .toolbar .view-toggle-buttons .q-btn+.q-btn {
    margin-left: 10px
}

.search-wrapper .search-results .toolbar .view-toggle-buttons q-btn.active,
.search-wrapper .search-results .toolbar .view-toggle-buttons .q-btn.active {
    color: var(--q-primary)
}

.search-wrapper .search-results .item {
    padding: 15px 20px
}

.search-wrapper .search-results .item .q-card {
    height: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: none
}

.search-wrapper .search-results .item .q-card h6 {
    margin: 15px 0 10px;
    line-height: 1.3
}

.search-wrapper .search-results .item .q-card .text-body2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px
}

.search-wrapper .search-results .item .q-card .text-body2+.text-body2 {
    margin-top: 5px
}

.search-wrapper .search-results .item.view-list .grid {
    display: none !important
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 {
    display: flex
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .thumbnail-container {
    width: 120px;
    flex-basis: 120px
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .thumbnail-container .q-img {
    height: 100px;
    width: 100px;
    object-fit: contain
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .product-card-body {
    display: flex;
    flex: 1
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .product-card-body .product-column {
    display: inline-flex;
    flex-direction: column;
    padding: 0 1px;
    margin: 0;
    width: 20%;
    text-align: center
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .product-card-body .product-column .product-column-title {
    padding: 2px 10px;
    color: #1674a0;
    font-size: 14px;
    font-weight: 600
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .product-card-body .product-column .product-column-title+span {
    padding: 20px
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .product-card-body .product-card-body-info {
    padding-right: 20px;
    flex: 1
}

.search-wrapper .search-results .item.view-list .q-card .row>.col-12 .product-card-body .product-card-body-info h6 {
    margin-top: 0
}

.search-wrapper .search-results .item.view-grid .list {
    display: none !important
}

.search-wrapper .search-results .item.view-grid .product-column-title {
    margin-right: 8px
}

.search-wrapper .search-results .item.view-grid .product-column-title:after {
    display: inline-block;
    content: ':'
}

.search-wrapper .pagination {
    margin-top: 30px
}

.basket-container {
    padding-top: 40px
}

.basket-container table.addons thead th:first-child,
.basket-container table.addons thead td:first-child,
.basket-container table.addons tbody th:first-child,
.basket-container table.addons tbody td:first-child {
    width: 40%;
    white-space: initial
}

.basket-container .sidebar {
    position: relative;
    padding-left: 30px
}

.basket-container .sidebar .q-page-sticky {
    left: auto;
    right: auto
}

.basket-container .sidebar .sticky {
    padding: 20px;
    font-size: 15px
}

.basket-container .basket-steps .q-stepper__nav {
    padding: 0
}

.brand-container {
    margin-top: 30px
}

.brand-container .brand-banner {
    position: relative
}

.brand-container .brand-banner .brand-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Rubik, Roboto, sans-serif;
    font-size: 60px;
    font-weight: 500
}

.brand-container img {
    display: block;
    width: 100%;
    height: auto
}

.brand-container .brand-top {
    margin-top: -30px;
    margin-bottom: 30px
}

.brand-container .brand-top .brand-logo {
    padding-right: 30px;
    padding-left: 30px
}

.brand-container .brand-top .brand-logo-block {
    position: relative;
    padding: 20px 10px;
    border: 2px solid #054172;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    overflow: hidden
}

.brand-container .brand-top .brand-logo-block img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border: 10px solid #fff
}

.brand-container .brand-name h1 {
    margin: 0;
    color: var(--q-primary);
    font-size: 26px;
    font-weight: 700 !important
}

.brand-container .q-tab--active .q-tab__label {
    border-bottom: 1px solid var(--q-primary)
}

.brand-container .brand-links .q-btn+.q-btn {
    margin-left: 10px
}

body.customer-page {
    position: relative
}

body.customer-page:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    display: none;
    content: '';
    background: -moz-linear-gradient(-45deg, rgba(19, 162, 221, 0.27) 0%, rgba(19, 162, 221, 0) 68%, rgba(19, 162, 221, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(19, 162, 221, 0.27) 0%, rgba(19, 162, 221, 0) 68%, rgba(19, 162, 221, 0) 100%);
    background: linear-gradient(135deg, rgba(19, 162, 221, 0.27) 0%, rgba(19, 162, 221, 0) 68%, rgba(19, 162, 221, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4513a2dd', endColorstr='#0013a2dd', GradientType=1)
}

body.customer-page.get-started:before {
    width: 40vw
}

@media screen and (min-width: 1024px) {
    body.customer-page.get-started:before {
        display: block
    }
}

body.customer-page .q-layout {
    min-height: 0 !important
}

body.customer-page h1 {
    color: var(--q-primary);
    line-height: 1.3
}

.form-block {
    padding-top: 70px
}

.form-block .form-container {
    margin-top: 70px;
    margin-bottom: 70px
}

.form-block .form-container .q-field[class*="col-"] {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0 15px
}

.form-block form button {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: 20px
}

.form-block .right img {
    position: relative;
    display: block;
    height: auto;
    width: 100%
}

@media (min-width: 1920px) {
    .form-block .right img {
        left: 5vw
    }
}

.form-block.create-account .form-container {
    padding-right: 60px
}

.get-started-block .form-container form>.row {
    margin: 0
}

.get-started-block .bottom {
    margin-top: 30px
}

body.theme-config .block-center {
    margin: 0 auto
}

body.theme-config .q-field.white .q-field__control {
    background: white
}

body.theme-config .field.file label {
    display: block;
    border-radius: 41px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: var(--q-primary);
    cursor: pointer;
    border: none;
    padding: 8px 20px;
    border: 2px solid var(--q-primary);
    background-color: white;
    white-space: nowrap;
    min-width: 200px;
    width: 10vw
}

body.theme-config .brand-colors .text-body1 {
    display: block;
    margin-bottom: 15px
}

@media (max-width: 600px) {
    .hidden-xs {
        display: none !important
    }
}

.visible-xs {
    display: none !important
}

@media (max-width: 600px) {
    .visible-xs {
        display: block !important
    }
}

@media (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

.visible-sm {
    display: none !important
}

@media (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}

@font-face {
    font-family: Rubik;
    src: url(./fonts/Rubik/Rubik-VariableFont_wght.ttf)
}

@font-face {
    font-family: Rubik;
    src: url(./fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf);
    font-style: italic
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon/icomoon.woff");
    src: url("fonts/icomoon/icomoon.eot?roeit3#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?roeit3") format("truetype"), url("fonts/icomoon/icomoon.woff?roeit3") format("woff"), url("fonts/icomoon/icomoon.svg?roeit3#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-advertising:before {
    content: "\e922";
    color: #ee701e
}

.icon-advertising:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e923";
    color: #ee701e;
    opacity: 0.4
}

.icon-automate-manage-print:before {
    content: "\e924";
    color: #ee701e
}

.icon-automate-manage-print:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e925";
    color: #ee701e;
    opacity: 0.4
}

.icon-csp-billing:before {
    content: "\e926";
    color: #ee701e;
    opacity: 0.4
}

.icon-integrations:before {
    content: "\e927";
    color: #ee701e
}

.icon-integrations:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e928";
    color: #ee701e;
    opacity: 0.4
}

.icon-list-your-stock:before {
    content: "\e929";
    color: #ee701e
}

.icon-list-your-stock:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e92a";
    color: #ee701e;
    opacity: 0.4
}

.icon-order-automation:before {
    content: "\e92b";
    color: #ee701e
}

.icon-order-automation:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e92c";
    color: #ee701e;
    opacity: 0.4
}

.icon-price-comparison:before {
    content: "\e92d";
    color: #ee701e
}

.icon-price-comparison:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e92e";
    color: #ee701e;
    opacity: 0.4
}

.icon-punchout-stores:before {
    content: "\e92f";
    color: #ee701e
}

.icon-punchout-stores:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e930";
    color: #ee701e;
    opacity: 0.4
}

.icon-quote-tool:before {
    content: "\e931";
    color: #ee701e
}

.icon-quote-tool:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e932";
    color: #ee701e;
    opacity: 0.4
}

.icon-search:before {
    content: "\e933";
    color: #ee701e
}

.icon-search:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e934";
    color: #ee701e;
    opacity: 0.4
}

.icon-sell-on-marketplace:before {
    content: "\e935";
    color: #ee701e
}

.icon-sell-on-marketplace:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e936";
    color: #ee701e;
    opacity: 0.4
}

.icon-webstore-and-datafeeds:before {
    content: "\e937";
    color: #ee701e
}

.icon-webstore-and-datafeeds:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e938";
    color: #ee701e;
    opacity: 0.4
}

.icon-arrow-down:before {
    content: "\e900"
}

.icon-arrow-left:before {
    content: "\e901"
}

.icon-arrow-right:before {
    content: "\e902"
}

.icon-arrow-right-blue:before {
    content: "\e903";
    color: #22a7df
}

.icon-basket:before {
    content: "\e904"
}

.icon-blue-star:before {
    content: "\e939";
    color: #22a7df
}

.icon-blue-star-full:before {
    content: "\e905";
    color: #22a7df
}

.icon-blue-star-half:before {
    content: "\e906";
    color: #22a7df
}

.icon-cloud-billing-automation:before {
    content: "\e907";
    color: #22a7df
}

.icon-cloud-billing-automation:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e908";
    color: #22a7df;
    opacity: 0.4
}

.icon-cloud-management-suite:before {
    content: "\e909";
    color: #22a7df
}

.icon-cloud-management-suite:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e90a";
    color: #22a7df;
    opacity: 0.4
}

.icon-cloud-marketplace:before {
    content: "\e90b";
    color: #22a7df
}

.icon-cloud-marketplace:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e90c";
    color: #22a7df;
    opacity: 0.4
}

.icon-customer-specific-pricing:before {
    content: "\e90d";
    color: #22a7df
}

.icon-customer-specific-pricing:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e90e";
    color: #22a7df;
    opacity: 0.4
}

.icon-email:before {
    content: "\e90f";
    color: #fff
}

.icon-headless:before {
    content: "\e910";
    color: #22a7df
}

.icon-headless:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e911";
    color: #22a7df;
    opacity: 0.4
}

.icon-linkedin:before {
    content: "\e912";
    color: #fff
}

.icon-location:before {
    content: "\e913";
    color: #fff
}

.icon-low-cost:before {
    content: "\e914";
    color: #22a7df
}

.icon-low-cost:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e915";
    color: #22a7df;
    opacity: 0.4
}

.icon-magento:before {
    content: "\e916";
    color: #22a7df
}

.icon-magento:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e917";
    color: #22a7df;
    opacity: 0.4
}

.icon-phone:before {
    content: "\e918";
    color: #fff
}

.icon-punch-out-stores:before {
    content: "\e919";
    color: #22a7df
}

.icon-punch-out-stores:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e91a";
    color: #22a7df;
    opacity: 0.4
}

.icon-purchase-approval:before {
    content: "\e91b";
    color: #22a7df
}

.icon-purchase-approval:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e91c";
    color: #22a7df;
    opacity: 0.4
}

.icon-sell-subscription-services:before {
    content: "\e91d";
    color: #22a7df
}

.icon-sell-subscription-services:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e91e";
    color: #22a7df;
    opacity: 0.4
}

.icon-tick-circle::before {
    content: "\e91f";
    color: #13a2dd;
    opacity: 0.46
}

.icon-tick-circle::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e920";
    color: #fff
}

.icon-user:before {
    content: "\e921"
}

:root {
    --q-primary: #11A2DC;
    --q-secondary: #006799;
    --q-accent: #688b9b;
    --q-positive: #7ED321;
    --q-negative: #FF3366;
    --q-info: #31CCEC;
    --q-warning: #F2C037;
    --q-cinth-bg-colour: #ffffff;
    --q-cinth-footer-bg-colour: #032d41
}

* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    font-family: Poppins, 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    background-color: #fff
}

body.gray-page {
    background-color: #fbfbfb
}

.relative {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #3b3b3b;
    font-family: Poppins, 'Rubik', sans-serif
}

h1 {
    font-size: 64px
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 21px
}

h6 {
    font-size: 17px
}

ol,
ul {
    list-style: none
}

.no-style-list {
    padding: 0px;
    margin: 0px
}

.horizontal-list li {
    display: inline-block;
    vertical-align: middle
}

b {
    font-weight: bold
}

p.large {
    font-size: 28px
}

p.small {
    font-size: 11px
}

.underline {
    text-decoration: underline
}

a {
    color: #13A2DD
}

hr {
    border: 2px solid #FFFFFF;
    width: 100%;
    display: block
}

.display-inline-block {
    display: inline-block
}

.vertical-align-middle {
    vertical-align: middle
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.primary-color-1 {
    color: #11A2DC
}

.primary-color-2 {
    color: #006799
}

.primary-color-3 {
    color: #05455E
}

.secondary-color-1 {
    color: #11A2DC
}

.secondary-color-2 {
    color: #006799
}

.secondary-color-3 {
    color: #05455E
}

.highlight-color-1 {
    color: #FF3366
}

.highlight-color-2 {
    color: #7ED321
}

.primary-background {
    background-color: #fff
}

.secondary-background {
    background-color: #05455E
}

input {
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 71px
}

input::placeholder {
    color: rgba(68, 68, 68, 0.7);
    font-size: 20px;
    padding: 5px
}

label {
    font-size: 20px;
    font-weight: 400
}

.h-100 {
    height: 100%
}

.align-start {
    align-items: flex-start
}

.align-center {
    align-items: center
}

.align-end {
    align-items: flex-end
}

.logo {
    max-width: 200px;
    width: 100%
}

.header-logo .q-img {
    width: 240px
}

.relative {
    position: relative
}

.space-between {
    justify-content: space-between
}

.space-around {
    justify-content: space-around
}

#q-app>.q-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh !important
}

#q-app>.q-layout .q-page-container {
    flex: 1;
    width: 100%
}

.q-breadcrumbs {
    padding: 0 15px;
    margin: 8px 0
}


.container {
    padding: 0 15px;
    margin: 0 auto
}

.container {
    margin: 0 auto;
    max-width: 1700px
}

@media (max-width: 1199px) {
    .container {
        width: 100%
    }
}

.padding-left {
    padding-left: 15px
}

.padding-right {
    padding-right: 15px
}

.q-header .right-bar .search-form .q-btn i {
    font-size: 26px
}

.search-container {
    display: block;
    width: 100%;
    text-align: center
}

.search-container form {
    position: relative
}

.search-container form input {
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 84px;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.search-container form button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer
}

.search-container .filter-button {
    border-radius: 50px;
    padding: 5px
}

.search-container svg {
    width: 10px
}

@media (min-width: 1200px) {
    .primary-menu {
        margin-left: 30px
    }
}

.primary-menu .q-tabs {
    margin-left: 0
}

.q-tab {
    text-transform: none;
    padding: 0 10px
}

@media (min-width: 601px) {
    .q-tab {
        padding: 0 16px
    }
}

.q-tab .q-focus-helper {
    display: none
}

.q-tab__label {
    color: black;
    font-size: 16px
}

.q-tab__label+.q-icon {
    position: relative;
    top: 1px;
    color: black;
    font-size: 18px
}

.q-tab__content {
    flex-wrap: nowrap
}

.q-tab__indicator {
    display: none
}

.q-tab--active .q-tab__label {
    color: var(--q-primary)
}

.q-tab[tabindex='0'] .q-icon {
    transform: rotate(180deg)
}

.secondary-menu {
    margin-top: 5px;
    background-color: #dfe8fb
}

@media (min-width: 601px) {
    .secondary-menu {
        margin-right: -9vw;
        margin-left: -9vw;
        padding-right: 9vw;
        padding-left: 9vw
    }
}

.secondary-menu .q-tabs {
    margin: 0 auto;
    max-width: 1700px;
    width: 100%
}

.secondary-menu .q-tab {
    min-height: 40px
}

.secondary-menu .q-tab__label {
    color: #2b729f;
    font-size: 15px;
    font-weight: 600
}

.q-header {
    z-index: 999999
}

@media (min-width: 601px) {
    .q-header {
        padding: 10px 0 0
    }
}

.q-header .q-toolbar {
    margin: 0 auto;
    max-width: 1700px
}

@media (max-width: 1199px) {
    .q-header .q-toolbar {
        flex-wrap: wrap
    }
}

@media (max-width: 1199px) {
    .q-header .q-toolbar__title {
        display: block;
        margin-bottom: 15px;
        width: 100%;
        flex-basis: 100%;
        text-align: center
    }
}

.q-header .right-bar .q-btn i {
    font-size: 18px
}

.q-menu[role="menu"] .column.menu-column {
    max-width: 280px
}

.q-menu[role="menu"] .header {
    font-weight: 500;
    text-align: center
}

.q-menu[role="menu"] .header~.q-item {
    height: auto
}

@media (max-width: 1439px) {
    .q-menu[role="menu"].q-position-engine {
        right: 0 !important;
        left: 0 !important;
        margin: 0 auto !important
    }
}

@media (max-width: 1439px) {
    .q-menu[role="menu"].q-position-engine:before {
        display: none
    }
}

.q-menu[role="menu"].pane.q-position-engine {
    max-height: 80vh;
    overflow: visible
}

.q-menu[role="menu"].pane.q-position-engine .column+.column {
    overflow: unset
}

.q-menu[role="menu"].pane.q-position-engine .column:hover {
    background: none
}

@media (max-width: 1199px) {
    .q-menu[role="menu"].pane.q-position-engine .column {
        padding: 20px
    }
}

.q-menu[role="menu"].pane .main-menu-sidebar {
    position: relative;
    padding-top: 70px;
    padding-left: 20px;
    max-width: 330px;
    width: 100%
}

@media (max-width: 1199px) {
    .q-menu[role="menu"].pane .main-menu-sidebar {
        max-width: 250px
    }
}

.q-menu[role="menu"].pane .main-menu-sidebar:after {
    display: block;
    content: '';
    position: absolute;
    top: 10%;
    right: 20px;
    height: 80%;
    width: 1px;
    border-right: 1px solid var(--q-primary)
}

.q-menu[role="menu"].pane .main-menu-sidebar .menu-bird {
    display: block;
    height: auto;
    width: 180px;
    margin: 0 auto;
    transform: rotate(25deg) scalex(-1)
}

.q-menu[role="menu"].pane .main-menu-sidebar .title {
    color: var(--q-primary);
    font-size: 21px;
    margin-bottom: 12px
}

.q-menu[role="menu"].pane .main-menu-sidebar p {
    color: #000
}

.q-menu[role="menu"].pane .header {
    margin-bottom: 17px;
    border-bottom: 2px solid var(--q-primary);
    color: var(--q-primary);
    font-weight: 600;
    text-align: left
}

.q-menu[role="menu"].pane .header~.q-item {
    position: relative;
    padding: 0
}

.q-menu[role="menu"].pane .header~.q-item:before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: -10px;
    height: calc(100% + 8px);
    width: calc(100% + 20px);
    background-color: #dfe8fb;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 300ms ease-in-out
}

.q-menu[role="menu"].pane .header~.q-item .cat-submenu {
    position: absolute;
    top: -5px;
    left: 100%;
    padding: 12px 20px;
    margin: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.q-menu[role="menu"].pane .header~.q-item .cat-submenu .header {
    border: 0;
    color: #000
}

.q-menu[role="menu"].pane .header~.q-item .cat-submenu .header a {
    color: #000;
    text-decoration: none
}

.q-menu[role="menu"].pane .header~.q-item .cat-submenu .header~.col-12 .q-tab {
    padding: 3px 0
}

.q-menu[role="menu"].pane .header~.q-item:hover:before {
    opacity: 1
}

.q-menu[role="menu"].pane .header~.q-item:hover .cat-submenu {
    display: block !important
}

.q-menu[role="menu"].pane .header~.q-item .text {
    display: flex;
    align-items: center
}

.q-menu[role="menu"].pane .header~.q-item .q-tab {
    min-height: 0
}

.q-menu[role="menu"].pane .header~.q-item .q-tab__label {
    color: black;
    font-weight: 400;
    font-size: 14px
}

.q-menu[role="menu"].pane .header~.q-item .q-tab__content {
    padding: 1px 0;
    justify-content: unset
}

.q-menu[role="menu"].pane .header~.q-item+.q-item {
    margin-top: 6px
}

.q-menu.q-position-engine.search-suggestions {
    max-width: 500px !important
}

footer.footer {
    display: block;
    position: relative;
    width: auto;
    background-color: var(--q-cinth-footer-bg-colour)
}

@media (max-width: 600px) {
    footer.footer {
        width: 100%
    }
}

@media (min-width: 601px) {
    footer.footer {
        padding: 3vw 9vw 1vw 9vw;
        margin: 0 -9vw
    }
}

@media (max-width: 600px) {
    footer.footer .container>.row {
        display: block;
        clear: both
    }
}

@media (max-width: 991px) {
    footer.footer .container>.row .col {
        float: left;
        width: 33%;
        flex: auto;
        text-align: center
    }

    footer.footer .container>.row .col:last-child {
        width: 100%
    }
}

@media (max-width: 575px) {
    footer.footer .container>.row .col {
        float: none;
        width: 100%;
        text-align: center
    }
}

@media (max-width: 991px) {
    footer.footer .container>.row .col:last-child {
        width: 100%
    }
}

footer.footer ul {
    padding: 0
}

footer.footer ul li {
    margin-bottom: 10px;
    font-size: 12px
}

footer.footer ul li i {
    display: inline-block;
    margin-right: 10px
}

footer.footer ul li a {
    color: #fff;
    text-decoration: none
}

footer.footer ul li a:hover {
    text-decoration: underline
}

footer.footer .footer-logos>.row {
    align-items: center
}

footer.footer .footer-logos svg {
    display: block;
    height: 35px;
    fill: white
}

footer.footer .footer-logos .col {
    padding: 0 10px;
    width: 25% !important
}

footer.footer .footer-logos .col.first {
    padding-left: 0;
    width: 25px;
    flex: 1;
    flex-basis: 25px
}

footer.footer .footer-logos .col.first i {
    font-size: 20px;
    position: relative;
    top: -4px
}

footer.footer .footer-logos .col.first.last {
    top: -4px
}

footer.footer .footer-logos .col.first img {
    display: block;
    max-height: 35px
}

@media (min-width: 601px) and (max-width: 991px) {
    footer.footer .footer-logos .col .q-img {
        max-height: 80px
    }
}

footer .copyright {
    margin-top: 20px;
    font-size: 12px;
    text-align: center
}

.bottom-border-blue {
    border-bottom: 1px solid #1674a0;
}

.primary-menu .dropdown {
    display: none;
    position: fixed;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    padding: 1rem;
    min-width: 200px;
    top: 64px;
    left: 0;
}

.primary-menu .home:hover .dropdown,
.primary-menu .marketplace:hover .dropdown,
.primary-menu .solutions:hover .dropdown,
.primary-menu .services:hover .dropdown,
.primary-menu .pane:hover .dropdown {
    display: flex;
    visibility: visible;
}

.primary-menu .menu-link {
    color: #333;
    text-decoration: none;
    padding: 0.8rem 1rem;
    display: block;
}

.primary-menu .dropdown-item:hover .cat-submenu {
    display: block !important;
    z-index: 2002 !important;
}

/* Services dropdown specific styles */
.primary-menu .services .q-list {
    flex-direction: column !important;
    min-width: 200px !important;
}

.primary-menu .services .q-item {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.primary-menu .services .q-item:last-child {
    border-bottom: none;
}

.primary-menu .services .q-item:hover {
    background-color: #f8f9fa;
}

.primary-menu .services .q-tab__label {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
}

.primary-menu .services .q-tab:hover .q-tab__label {
    color: var(--q-primary);
}

/* Layout fixes */
.q-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.q-page-container {
    padding-top: 64px;
    /* Adjust based on header height */
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Advertisement strips */
.ad-strip {
    position: fixed;
    top: 64px;
    width: 160px;
    height: 600px;
    z-index: 100;
}

.ad-strip-left {
    left: 0px;
}

.ad-strip-right {
    right: 0px;
}

.ad-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Primary menu positioning */
.primary-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.primary-menu .home {
    position: relative;
}

/* Services dropdown specific layout */
.primary-menu .services .q-list {
    flex-direction: column !important;
    min-width: 200px !important;
    padding: 0;
}

.primary-menu .services .q-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}

.primary-menu .services .q-item:last-child {
    border-bottom: none;
}

.primary-menu .services .q-item:hover {
    background-color: #f8f9fa;
}

.primary-menu .services .q-tab {
    width: 100%;
    justify-content: flex-start;
}

.primary-menu .services .q-tab__label {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.primary-menu .services .q-tab:hover .q-tab__label {
    color: var(--q-primary);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .ad-strip {
        display: none;
    }

    .container {
        padding: 0 10px;
    }
}

.secondary-menu {
    margin-top: 5px !important;
}

.layout-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ad-strip-left,
.ad-strip-right {
    position: sticky;
    top: 1rem;
}

.main-content {
    flex: 1;
    min-width: 0;
    /* prevents overflow */
}

/* Responsive adjustments */
@media (max-width: 1024px) {

    .ad-strip-left,
    .ad-strip-right {
        display: none;
        /* hide ads on tablet/phone */
    }

    .layout-flex {
        gap: 0;
        /* tighten spacing when ads hidden */
    }
}

.acronis-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}