﻿@import url("https://fonts.googleapis.com/css2?family=Otomanopee+One&family=Roboto&display=swap");

:root {
    --font-stack: "Roboto", sans-serif;
    --bp-primary: #00aaff;
    --bp-primary-2: #1583d8;
    --bp-red: #ff002b;
    --bp-orange: #ff5500;
    --h: 200deg;
    --s: 100%;
    --l: 50%;
    --alpha: 30%;
    --bp-primary: hsl(200, 100%, 50%);
    --bp-primary-2: hsl(206, 82%, 46%);
    --bp-red: hsl(350, 100%, 50%);
    --bp-orange: hsl(20, 100%, 50%);
    --bp-gunmetal: hsl(199, 50%, 15%);
    --bp-blue-lt: hsl(198, 50%, 96%);
    --base-font: "Poppins", var(--font-family-sans-serif, sans-serif);
    --display-font: "Paytone One", var(--font-family-sans-serif, sans-serif);
    --base-text-clr: #3f4254;
    --font-bold: 500;
    --ch: 10ch;
    --container-width: 100%;
    --nav-h: 50px;
    --flex: flex;
    --flex-justify: space-between;
    --flex-direction: column;
    --align-items: center;
    --object-fit: cover;
    --place-items: center;
}


body {
    font-family: "Roboto", Helvetica, "sans-serif";
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline;
}

.font-roboto {
    font-family: "Roboto", sans-serif !important;
}

.border-0 {
    border: none !important;
}

.pt-1em {
    padding-top: 1em;
}

/* #tcg_auth-abw 06/08/2020 */
.ui.breadcrumb.mb-15 {
    margin-bottom: 15px;
}

.ui.cta.segment {
    border: 1px solid #f2711c;
    background: #f9fafb;
    margin-top: 0;
}

.ui.cta.bp-text-center {
    text-align: center;
}

.ui.horizontal.list.bp-webinar-dateduration .item, .ui.horizontal.list.bp-webinar-dateduration .ui.items > .item > .content > .header, .ui.horizontal.list.bp-webinar-dateduration .ui.items > .item > .content > .description {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
}

.ui .map-description.bp-webinar-description {
    font-size: 1.2rem;
    line-height: 1.5;
}

.ui.skinny.segment.bp-pro-ribbon .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    .ui.skinny.segment.bp-pro-ribbon .ribbon::before, .ui.skinny.segment.bp-pro-ribbon .ribbon::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        border: 5px solid #d25807;
    }

    .ui.skinny.segment.bp-pro-ribbon .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #f2711c;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        text-align: center;
    }

    .ui.skinny.segment.bp-pro-ribbon .ribbon.ribbon-top-left {
        top: -10px;
        left: -10px;
    }

        .ui.skinny.segment.bp-pro-ribbon .ribbon.ribbon-top-left::before, .ui.skinny.segment.bp-pro-ribbon .ribbon.ribbon-top-left::after {
            border-top-color: transparent;
            border-left-color: transparent;
        }

        .ui.skinny.segment.bp-pro-ribbon .ribbon.ribbon-top-left::before {
            top: 0;
            right: 0;
        }

        .ui.skinny.segment.bp-pro-ribbon .ribbon.ribbon-top-left::after {
            bottom: 0;
            left: 0;
        }

        .ui.skinny.segment.bp-pro-ribbon .ribbon.ribbon-top-left span {
            right: -25px;
            top: 30px;
            transform: rotate(-45deg);
        }

.ui .item.bp-tags .tag-container > a.ui.tag.label, .ui.items > .item > .content > .bp-tags.header .tag-container > a.ui.tag.label, .ui.items > .item > .content > .bp-tags.description .tag-container > a.ui.tag.label, .ui .item.bp-tags .tag-container > a.mb3, .ui.items > .item > .content > .bp-tags.header .tag-container > a.mb3, .ui.items > .item > .content > .bp-tags.description .tag-container > a.mb3 {
    margin-bottom: 3px;
}

.ui .bp-about.column.mt-20 {
    margin-top: 20px;
}

.ui.bp_hidden {
    display: none;
}

.ui.bp-text-uppercase {
    text-transform: uppercase;
}

.ui.cards > .card {
    border-radius: 15px !important;
    box-shadow: 0px 10px 24px 0px rgba(46, 51, 51, 0.15) !important;
}

.ui.cards.custom-img-max-h .card .image img {
    max-height: 210px;
}

.ui .card .image img {
    object-fit: cover;
}

.ui.segments {
    border-radius: 15px !important;
    box-shadow: 0px 10px 24px 0px rgba(46, 51, 51, 0.15) !important;
    border: none !important;
}

.ui.items > .item, .ui.items > .item > .content.ui.items > .header, .ui.items > .item > .content.ui.items > .description {
    font-family: var(--font-stack);
}

    .ui.items > .item > .content > .header, .ui.items > .item > .content.ui.items > .header > .content > .header, .ui.items > .item > .content.ui.items > .description > .content > .header {
        color: #1583d8;
    }

    .ui.items > .item .image > img, .ui.items > .item > .content.ui.items > .header .image > img, .ui.items > .item > .content.ui.items > .description .image > img {
        object-fit: cover;
        border-radius: 15px;
    }

        .ui.items > .item .image > img:not(a.tiny) {
            width: 100% !important;
        }

.no-border {
    border: none !important;
}

.max-h-250px {
    max-height: 250px;
}

.d-none {
    display: none !important;
}

.ui.divider:not(.vertical):not(.horizontal) {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pulsar {
    position: relative;
}

    .pulsar.pulsar::after {
        animation-delay: 1s;
    }

    .pulsar.pulsar::before, .pulsar .pulsar::after {
        animation: pulse 2s linear infinite;
        border: #ccc solid 8px;
        border-radius: 9999px;
        box-sizing: border-box;
        content: " ";
        height: 145%;
        left: 30%;
        opacity: 0.6;
        position: absolute;
        top: -22%;
        transform: scale(0.714);
        width: 40%;
        z-index: 1;
    }

@keyframes cycle-colors {
    0% {
        border-color: hsl(0deg, 100%, 50%);
    }

    25% {
        border-color: hsl(90deg, 100%, 50%);
    }

    50% {
        border-color: hsl(180deg, 100%, 50%);
    }

    75% {
        border-color: hsl(270deg, 100%, 50%);
    }

    100% {
        border-color: hsl(0deg, 100%, 50%);
    }
}

@keyframes pulse {
    to {
        opacity: 0;
        transform: scale(1);
    }
}

:root {
    --bg-primary: #0AF;
    --blue-1: #002AFF;
}

.bigheader.webinar-training {
    background-image: none;
    background-color: #007ea7 !important;
}

    .bigheader.webinar-training::after {
        box-shadow: none;
    }

.bigheader.shaded::after {
    background: none;
}

.bigheader.homepage::after {
    box-shadow: none;
}

.ui.bp-pale-blue {
    background: #f5fcff !important;
}

.prefooter {
    background: #f5fcff;
}

.ui:not(h1, h2) {
    font-family: "Roboto", sans-serif;
}

.ui.button:not(.submit) {
    border-radius: 0.55rem;
}

.ui.orange.button {
    background-color: #ff002b;
    color: #fff;
    text-shadow: none;
    background-image: none;
}

    .ui.orange.button:hover, .ui.orange.button:active {
        background-color: #cc0022;
    }

.ui.green.button {
    background-color: #cceeff;
    color: #1583d8;
}

    .ui.green.button:hover {
        background-color: #0088cc;
    }

.ui.basic.red.button {
    box-shadow: 0 0 0 2px #00aaff inset !important;
    color: #00aaff !important;
}

    .ui.basic.red.button:hover, .ui.basic.red.button:active {
        box-shadow: 0 0 0 2px #1583d8 inset !important;
        color: #1583d8 !important;
        background-color: white !important;
    }

.ui .basic.mini {
    border-radius: 1000px;
}

.ui.orange.label {
    border-color: #ff002b !important;
}

.ui .message {
    margin-top: 1em;
}

.uih1.header.huge {
    font-size: 3rem;
    width: calc(100% - 300px);
    margin: 0 auto;
}

i.orange.icon {
    color: #ff002b !important;
}

.videorounded {
    width: 560px;
    height: 315px;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    overflow: hidden;
    position: relative;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home/front page --------*/
.main_title {
    position: relative;
    margin-bottom: 25px;
    position: relative;
}

    .main_title span {
        width: 120px;
        height: 2px;
        background-color: #e1e1e1;
        display: block;
    }

        .main_title span em {
            width: 60px;
            height: 2px;
            background-color: #e54750;
            display: block;
        }

@media (max-width: 767px) {
    .main_title {
        margin-bottom: 10px;
    }
}

.main_title h2 {
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 600px;
    margin: 20px 0 0 0;
}

@media (max-width: 767px) {
    .main_title h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.main_title p {
    max-width: 600px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

.main_title a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 500;
}

@media (max-width: 991px) {
    .main_title a {
        display: none;
    }
}

.main_title.center {
    text-align: center;
}

    .main_title.center span {
        margin: auto;
    }

        .main_title.center span em {
            margin: auto;
        }

    .main_title.center h2 {
        max-width: inherit;
        font-size: 34px;
        font-size: 2.125rem;
    }

@media (max-width: 767px) {
    .main_title.center h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.main_title.center p {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 300;
    max-width: inherit;
}

.main_title.version_2 a {
    right: 0;
}

@media (max-width: 767px) {
    .main_title.version_2 a {
        display: none;
    }
}

.intro_txt .main_title {
    margin-bottom: 15px;
}

    .intro_txt .main_title h2 {
        font-size: 32px;
        font-size: 2rem;
        font-weight: 600;
    }

/*-------- 2.2 Carousel --------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
        padding-left: 0px !important;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            height: auto;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    /*
 * 	Owl Carousel - Lazy Load Plugin
 */
    .owl-carousel .owl-item {
        /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
    }

        .owl-carousel .owl-item .owl-lazy {
            opacity: 1;
            transition: all 400ms ease;
        }

            .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
                max-height: 0;
            }

        .owl-carousel .owl-item img.owl-lazy {
            transform-style: preserve-3d;
        }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    position: absolute;
    z-index: 999;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    outline: none;
    background-color: #fff;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #222 !important;
    margin: 5px 0;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        color: #FFF;
        text-decoration: none;
    }

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border: 2px solid #e54750;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease;
    border: 2px solid #ccc;
}

    .owl-theme .owl-dots .owl-dot span::before {
        content: "";
        background-color: #e54750 !important;
        display: block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -4px;
        margin-left: -4px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.owl-theme .owl-dots .owl-dot.active span::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0 !important;
}

    .owl-theme .owl-nav .owl-prev,
    .owl-theme .owl-nav .owl-next {
        width: 46px;
        height: 46px;
        position: absolute;
        top: 0;
        margin-top: -25px;
        display: block !important;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.04);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }

    .owl-theme .owl-nav .owl-prev {
        left: -24px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -24px;
    }

        .owl-theme .owl-nav .owl-prev i,
        .owl-theme .owl-nav .owl-next i {
            font-size: 28px;
            font-size: 1.75rem;
            line-height: 48px !important;
            color: #999;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .owl-theme .owl-nav .owl-prev i:hover,
            .owl-theme .owl-nav .owl-next i:hover {
                color: #e54750;
            }

        .owl-theme .owl-nav .owl-prev.disabled,
        .owl-theme .owl-nav .owl-next.disabled {
            opacity: 0;
        }

/* Jquery select */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    outline: none;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #6d757d;
    padding-top: 2px;
}

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: "";
        display: block;
        height: 8px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 20px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px;
    }

    .nice-select.open:after {
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(0);
    }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: -1px !important;
            right: -1px !important;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        margin-top: 8px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        transform-origin: 50% 0;
        transform: scale(0.75) translateY(-20px);
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9999;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

        .nice-select .list::-webkit-scrollbar {
            width: 14px;
            height: 18px;
        }

        .nice-select .list::-webkit-scrollbar-thumb {
            height: 6px;
            border: 4px solid transparent;
            background-clip: padding-box;
            -webkit-border-radius: 7px;
            background-color: rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
        }

        .nice-select .list::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none;
        }

        .nice-select .list::-webkit-scrollbar-corner {
            background-color: transparent;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 38px;
        list-style: none;
        min-height: 30px;
        outline: none;
        padding-left: 15px;
        padding-right: 26px;
        text-align: left;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            color: #444;
            font-weight: 500;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*-------- 2.3 Strip item --------*/
.strip {
    position: relative;
    margin-bottom: 30px;
}

    .strip figure {
        margin-bottom: 5px;
        overflow: hidden;
        position: relative;
        height: 190px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        background-color: #ededed;
    }

        .strip figure img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale(1);
            -moz-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
            width: 100%;
            z-index: 1;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .strip figure:hover img {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -moz-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .strip figure a.strip_info {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            width: 100%;
            z-index: 5;
            display: block;
        }

            .strip figure a.strip_info > small {
                position: absolute;
                background-color: white;
                background-color: white;
                left: 15px;
                top: 15px;
                color: #333;
                font-weight: 500;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
                padding: 6px 8px 4px 8px;
                line-height: 1;
                font-size: 12px;
                font-size: 0.75rem;
            }

        .strip figure .item_title {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 65px 15px 10px 15px;
            background: -moz-linear-gradient(top, transparent 5%, black 100%);
            background: -webkit-linear-gradient(top, transparent 5%, black 100%);
            background: linear-gradient(to bottom, transparent 5%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
        }

            .strip figure .item_title h3 {
                font-size: 16px;
                font-size: 1rem;
                margin: 0;
                font-weight: 500;
                color: #fff;
                margin: 0;
                padding: 0;
                line-height: 1;
            }

            .strip figure .item_title small {
                font-weight: 500;
                line-height: 1;
                font-size: 13px;
                font-size: 0.8125rem;
                color: rgba(255, 255, 255, 0.8);
            }

    .strip ul {
        padding: 0;
        margin: 0;
    }

        .strip ul li {
            display: inline-block;
            padding-top: 12px;
            font-size: 13px;
            font-size: 0.8125rem;
        }

            .strip ul li:last-child {
                padding: 0;
                float: right;
            }

    .strip figure a.strip_info > small {
        width: clamp(var(--txt-min, 45px), var(--txt-ideal, 100%), var(--txt-max, 150px));
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ribbon {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 4px 23px;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
    z-index: 9;
}

    .ribbon.off {
        background-color: #f3723b;
    }

        .ribbon.off:before {
            font-family: "food";
            content: "v";
            position: absolute;
            left: 8px;
            top: 4px;
        }

.score strong {
    padding: 10px 0 0 0;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
}

    .score strong:before {
        font-family: "ElegantIcons";
        content: "\e033";
        margin: -4px 3px 0 0;
        color: #66cc66;
    }

.take,
.deliv {
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    font-weight: 500;
    color: #444;
}

    .take:before,
    .deliv:before {
        font-size: 16px;
        font-size: 1rem;
        font-family: "ElegantIcons";
        content: "\e013";
        position: absolute;
        line-height: 1;
        font-weight: normal;
    }

    .take.no,
    .deliv.no {
        text-decoration: line-through;
        color: #bbb;
    }

    .take:before {
        content: "\e013";
        left: 0;
        top: -1px;
    }

    .take.no {
        text-decoration: line-through;
        color: #bbb;
    }

.deliv {
    padding-left: 30px;
    margin-right: 0;
}

    .deliv:before {
        font-size: 24px;
        font-size: 1.5rem;
        font-family: "food";
        content: "t";
        left: 0;
        top: -4px;
    }

.strip figure {
    margin: 0 0 1rem;
}

/*============================================================================================*/
/* ElegantIcons icons */
/*============================================================================================*/
@font-face {
    font-family: "ElegantIcons";
    src: url("icon_fonts/font/ElegantIcons.eot");
    src: url("icon_fonts/font/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("icon_fonts/font/ElegantIcons.woff") format("woff"), url("icon_fonts/font/ElegantIcons.ttf") format("truetype"), url("icon_fonts/font/ElegantIcons.svg#ElegantIcons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-icon]:before {
    font-family: "ElegantIcons";
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
    font-family: "ElegantIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .arrow_up:before {
        content: "!";
    }

    .arrow_down:before {
        content: '"';
    }

    .arrow_left:before {
        content: "#";
    }

    .arrow_right:before {
        content: "$";
    }

    .arrow_left-up:before {
        content: "%";
    }

    .arrow_right-up:before {
        content: "&";
    }

    .arrow_right-down:before {
        content: "'";
    }

    .arrow_left-down:before {
        content: "(";
    }

    .arrow-up-down:before {
        content: ")";
    }

    .arrow_up-down_alt:before {
        content: "*";
    }

    .arrow_left-right_alt:before {
        content: "+";
    }

    .arrow_left-right:before {
        content: ",";
    }

    .arrow_expand_alt2:before {
        content: "-";
    }

    .arrow_expand_alt:before {
        content: ".";
    }

    .arrow_condense:before {
        content: "/";
    }

    .arrow_expand:before {
        content: "0";
    }

    .arrow_move:before {
        content: "1";
    }

    .arrow_carrot-up:before {
        content: "2";
    }

    .arrow_carrot-down:before {
        content: "3";
    }

    .arrow_carrot-left:before {
        content: "4";
    }

    .arrow_carrot-right:before {
        content: "5";
    }

    .arrow_carrot-2up:before {
        content: "6";
    }

    .arrow_carrot-2down:before {
        content: "7";
    }

    .arrow_carrot-2left:before {
        content: "8";
    }

    .arrow_carrot-2right:before {
        content: "9";
    }

    .arrow_carrot-up_alt2:before {
        content: ":";
    }

    .arrow_carrot-down_alt2:before {
        content: ";";
    }

    .arrow_carrot-left_alt2:before {
        content: "<";
    }

    .arrow_carrot-right_alt2:before {
        content: "=";
    }

    .arrow_carrot-2up_alt2:before {
        content: ">";
    }

    .arrow_carrot-2down_alt2:before {
        content: "?";
    }

    .arrow_carrot-2left_alt2:before {
        content: "@";
    }

    .arrow_carrot-2right_alt2:before {
        content: "A";
    }

    .arrow_triangle-up:before {
        content: "B";
    }

    .arrow_triangle-down:before {
        content: "C";
    }

    .arrow_triangle-left:before {
        content: "D";
    }

    .arrow_triangle-right:before {
        content: "E";
    }

    .arrow_triangle-up_alt2:before {
        content: "F";
    }

    .arrow_triangle-down_alt2:before {
        content: "G";
    }

    .arrow_triangle-left_alt2:before {
        content: "H";
    }

    .arrow_triangle-right_alt2:before {
        content: "I";
    }

    .arrow_back:before {
        content: "J";
    }

    .icon_minus-06:before {
        content: "K";
    }

    .icon_plus:before {
        content: "L";
    }

    .icon_close:before {
        content: "M";
    }

    .icon_check:before {
        content: "N";
    }

    .icon_minus_alt2:before {
        content: "O";
    }

    .icon_plus_alt2:before {
        content: "P";
    }

    .icon_close_alt2:before {
        content: "Q";
    }

    .icon_check_alt2:before {
        content: "R";
    }

    .icon_zoom-out_alt:before {
        content: "S";
    }

    .icon_zoom-in_alt:before {
        content: "T";
    }

    .icon_search:before {
        content: "U";
    }

    .icon_box-empty:before {
        content: "V";
    }

    .icon_box-selected:before {
        content: "W";
    }

    .icon_minus-box:before {
        content: "X";
    }

    .icon_plus-box:before {
        content: "Y";
    }

    .icon_box-checked:before {
        content: "Z";
    }

    .icon_circle-empty:before {
        content: "[";
    }

    .icon_circle-slelected:before {
        content: "\\";
    }

    .icon_stop_alt2:before {
        content: "]";
    }

    .icon_stop:before {
        content: "^";
    }

    .icon_pause_alt2:before {
        content: "_";
    }

    .icon_pause:before {
        content: "`";
    }

    .icon_menu:before {
        content: "a";
    }

    .icon_menu-square_alt2:before {
        content: "b";
    }

    .icon_menu-circle_alt2:before {
        content: "c";
    }

    .icon_ul:before {
        content: "d";
    }

    .icon_ol:before {
        content: "e";
    }

    .icon_adjust-horiz:before {
        content: "f";
    }

    .icon_adjust-vert:before {
        content: "g";
    }

    .icon_document_alt:before {
        content: "h";
    }

    .icon_documents_alt:before {
        content: "i";
    }

    .icon_pencil:before {
        content: "j";
    }

    .icon_pencil-edit_alt:before {
        content: "k";
    }

    .icon_pencil-edit:before {
        content: "l";
    }

    .icon_folder-alt:before {
        content: "m";
    }

    .icon_folder-open_alt:before {
        content: "n";
    }

    .icon_folder-add_alt:before {
        content: "o";
    }

    .icon_info_alt:before {
        content: "p";
    }

    .icon_error-oct_alt:before {
        content: "q";
    }

    .icon_error-circle_alt:before {
        content: "r";
    }

    .icon_error-triangle_alt:before {
        content: "s";
    }

    .icon_question_alt2:before {
        content: "t";
    }

    .icon_question:before {
        content: "u";
    }

    .icon_comment_alt:before {
        content: "v";
    }

    .icon_chat_alt:before {
        content: "w";
    }

    .icon_vol-mute_alt:before {
        content: "x";
    }

    .icon_volume-low_alt:before {
        content: "y";
    }

    .icon_volume-high_alt:before {
        content: "z";
    }

    .icon_quotations:before {
        content: "{";
    }

    .icon_quotations_alt2:before {
        content: "|";
    }

    .icon_clock_alt:before {
        content: "}";
    }

    .icon_lock_alt:before {
        content: "~";
    }

    .icon_lock-open_alt:before {
        content: "\e000";
    }

    .icon_key_alt:before {
        content: "\e001";
    }

    .icon_cloud_alt:before {
        content: "\e002";
    }

    .icon_cloud-upload_alt:before {
        content: "\e003";
    }

    .icon_cloud-download_alt:before {
        content: "\e004";
    }

    .icon_image:before {
        content: "\e005";
    }

    .icon_images:before {
        content: "\e006";
    }

    .icon_lightbulb_alt:before {
        content: "\e007";
    }

    .icon_gift_alt:before {
        content: "\e008";
    }

    .icon_house_alt:before {
        content: "\e009";
    }

    .icon_genius:before {
        content: "\e00a";
    }

    .icon_mobile:before {
        content: "\e00b";
    }

    .icon_tablet:before {
        content: "\e00c";
    }

    .icon_laptop:before {
        content: "\e00d";
    }

    .icon_desktop:before {
        content: "\e00e";
    }

    .icon_camera_alt:before {
        content: "\e00f";
    }

    .icon_mail_alt:before {
        content: "\e010";
    }

    .icon_cone_alt:before {
        content: "\e011";
    }

    .icon_ribbon_alt:before {
        content: "\e012";
    }

    .icon_bag_alt:before {
        content: "\e013";
    }

    .icon_creditcard:before {
        content: "\e014";
    }

    .icon_cart_alt:before {
        content: "\e015";
    }

    .icon_paperclip:before {
        content: "\e016";
    }

    .icon_tag_alt:before {
        content: "\e017";
    }

    .icon_tags_alt:before {
        content: "\e018";
    }

    .icon_trash_alt:before {
        content: "\e019";
    }

    .icon_cursor_alt:before {
        content: "\e01a";
    }

    .icon_mic_alt:before {
        content: "\e01b";
    }

    .icon_compass_alt:before {
        content: "\e01c";
    }

    .icon_pin_alt:before {
        content: "\e01d";
    }

    .icon_pushpin_alt:before {
        content: "\e01e";
    }

    .icon_map_alt:before {
        content: "\e01f";
    }

    .icon_drawer_alt:before {
        content: "\e020";
    }

    .icon_toolbox_alt:before {
        content: "\e021";
    }

    .icon_book_alt:before {
        content: "\e022";
    }

    .icon_calendar:before {
        content: "\e023";
    }

    .icon_film:before {
        content: "\e024";
    }

    .icon_table:before {
        content: "\e025";
    }

    .icon_contacts_alt:before {
        content: "\e026";
    }

    .icon_headphones:before {
        content: "\e027";
    }

    .icon_lifesaver:before {
        content: "\e028";
    }

    .icon_piechart:before {
        content: "\e029";
    }

    .icon_refresh:before {
        content: "\e02a";
    }

    .icon_link_alt:before {
        content: "\e02b";
    }

    .icon_link:before {
        content: "\e02c";
    }

    .icon_loading:before {
        content: "\e02d";
    }

    .icon_blocked:before {
        content: "\e02e";
    }

    .icon_archive_alt:before {
        content: "\e02f";
    }

    .icon_heart_alt:before {
        content: "\e030";
    }

    .icon_star_alt:before {
        content: "\e031";
    }

    .icon_star-half_alt:before {
        content: "\e032";
    }

    .icon_star:before {
        content: "\e033";
    }

    .icon_star-half:before {
        content: "\e034";
    }

    .icon_tools:before {
        content: "\e035";
    }

    .icon_tool:before {
        content: "\e036";
    }

    .icon_cog:before {
        content: "\e037";
    }

    .icon_cogs:before {
        content: "\e038";
    }

    .arrow_up_alt:before {
        content: "\e039";
    }

    .arrow_down_alt:before {
        content: "\e03a";
    }

    .arrow_left_alt:before {
        content: "\e03b";
    }

    .arrow_right_alt:before {
        content: "\e03c";
    }

    .arrow_left-up_alt:before {
        content: "\e03d";
    }

    .arrow_right-up_alt:before {
        content: "\e03e";
    }

    .arrow_right-down_alt:before {
        content: "\e03f";
    }

    .arrow_left-down_alt:before {
        content: "\e040";
    }

    .arrow_condense_alt:before {
        content: "\e041";
    }

    .arrow_expand_alt3:before {
        content: "\e042";
    }

    .arrow_carrot_up_alt:before {
        content: "\e043";
    }

    .arrow_carrot-down_alt:before {
        content: "\e044";
    }

    .arrow_carrot-left_alt:before {
        content: "\e045";
    }

    .arrow_carrot-right_alt:before {
        content: "\e046";
    }

    .arrow_carrot-2up_alt:before {
        content: "\e047";
    }

    .arrow_carrot-2dwnn_alt:before {
        content: "\e048";
    }

    .arrow_carrot-2left_alt:before {
        content: "\e049";
    }

    .arrow_carrot-2right_alt:before {
        content: "\e04a";
    }

    .arrow_triangle-up_alt:before {
        content: "\e04b";
    }

    .arrow_triangle-down_alt:before {
        content: "\e04c";
    }

    .arrow_triangle-left_alt:before {
        content: "\e04d";
    }

    .arrow_triangle-right_alt:before {
        content: "\e04e";
    }

    .icon_minus_alt:before {
        content: "\e04f";
    }

    .icon_plus_alt:before {
        content: "\e050";
    }

    .icon_close_alt:before {
        content: "\e051";
    }

    .icon_check_alt:before {
        content: "\e052";
    }

    .icon_zoom-out:before {
        content: "\e053";
    }

    .icon_zoom-in:before {
        content: "\e054";
    }

    .icon_stop_alt:before {
        content: "\e055";
    }

    .icon_menu-square_alt:before {
        content: "\e056";
    }

    .icon_menu-circle_alt:before {
        content: "\e057";
    }

    .icon_document:before {
        content: "\e058";
    }

    .icon_documents:before {
        content: "\e059";
    }

    .icon_pencil_alt:before {
        content: "\e05a";
    }

    .icon_folder:before {
        content: "\e05b";
    }

    .icon_folder-open:before {
        content: "\e05c";
    }

    .icon_folder-add:before {
        content: "\e05d";
    }

    .icon_folder_upload:before {
        content: "\e05e";
    }

    .icon_folder_download:before {
        content: "\e05f";
    }

    .icon_info:before {
        content: "\e060";
    }

    .icon_error-circle:before {
        content: "\e061";
    }

    .icon_error-oct:before {
        content: "\e062";
    }

    .icon_error-triangle:before {
        content: "\e063";
    }

    .icon_question_alt:before {
        content: "\e064";
    }

    .icon_comment:before {
        content: "\e065";
    }

    .icon_chat:before {
        content: "\e066";
    }

    .icon_vol-mute:before {
        content: "\e067";
    }

    .icon_volume-low:before {
        content: "\e068";
    }

    .icon_volume-high:before {
        content: "\e069";
    }

    .icon_quotations_alt:before {
        content: "\e06a";
    }

    .icon_clock:before {
        content: "\e06b";
    }

    .icon_lock:before {
        content: "\e06c";
    }

    .icon_lock-open:before {
        content: "\e06d";
    }

    .icon_key:before {
        content: "\e06e";
    }

    .icon_cloud:before {
        content: "\e06f";
    }

    .icon_cloud-upload:before {
        content: "\e070";
    }

    .icon_cloud-download:before {
        content: "\e071";
    }

    .icon_lightbulb:before {
        content: "\e072";
    }

    .icon_gift:before {
        content: "\e073";
    }

    .icon_house:before {
        content: "\e074";
    }

    .icon_camera:before {
        content: "\e075";
    }

    .icon_mail:before {
        content: "\e076";
    }

    .icon_cone:before {
        content: "\e077";
    }

    .icon_ribbon:before {
        content: "\e078";
    }

    .icon_bag:before {
        content: "\e079";
    }

    .icon_cart:before {
        content: "\e07a";
    }

    .icon_tag:before {
        content: "\e07b";
    }

    .icon_tags:before {
        content: "\e07c";
    }

    .icon_trash:before {
        content: "\e07d";
    }

    .icon_cursor:before {
        content: "\e07e";
    }

    .icon_mic:before {
        content: "\e07f";
    }

    .icon_compass:before {
        content: "\e080";
    }

    .icon_pin:before {
        content: "\e081";
    }

    .icon_pushpin:before {
        content: "\e082";
    }

    .icon_map:before {
        content: "\e083";
    }

    .icon_drawer:before {
        content: "\e084";
    }

    .icon_toolbox:before {
        content: "\e085";
    }

    .icon_book:before {
        content: "\e086";
    }

    .icon_contacts:before {
        content: "\e087";
    }

    .icon_archive:before {
        content: "\e088";
    }

    .icon_heart:before {
        content: "\e089";
    }

    .icon_profile:before {
        content: "\e08a";
    }

    .icon_group:before {
        content: "\e08b";
    }

    .icon_grid-2x2:before {
        content: "\e08c";
    }

    .icon_grid-3x3:before {
        content: "\e08d";
    }

    .icon_music:before {
        content: "\e08e";
    }

    .icon_pause_alt:before {
        content: "\e08f";
    }

    .icon_phone:before {
        content: "\e090";
    }

    .icon_upload:before {
        content: "\e091";
    }

    .icon_download:before {
        content: "\e092";
    }

    .social_facebook:before {
        content: "\e093";
    }

    .social_twitter:before {
        content: "\e094";
    }

    .social_pinterest:before {
        content: "\e095";
    }

    .social_googleplus:before {
        content: "\e096";
    }

    .social_tumblr:before {
        content: "\e097";
    }

    .social_tumbleupon:before {
        content: "\e098";
    }

    .social_wordpress:before {
        content: "\e099";
    }

    .social_instagram:before {
        content: "\e09a";
    }

    .social_dribbble:before {
        content: "\e09b";
    }

    .social_vimeo:before {
        content: "\e09c";
    }

    .social_linkedin:before {
        content: "\e09d";
    }

    .social_rss:before {
        content: "\e09e";
    }

    .social_deviantart:before {
        content: "\e09f";
    }

    .social_share:before {
        content: "\e0a0";
    }

    .social_myspace:before {
        content: "\e0a1";
    }

    .social_skype:before {
        content: "\e0a2";
    }

    .social_youtube:before {
        content: "\e0a3";
    }

    .social_picassa:before {
        content: "\e0a4";
    }

    .social_googledrive:before {
        content: "\e0a5";
    }

    .social_flickr:before {
        content: "\e0a6";
    }

    .social_blogger:before {
        content: "\e0a7";
    }

    .social_spotify:before {
        content: "\e0a8";
    }

    .social_delicious:before {
        content: "\e0a9";
    }

    .social_facebook_circle:before {
        content: "\e0aa";
    }

    .social_twitter_circle:before {
        content: "\e0ab";
    }

    .social_pinterest_circle:before {
        content: "\e0ac";
    }

    .social_googleplus_circle:before {
        content: "\e0ad";
    }

    .social_tumblr_circle:before {
        content: "\e0ae";
    }

    .social_stumbleupon_circle:before {
        content: "\e0af";
    }

    .social_wordpress_circle:before {
        content: "\e0b0";
    }

    .social_instagram_circle:before {
        content: "\e0b1";
    }

    .social_dribbble_circle:before {
        content: "\e0b2";
    }

    .social_vimeo_circle:before {
        content: "\e0b3";
    }

    .social_linkedin_circle:before {
        content: "\e0b4";
    }

    .social_rss_circle:before {
        content: "\e0b5";
    }

    .social_deviantart_circle:before {
        content: "\e0b6";
    }

    .social_share_circle:before {
        content: "\e0b7";
    }

    .social_myspace_circle:before {
        content: "\e0b8";
    }

    .social_skype_circle:before {
        content: "\e0b9";
    }

    .social_youtube_circle:before {
        content: "\e0ba";
    }

    .social_picassa_circle:before {
        content: "\e0bb";
    }

    .social_googledrive_alt2:before {
        content: "\e0bc";
    }

    .social_flickr_circle:before {
        content: "\e0bd";
    }

    .social_blogger_circle:before {
        content: "\e0be";
    }

    .social_spotify_circle:before {
        content: "\e0bf";
    }

    .social_delicious_circle:before {
        content: "\e0c0";
    }

    .social_facebook_square:before {
        content: "\e0c1";
    }

    .social_twitter_square:before {
        content: "\e0c2";
    }

    .social_pinterest_square:before {
        content: "\e0c3";
    }

    .social_googleplus_square:before {
        content: "\e0c4";
    }

    .social_tumblr_square:before {
        content: "\e0c5";
    }

    .social_stumbleupon_square:before {
        content: "\e0c6";
    }

    .social_wordpress_square:before {
        content: "\e0c7";
    }

    .social_instagram_square:before {
        content: "\e0c8";
    }

    .social_dribbble_square:before {
        content: "\e0c9";
    }

    .social_vimeo_square:before {
        content: "\e0ca";
    }

    .social_linkedin_square:before {
        content: "\e0cb";
    }

    .social_rss_square:before {
        content: "\e0cc";
    }

    .social_deviantart_square:before {
        content: "\e0cd";
    }

    .social_share_square:before {
        content: "\e0ce";
    }

    .social_myspace_square:before {
        content: "\e0cf";
    }

    .social_skype_square:before {
        content: "\e0d0";
    }

    .social_youtube_square:before {
        content: "\e0d1";
    }

    .social_picassa_square:before {
        content: "\e0d2";
    }

    .social_googledrive_square:before {
        content: "\e0d3";
    }

    .social_flickr_square:before {
        content: "\e0d4";
    }

    .social_blogger_square:before {
        content: "\e0d5";
    }

    .social_spotify_square:before {
        content: "\e0d6";
    }

    .social_delicious_square:before {
        content: "\e0d7";
    }

    .icon_printer:before {
        content: "\e103";
    }

    .icon_calulator:before {
        content: "\e0ee";
    }

    .icon_building:before {
        content: "\e0ef";
    }

    .icon_floppy:before {
        content: "\e0e8";
    }

    .icon_drive:before {
        content: "\e0ea";
    }

    .icon_search-2:before {
        content: "\e101";
    }

    .icon_id:before {
        content: "\e107";
    }

    .icon_id-2:before {
        content: "\e108";
    }

    .icon_puzzle:before {
        content: "\e102";
    }

    .icon_like:before {
        content: "\e106";
    }

    .icon_dislike:before {
        content: "\e0eb";
    }

    .icon_mug:before {
        content: "\e105";
    }

    .icon_currency:before {
        content: "\e0ed";
    }

    .icon_wallet:before {
        content: "\e100";
    }

    .icon_pens:before {
        content: "\e104";
    }

    .icon_easel:before {
        content: "\e0e9";
    }

    .icon_flowchart:before {
        content: "\e109";
    }

    .icon_datareport:before {
        content: "\e0ec";
    }

    .icon_briefcase:before {
        content: "\e0fe";
    }

    .icon_shield:before {
        content: "\e0f6";
    }

    .icon_percent:before {
        content: "\e0fb";
    }

    .icon_globe:before {
        content: "\e0e2";
    }

    .icon_globe-2:before {
        content: "\e0e3";
    }

    .icon_target:before {
        content: "\e0f5";
    }

    .icon_hourglass:before {
        content: "\e0e1";
    }

    .icon_balance:before {
        content: "\e0ff";
    }

    .icon_rook:before {
        content: "\e0f8";
    }

    .icon_printer-alt:before {
        content: "\e0fa";
    }

    .icon_calculator_alt:before {
        content: "\e0e7";
    }

    .icon_building_alt:before {
        content: "\e0fd";
    }

    .icon_floppy_alt:before {
        content: "\e0e4";
    }

    .icon_drive_alt:before {
        content: "\e0e5";
    }

    .icon_search_alt:before {
        content: "\e0f7";
    }

    .icon_id_alt:before {
        content: "\e0e0";
    }

    .icon_id-2_alt:before {
        content: "\e0fc";
    }

    .icon_puzzle_alt:before {
        content: "\e0f9";
    }

    .icon_like_alt:before {
        content: "\e0dd";
    }

    .icon_dislike_alt:before {
        content: "\e0f1";
    }

    .icon_mug_alt:before {
        content: "\e0dc";
    }

    .icon_currency_alt:before {
        content: "\e0f3";
    }

    .icon_wallet_alt:before {
        content: "\e0d8";
    }

    .icon_pens_alt:before {
        content: "\e0db";
    }

    .icon_easel_alt:before {
        content: "\e0f0";
    }

    .icon_flowchart_alt:before {
        content: "\e0df";
    }

    .icon_datareport_alt:before {
        content: "\e0f2";
    }

    .icon_briefcase_alt:before {
        content: "\e0f4";
    }

    .icon_shield_alt:before {
        content: "\e0d9";
    }

    .icon_percent_alt:before {
        content: "\e0da";
    }

    .icon_globe_alt:before {
        content: "\e0de";
    }

    .icon_clipboard:before {
        content: "\e0e6";
    }

.custom-search-input {
    background-color: #fff;
    padding: 5px 5px 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

    .custom-search-input input {
        border: 0;
        width: 100%;
        height: 50px;
        padding: 12px 10px 10px 20px;
        font-weight: 500;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 15px;
        font-size: 0.9375rem !important;
    }

        .custom-search-input input.no_border_r {
            border: none;
        }

.home-header {
    font-size: 2.9rem !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

.home-header2 {
    font-size: 2.9rem !important;
    margin-top: 0px !important;
}

.home-subheader {
    font-size: 1.4rem !important;
    margin-top: 29px !important;
    color: gray !important;
}

.home-sub-button {
    margin-top: 50px !important;
}


/*New Upgrade Page*/

.plans {
    --grid-gap: 1rem;
}

    .plans::before, .plans::after {
        content: "";
        display: none;
    }

    .plans .grid-item:not(.plan, .confirm_form_block) .svg-illustration {
        margin-top: 68%;
    }

        .plans .grid-item:not(.plan, .confirm_form_block) .svg-illustration svg {
            max-width: var(--svg-mw, 270px);
            height: var(--svg-h, auto);
            width: var(--svg-w, 100%);
        }

@media (max-width: 962px) {
    .plans .grid-item:not(.plan, .confirm_form_block, .currency_holder) {
        display: none;
    }
}

@media (max-width: 962px) {
    .plans .grid-item .currency_holder .illustration_holder {
        display: none;
    }
}

.plan {
    --plan-bg: #fff;
    --plan-pos: relative;
    --plan-zindex: 100;
    --plan-clr: #777;
    --plan-min-w: 250px;
    --plan-w: 100%;
    --plan-max-w: 300px;
    border: 0;
    outline: 2px solid #ededed;
    -webkit-box-shadow: 0, 1px, 2px, rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0, 1px, 2px, rgba(0, 0, 0, 0.1);
    box-shadow: 0, 1px, 2px, rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: var(--plan-bg);
    overflow: hidden;
    -moz-transition: border, 0.5s, ease;
    -o-transition: border, 0.5s, ease;
    -webkit-transition: border, 0.5s, ease;
    -ms-transition: border, 0.5s, ease;
    transition: border, 0.5s, ease;
    width: clamp(var(--plan-min-w), var(--plan-w), var(--plan-max-w));
    margin-inline: auto;
    /*cursor: pointer;*/
}

    .plan .plan-title {
        --plan-bg: #f8f8f8;
        position: var(--plan-pos);
        border-bottom: var(--b-width, 1px) var(--b-type, dotted) var(--b-clr, #ccc);
        font-size: var(--bs-body-font-size);
        background-color: var(--plan-bg);
        color: var(--plan-clr);
    }

    .plan:hover, .plan.active, .plan.plan_selected {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        outline: 2px solid #0af;
        background: var(--plan-bg);
        position: var(--plan-pos);
        z-index: var(--plan-zindex);
    }

        .plan:hover .plan-title, .plan.active .plan-title, .plan.plan_selected .plan-title {
            --plan-bg: #0af;
            --plan-clr: #fff;
            border-bottom: none;
        }

            .plan:hover .plan-title h3, .plan.active .plan-title h3, .plan.plan_selected .plan-title h3 {
                color: var(--plan-clr);
            }

    .plan.active, .plan.plan_selected {
        --plan-max-w: 300px;
    }

    .plan ::after {
        display: none;
    }

    .plan .plan-price {
        background-color: var(--bp-gunmetal);
    }

    .plan_selected .plan-title, .plan.active .plan-title {
        --plan-bg: #0af;
        --plan-clr: #fff;
        border-bottom: none;
        position: relative;
        margin: -25px -25px 30px -25px;
        padding: 30px 20px 5px 20px;
        border-bottom: 1px dotted #ccc;
    }

    .plan .plan-title h3 {
        margin-top: 16px;
        font-weight: 500;
        font-size: 1.75rem;
    }
    .plan .plan-title p {
        margin-bottom: 20px;
    }


    .plan:last-child {
        border-width: 1px;
    }

.plan-title {
    position: relative;
    margin: -25px -25px 30px -25px;
    padding: 30px 20px 5px 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-size: 1rem;
    background-color: #f8f8f8;
    color: #777;
}

    .plan-title h3 {
        margin-bottom: 0;
    }

.plan-tall .plan-title {
    background-color: #e54750;
    border-bottom: none;
    color: #fff;
}

    .plan-tall .plan-title h3 {
        color: #fff;
    }

.plan-price {
    margin: 0 auto 15px;
    width: 120px;
    height: 120px;
    line-height: 115px;
    font-size: 30px;
    font-weight: 600;
    color: white;
    background: #777;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
}

    .plan-price > span {
        font-size: 12px;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.9);
    }

.plan-features {
    margin-bottom: 20px;
    line-height: 2;
}

ul.plan-features {
    padding: 0;
    margin: 0 0 20px 0;
}

.plan-features li {
    list-style: none;
}

.plan-tall {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    margin-right: -5px;
    position: relative;
    z-index: 100;
    border: solid #e54750;
    position: relative;
}

    .plan-tall > .plan-price {
        height: 130px;
        width: 130px;
        line-height: 135px;
        font-size: 36px;
        background: #e54750;
        -webkit-border-radius: 130px;
        -moz-border-radius: 130px;
        -ms-border-radius: 130px;
        border-radius: 130px;
    }

    .plan-tall + .plan {
        border-left: 0;
    }

.payment_select {
    background-color: #eeeeee;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .payment_select label.container_check {
        display: inline-block;
        margin-bottom: 0;
        width: 100%;
    }

    .payment_select.selected {
        outline: 2px solid var(--bp-primary);
        background-color: white;
    }

    .payment_select i {
        display: none;
    }

.container_check input:checked ~ .checkmark {
    background-color: #0af;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 170, 255, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 170, 255, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(0, 170, 255, 0.3);
}

.container_radio input:checked ~ .checkmark {
    background-color: #0af;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 170, 255, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 170, 255, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(0, 170, 255, 0.3);
    border: 2px solid #0af;
}

    .container_radio input:checked ~ .checkmark::after {
        background: #fff;
    }


.mt-auto {
    margin-top: auto !important;
}

.payment_select label.container_check {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

       .container_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 2px solid #d2d8dd;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .container_check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .container_check:hover .checkmark {
        border: 2px solid #e54750;
    }

    .container_check input:checked ~ .checkmark:after {
        display: block;
    }


.table-compare-plan {
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

    .table-compare-plan td, .table-compare-plan th {
        border: 1px solid #e5edf2;
    }

    .table-compare-plan thead {
        height: 60px;
    }

    .table-compare-plan .item-col{
        width: 20%;
    }

    .table-compare-plan .head-row {
        background-color: #eeeeee;
    }

    .table-compare-plan thead th p.head {
        font-size: 1.15rem;
        margin-top: 20px;
        margin-bottom:10px;
    }

    .table-compare-plan thead th p {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .table-compare-plan tbody td span {
        font-size: 1.15rem;
    }

    .table-compare-plan tbody td p {
        font-size: 0.95rem;
        margin-bottom:15px;
        margin-top:10px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .table-compare-plan tbody td p.head {
            font-size: 1.15rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

    .check_indicator svg {
        width: 40px;
        height: 40px;
        margin: auto;
        vertical-align: middle;
    }


.noHover {
    pointer-events: none;
}

.plan .payment_select a.button{
    cursor: pointer!important;
}