@charset "UTF-8";
/*
Theme Name: Primal My Site
*/
@font-face {
    font-family: 'VAG Rounded';
    src: url('fonts/VAG-Rounded-Bold.eot');
    src: url('fonts/VAG-Rounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/VAG-Rounded-Bold.woff2') format('woff2'),
        url('fonts/VAG-Rounded-Bold.woff') format('woff'),
        url('fonts/VAG-Rounded-Bold.ttf') format('truetype'),
        url('fonts/VAG-Rounded-Bold.svg#VAG-Rounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'VAG Rounded';
    src: url('fonts/VAGRounded-Light.eot');
    src: url('fonts/VAGRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/VAGRounded-Light.woff2') format('woff2'),
        url('fonts/VAGRounded-Light.woff') format('woff'),
        url('fonts/VAGRounded-Light.ttf') format('truetype'),
        url('fonts/VAGRounded-Light.svg#VAGRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'VAG Rounded';
    src: url('fonts/VAGRounded-Light_1.eot');
    src: url('fonts/VAGRounded-Light_1.eot?#iefix') format('embedded-opentype'),
        url('fonts/VAGRounded-Light_1.woff2') format('woff2'),
        url('fonts/VAGRounded-Light_1.woff') format('woff'),
        url('fonts/VAGRounded-Light_1.ttf') format('truetype'),
        url('fonts/VAGRounded-Light_1.svg#VAGRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/MaterialIcons-Regular.eot");
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url("fonts/MaterialIcons-Regular.woff2") format("woff2"),
        url("fonts/MaterialIcons-Regular.woff") format("woff"),
        url("fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "";
}
.fa-accessible-icon:before {
    content: "";
}
.fa-accusoft:before {
    content: "";
}
.fa-acquisitions-incorporated:before {
    content: "";
}
.fa-ad:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-card:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-adobe:before {
    content: "";
}
.fa-adversal:before {
    content: "";
}
.fa-affiliatetheme:before {
    content: "";
}
.fa-air-freshener:before {
    content: "";
}
.fa-airbnb:before {
    content: "";
}
.fa-algolia:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-alipay:before {
    content: "";
}
.fa-allergies:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-amazon-pay:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-amilia:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angry:before {
    content: "";
}
.fa-angrycreative:before {
    content: "";
}
.fa-angular:before {
    content: "";
}
.fa-ankh:before {
    content: "";
}
.fa-app-store:before {
    content: "";
}
.fa-app-store-ios:before {
    content: "";
}
.fa-apper:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-apple-alt:before {
    content: "";
}
.fa-apple-pay:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-archway:before {
    content: "";
}
.fa-arrow-alt-circle-down:before {
    content: "";
}
.fa-arrow-alt-circle-left:before {
    content: "";
}
.fa-arrow-alt-circle-right:before {
    content: "";
}
.fa-arrow-alt-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-arrows-alt-h:before {
    content: "";
}
.fa-arrows-alt-v:before {
    content: "";
}
.fa-artstation:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-asymmetrik:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-atlas:before {
    content: "";
}
.fa-atlassian:before {
    content: "";
}
.fa-atom:before {
    content: "";
}
.fa-audible:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-autoprefixer:before {
    content: "";
}
.fa-avianex:before {
    content: "";
}
.fa-aviato:before {
    content: "";
}
.fa-award:before {
    content: "";
}
.fa-aws:before {
    content: "";
}
.fa-baby:before {
    content: "";
}
.fa-baby-carriage:before {
    content: "";
}
.fa-backspace:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-bacon:before {
    content: "";
}
.fa-bahai:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-balance-scale-left:before {
    content: "";
}
.fa-balance-scale-right:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-band-aid:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-bars:before {
    content: "";
}
.fa-baseball-ball:before {
    content: "";
}
.fa-basketball-ball:before {
    content: "";
}
.fa-bath:before {
    content: "";
}
.fa-battery-empty:before {
    content: "";
}
.fa-battery-full:before {
    content: "";
}
.fa-battery-half:before {
    content: "";
}
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battle-net:before {
    content: "";
}
.fa-bed:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bezier-curve:before {
    content: "";
}
.fa-bible:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-biking:before {
    content: "";
}
.fa-bimobject:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-biohazard:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitcoin:before {
    content: "";
}
.fa-bity:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-blackberry:before {
    content: "";
}
.fa-blender:before {
    content: "";
}
.fa-blender-phone:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-blog:before {
    content: "";
}
.fa-blogger:before {
    content: "";
}
.fa-blogger-b:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-bolt:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-bone:before {
    content: "";
}
.fa-bong:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-book-dead:before {
    content: "";
}
.fa-book-medical:before {
    content: "";
}
.fa-book-open:before {
    content: "";
}
.fa-book-reader:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-bootstrap:before {
    content: "";
}
.fa-border-all:before {
    content: "";
}
.fa-border-none:before {
    content: "";
}
.fa-border-style:before {
    content: "";
}
.fa-bowling-ball:before {
    content: "";
}
.fa-box:before {
    content: "";
}
.fa-box-open:before {
    content: "";
}
.fa-box-tissue:before {
    content: "拏";
}
.fa-boxes:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-brain:before {
    content: "";
}
.fa-bread-slice:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-briefcase-medical:before {
    content: "";
}
.fa-broadcast-tower:before {
    content: "";
}
.fa-broom:before {
    content: "";
}
.fa-brush:before {
    content: "";
}
.fa-btc:before {
    content: "";
}
.fa-buffer:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-burn:before {
    content: "";
}
.fa-buromobelexperte:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-bus-alt:before {
    content: "";
}
.fa-business-time:before {
    content: "";
}
.fa-buy-n-large:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-calendar-alt:before {
    content: "";
}
.fa-calendar-check:before {
    content: "";
}
.fa-calendar-day:before {
    content: "";
}
.fa-calendar-minus:before {
    content: "";
}
.fa-calendar-plus:before {
    content: "";
}
.fa-calendar-times:before {
    content: "";
}
.fa-calendar-week:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-campground:before {
    content: "";
}
.fa-canadian-maple-leaf:before {
    content: "";
}
.fa-candy-cane:before {
    content: "";
}
.fa-cannabis:before {
    content: "";
}
.fa-capsules:before {
    content: "";
}
.fa-car:before {
    content: "";
}
.fa-car-alt:before {
    content: "";
}
.fa-car-battery:before {
    content: "";
}
.fa-car-crash:before {
    content: "";
}
.fa-car-side:before {
    content: "";
}
.fa-caravan:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-caret-square-down:before {
    content: "";
}
.fa-caret-square-left:before {
    content: "";
}
.fa-caret-square-right:before {
    content: "";
}
.fa-caret-square-up:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-carrot:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cash-register:before {
    content: "";
}
.fa-cat:before {
    content: "";
}
.fa-cc-amazon-pay:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-apple-pay:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-centercode:before {
    content: "";
}
.fa-centos:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-chair:before {
    content: "";
}
.fa-chalkboard:before {
    content: "";
}
.fa-chalkboard-teacher:before {
    content: "";
}
.fa-charging-station:before {
    content: "";
}
.fa-chart-area:before {
    content: "";
}
.fa-chart-bar:before {
    content: "";
}
.fa-chart-line:before {
    content: "";
}
.fa-chart-pie:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-check-double:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-cheese:before {
    content: "";
}
.fa-chess:before {
    content: "";
}
.fa-chess-bishop:before {
    content: "";
}
.fa-chess-board:before {
    content: "";
}
.fa-chess-king:before {
    content: "";
}
.fa-chess-knight:before {
    content: "";
}
.fa-chess-pawn:before {
    content: "";
}
.fa-chess-queen:before {
    content: "";
}
.fa-chess-rook:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-chromecast:before {
    content: "";
}
.fa-church:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-circle-notch:before {
    content: "";
}
.fa-city:before {
    content: "";
}
.fa-clinic-medical:before {
    content: "";
}
.fa-clipboard:before {
    content: "";
}
.fa-clipboard-check:before {
    content: "";
}
.fa-clipboard-list:before {
    content: "";
}
.fa-clock:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-closed-captioning:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-cloud-download-alt:before {
    content: "";
}
.fa-cloud-meatball:before {
    content: "";
}
.fa-cloud-moon:before {
    content: "";
}
.fa-cloud-moon-rain:before {
    content: "";
}
.fa-cloud-rain:before {
    content: "";
}
.fa-cloud-showers-heavy:before {
    content: "";
}
.fa-cloud-sun:before {
    content: "";
}
.fa-cloud-sun-rain:before {
    content: "";
}
.fa-cloud-upload-alt:before {
    content: "";
}
.fa-cloudscale:before {
    content: "";
}
.fa-cloudsmith:before {
    content: "";
}
.fa-cloudversify:before {
    content: "";
}
.fa-cocktail:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-code-branch:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cog:before {
    content: "";
}
.fa-cogs:before {
    content: "";
}
.fa-coins:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-comment-alt:before {
    content: "";
}
.fa-comment-dollar:before {
    content: "";
}
.fa-comment-dots:before {
    content: "";
}
.fa-comment-medical:before {
    content: "";
}
.fa-comment-slash:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-comments-dollar:before {
    content: "";
}
.fa-compact-disc:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-compress-alt:before {
    content: "";
}
.fa-compress-arrows-alt:before {
    content: "";
}
.fa-concierge-bell:before {
    content: "";
}
.fa-confluence:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-cookie:before {
    content: "";
}
.fa-cookie-bite:before {
    content: "";
}
.fa-copy:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-cotton-bureau:before {
    content: "";
}
.fa-couch:before {
    content: "";
}
.fa-cpanel:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-creative-commons-by:before {
    content: "";
}
.fa-creative-commons-nc:before {
    content: "";
}
.fa-creative-commons-nc-eu:before {
    content: "";
}
.fa-creative-commons-nc-jp:before {
    content: "";
}
.fa-creative-commons-nd:before {
    content: "";
}
.fa-creative-commons-pd:before {
    content: "";
}
.fa-creative-commons-pd-alt:before {
    content: "";
}
.fa-creative-commons-remix:before {
    content: "";
}
.fa-creative-commons-sa:before {
    content: "";
}
.fa-creative-commons-sampling:before {
    content: "";
}
.fa-creative-commons-sampling-plus:before {
    content: "";
}
.fa-creative-commons-share:before {
    content: "";
}
.fa-creative-commons-zero:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-critical-role:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-crop-alt:before {
    content: "";
}
.fa-cross:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-crow:before {
    content: "";
}
.fa-crown:before {
    content: "";
}
.fa-crutch:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-css3-alt:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-cut:before {
    content: "";
}
.fa-cuttlefish:before {
    content: "";
}
.fa-d-and-d:before {
    content: "";
}
.fa-d-and-d-beyond:before {
    content: "";
}
.fa-dailymotion:before {
    content: "勒";
}
.fa-dashcube:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-deaf:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-democrat:before {
    content: "";
}
.fa-deploydog:before {
    content: "";
}
.fa-deskpro:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-dev:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-dharmachakra:before {
    content: "";
}
.fa-dhl:before {
    content: "";
}
.fa-diagnoses:before {
    content: "";
}
.fa-diaspora:before {
    content: "";
}
.fa-dice:before {
    content: "";
}
.fa-dice-d20:before {
    content: "";
}
.fa-dice-d6:before {
    content: "";
}
.fa-dice-five:before {
    content: "";
}
.fa-dice-four:before {
    content: "";
}
.fa-dice-one:before {
    content: "";
}
.fa-dice-six:before {
    content: "";
}
.fa-dice-three:before {
    content: "";
}
.fa-dice-two:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-digital-ocean:before {
    content: "";
}
.fa-digital-tachograph:before {
    content: "";
}
.fa-directions:before {
    content: "";
}
.fa-discord:before {
    content: "";
}
.fa-discourse:before {
    content: "";
}
.fa-disease:before {
    content: "";
}
.fa-divide:before {
    content: "";
}
.fa-dizzy:before {
    content: "";
}
.fa-dna:before {
    content: "";
}
.fa-dochub:before {
    content: "";
}
.fa-docker:before {
    content: "";
}
.fa-dog:before {
    content: "";
}
.fa-dollar-sign:before {
    content: "";
}
.fa-dolly:before {
    content: "";
}
.fa-dolly-flatbed:before {
    content: "";
}
.fa-donate:before {
    content: "";
}
.fa-door-closed:before {
    content: "";
}
.fa-door-open:before {
    content: "";
}
.fa-dot-circle:before {
    content: "";
}
.fa-dove:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-draft2digital:before {
    content: "";
}
.fa-drafting-compass:before {
    content: "";
}
.fa-dragon:before {
    content: "";
}
.fa-draw-polygon:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-dribbble-square:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-drum:before {
    content: "";
}
.fa-drum-steelpan:before {
    content: "";
}
.fa-drumstick-bite:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-dumbbell:before {
    content: "";
}
.fa-dumpster:before {
    content: "";
}
.fa-dumpster-fire:before {
    content: "";
}
.fa-dungeon:before {
    content: "";
}
.fa-dyalog:before {
    content: "";
}
.fa-earlybirds:before {
    content: "";
}
.fa-ebay:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-edit:before {
    content: "";
}
.fa-egg:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-elementor:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-ello:before {
    content: "";
}
.fa-ember:before {
    content: "";
}
.fa-empire:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-text:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-equals:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-erlang:before {
    content: "";
}
.fa-ethereum:before {
    content: "";
}
.fa-ethernet:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-euro-sign:before {
    content: "";
}
.fa-evernote:before {
    content: "";
}
.fa-exchange-alt:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-exclamation-triangle:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-expand-alt:before {
    content: "";
}
.fa-expand-arrows-alt:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-external-link-alt:before {
    content: "";
}
.fa-external-link-square-alt:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-dropper:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-facebook:before {
    content: "";
}
.fa-facebook-f:before {
    content: "";
}
.fa-facebook-messenger:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-fan:before {
    content: "";
}
.fa-fantasy-flight-games:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-faucet:before {
    content: "串";
}
.fa-fax:before {
    content: "";
}
.fa-feather:before {
    content: "";
}
.fa-feather-alt:before {
    content: "";
}
.fa-fedex:before {
    content: "";
}
.fa-fedora:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-figma:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-alt:before {
    content: "";
}
.fa-file-archive:before {
    content: "";
}
.fa-file-audio:before {
    content: "";
}
.fa-file-code:before {
    content: "";
}
.fa-file-contract:before {
    content: "";
}
.fa-file-csv:before {
    content: "";
}
.fa-file-download:before {
    content: "";
}
.fa-file-excel:before {
    content: "";
}
.fa-file-export:before {
    content: "";
}
.fa-file-image:before {
    content: "";
}
.fa-file-import:before {
    content: "";
}
.fa-file-invoice:before {
    content: "";
}
.fa-file-invoice-dollar:before {
    content: "";
}
.fa-file-medical:before {
    content: "";
}
.fa-file-medical-alt:before {
    content: "";
}
.fa-file-pdf:before {
    content: "";
}
.fa-file-powerpoint:before {
    content: "";
}
.fa-file-prescription:before {
    content: "";
}
.fa-file-signature:before {
    content: "";
}
.fa-file-upload:before {
    content: "";
}
.fa-file-video:before {
    content: "";
}
.fa-file-word:before {
    content: "";
}
.fa-fill:before {
    content: "";
}
.fa-fill-drip:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-fingerprint:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-fire-alt:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-firefox-browser:before {
    content: "龜";
}
.fa-first-aid:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-first-order-alt:before {
    content: "";
}
.fa-firstdraft:before {
    content: "";
}
.fa-fish:before {
    content: "";
}
.fa-fist-raised:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-flag-usa:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-flipboard:before {
    content: "";
}
.fa-flushed:before {
    content: "";
}
.fa-fly:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-minus:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-folder-plus:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-font-awesome:before {
    content: "";
}
.fa-font-awesome-alt:before {
    content: "";
}
.fa-font-awesome-flag:before {
    content: "";
}
.fa-font-awesome-logo-full:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-fonticons-fi:before {
    content: "";
}
.fa-football-ball:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-fort-awesome-alt:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-freebsd:before {
    content: "";
}
.fa-frog:before {
    content: "";
}
.fa-frown:before {
    content: "";
}
.fa-frown-open:before {
    content: "";
}
.fa-fulcrum:before {
    content: "";
}
.fa-funnel-dollar:before {
    content: "";
}
.fa-futbol:before {
    content: "";
}
.fa-galactic-republic:before {
    content: "";
}
.fa-galactic-senate:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-gas-pump:before {
    content: "";
}
.fa-gavel:before {
    content: "";
}
.fa-gem:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-ghost:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-gifts:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-git-alt:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-gitkraken:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-gitter:before {
    content: "";
}
.fa-glass-cheers:before {
    content: "";
}
.fa-glass-martini:before {
    content: "";
}
.fa-glass-martini-alt:before {
    content: "";
}
.fa-glass-whiskey:before {
    content: "";
}
.fa-glasses:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-globe-africa:before {
    content: "";
}
.fa-globe-americas:before {
    content: "";
}
.fa-globe-asia:before {
    content: "";
}
.fa-globe-europe:before {
    content: "";
}
.fa-gofore:before {
    content: "";
}
.fa-golf-ball:before {
    content: "";
}
.fa-goodreads:before {
    content: "";
}
.fa-goodreads-g:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-google-drive:before {
    content: "";
}
.fa-google-play:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-google-plus-g:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-gopuram:before {
    content: "";
}
.fa-graduation-cap:before {
    content: "";
}
.fa-gratipay:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-greater-than:before {
    content: "";
}
.fa-greater-than-equal:before {
    content: "";
}
.fa-grimace:before {
    content: "";
}
.fa-grin:before {
    content: "";
}
.fa-grin-alt:before {
    content: "";
}
.fa-grin-beam:before {
    content: "";
}
.fa-grin-beam-sweat:before {
    content: "";
}
.fa-grin-hearts:before {
    content: "";
}
.fa-grin-squint:before {
    content: "";
}
.fa-grin-squint-tears:before {
    content: "";
}
.fa-grin-stars:before {
    content: "";
}
.fa-grin-tears:before {
    content: "";
}
.fa-grin-tongue:before {
    content: "";
}
.fa-grin-tongue-squint:before {
    content: "";
}
.fa-grin-tongue-wink:before {
    content: "";
}
.fa-grin-wink:before {
    content: "";
}
.fa-grip-horizontal:before {
    content: "";
}
.fa-grip-lines:before {
    content: "";
}
.fa-grip-lines-vertical:before {
    content: "";
}
.fa-grip-vertical:before {
    content: "";
}
.fa-gripfire:before {
    content: "";
}
.fa-grunt:before {
    content: "";
}
.fa-guitar:before {
    content: "";
}
.fa-gulp:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-hacker-news:before {
    content: "";
}
.fa-hacker-news-square:before {
    content: "";
}
.fa-hackerrank:before {
    content: "";
}
.fa-hamburger:before {
    content: "";
}
.fa-hammer:before {
    content: "";
}
.fa-hamsa:before {
    content: "";
}
.fa-hand-holding:before {
    content: "";
}
.fa-hand-holding-heart:before {
    content: "";
}
.fa-hand-holding-medical:before {
    content: "樂";
}
.fa-hand-holding-usd:before {
    content: "";
}
.fa-hand-holding-water:before {
    content: "";
}
.fa-hand-lizard:before {
    content: "";
}
.fa-hand-middle-finger:before {
    content: "";
}
.fa-hand-paper:before {
    content: "";
}
.fa-hand-peace:before {
    content: "";
}
.fa-hand-point-down:before {
    content: "";
}
.fa-hand-point-left:before {
    content: "";
}
.fa-hand-point-right:before {
    content: "";
}
.fa-hand-point-up:before {
    content: "";
}
.fa-hand-pointer:before {
    content: "";
}
.fa-hand-rock:before {
    content: "";
}
.fa-hand-scissors:before {
    content: "";
}
.fa-hand-sparkles:before {
    content: "諾";
}
.fa-hand-spock:before {
    content: "";
}
.fa-hands:before {
    content: "";
}
.fa-hands-helping:before {
    content: "";
}
.fa-hands-wash:before {
    content: "丹";
}
.fa-handshake:before {
    content: "";
}
.fa-handshake-alt-slash:before {
    content: "寧";
}
.fa-handshake-slash:before {
    content: "怒";
}
.fa-hanukiah:before {
    content: "";
}
.fa-hard-hat:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-hat-cowboy:before {
    content: "";
}
.fa-hat-cowboy-side:before {
    content: "";
}
.fa-hat-wizard:before {
    content: "";
}
.fa-hdd:before {
    content: "";
}
.fa-head-side-cough:before {
    content: "率";
}
.fa-head-side-cough-slash:before {
    content: "異";
}
.fa-head-side-mask:before {
    content: "北";
}
.fa-head-side-virus:before {
    content: "磻";
}
.fa-heading:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-headphones-alt:before {
    content: "";
}
.fa-headset:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-heart-broken:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-helicopter:before {
    content: "";
}
.fa-highlighter:before {
    content: "";
}
.fa-hiking:before {
    content: "";
}
.fa-hippo:before {
    content: "";
}
.fa-hips:before {
    content: "";
}
.fa-hire-a-helper:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-hockey-puck:before {
    content: "";
}
.fa-holly-berry:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-hooli:before {
    content: "";
}
.fa-hornbill:before {
    content: "";
}
.fa-horse:before {
    content: "";
}
.fa-horse-head:before {
    content: "";
}
.fa-hospital:before {
    content: "";
}
.fa-hospital-alt:before {
    content: "";
}
.fa-hospital-symbol:before {
    content: "";
}
.fa-hospital-user:before {
    content: "";
}
.fa-hot-tub:before {
    content: "";
}
.fa-hotdog:before {
    content: "";
}
.fa-hotel:before {
    content: "";
}
.fa-hotjar:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-start:before {
    content: "";
}
.fa-house-damage:before {
    content: "";
}
.fa-house-user:before {
    content: "便";
}
.fa-houzz:before {
    content: "";
}
.fa-hryvnia:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-hubspot:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-ice-cream:before {
    content: "";
}
.fa-icicles:before {
    content: "";
}
.fa-icons:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-id-card:before {
    content: "";
}
.fa-id-card-alt:before {
    content: "";
}
.fa-ideal:before {
    content: "邏";
}
.fa-igloo:before {
    content: "";
}
.fa-image:before {
    content: "";
}
.fa-images:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-infinity:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-instagram-square:before {
    content: "凌";
}
.fa-intercom:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-invision:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-itch-io:before {
    content: "";
}
.fa-itunes:before {
    content: "";
}
.fa-itunes-note:before {
    content: "";
}
.fa-java:before {
    content: "";
}
.fa-jedi:before {
    content: "";
}
.fa-jedi-order:before {
    content: "";
}
.fa-jenkins:before {
    content: "";
}
.fa-jira:before {
    content: "";
}
.fa-joget:before {
    content: "";
}
.fa-joint:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-journal-whills:before {
    content: "";
}
.fa-js:before {
    content: "";
}
.fa-js-square:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-kaaba:before {
    content: "";
}
.fa-kaggle:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-keybase:before {
    content: "";
}
.fa-keyboard:before {
    content: "";
}
.fa-keycdn:before {
    content: "";
}
.fa-khanda:before {
    content: "";
}
.fa-kickstarter:before {
    content: "";
}
.fa-kickstarter-k:before {
    content: "";
}
.fa-kiss:before {
    content: "";
}
.fa-kiss-beam:before {
    content: "";
}
.fa-kiss-wink-heart:before {
    content: "";
}
.fa-kiwi-bird:before {
    content: "";
}
.fa-korvue:before {
    content: "";
}
.fa-landmark:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-laptop-code:before {
    content: "";
}
.fa-laptop-house:before {
    content: "復";
}
.fa-laptop-medical:before {
    content: "";
}
.fa-laravel:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-laugh:before {
    content: "";
}
.fa-laugh-beam:before {
    content: "";
}
.fa-laugh-squint:before {
    content: "";
}
.fa-laugh-wink:before {
    content: "";
}
.fa-layer-group:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-lemon:before {
    content: "";
}
.fa-less:before {
    content: "";
}
.fa-less-than:before {
    content: "";
}
.fa-less-than-equal:before {
    content: "";
}
.fa-level-down-alt:before {
    content: "";
}
.fa-level-up-alt:before {
    content: "";
}
.fa-life-ring:before {
    content: "";
}
.fa-lightbulb:before {
    content: "";
}
.fa-line:before {
    content: "";
}
.fa-link:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-linkedin-in:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-lira-sign:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-lock-open:before {
    content: "";
}
.fa-long-arrow-alt-down:before {
    content: "";
}
.fa-long-arrow-alt-left:before {
    content: "";
}
.fa-long-arrow-alt-right:before {
    content: "";
}
.fa-long-arrow-alt-up:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-luggage-cart:before {
    content: "";
}
.fa-lungs:before {
    content: "";
}
.fa-lungs-virus:before {
    content: "不";
}
.fa-lyft:before {
    content: "";
}
.fa-magento:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-mail-bulk:before {
    content: "";
}
.fa-mailchimp:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-mandalorian:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-map-marked:before {
    content: "";
}
.fa-map-marked-alt:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-map-marker-alt:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-markdown:before {
    content: "";
}
.fa-marker:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mask:before {
    content: "";
}
.fa-mastodon:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-mdb:before {
    content: "";
}
.fa-medal:before {
    content: "";
}
.fa-medapps:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-medium-m:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-medrt:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.fa-megaport:before {
    content: "";
}
.fa-meh:before {
    content: "";
}
.fa-meh-blank:before {
    content: "";
}
.fa-meh-rolling-eyes:before {
    content: "";
}
.fa-memory:before {
    content: "";
}
.fa-mendeley:before {
    content: "";
}
.fa-menorah:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-meteor:before {
    content: "";
}
.fa-microblog:before {
    content: "駱";
}
.fa-microchip:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-alt:before {
    content: "";
}
.fa-microphone-alt-slash:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-microscope:before {
    content: "";
}
.fa-microsoft:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-mitten:before {
    content: "";
}
.fa-mix:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-mixer:before {
    content: "稜";
}
.fa-mizuni:before {
    content: "";
}
.fa-mobile:before {
    content: "";
}
.fa-mobile-alt:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-monero:before {
    content: "";
}
.fa-money-bill:before {
    content: "";
}
.fa-money-bill-alt:before {
    content: "";
}
.fa-money-bill-wave:before {
    content: "";
}
.fa-money-bill-wave-alt:before {
    content: "";
}
.fa-money-check:before {
    content: "";
}
.fa-money-check-alt:before {
    content: "";
}
.fa-monument:before {
    content: "";
}
.fa-moon:before {
    content: "";
}
.fa-mortar-pestle:before {
    content: "";
}
.fa-mosque:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-mountain:before {
    content: "";
}
.fa-mouse:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-mug-hot:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-napster:before {
    content: "";
}
.fa-neos:before {
    content: "";
}
.fa-network-wired:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-newspaper:before {
    content: "";
}
.fa-nimblr:before {
    content: "";
}
.fa-node:before {
    content: "";
}
.fa-node-js:before {
    content: "";
}
.fa-not-equal:before {
    content: "";
}
.fa-notes-medical:before {
    content: "";
}
.fa-npm:before {
    content: "";
}
.fa-ns8:before {
    content: "";
}
.fa-nutritionix:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-oil-can:before {
    content: "";
}
.fa-old-republic:before {
    content: "";
}
.fa-om:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-orcid:before {
    content: "";
}
.fa-osi:before {
    content: "";
}
.fa-otter:before {
    content: "";
}
.fa-outdent:before {
    content: "";
}
.fa-page4:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-pager:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-paint-roller:before {
    content: "";
}
.fa-palette:before {
    content: "";
}
.fa-palfed:before {
    content: "";
}
.fa-pallet:before {
    content: "";
}
.fa-paper-plane:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-parachute-box:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-parking:before {
    content: "";
}
.fa-passport:before {
    content: "";
}
.fa-pastafarianism:before {
    content: "";
}
.fa-paste:before {
    content: "";
}
.fa-patreon:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-peace:before {
    content: "";
}
.fa-pen:before {
    content: "";
}
.fa-pen-alt:before {
    content: "";
}
.fa-pen-fancy:before {
    content: "";
}
.fa-pen-nib:before {
    content: "";
}
.fa-pen-square:before {
    content: "";
}
.fa-pencil-alt:before {
    content: "";
}
.fa-pencil-ruler:before {
    content: "";
}
.fa-penny-arcade:before {
    content: "";
}
.fa-people-arrows:before {
    content: "泌";
}
.fa-people-carry:before {
    content: "";
}
.fa-pepper-hot:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-percentage:before {
    content: "";
}
.fa-periscope:before {
    content: "";
}
.fa-person-booth:before {
    content: "";
}
.fa-phabricator:before {
    content: "";
}
.fa-phoenix-framework:before {
    content: "";
}
.fa-phoenix-squadron:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-phone-alt:before {
    content: "";
}
.fa-phone-slash:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-phone-square-alt:before {
    content: "";
}
.fa-phone-volume:before {
    content: "";
}
.fa-photo-video:before {
    content: "";
}
.fa-php:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-pied-piper-hat:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-square:before {
    content: "爛";
}
.fa-piggy-bank:before {
    content: "";
}
.fa-pills:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-pizza-slice:before {
    content: "";
}
.fa-place-of-worship:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-plane-arrival:before {
    content: "";
}
.fa-plane-departure:before {
    content: "";
}
.fa-plane-slash:before {
    content: "數";
}
.fa-play:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-playstation:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-poll:before {
    content: "";
}
.fa-poll-h:before {
    content: "";
}
.fa-poo:before {
    content: "";
}
.fa-poo-storm:before {
    content: "";
}
.fa-poop:before {
    content: "";
}
.fa-portrait:before {
    content: "";
}
.fa-pound-sign:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-pray:before {
    content: "";
}
.fa-praying-hands:before {
    content: "";
}
.fa-prescription:before {
    content: "";
}
.fa-prescription-bottle:before {
    content: "";
}
.fa-prescription-bottle-alt:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-procedures:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-project-diagram:before {
    content: "";
}
.fa-pump-medical:before {
    content: "索";
}
.fa-pump-soap:before {
    content: "參";
}
.fa-pushed:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-python:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-quidditch:before {
    content: "";
}
.fa-quinscape:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-quran:before {
    content: "";
}
.fa-r-project:before {
    content: "";
}
.fa-radiation:before {
    content: "";
}
.fa-radiation-alt:before {
    content: "";
}
.fa-rainbow:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-raspberry-pi:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-react:before {
    content: "";
}
.fa-reacteurope:before {
    content: "";
}
.fa-readme:before {
    content: "";
}
.fa-rebel:before {
    content: "";
}
.fa-receipt:before {
    content: "";
}
.fa-record-vinyl:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-red-river:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-redhat:before {
    content: "";
}
.fa-redo:before {
    content: "";
}
.fa-redo-alt:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-remove-format:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-reply:before {
    content: "";
}
.fa-reply-all:before {
    content: "";
}
.fa-replyd:before {
    content: "";
}
.fa-republican:before {
    content: "";
}
.fa-researchgate:before {
    content: "";
}
.fa-resolving:before {
    content: "";
}
.fa-restroom:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-rev:before {
    content: "";
}
.fa-ribbon:before {
    content: "";
}
.fa-ring:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-robot:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-rocketchat:before {
    content: "";
}
.fa-rockrms:before {
    content: "";
}
.fa-route:before {
    content: "";
}
.fa-rss:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-ruble-sign:before {
    content: "";
}
.fa-ruler:before {
    content: "";
}
.fa-ruler-combined:before {
    content: "";
}
.fa-ruler-horizontal:before {
    content: "";
}
.fa-ruler-vertical:before {
    content: "";
}
.fa-running:before {
    content: "";
}
.fa-rupee-sign:before {
    content: "";
}
.fa-sad-cry:before {
    content: "";
}
.fa-sad-tear:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-salesforce:before {
    content: "";
}
.fa-sass:before {
    content: "";
}
.fa-satellite:before {
    content: "";
}
.fa-satellite-dish:before {
    content: "";
}
.fa-save:before {
    content: "";
}
.fa-schlix:before {
    content: "";
}
.fa-school:before {
    content: "";
}
.fa-screwdriver:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-scroll:before {
    content: "";
}
.fa-sd-card:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-search-dollar:before {
    content: "";
}
.fa-search-location:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-searchengin:before {
    content: "";
}
.fa-seedling:before {
    content: "";
}
.fa-sellcast:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-servicestack:before {
    content: "";
}
.fa-shapes:before {
    content: "";
}
.fa-share:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-shekel-sign:before {
    content: "";
}
.fa-shield-alt:before {
    content: "";
}
.fa-shield-virus:before {
    content: "塞";
}
.fa-ship:before {
    content: "";
}
.fa-shipping-fast:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-shoe-prints:before {
    content: "";
}
.fa-shopify:before {
    content: "綾";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-shopware:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-shuttle-van:before {
    content: "";
}
.fa-sign:before {
    content: "";
}
.fa-sign-in-alt:before {
    content: "";
}
.fa-sign-language:before {
    content: "";
}
.fa-sign-out-alt:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-signature:before {
    content: "";
}
.fa-sim-card:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-sistrix:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-sith:before {
    content: "";
}
.fa-skating:before {
    content: "";
}
.fa-sketch:before {
    content: "";
}
.fa-skiing:before {
    content: "";
}
.fa-skiing-nordic:before {
    content: "";
}
.fa-skull:before {
    content: "";
}
.fa-skull-crossbones:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-slack-hash:before {
    content: "";
}
.fa-slash:before {
    content: "";
}
.fa-sleigh:before {
    content: "";
}
.fa-sliders-h:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-smile:before {
    content: "";
}
.fa-smile-beam:before {
    content: "";
}
.fa-smile-wink:before {
    content: "";
}
.fa-smog:before {
    content: "";
}
.fa-smoking:before {
    content: "";
}
.fa-smoking-ban:before {
    content: "";
}
.fa-sms:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-snowboarding:before {
    content: "";
}
.fa-snowflake:before {
    content: "";
}
.fa-snowman:before {
    content: "";
}
.fa-snowplow:before {
    content: "";
}
.fa-soap:before {
    content: "葉";
}
.fa-socks:before {
    content: "";
}
.fa-solar-panel:before {
    content: "";
}
.fa-sort:before {
    content: "";
}
.fa-sort-alpha-down:before {
    content: "";
}
.fa-sort-alpha-down-alt:before {
    content: "";
}
.fa-sort-alpha-up:before {
    content: "";
}
.fa-sort-alpha-up-alt:before {
    content: "";
}
.fa-sort-amount-down:before {
    content: "";
}
.fa-sort-amount-down-alt:before {
    content: "";
}
.fa-sort-amount-up:before {
    content: "";
}
.fa-sort-amount-up-alt:before {
    content: "";
}
.fa-sort-down:before {
    content: "";
}
.fa-sort-numeric-down:before {
    content: "";
}
.fa-sort-numeric-down-alt:before {
    content: "";
}
.fa-sort-numeric-up:before {
    content: "";
}
.fa-sort-numeric-up-alt:before {
    content: "";
}
.fa-sort-up:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-sourcetree:before {
    content: "";
}
.fa-spa:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-speakap:before {
    content: "";
}
.fa-speaker-deck:before {
    content: "";
}
.fa-spell-check:before {
    content: "";
}
.fa-spider:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-splotch:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-spray-can:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-square-full:before {
    content: "";
}
.fa-square-root-alt:before {
    content: "";
}
.fa-squarespace:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-stackpath:before {
    content: "";
}
.fa-stamp:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-and-crescent:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-star-half-alt:before {
    content: "";
}
.fa-star-of-david:before {
    content: "";
}
.fa-star-of-life:before {
    content: "";
}
.fa-staylinked:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-steam-symbol:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-sticker-mule:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stopwatch:before {
    content: "";
}
.fa-stopwatch-20:before {
    content: "說";
}
.fa-store:before {
    content: "";
}
.fa-store-alt:before {
    content: "";
}
.fa-store-alt-slash:before {
    content: "殺";
}
.fa-store-slash:before {
    content: "辰";
}
.fa-strava:before {
    content: "";
}
.fa-stream:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-stripe:before {
    content: "";
}
.fa-stripe-s:before {
    content: "";
}
.fa-stroopwafel:before {
    content: "";
}
.fa-studiovinari:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-suitcase-rolling:before {
    content: "";
}
.fa-sun:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-supple:before {
    content: "";
}
.fa-surprise:before {
    content: "";
}
.fa-suse:before {
    content: "";
}
.fa-swatchbook:before {
    content: "";
}
.fa-swift:before {
    content: "";
}
.fa-swimmer:before {
    content: "";
}
.fa-swimming-pool:before {
    content: "";
}
.fa-symfony:before {
    content: "";
}
.fa-synagogue:before {
    content: "";
}
.fa-sync:before {
    content: "";
}
.fa-sync-alt:before {
    content: "";
}
.fa-syringe:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-table-tennis:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-tablet-alt:before {
    content: "";
}
.fa-tablets:before {
    content: "";
}
.fa-tachometer-alt:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-tape:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-taxi:before {
    content: "";
}
.fa-teamspeak:before {
    content: "";
}
.fa-teeth:before {
    content: "";
}
.fa-teeth-open:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-telegram-plane:before {
    content: "";
}
.fa-temperature-high:before {
    content: "";
}
.fa-temperature-low:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-tenge:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-the-red-yeti:before {
    content: "";
}
.fa-theater-masks:before {
    content: "";
}
.fa-themeco:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-empty:before {
    content: "";
}
.fa-thermometer-full:before {
    content: "";
}
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-think-peaks:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbtack:before {
    content: "";
}
.fa-ticket-alt:before {
    content: "";
}
.fa-times:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-tint-slash:before {
    content: "";
}
.fa-tired:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-toilet:before {
    content: "";
}
.fa-toilet-paper:before {
    content: "";
}
.fa-toilet-paper-slash:before {
    content: "沈";
}
.fa-toolbox:before {
    content: "";
}
.fa-tools:before {
    content: "";
}
.fa-tooth:before {
    content: "";
}
.fa-torah:before {
    content: "";
}
.fa-torii-gate:before {
    content: "";
}
.fa-tractor:before {
    content: "";
}
.fa-trade-federation:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-traffic-light:before {
    content: "";
}
.fa-trailer:before {
    content: "論";
}
.fa-train:before {
    content: "";
}
.fa-tram:before {
    content: "";
}
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-trash-alt:before {
    content: "";
}
.fa-trash-restore:before {
    content: "";
}
.fa-trash-restore-alt:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-truck-loading:before {
    content: "";
}
.fa-truck-monster:before {
    content: "";
}
.fa-truck-moving:before {
    content: "";
}
.fa-truck-pickup:before {
    content: "";
}
.fa-tshirt:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-tv:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-typo3:before {
    content: "";
}
.fa-uber:before {
    content: "";
}
.fa-ubuntu:before {
    content: "";
}
.fa-uikit:before {
    content: "";
}
.fa-umbraco:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-umbrella-beach:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-undo:before {
    content: "";
}
.fa-undo-alt:before {
    content: "";
}
.fa-uniregistry:before {
    content: "";
}
.fa-unity:before {
    content: "雷";
}
.fa-universal-access:before {
    content: "";
}
.fa-university:before {
    content: "";
}
.fa-unlink:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-untappd:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-ups:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-user-alt:before {
    content: "";
}
.fa-user-alt-slash:before {
    content: "";
}
.fa-user-astronaut:before {
    content: "";
}
.fa-user-check:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-clock:before {
    content: "";
}
.fa-user-cog:before {
    content: "";
}
.fa-user-edit:before {
    content: "";
}
.fa-user-friends:before {
    content: "";
}
.fa-user-graduate:before {
    content: "";
}
.fa-user-injured:before {
    content: "";
}
.fa-user-lock:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-user-minus:before {
    content: "";
}
.fa-user-ninja:before {
    content: "";
}
.fa-user-nurse:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-user-shield:before {
    content: "";
}
.fa-user-slash:before {
    content: "";
}
.fa-user-tag:before {
    content: "";
}
.fa-user-tie:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-users:before {
    content: "";
}
.fa-users-cog:before {
    content: "";
}
.fa-usps:before {
    content: "";
}
.fa-ussunnah:before {
    content: "";
}
.fa-utensil-spoon:before {
    content: "";
}
.fa-utensils:before {
    content: "";
}
.fa-vaadin:before {
    content: "";
}
.fa-vector-square:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-vial:before {
    content: "";
}
.fa-vials:before {
    content: "";
}
.fa-viber:before {
    content: "";
}
.fa-video:before {
    content: "";
}
.fa-video-slash:before {
    content: "";
}
.fa-vihara:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-vimeo-v:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-virus:before {
    content: "若";
}
.fa-virus-slash:before {
    content: "掠";
}
.fa-viruses:before {
    content: "略";
}
.fa-vk:before {
    content: "";
}
.fa-vnv:before {
    content: "";
}
.fa-voicemail:before {
    content: "";
}
.fa-volleyball-ball:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-mute:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-vote-yea:before {
    content: "";
}
.fa-vr-cardboard:before {
    content: "";
}
.fa-vuejs:before {
    content: "";
}
.fa-walking:before {
    content: "";
}
.fa-wallet:before {
    content: "";
}
.fa-warehouse:before {
    content: "";
}
.fa-water:before {
    content: "";
}
.fa-wave-square:before {
    content: "";
}
.fa-waze:before {
    content: "";
}
.fa-weebly:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-weight:before {
    content: "";
}
.fa-weight-hanging:before {
    content: "";
}
.fa-weixin:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-whatsapp-square:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-whmcs:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-wind:before {
    content: "";
}
.fa-window-close:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-wine-bottle:before {
    content: "";
}
.fa-wine-glass:before {
    content: "";
}
.fa-wine-glass-alt:before {
    content: "";
}
.fa-wix:before {
    content: "";
}
.fa-wizards-of-the-coast:before {
    content: "";
}
.fa-wolf-pack-battalion:before {
    content: "";
}
.fa-won-sign:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-wordpress-simple:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-wpressr:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-x-ray:before {
    content: "";
}
.fa-xbox:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-y-combinator:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-yammer:before {
    content: "";
}
.fa-yandex:before {
    content: "";
}
.fa-yandex-international:before {
    content: "";
}
.fa-yarn:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-yen-sign:before {
    content: "";
}
.fa-yin-yang:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-zhihu:before {
    content: "";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/fa-brands-400.eot");
    src: url("fonts/fa-brands-400.eot#iefix") format("embedded-opentype"),
        url("fonts/fa-brands-400.woff2") format("woff2"),
        url("fonts/fa-brands-400.woff") format("woff"),
        url("fonts/fa-brands-400.ttf") format("truetype"),
        url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/fa-regular-400.eot");
    src: url("fonts/fa-regular-400.eot#iefix") format("embedded-opentype"),
        url("fonts/fa-regular-400.woff2") format("woff2"),
        url("fonts/fa-regular-400.woff") format("woff"),
        url("fonts/fa-regular-400.ttf") format("truetype"),
        url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
    font-family: FontAwesome;
    font-weight: 400;
}
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/fa-solid-900.eot");
    src: url("fonts/fa-solid-900.eot#iefix") format("embedded-opentype"),
        url("fonts/fa-solid-900.woff2") format("woff2"),
        url("fonts/fa-solid-900.woff") format("woff"),
        url("fonts/fa-solid-900.ttf") format("truetype"),
        url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
    font-family: FontAwesome;
    font-weight: 900;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}
.blockquote-footer::before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #868e96;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}
a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
    border-top: 2px solid #e9ecef;
}
.table .table {
    background-color: #fff;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #e9ecef;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #cfd2d6;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm.table-bordered {
        border: 0;
    }
}
@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md.table-bordered {
        border: 0;
    }
}
@media (max-width: 991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg.table-bordered {
        border: 0;
    }
}
@media (max-width: 1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl.table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.nitro-lazy {
    background-image: none !important;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.col-form-legend {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    font-size: 1rem;
}
.form-control-plaintext {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
    color: #868e96;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}
.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}
.form-check-inline {
    display: inline-block;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
    vertical-align: middle;
}
.valid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
    color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control::before,
.was-validated .custom-file-input:valid ~ .custom-file-control::before {
    border-color: inherit;
}
.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
    color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control::before,
.was-validated .custom-file-input:invalid ~ .custom-file-control::before {
    border-color: inherit;
}
.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: none;
}
.btn:not([disabled]):not(.disabled).active.nitro-lazy,
.btn:not([disabled]):not(.disabled):active.nitro-lazy {
    background-image: none !important;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary.nitro-lazy {
    background-image: none !important;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}
.btn-outline-secondary.nitro-lazy {
    background-image: none !important;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success.nitro-lazy {
    background-image: none !important;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info.nitro-lazy {
    background-image: none !important;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning.nitro-lazy {
    background-image: none !important;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger.nitro-lazy {
    background-image: none !important;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light.nitro-lazy {
    background-image: none !important;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark.nitro-lazy {
    background-image: none !important;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #868e96;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn + .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    white-space: nowrap;
}
.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
}
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
    margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn-group:first-child,
.input-group-btn:not(:first-child) > .btn:first-child {
    margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3;
}
.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #868e96;
}
.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.nitro-lazy {
    background-image: none !important;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator.nitro-lazy {
    background-image: none !important;
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator.nitro-lazy {
    background-image: none !important;
}
.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}
.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select.nitro-lazy {
    background-image: none !important;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple] {
    height: auto;
    background-image: none;
}
.custom-select[multiple].nitro-lazy {
    background-image: none !important;
}
.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
    content: "Browse";
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #868e96;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 991px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 1199px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon.nitro-lazy {
    background-image: none !important;
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler-icon.nitro-lazy {
    background-image: none !important;
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #868e96;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}
.badge-secondary {
    color: #fff;
    background-color: #868e96;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #111;
    background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}
.badge-light {
    color: #111;
    background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}
.alert-secondary hr {
    border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
    color: #2e3133;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085;
}
a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e;
}
a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #155724;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
a.list-group-item-light,
button.list-group-item-light {
    color: #818182;
}
a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
}
.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tooltip.bs-tooltip-auto[x-placement^="top"],
.tooltip.bs-tooltip-top {
    padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-top .arrow {
    bottom: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="right"],
.tooltip.bs-tooltip-right {
    padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.bs-tooltip-right .arrow {
    left: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"],
.tooltip.bs-tooltip-bottom {
    padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
    top: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="left"],
.tooltip.bs-tooltip-left {
    padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-left .arrow {
    right: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow::before {
    content: "";
    border-width: 0.8rem;
}
.popover .arrow::after {
    content: "";
    border-width: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="top"],
.popover.bs-popover-top {
    margin-bottom: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow,
.popover.bs-popover-top .arrow {
    bottom: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
    border-bottom-width: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::before {
    bottom: -0.8rem;
    margin-left: -0.8rem;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-top .arrow::after {
    bottom: calc((0.8rem - 1px) * -1);
    margin-left: -0.8rem;
    border-top-color: #fff;
}
.popover.bs-popover-auto[x-placement^="right"],
.popover.bs-popover-right {
    margin-left: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow,
.popover.bs-popover-right .arrow {
    left: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
    margin-top: -0.8rem;
    border-left-width: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::before {
    left: -0.8rem;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-right .arrow::after {
    left: calc((0.8rem - 1px) * -1);
    border-right-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"],
.popover.bs-popover-bottom {
    margin-top: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow,
.popover.bs-popover-bottom .arrow {
    top: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
    margin-left: -0.8rem;
    border-top-width: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
    top: -0.8rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
    top: calc((0.8rem - 1px) * -1);
    border-bottom-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-auto[x-placement^="left"],
.popover.bs-popover-left {
    margin-right: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow,
.popover.bs-popover-left .arrow {
    right: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
    margin-top: -0.8rem;
    border-right-width: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::before {
    right: -0.8rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-left .arrow::after {
    right: calc((0.8rem - 1px) * -1);
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon.nitro-lazy {
    background-image: none !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon.nitro-lazy {
    background-image: none !important;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #868e96 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #e9ecef !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #868e96 !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.d-print-block {
    display: none !important;
}
@media print {
    .d-print-block {
        display: block !important;
    }
}
.d-print-inline {
    display: none !important;
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
}
.d-print-inline-block {
    display: none !important;
}
@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}
.text-secondary {
    color: #868e96 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-muted {
    color: #868e96 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.iti {
    position: relative;
    display: inline-block;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.iti__country {
    padding: 5px 10px;
    outline: none;
}
.iti__dial-code {
    color: #999;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover {
    cursor: pointer;
}
.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
}
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
}
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
}
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
}
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
}
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
}
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
}
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
}
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
}
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
}
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
}
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
}
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
}
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
}
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
}
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
}
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
}
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
}
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
}
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
}
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
}
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
}
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
}
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
}
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
}
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
}
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
}
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
}
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
}
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
}
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
}
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
}
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
}
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
}
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
}
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
}
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
}
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
}
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
}
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
}
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
}
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
}
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
}
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
}
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
}
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
}
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
}
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
}
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
}
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
}
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
}
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
}
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
}
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
}
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
}
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
}
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
}
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
}
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
}
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
}
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
}
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
}
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
}
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
}
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
}
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
}
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
}
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
}
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
}
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
}
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
}
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
}
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
}
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
}
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
}
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
}
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
}
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
}
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
}
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
}
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
}
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
}
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
}
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
}
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
}
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
}
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
}
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
}
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
}
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
}
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
}
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
}
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
}
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
}
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
}
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
}
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
}
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
}
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
}
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
}
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
}
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
}
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
}
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
}
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
}
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
}
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
}
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
}
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
}
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
}
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
}
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
}
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
}
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
}
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
}
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
}
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
}
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
}
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
}
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
}
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
}
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
}
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
}
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
}
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
}
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
}
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
}
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
}
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
}
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
}
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
}
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
}
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
}
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
}
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
}
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
}
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
}
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
}
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
}
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
}
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
}
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
}
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
}
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
}
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
}
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
}
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
}
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
}
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
}
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
}
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
}
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
}
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
}
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
}
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
}
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
}
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
}
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
}
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
}
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
}
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
}
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
}
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
}
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
}
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
}
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
}
.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/source/rev-260ebda/wp-content/themes/primal-my/assets/img/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
.iti__flag.nitro-lazy {
    background-image: none !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/source/rev-260ebda/wp-content/themes/primal-my/assets/img/flags@2x.png");
    }
    .iti__flag.nitro-lazy {
        background-image: none !important;
    }
}
.iti__flag.iti__np {
    background-color: transparent;
}
@charset "UTF-8";
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse,
section.with-acf:nth-of-type(2n) .row {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .w-md-75 {
        width: 75% !important;
    }
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px hsla(0, 0%, 85.1%, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px hsla(0, 0%, 85.1%, 0);
    }
}
@-webkit-keyframes bar-move {
    0% {
        background-position: 32px 32px;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes bar-move {
    0% {
        background-position: 32px 32px;
    }
    to {
        background-position: 0 0;
    }
}
.pulse-btn {
    -webkit-animation: pulse 1.25s cubic-bezier(0.66, 0, 0, 1) infinite;
    animation: pulse 1.25s cubic-bezier(0.66, 0, 0, 1) infinite;
    box-shadow: 0 0 0 0 hsla(0, 0%, 85.1%, 0.7);
}
.pulse-btn:hover {
    -webkit-animation: none;
    animation: none;
}
body {
    font-family: 'VAG Rounded';
}
.wp-glucose-admin-edit-form br {
    display: none;
}
.wp-glucose-admin-edit-form a {
    color: #fff;
    font-size: 8px;
}
.form-control {
    border-radius: 4px;
    background-color: #fff;
    color: #666;
    font-size: 15px;
    padding: 12px 15px;
    min-height: 46px;
}
.form-control,
.form-control:focus,
.form-control:hover,
.fp-btn {
    border: 0;
    box-shadow: none;
}
.fp-btn {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 20px;
    white-space: normal;
}
.fp-btn:focus,
.fp-btn:hover {
    border: 0;
    box-shadow: none;
}
.fp-btn.fp-btn-orange {
    color: #fff;
}
.fp-btn.fp-btn-blue {
    color: #fff;
    background-color: #3a6db8;
}
.fp-btn.fp-btn-blue:hover {
    background-color: #427fdb;
}
.fp-btn.fp-btn-cloud {
    color: #fff;
}
.fp-btn.fp-btn-transparent {
    color: #fff;
    border: 2px solid hsla(0, 0%, 100%, 0.35);
    background-color: transparent;
}
.fp-btn.fp-btn-transparent:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.fp-btn.fp-btn-white {
    background-color: #fff;
}
.fp-btn.fp-btn-white:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
}
.fp-btn.fp-btn-shadow {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
.fp-btn.fp-btn-wrap {
    white-space: normal;
}
.fp-btn.mw-200 {
    min-width: 200px;
    width: 200px;
}
.fp-btn.mw-280 {
    min-width: 280px;
    width: 280px;
}
.fp-btn.mw-380 {
    min-width: 380px;
    width: 380px;
}
.fp-btn.fp-cta strong,
.fp-btn.fp-session strong {
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}
.fp-btn.fp-cta span,
.fp-btn.fp-session span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
@media (min-width: 768px) {
    .fp-btn {
        padding: 15px 30px;
    }
}
.form-step {
    display: none;
}
.form-step.form-step-1 {
    display: block;
}
.form-thankyou {
    display: none;
}
.banner-hero-cont .quote-form.steps-form {
    width: 80%;
    margin: 0;
}
@media (max-width: 768px) {
    .banner-hero-cont .quote-form.steps-form {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-hero-cont .quote-form.steps-form {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
}
.quote-form {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 15px;
}
.quote-form.less-padding {
    padding: 15px 0 0;
}
.quote-form h1,
.quote-form h2 {
    margin-bottom: 20px;
}
.quote-form h3 {
    color: #fff;
    font-size: 21px;
    line-height: 1.33em;
    text-align: center;
}
.quote-form h3 a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.quote-form .form-mid {
    justify-content: center;
}
.quote-form.quote-form-mid {
    text-align: center;
}
.quote-form.quote-form-big input.form-control {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
}
.quote-form.quote-form-big input.form-control,
.quote-form.quote-form-big select.form-control {
    color: #787878;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    padding: 20px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.quote-form.quote-form-big input.form-control:focus,
.quote-form.quote-form-big input.form-control:hover,
.quote-form.quote-form-big select.form-control:focus,
.quote-form.quote-form-big select.form-control:hover {
    border: 0;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.quote-form.quote-form-big .fp-btn {
    width: 100%;
    padding: 22px;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 21px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
.quote-form.quote-form-big .input-group {
    flex-direction: column;
}
.quote-form.quote-form-big .input-group .select-container.form-control {
    position: relative;
    width: auto;
    padding: 0;
    z-index: 2;
}
.quote-form.quote-form-big .input-group .select-container.form-control:after {
    display: block;
    content: "";
    font-family: FontAwesome;
    font-size: 1.2em;
    font-weight: 800;
    color: #787878;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 3;
    pointer-events: none;
}
.quote-form.quote-form-big .input-group input.form-control,
.quote-form.quote-form-big .input-group select.form-control {
    width: auto;
    height: 100%;
    padding: 20px;
    box-shadow: none;
}
.quote-form.quote-form-big .input-group input.form-control:focus,
.quote-form.quote-form-big .input-group input.form-control:hover,
.quote-form.quote-form-big .input-group select.form-control:focus,
.quote-form.quote-form-big .input-group select.form-control:hover {
    box-shadow: none;
}
.quote-form.quote-form-big .input-group .select-container.form-control,
.quote-form.quote-form-big .input-group input.form-control {
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}
.quote-form.quote-form-big .input-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 48px;
    cursor: pointer;
    box-shadow: 0;
    max-width: 100%;
}
.quote-form.quote-form-big .input-group select.form-control::-ms-expand {
    display: none;
}
.quote-form.quote-form-big .input-group .input-group-btn .fp-btn {
    border-left: 1px solid transparent;
}
.quote-form.quote-form-big .input-group ul.parsley-errors-list {
    position: absolute;
    bottom: -25px;
}
@media (min-width: 768px) {
    .quote-form {
        padding: 25px 0;
    }
    .quote-form h3 {
        font-size: 24px;
    }
    .quote-form.quote-form-big input.form-control,
    .quote-form.quote-form-big select.form-control {
        padding: 24px 21px;
    }
    .quote-form.quote-form-big .fp-btn {
        padding: 27px;
    }
    .quote-form.quote-form-big .input-group {
        flex-direction: row;
        box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    }
    .quote-form.quote-form-big .input-group input.form-control,
    .quote-form.quote-form-big .input-group select.form-control {
        padding: 24px 21px;
    }
    .quote-form.quote-form-big .input-group .select-container.form-control,
    .quote-form.quote-form-big .input-group input.form-control {
        border-radius: 4px 0 0 4px;
        box-shadow: none;
        margin-bottom: 0;
    }
    .quote-form.quote-form-big .input-group .input-group-btn .fp-btn {
        width: auto;
        border-radius: 0 4px 4px 0;
        box-shadow: none;
    }
}
@media (min-width: 992px) {
    .quote-form.quote-form-big .fp-btn.button-only {
        width: auto;
    }
}
.quote-form-suffix-nogap {
    margin-top: -15px;
}
#orm-popup-form,
#pcw-popup-form,
#proposal-popup-form,
#reseller-popup-form,
.embed-popup-form {
    display: none;
}
.proposal-popup {
    padding: 15px 10px;
    max-width: 570px;
    width: 100%;
}
.proposal-popup h1,
.proposal-popup h2 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
}
.proposal-popup h3 {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.proposal-popup .row {
    justify-content: center;
}
.proposal-popup .proposal-icon {
    text-align: center;
    margin-bottom: 10px;
}
.proposal-popup ul.parsley-errors-list {
    color: #eee;
    text-align: left;
}
.proposal-popup input.form-control {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
    .proposal-popup {
        width: 570px;
    }
    .proposal-popup .col-sm-12,
    .proposal-popup .col-sm-6 {
        padding: 0 5px;
    }
}
@media (min-width: 768px) {
    .proposal-popup {
        padding: 30px 25px;
    }
}
.tippy-popper {
    z-index: 20 !important;
}
.tippy-tooltip.dark-theme {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);
}
ul.parsley-errors-list {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0;
    font-size: 12px;
}
.mfp-close-btn-in .promo-popup .mfp-close {
    color: #fff;
    font-size: 32px;
    opacity: 1;
}
@media (min-width: 768px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 80%;
    }
}
.get-proposal-popup {
    max-width: 440px;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
.get-proposal-popup a {
    color: #fff;
    font-weight: 700;
}
.get-proposal-popup h3 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.get-proposal-popup p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
}
.get-proposal-popup .mfp-close {
    opacity: 1;
    color: #fff;
}
.get-proposal-popup .fp-btn {
    width: 100%;
}
.get-proposal-popup .fp-btn,
.get-proposal-popup input.form-control {
    height: 60px;
}
@media (min-width: 768px) {
    .get-proposal-popup {
        padding: 30px 45px;
    }
    .get-proposal-popup h3 {
        font-size: 52px;
        line-height: 54px;
    }
    .get-proposal-popup p {
        font-size: 24px;
        line-height: 32px;
    }
}
.promo-popup.ebook-promo-popup {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
.promo-popup.ebook-promo-popup h1.big,
.promo-popup.ebook-promo-popup h2.big {
    font-size: 80px;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}
.promo-popup.ebook-promo-popup h1,
.promo-popup.ebook-promo-popup h2 {
    font-size: 30px;
    line-height: 34px;
}
.promo-popup.ebook-promo-popup .promo-close {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.promo-popup.ebook-promo-popup .notification {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 5px;
}
.promo-popup.ebook-promo-popup .notification span {
    padding: 7.5px 15px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .promo-popup.ebook-promo-popup {
        padding: 45px;
    }
    .promo-popup.ebook-promo-popup h1,
    .promo-popup.ebook-promo-popup h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .promo-popup.ebook-promo-popup .notification {
        font-size: 18px;
    }
    .promo-popup.ebook-promo-popup .notification span {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media (min-width: 992px) {
    .promo-popup.ebook-promo-popup h1.big,
    .promo-popup.ebook-promo-popup h2.big {
        font-size: 120px;
    }
    .promo-popup.ebook-promo-popup h1,
    .promo-popup.ebook-promo-popup h2 {
        font-size: 39px;
        line-height: 44px;
    }
    .promo-popup.ebook-promo-popup .notification {
        margin-bottom: 20px;
    }
}
.floating-form {
    display: none;
    width: 364px;
    padding: 8px 32px 16px;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 12;
    color: #fff;
}
.floating-form .float-close {
    position: absolute;
    font-size: 20px;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.floating-form .float-close i {
    display: block;
}
.floating-form a {
    color: #fff;
}
.floating-form h3,
.floating-form h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    margin-bottom: 12px;
}
.floating-form h3 strong,
.floating-form h4 strong {
    font-weight: 900;
}
.floating-form h3.size-smaller,
.floating-form h4.size-smaller {
    font-size: 32px;
}
.floating-form p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 12px;
}
.floating-form p a {
    color: #fff;
    font-weight: 700;
}
.floating-form .form-row {
    margin-top: 24px;
}
.floating-form .fp-btn {
    width: 100%;
}
@media (max-width: 767px) {
    .floating-form {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .floating-form {
        bottom: 40px;
        right: 40px;
    }
}
.navbar-header {
    color: #fff;
    min-height: 70px;
    padding: 0.75em 0.5rem 0.5rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    transition: background 0.5s ease, min-height 0.5s ease, padding 0.5s ease;
}
.navbar-header.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
}
.navbar-header > .container {
    position: relative;
    align-self: flex-start;
}
.navbar-header .navbar-brand {
    flex-grow: 1;
    margin: 0 auto;
}
.navbar-header .navbar-brand img {
    width: auto;
    height: 35px;
    display: block;
    margin: 0 auto;
}
.navbar-header .navbar-toggler {
    color: #fff;
    cursor: pointer;
}
.navbar-header .navbar-toggler:focus {
    outline: 0;
}
.navbar-header .phone {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: right;
}
.navbar-header .phone img {
    width: 22px;
    height: auto;
}
.navbar-header .phone a {
    color: #fff;
    display: inline-block;
    padding: 0.25rem 0.75rem;
}
.navbar-header .phone a > * {
    display: inline-block;
    vertical-align: middle;
}
.navbar-header .phone a:focus,
.navbar-header .phone a:hover {
    text-decoration: none;
}
.navbar-header .phone a span {
    margin-left: 4px;
    display: none;
}
.navbar-header .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 65%;
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 20px 0 20px -5px rgba(0, 0, 0, 0.15);
}
.navbar-header .navbar-collapse.collapse {
    display: block;
    transition: left 0.15s cubic-bezier(0, 0, 0.35, 1);
}
.navbar-header .navbar-collapse.collapsing {
    height: 100vh !important;
    left: -50%;
    transition: left 0.15s cubic-bezier(0.3, 0.1, 0, 0);
}
.navbar-header .navbar-collapse.collapse.show {
    height: 100vh !important;
    left: 0;
    transition: left 0.15s cubic-bezier(0, 0, 0.35, 1);
}
.navbar-header .navbar-collapse .additional-menu {
    height: 70px;
    padding: 0.5rem 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.navbar-header .navbar-collapse .additional-menu .navbar-toggler-close {
    border-radius: 4px;
    border-color: hsla(0, 0%, 100%, 0.25);
    font-size: 20px;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    padding: 0;
}
.navbar-header .navbar-collapse .additional-menu .navbar-toggler-close i.material-icons {
    font-size: 28px;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.35);
    font-size: 0;
    flex-shrink: 0;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers li {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 12px;
    border-radius: 2px;
    margin: 0;
    padding: 3px 0;
    text-align: center;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers li:first-child {
    padding-left: 3px;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers li:last-child {
    padding-right: 3px;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers li a {
    display: inline-block;
    width: 47px;
    padding: 6px;
    border-radius: 2px;
    color: #fff;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers li a:focus,
.navbar-header .navbar-collapse .additional-menu ul.language-switchers li a:hover {
    text-decoration: none;
}
.navbar-header .navbar-collapse .header-separator {
    display: none;
    position: absolute;
    top: 64px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    opacity: 0.25;
    width: 100%;
    height: 1px;
    margin: 0;
    border: 0;
}
.navbar-header .navbar-collapse .menu {
    padding: 17px 0 0;
}
.navbar-header .navbar-collapse .menu .navbar-nav {
    min-height: calc(100vh - 87px);
}
.navbar-header .navbar-collapse .menu .navbar-nav:after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link {
    padding: 15px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link:hover {
    color: rgba(0, 0, 0, 0.35);
}
.navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link:hover.dropdown-toggle {
    color: #fff;
}
.navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link.nav-border {
    padding: 30px 25px;
    margin-top: 17px;
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-header .navbar-collapse .dropdown .dropdown-menu {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    background: 0 0;
    display: block;
    height: 0;
}
.navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1.5rem 0.75rem 2rem;
    opacity: 0;
}
.navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item a {
	color:#fff;
}
.navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item a:focus,
.navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item a:hover {
    color: hsla(0, 0%, 100%, 0.45);
    background-color: transparent;
	text-decoration:none;
}
.navbar-header .navbar-collapse .dropdown .dropdown-menu ul {
	padding:0;
	list-style:none;
}
.navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item:focus,
.navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover {
    color: hsla(0, 0%, 100%, 0.45);
    background-color: transparent;
}
@media (min-width: 992px) {
    .navbar-header {
        min-height: 80px;
        padding-top: 0.5rem;
        border-bottom: 0;
    }
    .navbar-header .navbar-brand {
        transition: margin-top 0.5s ease;
        flex-grow: 0;
    }
    .navbar-header .navbar-brand img {
        margin-left: 0;
    }
    .navbar-header .phone {
        position: absolute;
        right: 130px;
        top: 13px;
        z-index: 3;
        font-size: 16px;
        line-height: 19px;
    }
    .navbar-header .phone img {
        position: relative;
        top: 1px;
    }
    .navbar-header .phone a {
        padding: 0;
    }
    .navbar-header .phone a span {
        display: inline;
    }
    .navbar-header .navbar-collapse {
        position: static;
        top: 0;
        left: 0;
        background-color: transparent;
        width: auto;
        height: auto;
        z-index: 2;
        overflow: visible;
        box-shadow: none;
    }
    .navbar-header .navbar-collapse.collapse,
    .navbar-header .navbar-collapse.collapse.show,
    .navbar-header .navbar-collapse.collapsing {
        height: auto !important;
        transition: none;
    }
    .navbar-header .navbar-collapse .additional-menu {
        height: auto;
        padding: 10px 0 18px;
        border-bottom: 0;
		display:none;
    }
    .navbar-header .navbar-collapse .additional-menu ul.language-switchers {
        margin: 0 0 0 15px;
    }
    .navbar-header .navbar-collapse .header-separator {
        display: block;
    }
    .navbar-header .navbar-collapse .menu {
        transition: padding 0.5s ease;
        padding: 18px 0 10px;
    }
    .navbar-header .navbar-collapse .menu .navbar-nav {
        min-height: 0;
    }
    .navbar-header .navbar-collapse .menu .navbar-nav:after {
        display: none;
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link {
        padding: 15px 8px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 15px;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link:hover {
        color: hsla(0, 0%, 100%, 0.45);
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link.nav-border {
        margin-left: 15px;
        padding: 15px;
        margin-top: 0;
        border: none;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link.nav-border:hover {
        border-radius: 4px;
        background-color: hsla(0, 0%, 100%, 0.1);
        color: #fff;
    }
    .navbar-header .navbar-collapse .dropdown:hover > .dropdown-menu {
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);
        left: -12px;
        display: block;
        height: auto !important;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out 0.2s;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
        padding-left: 1.5rem;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .navbar-header .navbar-collapse .dropdown .dropdown-menu.show {
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out;
    }
}
@media (min-width: 1024px) {
    .navbar-header .navbar-brand img {
        height: 53px;
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link {
        padding: 15px 12px;
    }
}
@media (min-width: 2560px) {
    .navbar-header {
        background-size: cover;
    }
}
.navbar-header.min-header {
    background-image: none !important;
    border-bottom: none;
}
.navbar-header.min-header.nitro-lazy {
    background-image: none !important;
}
@media (min-width: 992px) {
    .navbar-header.min-header {
        min-height: 80px;
    }
    .navbar-header.min-header .navbar-brand {
        margin-top: 0;
    }
    .navbar-header.min-header .navbar-collapse .menu {
        padding: 0;
    }
    .navbar-header.min-header .navbar-collapse .additional-menu,
    .navbar-header.min-header .navbar-collapse .header-separator,
    .navbar-header.min-header .phone {
        display: none;
    }
}
.admin-bar .navbar-header .navbar-collapse,
.admin-bar .navbar-header.fixed-top {
    top: 46px;
}
@media (min-width: 783px) {
    .admin-bar .navbar-header .navbar-collapse,
    .admin-bar .navbar-header.fixed-top {
        top: 32px;
    }
}
#wpadminbar {
    position: fixed !important;
}
.single-job_listing .navbar-header {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
@media (min-width: 992px) {
    .single-job_listing .navbar-header {
        border-bottom: 0;
    }
}
footer {
    color: #fff;
    padding: 50px 15px 0;
    position: relative;
    z-index: 15;
}
footer h3 {
    margin-bottom: 30px;
}
footer h4 {
    margin-bottom: 20px;
}
footer ul.footer-nav {
    list-style-type: none;
    margin: 0 0 40px;
    padding: 0;
}
footer ul.footer-nav:last-child {
    margin-bottom: 0;
}
footer ul.footer-nav li {
    margin: 0 0 15px;
    padding: 0;
}
footer ul.footer-nav li a,
footer ul.footer-nav li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer p {
    margin-bottom: 25px;
}
footer p,
footer p a,
footer p a:hover,
footer p strong {
    color: #fff;
}
footer p a.white,
footer p a:hover.white {
    color: #fff;
    text-decoration: underline;
}
footer .social a {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 3;
}
footer .social a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
}
footer .col-site-map {
    order: 3;
}
footer .col-contact-details {
    order: 1;
}
footer .col-contact-form {
    order: 2;
}
@media (min-width: 768px) {
    footer {
        padding: 70px 0 40px;
    }
    footer .social a {
        width: 50px;
        height: 50px;
    }
    footer .social a:before {
        top: calc(50% - 24px);
        left: calc(50% - 24px);
        width: calc(100% - 2px);
        height: calc(100% - 2px);
    }
    footer .col-site-map {
        order: 1;
    }
    footer .col-contact-details {
        order: 2;
    }
    footer .col-contact-form {
        order: 3;
    }
}
@media (min-width: 992px) {
    footer h3 {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (min-width: 1024px) {
    footer h3 {
        font-size: 32px;
        line-height: 42px;
    }
}
#footer-form {
    padding: 20px 15px;
    margin: 0 -15px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.015);
}
@media (min-width: 768px) {
    #footer-form {
        margin: 0;
    }
}
section.copyright {
    padding: 15px 0 0;
    color: #fff;
    position: relative;
    z-index: 15;
}
section.copyright .text {
    font-size: 15px;
    line-height: 23px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}
section.copyright .text a {
    color: #fff;
    text-decoration: underline;
}
section.copyright .partner-logo {
    text-align: center;
}
section.copyright .partner-logo img {
    margin: 0 -10px;
}
@media (min-width: 768px) {
    section.copyright .text {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    section.copyright .partner-logo {
        text-align: right;
    }
}
section.banner {
    padding-top: 100px;
    padding-bottom: 30px;
    color: #fff;
    overflow: hidden;
}
section.banner.overflow-visible {
    overflow: visible;
}
section.banner .banner-hero .hero-img {
    display: none;
}
section.banner h1,
section.banner h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    position: relative;
}
section.banner h1.bold,
section.banner h2.bold {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
section.banner h1.narrow,
section.banner h2.narrow {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
section.banner h1.wide,
section.banner h2.wide {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}
section.banner h1.wider,
section.banner h2.wider {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
section.banner h1 .googlestamp,
section.banner h2 .googlestamp {
    right: -140px;
    top: -20px;
}
section.banner h3 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
}
section.banner h3.small {
    font-size: 24px;
    line-height: 32px;
}
section.banner h3.narrow {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
section.banner p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin: 15px 0 0;
}
section.banner p:first-child {
    margin-top: 0;
}
section.banner .google-premier-badge .google-partner {
    margin: 12px 0 -8px;
}
section.banner .testimonial {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 300;
}
section.banner .testimonial.wide {
    max-width: 535px;
}
section.banner .testimonial .stars img {
    width: 20px;
    height: auto;
}
section.banner .testimonial .text {
    font-style: italic;
    line-height: 23px;
    margin: 20px 0 10px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
}
section.banner .testimonial .text:after,
section.banner .testimonial .text:before {
    position: absolute;
    width: 21px;
    height: 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    section.banner .testimonial .text:after,
    section.banner .testimonial .text:before {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote@2x.png");
        background-size: 21px 16px;
    }
}
section.banner .testimonial .text:before {
    top: -4px;
}
section.banner .testimonial .text:after {
    bottom: -8px;
    transform: rotate(180deg);
}
section.banner .testimonial .person {
    letter-spacing: 1px;
    line-height: 22px;
}
section.banner .testimonial .person .name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
section.banner .testimonial .person .company {
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    opacity: 0.7;
}
section.banner .banner-form {
    max-width: 700px;
    margin: 0 auto;
}
section.banner .banner-form .btn {
    white-space: normal;
}
section.banner .button-white {
    margin-top: 30px;
}
section.banner .button-white .fp-btn,
section.banner .button-white a.fp-btn {
    max-width: 360px;
    width: 100%;
}
section.banner .button-white .fp-btn strong,
section.banner .button-white a.fp-btn strong {
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}
section.banner .button-white .fp-btn span,
section.banner .button-white a.fp-btn span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
section.banner .blue-box {
    padding: 10px 15px;
    text-align: left;
}
section.banner .blue-box h1,
section.banner .blue-box h2 {
    line-height: 1.28em;
    text-align: left;
}
section.banner .blue-box p {
    text-align: left;
}
section.banner .blue-box .button-cont {
    margin-top: 40px;
    text-align: center;
}
section.banner .blue-box .button-cont .fp-btn {
    max-width: 260px;
    width: 100%;
}
section.banner .red-box {
    padding: 10px 15px 20px;
    text-align: left;
}
section.banner .red-box h1,
section.banner .red-box h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 25px;
}
section.banner .red-box p {
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 15px;
}
section.banner .motto-box {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
    max-width: calc(100% - 30px);
    margin-top: 0;
    padding: 20px 15px;
    width: 100%;
    text-align: left;
    font-size: 32px;
    line-height: 1.28em;
    position: absolute;
    bottom: -175px;
}
section.banner .motto-box .normal {
    font-weight: 300;
}
section.banner .motto-box .strong {
    font-weight: 500;
}
section.banner .motto-box .bold {
    font-weight: 900;
}
section.banner .notification {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 5px;
}
section.banner .notification span {
    padding: 7.5px 15px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
section.banner .mid-buttons {
    max-width: 650px;
    width: 100%;
    margin: 30px auto 0;
}
section.banner .mid-buttons .fp-btn {
    width: 100%;
}
section.banner .mid-buttons .mid-buttons-desc {
    margin-top: 10px;
    font-size: 12px;
    color: hsla(0, 0%, 100%, 0.65);
    line-height: 23px;
    text-align: center;
}
@media (min-width: 768px) {
    section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    section.banner .banner-hero .banner-hero-cont h2.bold-lg,
    section.banner h1.bold,
    section.banner h2.bold {
        font-size: 42px;
        line-height: 44px;
    }
    section.banner p {
        font-size: 18px;
        line-height: 22px;
    }
    section.banner .blue-box {
        padding: 30px 40px 40px 100%;
        margin-left: -100%;
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
    }
    section.banner .blue-box h1,
    section.banner .blue-box h2 {
        font-size: 50px;
    }
    section.banner .blue-box .button-cont {
        text-align: left;
    }
    section.banner .red-box {
        padding: 30px 40px 40px 100%;
        margin-left: -100%;
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
    }
    section.banner .red-box h1,
    section.banner .red-box h2 {
        margin-bottom: 30px;
    }
    section.banner .red-box p {
        margin-bottom: 25px;
    }
    section.banner .motto-box {
        max-width: 320px;
        width: 320px;
        padding: 40px 80px 40px 40px;
        font-size: 50px;
        position: absolute;
        left: 0;
        bottom: -140px;
    }
    section.banner .col-md-6:nth-of-type(odd) {
        padding-right: 7.5px;
    }
    section.banner .col-md-6:nth-of-type(2n) {
        padding-left: 7.5px;
    }
    section.banner .notification {
        font-size: 18px;
    }
    section.banner .notification span {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px;
    }
    section.banner .mid-buttons .mid-buttons-desc {
        font-size: 15px;
    }
    section.banner .google-premier-badge {
        display: flex;
        align-items: center;
        text-align: left;
    }
    section.banner .google-premier-badge .badge-image {
        margin-right: 20px;
    }
    section.banner .google-premier-badge .text {
        font-size: 20px;
    }
    section.banner .google-premier-badge .google-partner {
        margin: 20px 0 0 -18px;
    }
}
@media (min-width: 992px) {
    section.banner {
        padding-top: 200px;
        padding-bottom: 60px;
    }
    section.banner.extra-pad {
        padding-top: 220px;
    }
    section.banner.extra-pad > .container {
        min-height: 400px;
    }
    section.banner .banner-hero {
        position: relative;
    }
    section.banner .banner-hero .banner-hero-cont {
        position: relative;
        z-index: 2;
        max-width: 680px;
    }
    section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        font-size: 52px;
        line-height: 54px;
    }
    section.banner .banner-hero .banner-hero-cont h1,
    section.banner .banner-hero .banner-hero-cont h2,
    section.banner .banner-hero .banner-hero-cont h3,
    section.banner .banner-hero .banner-hero-cont p {
        text-align: left;
    }
    section.banner .banner-hero .hero-img {
        display: block;
        position: absolute;
        z-index: 1;
        right: -200px;
        bottom: -80px;
    }
    section.banner .banner-hero .hero-img.img-left {
        right: -100px;
    }
    section.banner .banner-hero .quote-form.quote-form-mid {
        text-align: left;
    }
    section.banner .banner-hero .testimonial.test-left {
        display: inline-block;
        margin: 0 15px;
        width: auto;
    }
    section.banner h1.bold,
    section.banner h2.bold {
        font-size: 52px;
        line-height: 54px;
    }
    section.banner h1,
    section.banner h2 {
        font-size: 42px;
        line-height: 54px;
    }
    section.banner h1.large,
    section.banner h2.large {
        font-size: 50px;
        line-height: 52px;
    }
    section.banner h1.max-530,
    section.banner h2.max-530 {
        max-width: 530px;
    }
    section.banner h1.max-600,
    section.banner h2.max-600 {
        max-width: 600px;
    }
    section.banner h1.max-630,
    section.banner h2.max-630 {
        max-width: 630px;
    }
    section.banner .blue-box,
    section.banner .red-box {
        padding: 40px 80px 80px 100%;
    }
    section.banner .motto-box {
        left: auto;
        right: 0;
        bottom: -160px;
        padding-top: 90px;
    }
    section.banner .notification {
        margin-bottom: 25px;
    }
}
@media (min-width: 1024px) {
    section.banner.extra-pad {
        padding-top: 260px;
    }
    section.banner.extra-pad.extra-pad-shorter {
        padding-top: 226px;
    }
    section.banner .banner-hero .hero-img {
        right: -80px;
        bottom: -60px;
    }
    section.banner .banner-hero .hero-img.img-social {
        right: -150px;
    }
    section.banner .banner-hero .hero-img.img-left {
        right: 0;
    }
    section.banner .blue-box,
    section.banner .red-box {
        padding: 50px 80px 80px 100px;
        margin-left: -100px;
    }
    section.banner .blue-box {
        min-height: 580px;
    }
    section.banner .red-box {
        min-height: 520px;
    }
}
@media (min-width: 2560px) {
    section.banner {
        background-size: cover;
    }
}
.overall-review .overall-review-data {
    text-align: center;
}
.overall-review .overall-review-stars .overall-stats {
    margin: 10px 25px;
}
@media (min-width: 992px) {
    .overall-review .overall-review-text h2 {
        text-align: left;
    }
    .overall-review .overall-review-data {
        text-align: right;
    }
    .overall-review .overall-review-stars .col-write {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0 auto;
    }
}
.page-careers section.banner,
.single-job_listing section.banner {
    padding-bottom: 135px;
    background-color: #f9f9f9;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-careers-dark.jpg");
    background-size: 1600px auto;
    background-position: 70% -170px;
}
.page-careers section.banner.nitro-lazy,
.single-job_listing section.banner.nitro-lazy {
    background-image: none !important;
}
@media (min-width: 768px) {
    .page-careers section.banner,
    .single-job_listing section.banner {
        padding-bottom: 80px;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-careers.jpg");
        background-size: auto auto;
        background-position: top;
    }
    .page-careers section.banner.nitro-lazy,
    .single-job_listing section.banner.nitro-lazy {
        background-image: none !important;
    }
}
@media (min-width: 992px) {
    .page-careers section.banner,
    .single-job_listing section.banner {
        padding-bottom: 100px;
    }
}
@media (min-width: 1440px) {
    .page-careers section.banner,
    .single-job_listing section.banner {
        background-size: cover;
        background-position: 50%;
    }
}
.single-job_listing section.pad-header {
    background-size: 1600px auto;
    background-position: 70% -170px;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-careers-dark.jpg");
}
.single-job_listing section.pad-header.nitro-lazy {
    background-image: none !important;
}
@media (min-width: 768px) {
    .single-job_listing section.pad-header {
        background-size: auto auto;
        background-position: top;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-careers.jpg");
    }
    .single-job_listing section.pad-header.nitro-lazy {
        background-image: none !important;
    }
}
@media (min-width: 1440px) {
    .single-job_listing section.pad-header {
        background-size: cover;
        background-position: 50% calc(50% + 341px);
    }
}
.page-who-we-are section.banner {
    padding-bottom: 40px;
    background-color: #3b3a38;
    background-size: 1500px auto;
    background-position: 70% -130px;
}
.page-home section.banner h1 {
  font-size: 15px !important;
  margin: 0; }
  .page-home section.banner h1::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2.5px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px var(--mega-tertiary);
    opacity: .65;
    top: 25px;
    transform: scaleY(0.5);
    left: -100%;
    margin-left: -10px; }

.page-home section.banner .page-subheading,
.page-home section.banner .page-subheading-text {
  font-size: 18px;
  line-height: 54px; }
  .page-home section.banner .page-subheading > h1,
  .page-home section.banner .page-subheading-text > h1 {
    font-size: unset; }

.page-home section.banner ul.mobile-hero-content {
  list-style: none;
  padding: 0; }
  .page-home section.banner ul.mobile-hero-content > li {
    color: #fff;
    margin-top: 15px;
    position: relative;
    padding-left: 55px;
    line-height: 35px;
    font-size: 15px; }
    .page-home section.banner ul.mobile-hero-content > li:before {
      content: "âœ“";
      background-color: #fff;
      color: #2dbdb6;
      border-radius: 50%;
      padding: 0 11px;
      margin-right: 25px;
      font-size: 20px;
      font-weight: 700;
      position: absolute;
      left: 10px;
      line-height: 35px; }

@media (min-width: 992px) {
  .page-home section.banner .banner-hero .banner-hero-cont {
    max-width: 700px; }
    .page-home section.banner .banner-hero .banner-hero-cont h1.bold-lg, .page-home section.banner .banner-hero .banner-hero-cont h2.bold-lg {
      margin-right: -50px; }
  .page-home section.banner .banner-hero .hero-img {
    right: -180px; }
    .page-home section.banner .banner-hero .hero-img .hero-name {
      position: absolute;
      bottom: 20px;
      width: 100%; } }

@media (max-width: 991px) {
  .page-home section.banner h1::before {
    display: none; } }

@media (max-width: 767px) {
  .page-home section.banner {
    background-image: unset !important; }
    .page-home section.banner .form-hide:first-child {
      max-width: 100%;
      margin: auto; }
    .page-home section.banner .page-heading {
      text-align: center;
      margin-top: 10px; }
      .page-home section.banner .page-heading > br {
        display: none; }
    .page-home section.banner .page-subheading,
    .page-home section.banner .page-subheading-text {
      text-align: center;
      font-size: 20px;
      line-height: 1.4;
      color: #fff; }
      .page-home section.banner .page-subheading > span,
      .page-home section.banner .page-subheading-text > span {
        margin: 0;
        padding: 0;
        width: 100%; }
      .page-home section.banner .page-subheading h1,
      .page-home section.banner .page-subheading-text h1 {
        font-size: unset;
        line-height: unset;
        text-align: unset; }
    .page-home section.banner .banner-subheading {
      flex-direction: column; }
    .page-home section.banner .mobile-hero {
      height: 30vh;
      background-image: url(img/hero-mark-02.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right bottom;
      margin-top: 30px; }
    .page-home section.banner .mobile-hero-content {
      max-width: calc(90% - 10vh);
      margin-top: 0;
      font-size: 22px; }
    .page-home section.banner ul.mobile-hero-content > li {
      font-size: 15px;
      padding-left: 55px;
      line-height: 35px;
      text-align: left; }
      .page-home section.banner ul.mobile-hero-content > li:before {
        font-size: 20px;
        line-height: 35px;
        padding: 0 11px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .page-home section.banner .homepage-title {
      margin: 15px 0; }
    .page-home section.banner .page-heading {
      text-align: left; }
    .page-home section.banner .page-subheading,
    .page-home section.banner .page-subheading-text {
      text-align: left;
      font-size: 18px;
      line-height: 1.4; }
    .page-home section.banner ul.mobile-hero-content > li {
      font-size: 12px;
      padding-left: 50px;
      line-height: 25px; }
      .page-home section.banner ul.mobile-hero-content > li:before {
        font-size: 12px;
        line-height: 25px;
        padding: 0 8px; } }
.section-chart {
  padding: 50px 0; }
  .section-chart .chart {
    display: flex;
    padding: 80px;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto; }
    .section-chart .chart .chart-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 50%;
      margin-right: 10%; }
    .section-chart .chart figure {
      position: absolute;
      left: 0;
      width: 56%;
      margin-top: 0;
      margin-left: 0; }
      .section-chart .chart figure:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("img/section-chart.svg") center 30px no-repeat;
        filter: saturate(0) opacity(0.15);
        transition-delay: 0.5s;
        transition: all 5s ease; }
      .section-chart .chart figure .labels {
        width: auto;
        margin-left: calc(100%/3);
        margin-right: calc(100%/6);
        display: flex;
        justify-content: space-between; }
        .section-chart .chart figure .labels label {
          transition: filter 1.5s ease-out,opacity 1s ease-out,translate 1s ease-out,clip-path .5s ease-out;
          clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
          opacity: 0;
          position: relative;
          filter: blur(5rem);
          text-align: center; }
          .section-chart .chart figure .labels label:nth-of-type(1) {
            top: 4.2vw;
            transition-delay: 0.5s;
            transform: translate(-50%); }
          .section-chart .chart figure .labels label:nth-of-type(2) {
            top: 1.75vw;
            transition-delay: 1.0s;
            transform: translate(25%); }
          .section-chart .chart figure .labels label:nth-of-type(3) {
            transition-delay: 1.5s;
            transform: translate(50%); }
    .section-chart .chart svg {
      width: 100%;
      height: auto;
      position: relative; }
    .section-chart .chart g[id=main_curve] > path {
      clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
      transition: clip-path 3s ease 1s; }
    .section-chart .chart g[id=curve_point_1] {
      transition: clip-path 2s ease;
      clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
      clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
      transition-delay: 1.5s; }
      .section-chart .chart g[id=curve_point_1] .st2 {
        transition: fill 1s ease;
        transition-delay: 0.2s; }
    .section-chart .chart g[id=curve_point_2] {
      transition: clip-path 2s ease;
      clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
      clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
      transition-delay: 2s; }
      .section-chart .chart g[id=curve_point_2] .st2 {
        transition: fill 1s ease;
        transition-delay: 0.5s; }
    .section-chart .chart g[id=curve_point_3] {
      transition: clip-path 2s ease;
      clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
      clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
      transition-delay: 2.5s; }
      .section-chart .chart g[id=curve_point_3] .st2 {
        transition: fill 1s ease;
        transition-delay: 0.8s; }
    .section-chart .chart .st0 {
      fill-rule: evenodd;
      clip-rule: evenodd;
      fill: transparent; }
    .section-chart .chart .st1 {
      fill: transparent; }
    .section-chart .chart .st2 {
      fill-rule: evenodd;
      clip-rule: evenodd;
      fill: transparent; }
    .section-chart .chart .st3 {
      fill: transparent; }
    .section-chart .chart .st4 {
      fill: transparent; }
    .section-chart .chart figcaption {
      display: inline-block;
      padding: 0.6em 1.4em;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 0 20px #78787820;
      max-width: max-content;
      margin-left: auto;
      margin-right: auto;
      margin-top: calc(10vw + 100px);
      text-align: center; }
      .section-chart .chart figcaption .figure-number {
        position: relative;
        font-size: 2.5em;
        text-align: left;
        margin-left: 0.75em;
        min-width: 6em;
        display: inline-block;
        vertical-align: bottom;
        color: #2dbdb6; }
    .section-chart .chart .chart-description {
      width: 40%; }
      .section-chart .chart .chart-description p.line-right-wrapper {
        position: relative;
        text-transform: uppercase;
        color: #2dbdb6;
        font-size: 18px;
        line-height: 26px;
        overflow: hidden; }
      .section-chart .chart .chart-description .line-right::after {
        content: '';
        display: inline-block;
        position: absolute;
        height: 2.5px;
        width: 100vw;
        background: #2dbdb6;
        box-shadow: 0 0 5px var(--mega-tertiary);
        opacity: .65;
        margin-left: 30px;
        bottom: 0.7em;
        transform: scaleY(0.5); }
      .section-chart .chart .chart-description h2 {
        text-align: left;
        color: #202020;
        max-width: 1000px;
        margin-bottom: 30px;
        line-height: 1.1em; }
      .section-chart .chart .chart-description a.read-more {
        color: #f26d84;
        text-decoration: none; }
        .section-chart .chart .chart-description a.read-more:hover {
          color: #df546c; }
    .section-chart .chart.active figure:before {
      transition: all 5s ease;
      filter: saturate(1) opacity(1); }
    .section-chart .chart.active figure .labels label {
      clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
      opacity: 1;
      filter: blur(0rem); }
    .section-chart .chart.active .st2 {
      fill: #F7434D; }
  @media (min-width: 768px) {
    .section-chart .chart figure .labels {
      white-space: nowrap; } }
  @media (max-width: 767px) {
    .section-chart .chart {
      display: block;
      padding: 50px 10px; }
      .section-chart .chart .chart-body {
        width: 100%;
        height: 300px; }
        .section-chart .chart .chart-body figure {
          left: -8%;
          width: 100%;
          margin-top: 8em; }
        .section-chart .chart .chart-body figcaption {
          margin: 0; }
          .section-chart .chart .chart-body figcaption .figure-number {
            font-size: 1.5em; }
      .section-chart .chart .chart-description {
        width: 100%;
        display: block; }
        .section-chart .chart .chart-description .line-right::after {
          width: 0; } }
  @media (max-width: 440px) {
    .section-chart .chart svg {
      margin-top: 0 !important; } }

@media (min-width: 768px) {
    .page-who-we-are section.banner {
        padding-bottom: 80px;
        background-size: 1600px auto;
        background-position: 50%;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-whoweare.jpg");
    }
    .page-who-we-are section.banner.nitro-lazy {
        background-image: none !important;
    }
}
@media (min-width: 992px) {
    .page-who-we-are section.banner {
        padding-bottom: 100px;
        background-position: top;
    }
}
@media (min-width: 1440px) {
    .page-who-we-are section.banner {
        background-size: cover;
        background-position: 50%;
    }
}
.page-booking-confirmation section.banner,
.page-contact-us section.banner,
.page-thank-you section.banner,
.page-thank-you-audit section.banner,
.page-thank-you-orm section.banner,
.page-thank-you-pcw section.banner {
    padding-bottom: 40px;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-contactus.jpg");
    background-position: top;
    background-size: cover;
}
.page-booking-confirmation section.banner.nitro-lazy,
.page-contact-us section.banner.nitro-lazy,
.page-thank-you section.banner.nitro-lazy,
.page-thank-you-audit section.banner.nitro-lazy,
.page-thank-you-orm section.banner.nitro-lazy,
.page-thank-you-pcw section.banner.nitro-lazy {
    background-image: none !important;
}
.page-booking-confirmation section.banner .fp-btn,
.page-contact-us section.banner .fp-btn,
.page-thank-you section.banner .fp-btn,
.page-thank-you-audit section.banner .fp-btn,
.page-thank-you-orm section.banner .fp-btn,
.page-thank-you-pcw section.banner .fp-btn {
    padding: 15px;
    width: 100%;
}
@media (min-width: 768px) {
    .page-booking-confirmation section.banner,
    .page-contact-us section.banner,
    .page-thank-you section.banner,
    .page-thank-you-audit section.banner,
    .page-thank-you-orm section.banner,
    .page-thank-you-pcw section.banner {
        padding-bottom: 85px;
    }
    .page-booking-confirmation section.banner .banner-form,
    .page-contact-us section.banner .banner-form,
    .page-thank-you section.banner .banner-form,
    .page-thank-you-audit section.banner .banner-form,
    .page-thank-you-orm section.banner .banner-form,
    .page-thank-you-pcw section.banner .banner-form {
        min-height: 540px;
    }
    .page-booking-confirmation section.banner .banner-form .form-thankyou,
    .page-contact-us section.banner .banner-form .form-thankyou,
    .page-thank-you section.banner .banner-form .form-thankyou,
    .page-thank-you-audit section.banner .banner-form .form-thankyou,
    .page-thank-you-orm section.banner .banner-form .form-thankyou,
    .page-thank-you-pcw section.banner .banner-form .form-thankyou {
        margin-top: 100px;
    }
    .page-booking-confirmation section.banner .fp-btn,
    .page-contact-us section.banner .fp-btn,
    .page-thank-you section.banner .fp-btn,
    .page-thank-you-audit section.banner .fp-btn,
    .page-thank-you-orm section.banner .fp-btn,
    .page-thank-you-pcw section.banner .fp-btn {
        padding: 15px 30px;
        width: auto;
    }
}
@media (min-width: 1440px) {
    .page-booking-confirmation section.banner,
    .page-contact-us section.banner,
    .page-thank-you section.banner,
    .page-thank-you-audit section.banner,
    .page-thank-you-orm section.banner,
    .page-thank-you-pcw section.banner {
        background-size: cover;
    }
}
.page-ebook section.banner {
    padding-bottom: 70px;
}
@media (min-width: 992px) {
    .page-reputation-management section.banner .banner-hero .hero-img {
        right: -60px;
    }
    .page-reputation-management section.banner .testimonial {
        margin-left: 50px;
    }
}
@media (min-width: 1024px) {
    .page-reputation-management section.banner .banner-hero .hero-img {
        right: 0;
    }
}
@media (min-width: 992px) {
    .page-seo section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-seo section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -20px;
    }
}
@media (min-width: 992px) {
    .page-premium-content-writing section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-premium-content-writing section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -60px;
    }
    .page-premium-content-writing section.banner .banner-hero .hero-img {
        right: -170px;
    }
}
@media (min-width: 1024px) {
    .page-premium-content-writing section.banner .banner-hero .hero-img {
        right: -80px;
    }
}
@media (min-width: 992px) {
    .page-international-seo section.banner .banner-hero .hero-img {
        right: -135px;
    }
}
@media (min-width: 1024px) {
    .page-international-seo section.banner .banner-hero .hero-img {
        right: -35px;
    }
}
@media (min-width: 1024px) {
    .page-seo-audit section.banner .banner-hero .hero-img {
        right: 0;
    }
}
.sumome-share-client-share[data-sumome-share="sumome"],
.w-component--branding {
    display: none !important;
}
:focus {
    outline: 0;
}
.font-larger {
    font-size: 17px;
}
h1,
h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
}
h1.wreathe-bracket strong,
h2.wreathe-bracket strong {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
h1.wreathe-bracket strong:after,
h1.wreathe-bracket strong:before,
h2.wreathe-bracket strong:after,
h2.wreathe-bracket strong:before {
    content: "";
    background-size: 28px 48px;
    position: absolute;
    width: 28px;
    height: 48px;
}
h1.wreathe-bracket strong:before,
h2.wreathe-bracket strong:before {
    bottom: -7.5px;
}
h1.wreathe-bracket strong:after,
h2.wreathe-bracket strong:after {
    bottom: -7.5px;
    transform: scaleX(-1);
}
h1 .small-grey,
h2 .small-grey {
    display: block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.2em;
    color: #666;
    text-transform: uppercase;
}
h3 {
    font-size: 22px;
    line-height: 28px;
}
h3,
h4 {
    font-weight: 400;
}
h4 {
    font-size: 24px;
    line-height: 1.42em;
}
h2 strong,
h3 strong,
h4 strong {
    font-weight: 600;
}
p {
    font-size: 15px;
    line-height: 1.53em;
}
ul.tick {
    list-style-type: none !important;
    padding-left: 30px !important;
}
ul.tick li:before {
    font-family: FontAwesome;
    content: "";
    color: #6db762;
    margin: 0 5px 0 -30px;
    width: 25px;
    display: inline-block;
}
a:focus {
    outline: 0;
}
a[href^="tel"] {
    white-space: nowrap;
}
div.read-more,
span.read-more {
    display: none;
}
span.read-more-trigger {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
span.read-more-trigger:before {
    content: " ";
    text-decoration: none;
    display: inline-block;
}
span.read-more-trigger.no-underline {
    text-decoration: none;
}
@media (min-width: 768px) {
    h1,
    h2 {
        font-size: 42px;
        line-height: 45px;
    }
    h1.wreathe-bracket,
    h2.wreathe-bracket {
        line-height: 54px;
    }
    h1.wreathe-bracket strong,
    h2.wreathe-bracket strong {
        padding: 0 40px;
    }
    h1.wreathe-bracket strong:after,
    h1.wreathe-bracket strong:before,
    h2.wreathe-bracket strong:after,
    h2.wreathe-bracket strong:before {
        background-size: 35px 60px;
        width: 35px;
        height: 60px;
    }
    h1.wreathe-bracket strong:after,
    h1.wreathe-bracket strong:before,
    h2.wreathe-bracket strong:after,
    h2.wreathe-bracket strong:before {
        bottom: -5px;
    }
    h1 .small-grey,
    h2 .small-grey {
        font-size: 16.8px;
    }
    h3 {
        font-size: 32px;
        line-height: 42px;
    }
    div.read-more {
        display: block;
    }
    span.read-more {
        display: inline;
    }
    span.read-more-trigger {
        display: none;
    }
}
@media (max-width: 991px) {
    .sumome-share-client-wrapper {
        display: none !important;
    }
}
.section-white {
    background-color: #fff;
}
.section-grey {
    background-color: #f9f9f9;
}
.section-grey.no-border {
    border: 0;
}
.section-dgrey {
    background-color: #eee;
}
.section-black {
    background-color: #000;
}
.section-border {
    border-bottom: 1px solid #eee;
}
section.section-pictext {
    padding: 30px 15px 40px;
}
section.section-pictext h2,
section.section-pictext h3 {
    color: #fff;
    margin-bottom: 20px;
}
section.section-pictext p {
    margin-bottom: 30px;
}
section.section-pictext .button-cont {
    text-align: center;
}
section.section-pictext .fp-btn {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    margin: 0 10px;
    padding: 15px 25px;
}
@media (min-width: 576px) {
    section.section-pictext .fp-btn {
        margin: 0;
    }
    section.section-pictext .fp-btn:not(:last-child) {
        margin-right: 5px;
    }
}
@media (min-width: 768px) {
    section.section-pictext {
        padding: 80px 0;
    }
    section.section-pictext .button-cont {
        text-align: left;
    }
    section.section-pictext .fp-btn {
        padding: 15px 25px;
    }
    section.section-pictext .fp-btn:not(:last-child) {
        margin-right: 10px;
    }
}
section.section-services h1,
section.section-services h2 {
    margin: 0 auto 30px;
}
section.section-services .service-grid.small-heading .service-box h5 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 24px;
}
section.section-services .service-grid .service-box h5 {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 29px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}
section.section-services .service-grid .service-box .service-img {
    margin: 0 auto 10px;
    height: 130px;
    padding-top: 10px;
}
@media (min-width: 768px) {
    section.section-services {
        padding: 100px 0 60px;
    }
    section.section-services h1,
    section.section-services h2 {
        margin-bottom: 50px;
    }
    section.section-services .service-grid .service-box {
        margin-bottom: 15px;
    }
    section.section-services .service-grid .service-box p {
        min-height: 115px;
    }
}
section.section-service-list {
    padding: 40px 0;
}
section.section-service-list h1,
section.section-service-list h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    max-width: 654px;
    width: 100%;
    margin: 0 auto 20px;
}
section.section-service-list p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 30px;
}
section.section-service-list h4 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}
section.section-service-list .service-item {
    text-align: center;
}
section.section-service-list .service-item .service-img {
    height: 120px;
    margin-bottom: 5px;
}
section.section-service-list .button-cont {
    text-align: center;
}
@media (min-width: 768px) {
    section.section-service-list {
        padding: 70px 0 100px;
    }
    section.section-service-list h1,
    section.section-service-list h2 {
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 30px;
    }
    section.section-service-list p {
        margin-bottom: 60px;
    }
    section.section-service-list h4,
    section.section-service-list p {
        font-size: 18px;
        line-height: 23px;
    }
    section.section-service-list .service-item {
        margin-bottom: 80px;
    }
}
@media (min-width: 992px) {
    section.section-service-list h4 {
        font-size: 24px;
        line-height: 29px;
    }
}
section.section-process {
    padding: 50px 25px 10px;
    background: linear-gradient(0deg, #427fdf, #396bb1);
}
section.section-process h1,
section.section-process h2 {
    text-align: center;
    margin-bottom: 65px;
    color: #fff;
}
section.section-process .process-grid .process-box {
    border: 1px solid hsla(0, 0%, 100%, 0.35);
    border-radius: 4px;
    position: relative;
    padding: 47.5px 30px 30px;
    height: 100%;
}
section.section-process .process-grid .process-box .process-number {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 29px;
    text-align: center;
    height: 39px;
    width: 78px;
    border: 1px solid hsla(0, 0%, 100%, 0.35);
    border-top-color: #3d73bf;
    border-radius: 0 0 73px 73px;
    position: absolute;
    top: -1px;
    left: calc(50% - 39px);
    padding: 10px;
}
section.section-process .process-grid .process-box .process-number span {
    position: relative;
    top: -39px;
    display: block;
    height: 56px;
    width: 56px;
    padding-top: 12px;
    border: 1px solid hsla(0, 0%, 100%, 0.35);
    border-radius: 50%;
}
section.section-process .process-grid .process-box .process-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
section.section-process .process-grid .process-box .process-heading h5 {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 21px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
    flex-grow: 1;
}
section.section-process .process-grid .process-box .process-heading .process-img {
    width: 45px;
    height: 40px;
    flex-shrink: 0;
}
section.section-process .process-grid > div:first-child .process-box .process-number {
    border-top: 1px solid #396db5;
}
section.section-process .process-grid > div:nth-child(2) .process-box .process-number {
    border-top: 1px solid #3c71c0;
}
section.section-process .process-grid > div:nth-child(3) .process-box .process-number {
    border-top: 1px solid #3e76ca;
}
section.section-process .process-grid > div:nth-child(4) .process-box .process-number {
    border-top: 1px solid #407ad3;
}
@media (min-width: 768px) {
    section.section-process {
        padding: 100px 0 80px;
    }
    section.section-process h1,
    section.section-process h2 {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 100px;
    }
    section.section-process .process-grid > div:first-child .process-box .process-number,
    section.section-process .process-grid > div:nth-child(2) .process-box .process-number {
        border-top: 1px solid #3b70bc;
    }
    section.section-process .process-grid > div:nth-child(3) .process-box .process-number,
    section.section-process .process-grid > div:nth-child(4) .process-box .process-number {
        border-top: 1px solid #3f77cc;
    }
}
@media (min-width: 992px) {
    section.section-process .process-grid > div:first-child section.section-process .process-grid > div:nth-child(2) .process-box .process-number,
    section.section-process .process-grid > div:nth-child(3) .process-box .process-number,
    section.section-process .process-grid > div:nth-child(4) .process-box .process-number {
        border-top: 1px solid #3d72c1;
    }
}
section.section-process-list {
    padding: 40px 0;
}
section.section-process-list h1,
section.section-process-list h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}
section.section-process-list p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
section.section-process-list ul.processes li:before {
    content: counter(step);
    counter-increment: step;
    color: #fff;
    display: block;
    height: 51px;
    width: 51px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 900;
    padding: 12px 0;
    margin: 0 auto 15px;
}
section.section-process-list .button-cont {
    text-align: center;
}
@media (min-width: 768px) {
    section.section-process-list {
        padding: 80px 0;
    }
    section.section-process-list h1,
    section.section-process-list h2 {
        font-size: 42px;
        line-height: 54px;
    }
    section.section-process-list p {
        font-size: 18px;
    }
    section.section-process-list ul.processes {
        flex-direction: row;
        justify-content: space-evenly;
        margin-bottom: 0;
    }
    section.section-process-list ul.processes li {
        flex: 0 0 33.333333333%;
        margin: 50px 0;
        max-width: 220px;
    }
    section.section-process-list ul.processes li:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 25px;
        left: calc(50% + 25px);
        background-color: #427fdb;
    }
    section.section-process-list ul.processes li:nth-child(3n):after {
        display: none;
    }
    section.section-process-list ul.processes li:last-child:after {
        left: auto;
        right: calc(50% + 25px);
    }
}
@media (min-width: 992px) {
    section.section-process-list ul.processes {
        justify-content: space-between;
    }
    section.section-process-list ul.processes li {
        flex: 0 0 20%;
    }
    section.section-process-list ul.processes li:nth-child(3n):after {
        display: block;
    }
    section.section-process-list ul.processes li:last-child:after {
        display: none;
    }
}
section.section-casestudy {
    padding: 30px 0 40px;
    background-position: calc(50% + 517px) 88px;
    background-repeat: no-repeat;
}
section.section-casestudy .content-area {
    text-align: center;
}
section.section-casestudy p {
    margin-bottom: 30px;
}
section.section-casestudy ul.tag {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
section.section-casestudy ul.tag li {
    display: inline-block;
    border-radius: 2px;
    background-color: #f5f5f5;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    padding: 3px 10px;
    margin: 0 1px;
}
section.section-casestudy .stats {
    width: auto;
    min-height: 250px;
    border-radius: 5px;
    background: linear-gradient(180deg, #80c3f3, #4a90e2 60%);
    color: #fff;
}
section.section-casestudy .stats .stat {
    width: 100%;
    font-size: 68px;
    line-height: 64px;
    font-weight: 700;
    margin: 0 auto 10px;
}
section.section-casestudy .stats .stat sub {
    font-size: 0.5em;
    bottom: 0;
}
section.section-casestudy .stats .desc {
    width: 100%;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto;
}
section.section-casestudy .stats .stats-container {
    padding: 0 20px;
}
section.section-casestudy .stats .row {
    margin: 0;
}
section.section-casestudy .stats .row > * {
    padding: 30px 0;
}
section.section-casestudy .stats .row > :not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
section.section-casestudy .btn-container .fp-btn {
    margin-top: 30px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
section.section-casestudy.casestudy-bannershop .stats {
    background: linear-gradient(0deg, #ee7420, #eea020);
}
@media (min-width: 768px) {
    section.section-casestudy {
        padding: 120px 0 220px;
    }
    section.section-casestudy .content-area {
        max-width: calc(50% + 120px);
        text-align: left;
    }
    section.section-casestudy .info {
        margin-right: 30px;
    }
    section.section-casestudy .stats {
        margin-left: -40px;
        border-radius: 5px 0 0 5px;
        box-shadow: inset -20px 0 20px -5px rgba(0, 0, 0, 0.15);
    }
    section.section-casestudy .stats .col-md-4a {
        flex: 0 0 32%;
        max-width: 32%;
    }
    section.section-casestudy .stats .col-md-4b {
        flex: 0 0 36%;
        max-width: 36%;
    }
    section.section-casestudy .stats .col-md-4c {
        flex: 0 0 38%;
        max-width: 38%;
    }
    section.section-casestudy .stats .col-md-4d {
        flex: 0 0 28.666667%;
        max-width: 28.666667%;
    }
    section.section-casestudy .stats .stat {
        font-size: 50px;
        line-height: 52px;
    }
    section.section-casestudy .stats .desc,
    section.section-casestudy .stats .stat {
        max-width: 140px;
    }
    section.section-casestudy .stats .compact .desc,
    section.section-casestudy .stats .compact .stat {
        max-width: 125px;
    }
    section.section-casestudy .stats .wide .desc,
    section.section-casestudy .stats .wide .stat {
        max-width: 160px;
    }
    section.section-casestudy .stats .stats-container {
        padding: 50px 15px;
    }
    section.section-casestudy .stats .row > * {
        padding: 20px 0;
    }
    section.section-casestudy .stats .row > :not(:last-child) {
        border-right: 1px solid hsla(0, 0%, 100%, 0.2);
        border-bottom: 0;
    }
    section.section-casestudy.content-reverse {
        background-position: calc(50% - 574px) 88px;
    }
    section.section-casestudy.content-reverse .content-area {
        margin-left: auto;
    }
    section.section-casestudy.content-reverse .stats {
        background: linear-gradient(80.66deg, #4a90e2, #80c3f3);
        border-radius: 0 5px 5px 0;
        box-shadow: inset 20px 0 20px -5px rgba(0, 0, 0, 0.15);
    }
    section.section-casestudy.content-reverse .btn-container {
        text-align: right;
    }
    section.section-casestudy.casestudy-bannershop,
    section.section-casestudy.casestudy-bannershop-zh {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/pad.png");
        background-position-x: calc(50% + 525px);
    }
    section.section-casestudy.casestudy-bannershop.nitro-lazy,
    section.section-casestudy.casestudy-bannershop-zh.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-bannershop .stats,
    section.section-casestudy.casestudy-bannershop-zh .stats {
        background: linear-gradient(254.4deg, #ee7420, #eea020);
    }
    section.section-casestudy.casestudy-bannershop-zh {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/pad-chinese.png");
    }
    section.section-casestudy.casestudy-bannershop-zh.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-orient {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/img-ipad-orientsnow.png");
    }
    section.section-casestudy.casestudy-orient.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-iroco {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/img-ipad-iroco.png");
    }
    section.section-casestudy.casestudy-iroco.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-mist {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/img-ipad-mist.png");
    }
    section.section-casestudy.casestudy-mist.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-soho {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/img-ipad-soho.png");
    }
    section.section-casestudy.casestudy-soho.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-venuehub {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/img-ipad-venuehub.png");
    }
    section.section-casestudy.casestudy-venuehub.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-zerofinance {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/img-ipad-zerofinance.png");
    }
    section.section-casestudy.casestudy-zerofinance.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-raeon {
        background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/img-ipad-raeon.png");
    }
    section.section-casestudy.casestudy-raeon.nitro-lazy {
        background-image: none !important;
    }
}
@media (min-width: 992px) {
    section.section-casestudy .stats .stat {
        font-size: 68px;
        line-height: 64px;
    }
    section.section-casestudy .stats .desc,
    section.section-casestudy .stats .stat {
        max-width: 190px;
    }
    section.section-casestudy .stats .compact .desc,
    section.section-casestudy .stats .compact .stat {
        max-width: 150px;
    }
    section.section-casestudy .stats .wide .desc,
    section.section-casestudy .stats .wide .stat {
        max-width: 210px;
    }
}
section.section-performance-report {
    padding: 40px 0;
}
section.section-performance-report .container {
    overflow: hidden;
}
section.section-performance-report h1,
section.section-performance-report h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
}
section.section-performance-report p {
    margin-top: 20px;
}
section.section-performance-report .ipad-container img {
    max-width: 480px;
    position: relative;
    left: calc(50% - 240px);
}
@media (min-width: 576px) {
    section.section-performance-report .container {
        overflow: visible;
    }
    section.section-performance-report .ipad-container img {
        max-width: 600px;
        position: relative;
        left: calc(50% - 300px);
    }
}
@media (min-width: 768px) {
    section.section-performance-report {
        padding: 180px 0 200px;
    }
    section.section-performance-report .ipad-container {
        position: absolute;
        top: -290px;
        left: -760px;
        margin-bottom: 0;
    }
    section.section-performance-report .ipad-container img {
        max-width: none;
        position: static;
        left: auto;
    }
}
@media (min-width: 992px) {
    section.section-performance-report .ipad-container {
        left: -560px;
    }
}
@media (min-width: 1024px) {
    section.section-performance-report .col-ipad {
        flex: 0 0 65%;
        max-width: 65%;
    }
    section.section-performance-report .col-text {
        flex: 0 0 35%;
        max-width: 35%;
    }
    section.section-performance-report .ipad-container {
        left: -380px;
    }
}
section.section-stats .stats {
    width: auto;
    min-height: 250px;
    color: #fff;
}
section.section-stats .stats .stat {
    width: 100%;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 auto 10px;
    white-space: nowrap;
}
section.section-stats .stats .stat sub {
    font-size: 0.5em;
    bottom: 0;
}
section.section-stats .stats .stat sup {
    font-size: 0.5em;
    top: -0.75em;
}
section.section-stats .stats .stat img {
    position: relative;
    top: -0.15em;
    left: 0.15em;
}
section.section-stats .stats .desc {
    width: 100%;
    font-family: 'VAG Rounded';
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 auto;
    text-transform: uppercase;
}
section.section-stats .stats .desc.desc-l {
    font-size: 17px;
}
section.section-stats .stats .stats-container {
    padding: 0 15px;
}
section.section-stats .stats .row > .stat-col {
    padding: 20px 0 30px;
}
section.section-stats .stats .row > .stat-col:not(:last-child):after {
    content: "";
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    position: absolute;
    width: 50%;
    height: 1px;
    left: 25%;
    bottom: 0;
}
section.section-stats.who-we-are-stats .stats .stat {
    font-size: 38px;
}
section.section-stats.who-we-are-stats .stats .stat img {
    height: 100px;
    top: 0;
}
@media (min-width: 768px) {
    section.section-stats {
        background: linear-gradient(182.2deg, #427fdf, #427fdf 0, #396bb1);
    }
    section.section-stats .stats .stats-container {
        padding: 50px 15px;
    }
    section.section-stats .stats .row > .stat-col {
        padding: 20px 40px;
        text-align: left;
    }
    section.section-stats .stats .row > .stat-col:nth-child(odd) {
        padding-left: 0;
        border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    }
    section.section-stats .stats .row > .stat-col:nth-child(2n) {
        padding-right: 0;
    }
    section.section-stats .stats .row > .stat-col:not(:last-child):after {
        display: none;
        border-bottom: 0;
    }
}
@media (min-width: 1024px) {
    section.section-stats .stats .row > .stat-col:nth-child(2n),
    section.section-stats .stats .row > .stat-col:nth-child(odd) {
        padding: 20px 40px;
    }
    section.section-stats .stats .row > .stat-col:first-child {
        padding-left: 0;
    }
    section.section-stats .stats .row > .stat-col:last-child {
        padding-right: 0;
    }
    section.section-stats .stats .row > .stat-col:not(:last-child) {
        border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    }
}
section.section-testimonial {
    padding: 140px 10px 50px;
    position: relative;
}
section.section-testimonial:after {
    content: "";
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 75% 0;
    background-size: 100%, auto 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    filter: grayscale(1);
}
section.section-testimonial.testimonial-alejandra:after {
    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.2) 45%, #000 55%),
        url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-testimonial-01.jpg");
}
section.section-testimonial.testimonial-adam:after {
    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.2) 45%, #000 55%),
        url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-testimonial-02.jpg");
}
section.section-testimonial h1,
section.section-testimonial h2,
section.section-testimonial h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 34px;
    margin: 0 0 20px;
}
section.section-testimonial hr {
    border: 0;
    max-width: 200px;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: hsla(0, 0%, 100%, 0.2);
}
section.section-testimonial .name {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 5px 0;
}
section.section-testimonial .title {
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    margin: 0 0 5px;
    color: hsla(0, 0%, 100%, 0.65);
}
section.section-testimonial .company {
    color: #f26d84;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase;
}
section.section-testimonial .client-video {
    text-align: center;
    padding-bottom: 2em;
}
/*section.section-testimonial .client-video .video-play {
	display: inline-block;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
section.section-testimonial .client-video > img {
	width:100%;
	height:auto;
}
/*section.section-testimonial .client-video .video-play img {
    position: relative;
    top: -27px;
    left: -30px;
}*/
@media (min-width: 576px) {
    section.section-testimonial:after {
        background-position: top;
    }
}
@media (min-width: 768px) {
    section.section-testimonial {
        padding-bottom: 130px;
    }
    section.section-testimonial:after {
        background-position: 60% 0;
        background-size: 0, cover;
    }
    section.section-testimonial h1,
    section.section-testimonial h2,
    section.section-testimonial h3 {
        font-size: 48px;
        line-height: 54px;
        margin: 0 0 20px;
    }
    section.section-testimonial .name {
        font-size: 24px;
        line-height: 29px;
        margin: 20px 0 5px;
    }
    section.section-testimonial .client-video {
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    section.section-testimonial:after {
        background-position: top;
    }
}
@media (min-width: 1440px) {
    section.section-testimonial:after {
        background-size: 0, contain;
    }
}
section.section-experience {
    padding: 45px 0 60px;
}
section.section-experience h1,
section.section-experience h2 {
    text-align: center;
    margin-bottom: 40px;
}
section.section-experience img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
}
@media (min-width: 768px) {
    section.section-experience {
        padding: 100px 0;
    }
    section.section-experience h1,
    section.section-experience h2 {
        margin-bottom: 50px;
    }
}
section.section-featured {
    padding: 50px 0 30px;
}
section.section-featured .title {
    color: #427fe0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
}
section.section-featured .title.bold {
    font-size: 32px;
    line-height: 38px;
}
section.section-featured .title.ls-0 {
    letter-spacing: 0;
}
section.section-featured img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
}
@media (min-width: 768px) {
    section.section-featured {
        padding: 60px 0 40px;
    }
    section.section-featured .title {
        text-align: left;
    }
}
@media (min-width: 1024px) {
    section.section-featured .col-xl-3a {
        flex: 0 0 20%;
        max-width: 20%;
    }
    section.section-featured .col-xl-9a {
        flex: 0 0 80%;
        max-width: 80%;
    }
}
section.section-paragraph-bg {
    padding: 40px 0 30px;
    color: #fff;
    background-color: #3467d8;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
}
section.section-paragraph-bg h1,
section.section-paragraph-bg h2 {
    color: #fff;
    max-width: 540px;
    width: 100%;
    margin: 0 auto 25px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}
section.section-paragraph-bg h1.no-limit,
section.section-paragraph-bg h2.no-limit {
    max-width: none;
}
section.section-paragraph-bg h1.long,
section.section-paragraph-bg h2.long {
    max-width: 980px;
}
section.section-paragraph-bg h1.med,
section.section-paragraph-bg h2.med {
    max-width: 700px;
}
section.section-paragraph-bg h1 span.no-bold,
section.section-paragraph-bg h2 span.no-bold {
    font-weight: 400;
}
section.section-paragraph-bg p {
    margin-bottom: 1.5em;
}
section.section-paragraph-bg .stars {
    margin-bottom: 20px;
    text-align: center;
}
section.section-paragraph-bg .stars img {
    width: auto;
    height: 35px;
}
section.section-paragraph-bg .blurb {
    max-width: 860px;
    margin: 0 auto;
}
section.section-paragraph-bg .lbold {
    font-weight: 700;
}
section.section-paragraph-bg.bg-blue a,
section.section-paragraph-bg.bg-blue a:hover,
section.section-paragraph-bg.bg-monkey a,
section.section-paragraph-bg.bg-monkey a:hover {
    color: #fff;
}
section.section-paragraph-bg.bg-monkey {
    background-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/bg-monkey.jpg");
}
section.section-paragraph-bg.bg-monkey.nitro-lazy {
    background-image: none !important;
}
section.section-paragraph-bg.bg-blue {
    background-image: linear-gradient(0deg, #427fdf, #396bb1);
}
section.section-paragraph-bg.bg-white {
    background: #fff;
    color: #666;
}
section.section-paragraph-bg.bg-grey {
    background: #f9f9f9;
    color: #666;
}
section.section-paragraph-bg .button-cont {
    margin-top: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    section.section-paragraph-bg {
        padding: 90px 0;
    }
    section.section-paragraph-bg h1,
    section.section-paragraph-bg h2 {
        margin: 0 auto 50px;
        font-size: 42px;
        line-height: 42px;
        text-align: center;
    }
    section.section-paragraph-bg .blurb {
        margin: -25px auto 45px;
        text-align: center;
    }
    section.section-paragraph-bg .lbold {
        font-size: 18px;
    }
    section.section-paragraph-bg .button-cont {
        margin-top: 50px;
    }
}
.ebook-promo-popup,
section.section-ebook {
    padding: 0 0 40px;
}
.ebook-promo-popup h1,
.ebook-promo-popup h2,
section.section-ebook h1,
section.section-ebook h2 {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 0 5px;
}
.ebook-promo-popup p,
section.section-ebook p {
    color: #fff;
    padding: 0 5px;
}
.ebook-promo-popup .freebook-separator,
section.section-ebook .freebook-separator {
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;
    position: relative;
}
.ebook-promo-popup .freebook-separator:after,
.ebook-promo-popup .freebook-separator:before,
section.section-ebook .freebook-separator:after,
section.section-ebook .freebook-separator:before {
    content: "";
    display: block;
    height: 1px;
    width: calc(50% - 90px);
    background-color: hsla(0, 0%, 100%, 0.25);
    position: absolute;
    top: 50%;
}
.ebook-promo-popup .freebook-separator:before,
section.section-ebook .freebook-separator:before {
    left: 20px;
}
.ebook-promo-popup .freebook-separator:after,
section.section-ebook .freebook-separator:after {
    right: 20px;
}
.ebook-promo-popup .fp-btn,
section.section-ebook .fp-btn {
    padding-left: 15px;
    padding-right: 15px;
}
.ebook-promo-popup .fp-btn,
.ebook-promo-popup input.form-control,
section.section-ebook .fp-btn,
section.section-ebook input.form-control {
    height: 60px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
.ebook-promo-popup .ebook-container,
section.section-ebook .ebook-container {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}
.ebook-promo-popup .ebook-container img,
section.section-ebook .ebook-container img {
    max-width: 100%;
    width: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
}
@media (min-width: 768px) {
    .ebook-promo-popup,
    section.section-ebook {
        padding: 60px 0;
    }
    .ebook-promo-popup h1,
    .ebook-promo-popup h2,
    section.section-ebook h1,
    section.section-ebook h2 {
        font-size: 39px;
        line-height: 44px;
        margin-bottom: 15px;
        padding: 0;
    }
    .ebook-promo-popup p,
    section.section-ebook p {
        padding: 0;
    }
    .ebook-promo-popup .ebook-container,
    section.section-ebook .ebook-container {
        position: absolute;
        top: -290px;
        left: -20px;
        margin-bottom: 0;
    }
    .ebook-promo-popup .ebook-container img,
    section.section-ebook .ebook-container img {
        max-width: 467px;
    }
    .ebook-promo-popup #ebook-form .row > *,
    section.section-ebook #ebook-form .row > * {
        padding: 0 5px;
    }
    .ebook-promo-popup #ebook-form .row > :nth-child(odd),
    section.section-ebook #ebook-form .row > :nth-child(odd) {
        padding-left: 15px;
    }
    .ebook-promo-popup #ebook-form .row > :last-child,
    .ebook-promo-popup #ebook-form .row > :nth-child(2n),
    section.section-ebook #ebook-form .row > :last-child,
    section.section-ebook #ebook-form .row > :nth-child(2n) {
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .ebook-promo-popup,
    section.section-ebook {
        padding: 60px 0;
    }
    .ebook-promo-popup .ebook-container,
    section.section-ebook .ebook-container {
        top: -335px;
        left: 0;
    }
}
@media (min-width: 1024px) {
    .ebook-promo-popup,
    section.section-ebook {
        padding: 75px 0;
    }
    .ebook-promo-popup .col-book,
    section.section-ebook .col-book {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .ebook-promo-popup .col-text,
    section.section-ebook .col-text {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .ebook-promo-popup .ebook-container,
    section.section-ebook .ebook-container {
        left: 100px;
    }
}
section.section-paragraph {
    padding: 40px 0 10px;
}
section.section-paragraph .sticky-anchors {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
@media (max-width: 991px) {
    section.section-paragraph .sticky-anchors {
        display: none;
    }
}
section.section-paragraph.section-blue h1,
section.section-paragraph.section-blue h2,
section.section-paragraph.section-blue h3 {
    color: #fff;
}
section.section-paragraph h1,
section.section-paragraph h2,
section.section-paragraph h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}
section.section-paragraph ol,
section.section-paragraph p,
section.section-paragraph ul {
    margin-bottom: 20px;
}
section.section-paragraph ol,
section.section-paragraph ul {
    padding-left: 20px;
}
section.section-paragraph ul {
    list-style-type: square;
}
section.section-paragraph .button-cont {
    margin-top: 25px;
    text-align: center;
}
section.section-paragraph .button-cont .fp-btn {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
section.section-paragraph .img-fluid {
    max-width: 264px;
}
section.section-paragraph.why-adwords {
    padding: 40px 0 300px;
    background-color: #fafafa;
    overflow: hidden;
}
section.section-paragraph.why-adwords .browser-waa img {
    position: absolute;
    left: -7.5px;
    max-width: 631.5px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
}
@media (max-width: 767px) {
    section.section-paragraph.mob-center h1,
    section.section-paragraph.mob-center h2,
    section.section-paragraph.mob-center h3 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    section.section-paragraph.mob-center p {
        text-align: center;
    }
    section.section-paragraph.mob-center .img-fluid {
        max-width: 75px;
    }
}
@media (min-width: 768px) {
    section.section-paragraph {
        padding: 60px 0;
    }
    section.section-paragraph h1,
    section.section-paragraph h2,
    section.section-paragraph h3 {
        font-size: 45px;
        letter-spacing: -1px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    section.section-paragraph h1.extra-margin,
    section.section-paragraph h2.extra-margin,
    section.section-paragraph h3.extra-margin {
        margin-bottom: 50px;
    }
    section.section-paragraph .button-cont {
        text-align: left;
    }
    section.section-paragraph.why-adwords {
        padding: 90px 0;
        background-position: calc(50% + 480px) 50%;
        background-repeat: no-repeat;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/browser-waa.png");
    }
    section.section-paragraph.why-adwords.nitro-lazy {
        background-image: none !important;
    }
}
@media (min-width: 992px) {
    section.section-paragraph .img-fluid {
        max-width: 100%;
    }
}
section.section-paragraph.seo-audit ul li {
    margin-bottom: 12px;
}
section.section-paragraph.seo-audit .img-fluid {
    max-width: 100%;
}
section.section-paragraph.seo-audit .button-cont {
    margin-top: 38px;
}
@media (min-width: 768px) {
    section.section-paragraph.seo-audit {
        padding: 100px 0;
    }
}
section.seo-audit-graphs {
    padding: 40px 0;
}
section.seo-audit-graphs h2,
section.seo-audit-graphs h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}
section.seo-audit-graphs .graph {
    margin-bottom: 30px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
section.seo-audit-graphs .button-cont {
    margin-top: 25px;
    text-align: center;
}
@media (min-width: 768px) {
    section.seo-audit-graphs {
        padding: 100px 0 120px;
    }
    section.seo-audit-graphs h2,
    section.seo-audit-graphs h3 {
        font-size: 45px;
        line-height: 42px;
        margin-bottom: 55px;
    }
    section.seo-audit-graphs .graph {
        margin-bottom: 60px;
    }
    section.seo-audit-graphs .button-cont {
        margin-top: 38px;
    }
}
section.section-p-content-writing {
    border-bottom: 15px solid #f9f9f9;
}
section.section-p-content-writing p {
    max-width: 840px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    section.section-p-content-writing {
        padding: 95px 0;
    }
}
section.section-letstalk {
    padding: 40px 0 60px;
    text-align: center;
}
section.section-letstalk h1,
section.section-letstalk h2,
section.section-letstalk h3 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    max-width: 920px;
}
section.section-letstalk h1.wide,
section.section-letstalk h2.wide,
section.section-letstalk h3.wide {
    max-width: 100%;
}
section.section-letstalk p {
    display: block;
    color: #ffeaea;
    max-width: 450px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
}
section.section-letstalk .fp-btn {
    min-width: 250px;
    border: 2px solid hsla(0, 0%, 100%, 0.35);
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 11px;
    padding: 15px;
}
section.section-letstalk .fp-btn.fp-btn-zh {
    font-size: 15px;
}
@media (min-width: 768px) {
    section.section-letstalk {
        padding: 60px 0 80px;
    }
    section.section-letstalk h1,
    section.section-letstalk h2,
    section.section-letstalk h3 {
        margin: 0 40px 20px;
        font-size: 40px;
    }
    section.section-letstalk h1.wide,
    section.section-letstalk h2.wide,
    section.section-letstalk h3.wide {
        margin: 0 10px 20px;
    }
    section.section-letstalk p {
        font-size: 18px;
    }
    section.section-letstalk .fp-btn {
        font-size: 15px;
        padding: 15px 20px;
    }
    section.section-letstalk .fp-btn.fp-btn-zh {
        min-width: 460px;
        font-size: 22px;
    }
    section.section-letstalk .fp-btn.fp-btn-long {
        min-width: 460px;
    }
}
section.section-commitment {
    padding: 40px 15px 220px;
    background: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/img/bg-whitewall.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}
section.section-commitment.nitro-lazy {
    background-image: none !important;
}
section.section-commitment p {
    font-size: 15px;
    line-height: 20px;
}
section.section-commitment p.quote-red {
    padding-left: 45px;
    position: relative;
    font-weight: 700;
}
section.section-commitment p.quote-red:before {
    content: "";
    background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote-red.png") no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 34px;
    height: 27px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    section.section-commitment p.quote-red:before {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote-red@2x.png");
        background-size: 34px 27px;
    }
}
section.section-commitment .gm-info {
    margin-top: 20px;
}
section.section-commitment .gm-info .name {
    margin-bottom: 20px;
}
section.section-commitment .gm-info .name em {
    font-weight: 400;
}
section.section-commitment .gm-info .email a {
    text-decoration: underline;
    margin-bottom: 5px;
    font-weight: 700;
}
section.section-commitment .gm-info .phone a {
    color: #666;
    font-weight: 700;
}
section.section-commitment .gm-container {
    bottom: -240px;
    right: -20px;
}
@media (min-width: 375px) {
    section.section-commitment .gm-container {
        bottom: -220px;
    }
}
@media (min-width: 576px) {
    section.section-commitment {
        padding-bottom: 310px;
    }
    section.section-commitment .gm-container {
        bottom: -325px;
    }
    section.section-commitment .gm-container img {
        width: 330px;
    }
}
@media (min-width: 768px) {
    section.section-commitment {
        padding: 60px 0;
    }
    section.section-commitment h1,
    section.section-commitment h2 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
    }
    section.section-commitment .gm-container {
        overflow: hidden;
        position: absolute;
        bottom: -60px;
        left: -80px;
        right: auto;
        height: 520px;
    }
    section.section-commitment .gm-container img {
        width: 500px;
    }
}
@media (min-width: 992px) {
    section.section-commitment {
        padding: 80px 0;
    }
    section.section-commitment h1,
    section.section-commitment h2 {
        font-size: 45px;
        line-height: 56px;
    }
    section.section-commitment .gm-container {
        bottom: -80px;
        left: -80px;
    }
}
@media (min-width: 1024px) {
    section.section-commitment .gm-container {
        left: 0;
    }
}
section.section-staff {
    padding: 40px 0 20px;
}
section.section-staff h1,
section.section-staff h2 {
    margin-bottom: 30px;
}
section.section-staff .staff-img {
    display: block;
    margin: 0 auto;
    max-height: 320px;
}
section.section-staff .staff-cont {
    justify-content: center;
}
section.section-staff .staff {
    text-align: center;
}
section.section-staff .staff .photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
}
section.section-staff .staff .name {
    font-family: 'VAG Rounded';
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
section.section-staff .staff .position {
    color: #a0a0a0;
    font-family: 'VAG Rounded';
    font-size: 15px;
    line-height: 19px;
}
@media (min-width: 576px) {
    section.section-staff .staff .photo {
        width: 240px;
        height: 240px;
    }
}
@media (min-width: 768px) {
    section.section-staff {
        padding: 90px 0 50px;
    }
    section.section-staff h1,
    section.section-staff h2 {
        margin-bottom: 50px;
    }
}
section .list-nav ul {
    list-style: disclosure-closed;
}
section.section-office-hours {
    padding: 40px 0 20px;
}
section.section-office-hours h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.28em;
}
section.section-office-hours p a.blue {
    text-decoration: underline;
    font-weight: 700;
}
section.section-office-hours table.table tr:first-child td,
section.section-office-hours table.table tr:first-child th {
    border-top: none;
}
section.section-office-hours table.table th {
    padding-left: 0;
}
section.section-office-hours table.table td {
    text-align: right;
}
section.section-office-hours table.table td:last-child {
    padding-right: 0;
}
@media (min-width: 768px) {
    section.section-office-hours {
        padding: 100px 0 40px;
    }
    section.section-office-hours h3 {
        font-size: 42px;
    }
}
section.section-worldwide-locations {
    padding: 40px 0;
}
section.section-worldwide-locations h2,
section.section-worldwide-locations h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.28em;
    margin-bottom: 24px;
}
section.section-worldwide-locations .location-box {
    padding: 15px 0;
    border-top: 1px solid #d8d8d8;
    height: 100%;
}
section.section-worldwide-locations h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
section.section-worldwide-locations p {
    color: #666;
    margin-bottom: 5px;
}
section.section-worldwide-locations p a {
    color: #666;
}
section.section-worldwide-locations p a.blue {
    text-decoration: underline;
    font-weight: 700;
}
@media (min-width: 768px) {
    section.section-worldwide-locations {
        padding: 100px 0;
    }
    section.section-worldwide-locations h2,
    section.section-worldwide-locations h3 {
        font-size: 42px;
        margin-bottom: 48px;
    }
}
section.section-background img {
    margin: 0 auto;
}
section.section-reviews {
    padding: 20px 0 40px;
}
section.section-reviews .cust-review {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}
section.section-reviews .cust-review h4 {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 1.36em;
    margin-bottom: 0;
}
section.section-reviews .cust-review h4 span.rev-author {
    font-weight: 700;
}
section.section-reviews .cust-review .rev-date {
    white-space: nowrap;
}
section.section-reviews .cust-review .rev-comment {
    position: relative;
    padding: 0 0 0 45px;
}
section.section-reviews .cust-review .rev-comment:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
}
@media (min-width: 768px) {
    section.section-reviews {
        padding: 20px 0 50px;
    }
    section.section-reviews .cust-review {
        padding: 50px 0;
    }
    section.section-reviews .cust-review h4 {
        font-size: 22px;
    }
    section.section-reviews .cust-review .rev-comment {
        padding-top: 5px;
    }
    section.section-reviews .cust-review .rev-comment:before {
        top: 10px;
    }
}
section.section-vacancies {
    padding: 100px 0 20px;
}
section.section-vacancies h1,
section.section-vacancies h2 {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 30px;
}
section.section-vacancies .vacancy-grid .vacancy-box {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 40px 35px 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
}
section.section-vacancies .vacancy-grid .vacancy-box h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 15px;
}
section.section-vacancies .vacancy-grid .vacancy-box .more-links {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
section.section-vacancies .vacancy-grid .vacancy-box .more-links a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}
section.section-vacancies .single_job_listing {
    display: inline-block;
}
section.section-vacancies .single_job_listing .application {
    display: inline;
}
section.section-vacancies .single_job_listing .application:before {
    display: inline-block;
    vertical-align: top;
    content: " | ";
    color: #eee;
    margin: 0 10px;
}
section.section-vacancies .single_job_listing .application .application_button,
section.section-vacancies .single_job_listing .application .application_button_nojs {
    text-align: left;
    font-size: 15px;
    line-height: 1.53em;
    margin: 0;
    padding: 0;
}
section.section-vacancies .single_job_listing .application .application_details {
    background-color: #fff;
    box-shadow: none;
}
@media (min-width: 768px) {
    section.section-vacancies {
        padding: 100px 0 80px;
    }
    section.section-vacancies h1,
    section.section-vacancies h2 {
        margin-bottom: 55px;
    }
}
section.section-ebook-letter {
    padding: 0 0 20px;
}
section.section-ebook-letter .paper-back {
    position: relative;
    top: -25px;
    z-index: 2;
    transform: rotate(2deg);
}
section.section-ebook-letter .paper,
section.section-ebook-letter .paper-back {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 20px 30px 2px rgba(0, 0, 0, 0.05);
}
section.section-ebook-letter .paper {
    padding: 30px 30px 40px;
    transform: rotate(-2deg);
}
section.section-ebook-letter .paper h3 {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
section.section-ebook-letter .paper p {
    margin-bottom: 20px;
}
section.section-ebook-letter .button-cont {
    margin-top: 40px;
}
section.section-ebook-letter .button-cont .fp-btn {
    width: 100%;
}
@media (min-width: 768px) {
    section.section-ebook-letter {
        padding: 0 0 70px;
    }
    section.section-ebook-letter .paper {
        padding: 70px 60px 120px;
    }
    section.section-ebook-letter .button-cont {
        margin-top: 50px;
    }
}
section.section-ebook-review {
    padding: 30px 0 40px;
}
section.section-ebook-review h1,
section.section-ebook-review h2 {
    color: #427fe0;
    font-weight: 700;
    text-align: center;
}
section.section-ebook-review .testimonial-cont {
    position: relative;
}
section.section-ebook-review .testimonial-cont:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 50%;
    width: 1px;
    height: 50%;
    background-color: #d8d8d8;
    display: none;
}
section.section-ebook-review .testimonial-cont:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: #d8d8d8;
    display: none;
}
section.section-ebook-review .testimonial {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 5px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}
section.section-ebook-review .testimonial .stars img {
    width: 20px;
    height: auto;
}
section.section-ebook-review .testimonial .text {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    line-height: 23px;
    margin: 20px auto;
    padding: 0 25px;
    position: relative;
}
section.section-ebook-review .testimonial .text:after,
section.section-ebook-review .testimonial .text:before {
    background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote-red.png") no-repeat;
    position: absolute;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    section.section-ebook-review .testimonial .text:after,
    section.section-ebook-review .testimonial .text:before {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote-red@2x.png");
        background-size: 21px 16px;
    }
}
section.section-ebook-review .testimonial .text:before {
    top: -4px;
    left: 0;
}
section.section-ebook-review .testimonial .text:after {
    bottom: -8px;
    right: 2px;
    transform: rotate(180deg);
}
section.section-ebook-review .testimonial .person {
    line-height: 22px;
}
section.section-ebook-review .testimonial .person .name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
section.section-ebook-review .testimonial .person .company {
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    opacity: 0.7;
}
section.section-ebook-review .button-cont {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
section.section-ebook-review .button-cont .fp-btn {
    width: 100%;
}
@media (min-width: 768px) {
    section.section-ebook-review {
        padding: 85px 0 100px;
    }
    section.section-ebook-review .testimonial-cont {
        padding: 40px 0 60px;
    }
    section.section-ebook-review .testimonial {
        border-bottom: none;
    }
}
section.section-good-hands {
    padding: 40px 0;
    background: linear-gradient(0deg, #427fdf, #396bb1);
}
section.section-good-hands h1,
section.section-good-hands h2 {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}
section.section-good-hands h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
}
section.section-good-hands ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 20px;
}
section.section-good-hands ul li {
    margin-bottom: 15px;
}
section.section-good-hands .heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-height: 60px;
}
section.section-good-hands .heading img {
    flex-shrink: 0;
    margin-right: 15px;
}
section.section-good-hands .heading h4 {
    flex-grow: 1;
}
section.section-good-hands .gh-rows .gh-col {
    margin-top: 40px;
}
section.section-good-hands.font-larger h4 {
    font-size: 17px;
}
@media (min-width: 768px) {
    section.section-good-hands {
        padding: 90px 0;
    }
    section.section-good-hands h1,
    section.section-good-hands h2 {
        font-size: 45px;
        line-height: 54px;
    }
    section.section-good-hands .gh-rows {
        justify-content: space-between;
    }
    section.section-good-hands .gh-rows .gh-col {
        max-width: 330px;
        margin-top: 75px;
    }
}
section.section-paragraph-blue {
    padding: 30px 0 40px;
}
section.section-paragraph-blue h1,
section.section-paragraph-blue h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}
section.section-paragraph-blue p {
    color: #fff;
    margin-bottom: 20px;
}
section.section-paragraph-blue .button-cont {
    max-width: 650px;
    width: 100%;
    margin: 15px auto 0;
}
section.section-paragraph-blue .button-cont .fp-btn {
    width: 100%;
}
@media (min-width: 768px) {
    section.section-paragraph-blue {
        padding: 85px 0 100px;
    }
    section.section-paragraph-blue h1,
    section.section-paragraph-blue h2 {
        font-size: 45px;
        line-height: 54px;
        margin-bottom: 40px;
    }
    section.section-paragraph-blue .button-cont {
        margin-top: 30px;
    }
}
section.section-chinese-map {
    padding: 40px 0;
    background: linear-gradient(0deg, #427fdf, #396bb1);
    position: relative;
    overflow-y: hidden;
}
section.section-chinese-map h1,
section.section-chinese-map h2 {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}
section.section-chinese-map p {
    margin-bottom: 25px;
}
section.section-chinese-map .map-china {
    position: absolute;
    top: -20%;
    left: -10%;
    z-index: 1;
}
section.section-chinese-map .map-china img {
    max-width: 100%;
}
section.section-chinese-map .stats {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    padding-top: 100px;
    font-weight: 900;
    text-align: center;
    position: relative;
    z-index: 2;
}
section.section-chinese-map .stats .number {
    font-size: 80px;
    line-height: 0.64em;
    margin-bottom: 15px;
}
section.section-chinese-map .stats .number sub {
    font-size: 20px;
    line-height: 0.77em;
    letter-spacing: 4px;
    bottom: 0;
}
section.section-chinese-map .stats .text {
    font-size: 10px;
    line-height: 1.53em;
    letter-spacing: 2px;
}
section.section-chinese-map .stats .text.large {
    font-size: 17px;
}
@media (min-width: 768px) {
    section.section-chinese-map {
        padding: 85px 0 60px;
    }
    section.section-chinese-map h1,
    section.section-chinese-map h2 {
        font-size: 32px;
        line-height: 38px;
    }
    section.section-chinese-map .map-china {
        top: -185px;
        left: -65%;
    }
    section.section-chinese-map .map-china img {
        max-width: none;
    }
}
@media (min-width: 992px) {
    section.section-chinese-map .map-china {
        left: -40%;
    }
    section.section-chinese-map .stats {
        width: 340px;
        height: 340px;
        margin: 0;
        padding-top: 125px;
    }
    section.section-chinese-map .stats .number {
        font-size: 100px;
    }
    section.section-chinese-map .stats .number sub {
        font-size: 26px;
    }
    section.section-chinese-map .stats .text {
        font-size: 13px;
    }
    section.section-chinese-map .stats .text.large {
        font-size: 20px;
    }
}
section.section-ideal-partners {
    padding: 40px 0;
    background: linear-gradient(0.623 turn, #da3e3f, #ff5254);
}
section.section-ideal-partners h1,
section.section-ideal-partners h2 {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
section.section-ideal-partners h1 img,
section.section-ideal-partners h2 img {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 8px;
    max-width: 36px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
}
section.section-ideal-partners ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 auto;
    padding: 10px 0 0 20px;
    max-width: 265px;
    width: 100%;
}
section.section-ideal-partners ul li {
    flex: 0 0 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: left;
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
    min-height: 45px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out, font-size 0;
}
section.section-ideal-partners ul li:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #f27777;
    position: absolute;
    top: calc(-50% + 5px);
    left: 0;
    z-index: 1;
}
section.section-ideal-partners ul li:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #f27777;
    position: absolute;
    top: calc(50% + 5px);
    left: 0;
    z-index: 1;
}
section.section-ideal-partners ul li .item {
    max-width: 265px;
    width: 100%;
    padding-left: 35px;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
    section.section-ideal-partners {
        padding: 70px 0;
    }
    section.section-ideal-partners h1,
    section.section-ideal-partners h2 {
        font-size: 40px;
        line-height: 48px;
    }
    section.section-ideal-partners h1 img,
    section.section-ideal-partners h2 img {
        max-width: none;
    }
    section.section-ideal-partners ul {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    section.section-ideal-partners ul li {
        flex: 0 0 50%;
        font-size: 15px;
        padding-top: 35px;
        transition: none;
    }
    section.section-ideal-partners ul li:before {
        top: calc(-50% + 17.5px);
        left: auto;
    }
    section.section-ideal-partners ul li:after {
        width: 105px;
        top: calc(50% + 17.5px);
        left: auto;
    }
    section.section-ideal-partners ul li .item {
        transition: none;
    }
    section.section-ideal-partners ul li:nth-child(odd) .item {
        text-align: right;
        margin-left: auto;
        max-width: 350px;
        padding-left: 0;
        padding-right: 120px;
    }
    section.section-ideal-partners ul li:nth-child(odd):after,
    section.section-ideal-partners ul li:nth-child(odd):before {
        right: -1px;
    }
    section.section-ideal-partners ul li:nth-child(2n) .item {
        text-align: left;
        margin-right: auto;
        max-width: 350px;
        padding-left: 120px;
        padding-right: 0;
    }
    section.section-ideal-partners ul li:nth-child(2n):after,
    section.section-ideal-partners ul li:nth-child(2n):before {
        left: -1px;
    }
    section.section-ideal-partners ul li:nth-child(4n + 3) .item {
        max-width: 290px;
        padding-right: 60px;
    }
    section.section-ideal-partners ul li:nth-child(4n + 3):after {
        width: 45px;
    }
    section.section-ideal-partners ul li:nth-child(4n) .item {
        max-width: 290px;
        padding-left: 60px;
    }
    section.section-ideal-partners ul li:nth-child(4n):after {
        width: 45px;
    }
}
@media (min-width: 992px) {
    section.section-ideal-partners ul {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    section.section-ideal-partners ul li {
        flex: 0 0 50%;
        font-size: 15px;
        padding-top: 35px;
        transition: none;
    }
    section.section-ideal-partners ul li:before {
        top: calc(-50% + 17.5px);
        left: auto;
    }
    section.section-ideal-partners ul li:after {
        width: 135px;
        top: calc(50% + 17.5px);
        left: auto;
    }
    section.section-ideal-partners ul li .item {
        transition: none;
    }
    section.section-ideal-partners ul li:nth-child(odd) .item {
        text-align: right;
        margin-left: auto;
        max-width: 380px;
        padding-left: 0;
        padding-right: 150px;
    }
    section.section-ideal-partners ul li:nth-child(odd):after,
    section.section-ideal-partners ul li:nth-child(odd):before {
        right: -1px;
    }
    section.section-ideal-partners ul li:nth-child(2n) .item {
        text-align: left;
        margin-right: auto;
        max-width: 380px;
        padding-left: 150px;
        padding-right: 0;
    }
    section.section-ideal-partners ul li:nth-child(2n):after,
    section.section-ideal-partners ul li:nth-child(2n):before {
        left: -1px;
    }
    section.section-ideal-partners ul li:nth-child(4n + 3) .item {
        max-width: 290px;
        padding-right: 60px;
    }
    section.section-ideal-partners ul li:nth-child(4n + 3):after {
        width: 45px;
    }
    section.section-ideal-partners ul li:nth-child(4n) .item {
        max-width: 290px;
        padding-left: 60px;
    }
    section.section-ideal-partners ul li:nth-child(4n):after {
        width: 45px;
    }
}
section.section-terms {
    padding: 30px 0;
}
section.section-terms .paper-back {
    padding: 30px 25px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.05);
}
section.section-terms .paper-back h1,
section.section-terms .paper-back h2 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 4px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.section-terms .paper-back h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 35px 0 20px;
}
section.section-terms .paper-back h3:first-of-type {
    margin-top: 20px;
}
section.section-terms .paper-back p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}
section.section-terms .paper-back ol,
section.section-terms .paper-back ul {
    margin: 0;
    padding: 0 0 0 15px;
}
section.section-terms .paper-back ol ol,
section.section-terms .paper-back ol > li > ul,
section.section-terms .paper-back ul ol,
section.section-terms .paper-back ul > li > ul {
    margin-top: 10px;
}
section.section-terms .paper-back ol li,
section.section-terms .paper-back ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}
@media (min-width: 768px) {
    section.section-terms {
        padding: 55px 0;
    }
    section.section-terms .paper-back {
        padding: 50px 45px;
    }
    section.section-terms .paper-back h1,
    section.section-terms .paper-back h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
}
section.section-bottomquote {
    padding: 40px 0;
    text-align: center;
}
section.section-bottomquote h3 {
    font-weight: 700;
    max-width: 910px;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}
section.section-bottomquote p,
section.section-bottomquote ul {
    color: #666;
    margin: 0 auto;
    max-width: 750px;
}
section.section-bottomquote p.narrow,
section.section-bottomquote ul.narrow {
    max-width: 600px;
}
section.section-bottomquote p.wide,
section.section-bottomquote ul.wide {
    max-width: none;
}
section.section-bottomquote p a,
section.section-bottomquote ul a {
    font-weight: 700;
    text-decoration: underline;
}
section.section-bottomquote ul {
    margin: 0 auto;
    text-align: left;
}
section.section-bottomquote ul.mw-470 {
    max-width: 470px;
}
section.section-bottomquote ul.mw-670 {
    max-width: 670px;
}
section.section-bottomquote .box-content {
    padding: 24px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.05);
    text-align: left;
}
section.section-bottomquote .box-content h3,
section.section-bottomquote .box-content h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
}
section.section-bottomquote .box-content p {
    margin-bottom: 25px;
}
section.section-bottomquote .box-content p:last-child {
    margin-bottom: 0;
}
section.section-bottomquote .box-content.box-red {
    background-color: #fc3943;
    color: #fff;
}
section.section-bottomquote .box-content.box-red a,
section.section-bottomquote .box-content.box-red h3,
section.section-bottomquote .box-content.box-red h4,
section.section-bottomquote .box-content.box-red p {
    color: #fff;
}
@media (min-width: 768px) {
    section.section-bottomquote {
        padding: 100px 0;
    }
    section.section-bottomquote h3 {
        font-size: 45px;
        letter-spacing: -1px;
        line-height: 42px;
        margin-bottom: 25px;
    }
    section.section-bottomquote h3.max-800 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    section.section-bottomquote h3.more-lheight {
        line-height: 60px;
        letter-spacing: normal;
    }
    section.section-bottomquote .fp-btn {
        min-width: 500px;
    }
    section.section-bottomquote .box-content {
        padding: 32px;
    }
    section.section-bottomquote .box-content h3,
    section.section-bottomquote .box-content h4 {
        font-size: 45px;
        font-weight: 700;
        line-height: 42px;
    }
}
section.section-map {
    padding: 40px 15px 30px;
    background: linear-gradient(40.6deg, #427fdf, #396bb1);
    overflow: hidden;
}
section.section-map > .container {
    position: relative;
}
section.section-map h1,
section.section-map h2 {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
}
section.section-map p {
    color: #fff;
    margin-bottom: 25px;
}
section.section-map p a {
    color: #fff;
}
section.section-map .map-container {
    position: absolute;
    top: -80px;
    left: -10px;
}
section.section-map .map-container img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
}
@media (min-width: 768px) {
    section.section-map {
        padding: 100px 0 80px;
    }
    section.section-map .map-container {
        top: -100px;
        left: -180px;
    }
    section.section-map .map-container img {
        max-width: 575px;
    }
}
@media (min-width: 992px) {
    section.section-map .map-container {
        left: -55px;
    }
}
@media (min-width: 1024px) {
    section.section-map .map-container img {
        max-width: 640px;
    }
}
#office-map {
    height: 480px;
}
.rating-stars {
    position: relative;
    height: 20px;
    display: inline-block;
}
.rating-stars.overall-stars {
    height: 40px;
}
.rating-stars.overall-stars .star-base svg,
.rating-stars.overall-stars .star-rating svg {
    width: 180px;
    height: 40px;
}
.rating-stars .star-rating {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: visible;
}
.rating-stars .star-rating svg {
    fill: #ffda00;
}
.rating-stars .star-base svg {
    fill: rgba(0, 0, 0, 0.25);
}
.rating-stars .star-base svg,
.rating-stars .star-rating svg {
    width: 90px;
    height: 20px;
    padding: 1px;
}
@media (min-width: 768px) {
    .rating-stars {
        height: 32px;
    }
    .rating-stars .star-base svg,
    .rating-stars .star-rating svg {
        width: 144px;
        height: 32px;
    }
    .rating-stars.overall-stars {
        height: 60px;
    }
    .rating-stars.overall-stars .star-base svg,
    .rating-stars.overall-stars .star-rating svg {
        width: 270px;
        height: 60px;
    }
}
.section-bloglist {
    padding: 30px 0 10px;
}
@media (min-width: 768px) {
    .section-bloglist {
        padding: 60px 0 100px;
    }
    .section-bloglist .blog-content .post-content {
        padding-bottom: 60px;
    }
}
.section-blog {
    padding: 30px 0 0;
}
.section-blog .blog-content .post-thumbnail {
    height: auto;
}
.section-blog .blog-content .addtoany_content {
    margin-top: 40px;
}
.section-blog .back-button-cont {
    margin: 30px 0 0;
    text-align: center;
}
.section-blog .back-button-cont .fp-btn {
    max-width: 260px;
    width: 100%;
    padding: 18px 30px;
}
@media (min-width: 768px) {
    .section-blog {
        padding: 50px 0;
    }
    .section-blog .blog-content .post-thumbnail {
        height: auto;
    }
    .section-blog .blog-content .post-desc {
        margin-bottom: -50px;
    }
    .section-blog .blog-content .post-desc .post-avatar {
        width: 104px;
        height: 104px;
        max-width: 100%;
        top: -50px;
    }
    .section-blog .blog-content .post-desc .post-avatar:before {
        width: 104px;
        height: 104px;
        top: -55px;
    }
    .section-blog .blog-content .post-desc .post-avatar img {
        width: 104px;
        height: 104px;
    }
    .section-blog .blog-content .post-desc .post-info {
        font-size: 15px;
    }
    .section-blog .blog-content .post-content {
        padding: 30px 40px;
    }
    .section-blog .blog-content .post-content h1,
    .section-blog .blog-content .post-content h2 {
        font-size: 24px;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }
    .section-blog .blog-content .addtoany_content,
    .section-blog .blog-content .post-social-share {
        padding-bottom: 60px;
    }
}
.section-job {
    padding: 40px 0 20px;
}
.section-job h1,
.section-job h2 {
    text-align: center;
    margin-bottom: 25px;
}
.section-job .single_job_listing h1 {
    display: none;
}
.section-job .single_job_listing .application {
    padding-top: 40px;
    overflow: visible;
}
.section-job .single_job_listing .application .application_button,
.section-job .single_job_listing .application .application_button_nojs {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 260px;
    width: 100%;
}
.section-job .single_job_listing .application .application_button:focus,
.section-job .single_job_listing .application .application_button:hover,
.section-job .single_job_listing .application .application_button_nojs:focus,
.section-job .single_job_listing .application .application_button_nojs:hover {
    border: 0;
    background-color: #ff6e70;
    text-decoration: none;
}
.section-job .single_job_listing .application .application_details {
    background-color: #fff;
    box-shadow: none;
}
.section-job .blog-content .job-listing-meta {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.section-job .blog-content .job-company {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.section-job .blog-content .job-position {
    color: #787878;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 18px;
    font-style: italic;
}
.section-job .blog-content .back-btn {
    border-radius: 5px;
    background-color: #e8e8e8;
    color: #949494;
    font-family: 'VAG Rounded';
    font-size: 15px;
    line-height: 23px;
    padding: 15px 20px;
    display: inline-block;
    text-decoration: none;
}
.section-job .blog-content .back-btn:focus,
.section-job .blog-content .back-btn:hover {
    background-color: #eee;
}
.section-job .blog-recent h1,
.section-job .blog-recent h2 {
    text-align: left;
    margin-bottom: 0;
}
.section-job .blog-recent ul > li a {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .section-job {
        padding: 50px 0;
    }
    .section-job h1,
    .section-job h2 {
        margin-bottom: 50px;
    }
    .section-job .blog-content .post-content {
        padding: 40px;
    }
}
.blog-content {
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.05);
}
.blog-content .post-thumbnail {
    background-color: #fff;
    height: 220px;
    overflow: hidden;
    position: relative;
    top: -50%;
    z-index: 2;
    text-align: center;
}
.blog-content .post-thumbnail a {
    display: inline-block;
    width: 100%;
}
.blog-content .post-thumbnail img {
    width: 100%;
}
.blog-content .post-desc {
    padding: 0 20px;
    margin-bottom: -40px;
    display: flex;
}
.blog-content .post-desc .post-avatar {
    width: 80px;
    height: 80px;
    position: relative;
    top: -40px;
    flex-shrink: 0;
}
.blog-content .post-desc .post-avatar:before {
    content: "";
    box-shadow: 0 12px 18px 5px rgba(0, 0, 0, 0.15);
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: -45px;
    z-index: 1;
    border-radius: 10px;
}
.blog-content .post-desc .post-avatar img {
    width: 80px;
    height: 80px;
    max-width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    box-shadow: 0 -12px 18px 0 rgba(0, 0, 0, 0.05);
    filter: grayscale(100%);
}
.blog-content .post-desc .post-info {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 10px 15px;
}
.blog-content .post-desc .post-info .post-date {
    white-space: nowrap;
}
.blog-content .post-desc .post-info .post-date strong {
    font-weight: 900;
}
.blog-content .post-content {
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
}
.blog-content .post-content h1,
.blog-content .post-content h2 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-content .post-content h4 {
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.blog-content .post-content img {
    max-width: 100%;
    height: auto;
}
.blog-content .post-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.blog-content .post-content .read-more {
    display: none;
}
.blog-content .post-content .blog-link {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.blog-content .post-content .blog-link a {
    text-decoration: underline;
}
.blog-content .post-content .blog-link i.material-icons {
    vertical-align: middle;
    font-size: 7px;
    margin-left: 3px;
}
.blog-content .post-social-share {
    padding-bottom: 40px;
}
.blog-content .post-social-share h3 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blog-content .post-social-share .post-social-links {
    text-align: center;
}
.blog-content .post-social-share .post-social-links a {
    display: inline-block;
    padding: 0 2px;
}
@media (min-width: 768px) {
    .blog-content .post-desc {
        padding: 0 40px;
    }
    .blog-content .post-desc .post-info {
        margin: 15px 15px 10px;
    }
    .blog-content .post-content {
        padding: 20px 40px;
    }
    .blog-content .post-content .blog-link {
        max-width: 60%;
    }
}
.blog-recent h1,
.blog-recent h2 {
    color: #363535;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.blog-recent ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 40px;
}
.blog-recent ul li {
    margin: 20px 0;
}
.blog-recent ul li a {
    text-decoration: underline;
}
.blog-recent .button-cont {
    margin-bottom: 40px;
    text-align: center;
}
.blog-recent .button-cont .fp-btn {
    max-width: 260px;
    width: 100%;
    padding: 18px 30px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
    .blog-recent h1,
    .blog-recent h2 {
        font-size: 24px;
    }
}
@media (min-width: 1024px) {
    .blog-recent .button-cont .fp-btn {
        max-width: 100%;
    }
}
.blog-newsletter {
    color: #fff;
    padding: 30px 25px 35px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
.blog-newsletter .blognews-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.blog-newsletter .blognews-heading h1,
.blog-newsletter .blognews-heading h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 0;
    width: 100%;
    flex-grow: 1;
}
.blog-newsletter .blognews-heading .blognews-icon {
    width: 64px;
    margin-left: 10px;
    flex-shrink: 0;
}
.blog-newsletter p {
    margin-bottom: 5px;
}
.blog-newsletter .form-group {
    margin-top: 20px;
}
.blog-newsletter .form-control {
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
    color: #787878;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
}
.blog-newsletter .fp-btn {
    width: 100%;
    background: 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
    padding: 20px;
}
.blog-newsletter .fp-btn:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 1024px) {
    .blog-newsletter {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
}
.blog-navigations {
    margin-top: 25px;
}
.blog-navigations .blog-nav {
    display: flex;
}
.blog-navigations .blog-nav .blog-arrow {
    flex-shrink: 0;
    display: inline-block;
}
.blog-navigations .blog-nav .blog-nav-text {
    flex-grow: 1;
    display: inline-block;
}
.blog-navigations .blog-nav .blog-nav-text.blog-prev {
    margin-left: 5px;
}
.blog-navigations .blog-nav .blog-nav-text.blog-next {
    margin-right: 5px;
}
.blog-navigations .blog-nav:hover {
    text-decoration: none;
}
.blog #csbwfs-delaydiv {
    display: none;
}
@media (max-width: 767px) {
    .csbwfs-sbutton a {
        width: 30px !important;
    }
}
.pagination {
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
}
.pagination .pagi-arrow-cont,
.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination .pagi-arrow-cont li,
.pagination ul li {
    display: inline-block;
    margin: 0 2px;
    padding: 0 0 10px;
}
.pagination .pagi-arrow-cont li.active a,
.pagination ul li.active a {
    color: #fff;
}
.pagination .pagi-arrow,
.pagination a:not(.pagi-arrow),
.pagination span:not(.pagi-arrow) {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    padding-top: calc(50% - 10px);
}
.pagination a:not(.pagi-arrow),
.pagination span:not(.pagi-arrow) {
    background-color: #d8d8d8;
    color: #fff;
}
.pagination .pagi-arrow {
    width: 30px;
}
.pagination .pagi-arrow i.material-icons {
    font-size: 24px;
    position: relative;
    top: 4px;
}
@media (min-width: 768px) {
    .pagination {
        padding: 40px 20px;
    }
}
.blog-comments {
    display: none;
    margin-top: 25px;
    padding: 30px 20px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.05);
}
.blog-comments h3 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-comments .form-control {
    border: 1px solid #eee;
    border-radius: 2px;
}
.blog-comments .comments-area {
    padding: 0 0 20px;
}
.blog-comments .comments-area .comment-cont {
    display: flex;
}
.blog-comments .comments-area .comment-avatar {
    height: 48px;
    width: 48px;
    margin-right: 15px;
    flex-shrink: 0;
}
.blog-comments .comments-area .comment-avatar img {
    height: 48px;
    width: 48px;
    max-width: 100%;
    border-radius: 10px;
    filter: grayscale(100%);
}
.blog-comments .comments-area .comment-text {
    flex-grow: 1;
}
.blog-comments .comments-area .comment-heading {
    display: flex;
    flex-direction: column;
}
.blog-comments .comments-area .comment-heading .comment-info {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
    flex-grow: 1;
}
.blog-comments .comments-area .comment-heading .comment-info .comment-date {
    white-space: nowrap;
}
.blog-comments .comments-area .comment-heading .comment-info .comment-date strong {
    font-weight: 900;
}
.blog-comments .comments-area .comment-heading .comment-reply {
    font-size: 13px;
    line-height: 1.2em;
    text-decoration: underline;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 10px;
}
.blog-comments .comments-area .comment-content {
    padding: 10px 0;
}
.blog-comments .comment-replies .comment-padding {
    width: 48px;
    margin-right: 15px;
    margin-bottom: calc(10px + 0.75em);
    flex-shrink: 0;
    position: relative;
}
.blog-comments .comment-replies .comment-padding .v-line {
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
    left: 50%;
}
.blog-comments .comment-replies .comment-padding .h-line {
    width: 24px;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    top: 24px;
    left: 50%;
}
.blog-comments .comment-form-area {
    border-top: 1px solid #d1d1d1;
    margin-top: 20px;
    padding-top: 25px;
}
.blog-comments .comment-box {
    display: none;
    padding-bottom: 20px;
}
.blog-comments .comment-form .fp-btn {
    max-width: 330px;
    width: 100%;
}
@media (min-width: 768px) {
    .blog-comments {
        padding: 60px 40px;
    }
    .blog-comments h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .blog-comments .comments-area {
        padding: 50px 0;
    }
    .blog-comments .comments-area .comment-avatar {
        height: 64px;
        width: 64px;
        margin-right: 25px;
    }
    .blog-comments .comments-area .comment-avatar img {
        height: 64px;
        width: 64px;
        max-width: 100%;
    }
    .blog-comments .comments-area .comment-heading {
        flex-direction: row;
    }
    .blog-comments .comments-area .comment-heading .comment-info {
        font-size: 15px;
    }
    .blog-comments .comments-area .comment-heading .comment-reply {
        margin-top: 0;
        text-align: right;
    }
    .blog-comments .comments-area .comment-content {
        padding: 20px 0;
    }
    .blog-comments .comment-replies .comment-padding {
        width: 64px;
        margin-right: 20px;
        margin-bottom: calc(20px + 0.75em);
    }
    .blog-comments .comment-replies .comment-padding .h-line {
        width: 32px;
        top: 32px;
    }
    .blog-comments .comment-box {
        padding-bottom: 40px;
    }
    .blog-comments .comment-form .col-md-4 {
        padding: 0 5px;
    }
    .blog-comments .comment-form .col-md-4:first-child {
        padding-left: 15px;
    }
    .blog-comments .comment-form .col-md-4:last-child {
        padding-right: 15px;
    }
}
section.section-countdown .countdown-cont {
    max-width: 980px;
    width: 100%;
    color: #8b8d8f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 13px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.section-countdown .countdown-cont .countdown-text {
    flex-shrink: 0;
    margin-bottom: 5px;
}
section.section-countdown .countdown-cont .countdown-meter {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
section.section-countdown .countdown-cont .countdown-meter .countdown-bar {
    flex-grow: 1;
    margin: 0 15px 0 0;
}
section.section-countdown .countdown-cont .countdown-meter .countdown-timer {
    flex-shrink: 0;
}
@media (min-width: 768px) {
    section.section-countdown .countdown-cont {
        flex-direction: row;
        font-size: 15px;
    }
    section.section-countdown .countdown-cont .countdown-text {
        margin-bottom: 0;
    }
    section.section-countdown .countdown-cont .countdown-meter .countdown-bar {
        margin: 0 15px;
    }
}
section.section-multiform {
    padding: 40px 0 60px;
    overflow: hidden;
}
section.section-multiform h1,
section.section-multiform h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}
section.section-multiform h3 {
    font-size: 18px;
    line-height: 1.36em;
    font-weight: 700;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 40px;
}
section.section-multiform p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
section.section-multiform .mform-heading {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.section-multiform .mform-heading sub {
    font-size: 0.5em;
    bottom: 0;
}
section.section-multiform .mform-container {
    min-height: 550px;
}
@media (min-width: 768px) {
    section.section-multiform {
        padding: 100px 0;
    }
    section.section-multiform h1,
    section.section-multiform h2 {
        font-size: 44px;
        line-height: 48px;
    }
    section.section-multiform h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    section.section-multiform h1.expand,
    section.section-multiform h2.expand {
        margin: 0 -80px;
    }
}
.countdown-bar {
    height: 34px;
    border-radius: 5px;
    background-color: #d8d8d8;
    position: relative;
    padding: 5px;
}
.countdown-bar > span {
    display: block;
    height: 100%;
    border-radius: 3px;
    position: relative;
}
.countdown-bar > span:after,
.countdown-bar > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, #ff6e70 25%, transparent 0, transparent 50%, #ff6e70 0, #ff6e70 75%, transparent 0, transparent);
    z-index: 1;
    border-radius: 3px;
    background-size: 32px 32px;
    -webkit-animation: bar-move 2s linear infinite;
    animation: bar-move 2s linear infinite;
}
.mform-progressbar {
    margin: 30px auto;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0;
    max-width: 650px;
    width: 100%;
}
.mform-progressbar > li {
    list-style-type: none;
    color: #fff;
    width: 33.3333%;
    float: left;
    position: relative;
}
.mform-progressbar > li:first-child:after {
    display: none;
}
.mform-progressbar > li:before {
    content: counter(step);
    counter-increment: step;
    height: 20px;
    width: 20px;
    line-height: 20px;
    line-height: 18px;
    display: block;
    color: #8b8d8f;
    background-color: #eaeaea;
    font-size: 11px;
    font-weight: 900;
    border-radius: 50%;
    padding: 1px 0;
    margin: 0 auto 5px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.mform-progressbar > li:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #eaeaea;
    position: absolute;
    left: -50%;
    top: 8px;
    z-index: 1;
}
.mform-progressbar > li.active:after,
.mform-progressbar > li.active:before {
    color: #fff;
}
@media (min-width: 768px) {
    .mform-progressbar {
        margin: 50px auto;
    }
    .mform-progressbar > li:before {
        height: 36px;
        width: 36px;
        font-size: 15px;
        padding: 8px 0;
    }
    .mform-progressbar > li:after {
        top: 16px;
    }
}
.mform {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mform fieldset {
    width: 100%;
    position: absolute;
    z-index: 3;
}
.mform fieldset:not(:first-of-type) {
    display: none;
}
.mform fieldset.shown {
    position: relative;
}
.mform .mform-selection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.mform .mform-selection .mform-mini {
    width: 70px;
    height: 70px;
    margin: 0 7.5px;
    padding: 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
}
.mform .mform-selection .mform-mini .mform-btn-text {
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
}
.mform .mform-selection .mform-btn {
    width: 110px;
    height: 110px;
    margin: 0 10px;
    padding: 24px 10px 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.mform .mform-selection .mform-btn .mform-btn-icon {
    height: 35px;
    text-align: center;
    margin: auto;
}
.mform .mform-selection .mform-btn .mform-btn-icon img {
    width: 50%;
}
.mform .mform-selection .mform-btn .mform-btn-text {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    white-space: normal;
}
.mform .mform-selection .mform-checkbox {
    max-width: 400px;
    width: 100%;
    min-height: 56px;
    margin: 0 15px;
    padding: 10px 15px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    background: #ff6e70 url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icn-circle.png") no-repeat 15px/17px 17px;
}
.mform .mform-selection .mform-checkbox.selected,
.mform .mform-selection .mform-checkbox:hover {
    background-color: #fc3843;
}
.mform .mform-selection .mform-checkbox.selected {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icn-tick.png");
}
.mform .mform-selection .mform-checkbox.selected.nitro-lazy {
    background-image: none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .mform .mform-selection .mform-checkbox.selected {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icn-tick@2x.png");
    }
    .mform .mform-selection .mform-checkbox.selected.nitro-lazy {
        background-image: none !important;
    }
}
.mform .mform-selection .mform-checkbox.mform-checkbox-long {
    max-width: 650px;
}
.mform .mform-selection .mform-checkbox .mform-btn-text {
    padding-left: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    text-align: left;
}
@media (min-width: 768px) {
    .mform .mform-selection .mform-btn {
        width: 160px;
        height: 160px;
        margin: 0 15px;
        padding-top: 34px;
    }
    .mform .mform-selection .mform-btn .mform-btn-icon {
        height: 70px;
    }
    .mform .mform-selection .mform-btn .mform-btn-icon img {
        width: 100%;
    }
    .mform .mform-selection .mform-btn .mform-btn-text {
        margin-top: 15px;
        font-size: 17px;
        line-height: 23px;
    }
    .mform .mform-selection .mform-checkbox {
        min-height: 70px;
        padding: 18px 20px;
        background-position: 20px;
        background-size: 34px 34px;
    }
    .mform .mform-selection .mform-checkbox .mform-btn-text {
        padding-left: 50px;
        font-size: 17px;
        line-height: 23px;
    }
}
.mform textarea.mform-input {
    height: 200px;
}
.mform input.mform-input,
.mform textarea.mform-input {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #787878;
}
.mform input.mform-input {
    height: 50px;
}
.mform .mform-btn-nav {
    max-width: 100%;
    min-width: 180px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 18px;
    text-align: center;
}
.mform .mform-btn-nav[disabled] {
    cursor: not-allowed;
    color: #8b8d8f;
}
.mform .mform-btn-submit {
    padding: 15px 10px;
    border-radius: 4px;
    background-color: #ff5254;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 22px;
    text-align: center;
    width: 100%;
}
.mform ul.parsley-errors-list {
    text-align: left;
    max-width: 650px;
    width: 100%;
    margin: -15px auto 15px;
}
@media (min-width: 768px) {
    .mform input.mform-input,
    .mform textarea.mform-input {
        padding: 20px;
        box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
        font-size: 22px;
    }
    .mform input.mform-input {
        height: 75px;
    }
    .mform .mform-btn-submit {
        padding: 30px 25px;
        font-size: 18px;
        width: auto;
    }
}
.mform .datepick-inline {
    border-color: #eee;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.mform .datepick-inline .datepick {
    background-color: #fff;
}
.mform .datepick-inline .datepick-header {
    text-shadow: none;
}
.mform .datepick-inline .calendar-links {
    background: #eee;
}
.mform .datepick-inline .datepick .datepick-days-cell-over {
    background-color: #ff6e70;
}
.mform .datepick-inline .datepick-one-month .datepick .datepick-current-day {
    background-color: #fc3843;
}
.mform .datepick-inline .datepick-days-cell.date2approve,
.mform .datepick-inline .datepick-days-cell.date_approved,
.mform .datepick-inline .datepick-days-cell.datepick-unselectable,
.mform .datepick-inline .datepick-days-cell.datepick-unselectable a,
.mform .datepick-inline .datepick-days-cell.datepick-unselectable a:hover {
    cursor: not-allowed;
}
.mform .block_hints .block_pending,
.mform .block_hints .block_pending a,
.mform .block_hints .date2approve.block_check_in_out,
.mform .datepick-inline .date2approve,
.mform .datepick-inline .date2approve a {
    color: #fff;
    text-shadow: none;
}
.mform .block_hints .block_check_in_out div.check-in-div,
.mform .block_hints .block_check_in_out div.check-out-div,
.mform .block_hints .block_free,
.mform .block_hints .block_time,
.mform .datepick-inline .date_available,
.mform .datepick-inline .timespartly.check_in_time div.check-in-div,
.mform .datepick-inline .timespartly.check_out_time div.check-out-div {
    background-color: #eaeaea;
    cursor: pointer;
}
.mform .block_hints .block_free a,
.mform .block_hints .block_time,
.mform .datepick-inline .date_available a {
    color: #8b8d8f;
    text-shadow: none;
}
.mform .wpbc_structure_calendar > div:nth-child(2),
.mform .wpbc_structure_form {
    display: none;
}
.mform form.booking_form {
    display: inline-block;
    width: 100%;
}
.mform .booking_form select {
    height: 50px;
    max-width: 650px;
    width: 100% !important;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #787878;
    box-sizing: border-box;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mform .booking_form select::-ms-expand {
    display: none;
}
.mform .booking_form select:focus,
.mform .booking_form select:hover {
    border: 0;
    outline: 0;
}
.mform .wpbc_structure_timeslot .wpdev-form-control-wrap {
    position: relative;
}
.mform .wpbc_structure_timeslot .wpdev-form-control-wrap:after {
    display: block;
    content: "";
    font-family: FontAwesome;
    font-size: 1.2em;
    color: #787878;
    position: absolute;
    right: 12px;
    top: -4px;
    z-index: 3;
    pointer-events: none;
}
@media (min-width: 768px) {
    .mform .bk_calendar_frame {
        width: 650px !important;
    }
    .mform form.booking_form {
        width: auto;
    }
    .mform .booking_form select {
        height: 75px;
        padding: 20px;
        box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
        font-size: 22px;
    }
    .mform .wpbc_structure_timeslot .wpdev-form-control-wrap:after {
        right: 24px;
    }
}
.rangeslider {
    display: block;
    border-radius: 5px;
    background-color: #d8d8d8;
    position: relative;
}
.rangeslider.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}
.rangeslider.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider.rangeslider--horizontal .rangeslider__handle {
    top: -12px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider.rangeslider--vertical {
    width: 20px;
    min-height: 100px;
    max-height: 100%;
}
.rangeslider.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider.rangeslider--vertical .rangeslider__handle {
    left: -12px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
.rangeslider.rangeslider--disabled {
    opacity: 0.4;
}
.rangeslider .rangeslider__fill {
    display: block;
    border-radius: 5px;
    background-color: #ff6e70;
    position: absolute;
}
.rangeslider .rangeslider__handle {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    display: inline-block;
    width: 135px;
    height: 45px;
    padding: 10px;
    text-align: center;
    position: absolute;
    background-color: #fc3843;
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.rangeslider .rangeslider__handle:after,
.rangeslider .rangeslider__handle:before {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    color: hsla(0, 0%, 100%, 0.5);
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 2px;
}
.rangeslider .rangeslider__handle:before {
    content: "";
}
.rangeslider .rangeslider__handle:after {
    content: "";
}
@media (min-width: 768px) {
    .rangeslider.rangeslider--horizontal {
        height: 34px;
    }
    .rangeslider.rangeslider--horizontal .rangeslider__handle {
        top: -18px;
    }
    .rangeslider.rangeslider--vertical {
        width: 34px;
        min-height: 150px;
    }
    .rangeslider.rangeslider--vertical .rangeslider__handle {
        left: -18px;
    }
    .rangeslider .rangeslider__handle {
        font-size: 23px;
        line-height: 23px;
        width: 213px;
        height: 70px;
        padding: 22px 20px;
    }
    .rangeslider .rangeslider__handle:after,
    .rangeslider .rangeslider__handle:before {
        font-size: 32px;
    }
}
.page-industry-analysis section.banner {
    padding: 0;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-marketing-statistics.png");
    background-position: 50%;
    background-size: cover;
}
.page-industry-analysis section.banner.nitro-lazy {
    background-image: none !important;
}
.page-industry-analysis section.banner .section-shadow-top {
    padding: 25px;
    box-shadow: inset 0 40px 25px -25px #000;
}
.page-industry-analysis section.banner .section-shadow-bottom {
    padding: 25px;
    box-shadow: inset 0 -50px 25px -25px #000;
}
@media (min-width: 768px) {
    .page-industry-analysis section.banner .section-shadow-top {
        padding: 50px;
        box-shadow: inset 0 60px 50px -50px #000;
    }
    .page-industry-analysis section.banner .section-shadow-bottom {
        padding: 50px;
        box-shadow: inset 0 -75px 50px -50px #000;
    }
}
@media (min-width: 992px) {
    .page-industry-analysis section.banner .section-shadow-top {
        padding: 100px;
        box-shadow: inset 0 125px 100px -100px #000;
    }
    .page-industry-analysis section.banner .section-shadow-bottom {
        padding: 100px;
        box-shadow: inset 0 -150px 110px -100px #000;
    }
}
@media (min-width: 1440px) {
    .page-industry-analysis section.banner {
        background-size: initial;
    }
    .page-industry-analysis section.banner .section-shadow-top {
        padding: 150px;
        box-shadow: inset 0 250px 150px -150px #000;
    }
    .page-industry-analysis section.banner .section-shadow-bottom {
        padding: 200px;
        box-shadow: inset 0 -300px 150px -150px #000;
    }
}
section.section-leader-table {
    padding: 40px 0 20px;
}
section.section-leader-table h1,
section.section-leader-table h2 {
    text-align: center;
    line-height: 1.5em;
}
@media (min-width: 768px) {
    section.section-leader-table {
        padding: 100px 0 40px;
    }
}
.widget_badges_widget .row {
    align-items: center;
    overflow: hidden;
}
.widget_badges_widget .row .footer-bandage:not(:last-of-type):after {
    border-right: 2px solid #f6f6f7;
    content: "";
    position: absolute;
    right: 0;
    top: -100px;
    bottom: 0;
    height: 300px;
}
.widget_badges_widget .row .footer-bandage {
    color: #fff;
    max-width: 20%;
}
@media (max-width: 991px) {
    .widget_badges_widget .row .footer-bandage {
        margin-bottom: 20px;
        flex-basis: 100%;
        max-width: 100%;
        border: none !important;
    }
}
.widget_badges_widget .row .footer-bandage span {
    display: block;
    width: 100%;
}
.widget_badges_widget .row .footer-bandage.style-1 .top-text {
    line-height: 1;
    font-size: 14px;
}
.widget_badges_widget .row .footer-bandage.style-1 .mid-text {
    line-height: 1;
    font-size: 20px;
}
.widget_badges_widget .row .footer-bandage.style-1 .bot-text {
    line-height: 1.5;
    font-size: 10px;
}
.widget_badges_widget .row .footer-bandage.style-2 .top-text {
    line-height: 1.5;
    font-size: 35px;
}
.widget_badges_widget .row .footer-bandage.style-2 .bot-text {
    line-height: 1;
    font-size: 20px;
}
.fp-btn.fp-btn-green {
    color: #fff;
    background-color: #2dbdb6;
}
.fp-btn.fp-btn-green:hover {
    background-color: #249a94;
}
.fp-btn.fp-btn-cloud,
.fp-btn.fp-btn-orange {
    color: #fff;
    background-color: #f26d84;
}
.fp-btn.fp-btn-cloud:hover,
.fp-btn.fp-btn-orange:hover {
    background-color: #df546c;
}
.fp-btn.fp-btn-white {
    color: #f26d84;
}
.fp-btn.weight-normal,
.fp-btn.weight-normal strong {
    font-weight: 400 !important;
}
.quote-form.quote-form-big .fp-btn {
    letter-spacing: 1px;
}
.form-control {
    font-family: 'VAG Rounded';
}
select.form-control {
    height: 46px;
    color: #858e96;
}
.tippy-tooltip.dark-theme {
    background-color: #249791;
    background: linear-gradient(180deg, #2dbdb6, #21a7a0 30%);
}
.tippy-popper[x-placement^="bottom"] .tippy-arrow {
    border-bottom-color: #249791;
}
.tippy-popper[x-placement^="top"] .tippy-arrow {
    border-top-color: #249791;
}
#strategy-popup-form {
    display: none;
}
.promo-popup.ebook-promo-popup {
    background: linear-gradient(180deg, #2dbdb6, #21a7a0 30%);
}
@media (min-width: 992px) {
    .promo-popup.ebook-promo-popup h1,
    .promo-popup.ebook-promo-popup h2 {
        font-size: 37px;
        line-height: 44px;
    }
}
.get-callback-popup {
    max-width: 440px;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 20px 40px;
    position: relative;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(180deg, #2dbdb6, #21a7a0 30%);
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
}
.get-callback-popup .quote-form {
    padding: 0;
}
.get-callback-popup .quote-form h3 {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 1.5rem;
}
.get-callback-popup .quote-form p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
.get-callback-popup .quote-form .mfp-close {
    opacity: 1;
    color: #fff;
}
.get-callback-popup .quote-form input[type="email"],
.get-callback-popup .quote-form input[type="text"] {
    padding-right: 30px;
}
.get-callback-popup .quote-form .fa-envelope,
.get-callback-popup .quote-form .fa-user {
    font-size: 18px;
    color: #ccc;
    position: absolute;
    top: 15px;
    right: 25px;
}
.get-callback-popup .quote-form .iti {
    width: inherit;
}
.get-callback-popup .quote-form .iti .iti__flag-container {
    color: #666;
    max-height: 45px;
}
.get-callback-popup .quote-form .iti .iti__flag-container .iti__selected-flag {
    background-color: #fff;
    border-right: 1px solid #eee;
}
.get-callback-popup .quote-form .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    font-family: 'VAG Rounded';
    font-size: 15px;
    width: 32px;
}
.get-callback-popup .quote-form .iti .iti__flag-container .iti__country-list {
    white-space: inherit;
    width: 360px;
}
.get-callback-popup .quote-form .iti .iti__flag-container .iti__country-list .iti__country .iti__country-name,
.get-callback-popup .quote-form .iti .iti__flag-container .iti__country-list .iti__country .iti__dial-code {
    font-family: 'VAG Rounded';
    font-size: 15px;
}
.get-callback-popup .quote-form .iti input#callback_phone {
    padding-left: 96px !important;
}
.mfp-ease-in-out .mfp-with-anim {
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out 0.2s;
}
.mfp-ease-in-out.mfp-bg {
    opacity: 0;
    transition: all 0.1s ease-out;
}
.mfp-ease-in-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out 0.2s;
}
.mfp-ease-in-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-ease-in-out.mfp-removing .mfp-with-anim {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out 0.2s;
    opacity: 0;
}
.mfp-ease-in-out.mfp-removing.mfp-bg {
    opacity: 0;
}
.section-leader-table .right {
    text-align: right;
}
.section-leader-table label {
    margin-right: 15px;
    padding-top: 0.5rem;
}
.section-leader-table select.date-select,
.section-leader-table select.file-select {
    border: 3px solid #2dbdb6;
    border-radius: 10px;
    width: 144px;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/dropdown.svg");
}
.section-leader-table select.date-select.nitro-lazy,
.section-leader-table select.file-select.nitro-lazy {
    background-image: none !important;
}
.section-leader-table select.date-select:active,
.section-leader-table select.file-select:active {
    rotate: 180;
}
@media (max-width: 767px) {
    .section-leader-table .right {
        text-align: center;
    }
    .section-leader-table select.file-select {
        width: 100% !important;
    }
}
.steps-form-full-screen {
    width: 100%;
    min-height: 100vh !important;
    margin-top: 0 !important;
    max-width: 100% !important;
    background-color: #fff;
}
@media (max-width: 991px) {
    .steps-form-full-screen {
        padding: 0 10px;
    }
}
.steps-form-full-screen .main-container,
.steps-form-full-screen .popup-progress-bar-container {
    margin: 0 auto;
}
.steps-form-full-screen .popup-progress-bar-container {
    margin-bottom: 30px;
}
.steps-form-full-screen .popup-progress-bar-container .back-link {
    display: none;
    position: absolute;
    top: 25px;
}
.steps-form-full-screen .popup-progress-bar-container .back-link svg {
    margin-bottom: -5px;
}
.steps-form-full-screen .popup-progress-bar-container .back-link a {
    font-size: 25px;
    line-height: 30px;
    color: #000;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .steps-form-full-screen .popup-progress-bar-container .back-link {
        top: 30px;
        left: -30px;
    }
}
@media (max-width: 767px) {
    .steps-form-full-screen .popup-progress-bar-container .back-link {
        position: relative;
        top: 10px;
        margin-bottom: 10px;
    }
}
.steps-form-full-screen .popup-progress-bar-container .popup-logo {
    margin-bottom: 20px;
}
.steps-form-full-screen .popup-progress-bar-container .popup-logo img {
    max-height: 100px;
    display: block;
    margin: 0 auto;
}
.steps-form-full-screen .popup-progress-bar-container .progress {
    border-radius: 10px;
}
.steps-form-full-screen .popup-progress-bar-container .progress-bar {
    border-radius: 10px;
    background-color: #df546c;
}
.steps-form-full-screen .main-container .step {
    display: none;
}
.steps-form-full-screen .main-container .step.active {
    display: block;
}
.steps-form-full-screen .main-container .step-content {
    text-align: center;
}
.steps-form-full-screen .main-container .step-content-heading p {
    font-size: 25px;
    line-height: 30px;
}
.steps-form-full-screen .main-container .step-content-heading p:not(.secondary) {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    padding: 0.5em 0;
    color: #000;
    margin-bottom: 0;
}
.steps-form-full-screen .main-container .step-content-testimotial {
    padding-top: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.steps-form-full-screen .main-container .step-content-testimotial.img-testimotial {
    width: auto;
}
.steps-form-full-screen .main-container .step-content-testimotial.img-testimotial .row {
    flex-direction: row !important;
}
.steps-form-full-screen .main-container .step-content-testimotial .stat-col {
    align-self: baseline;
}
.steps-form-full-screen .main-container .step-content-testimotial .rating {
    text-align: center;
    width: 100%;
}
.steps-form-full-screen .main-container .step-content-testimotial .rating img {
    height: 20px;
    margin: 0 2px;
}
.steps-form-full-screen .main-container .step-content-testimotial .testimotial-text {
    font-size: 20px;
    font-style: italic;
    text-align: center;
    position: relative;
    margin: 0 20px;
    padding: 0 20px;
}
.steps-form-full-screen .main-container .step-content-testimotial .testimotial-text:after,
.steps-form-full-screen .main-container .step-content-testimotial .testimotial-text:before {
    -webkit-mask-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/assets/img/left-quote.svg");
    mask-image: url("https://www.primal.com.my/wp-content/themes/primal-my/assets/assets/img/left-quote.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #df546c;
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
}
.steps-form-full-screen .main-container .step-content-testimotial .testimotial-text:before {
    left: -10px;
}
.steps-form-full-screen .main-container .step-content-testimotial .testimotial-text:after {
    transform: rotate(180deg);
    right: -10px;
}
.steps-form-full-screen .main-container .step-content-testimotial .testimotial-author {
    padding-top: 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.steps-form-full-screen .main-container .step-content .form-checkbox:not(.checkbox-line) label {
    background-color: #2dbdb6;
    border: 1px solid #2dbdb6;
    color: #fff;
    border-radius: 5px;
    padding: 16px 5px 5px;
    font-size: 12px;
    font-size: clamp(12px, 1.5vh, 24px);
    cursor: pointer;
    display: inline-block;
    height: 150px;
    width: 150px;
    max-width: 100%;
}
.steps-form-full-screen .main-container .step-content .form-checkbox:not(.checkbox-line) label img,
.steps-form-full-screen .main-container .step-content .form-checkbox:not(.checkbox-line) label svg {
    fill: #fff;
    margin: 15px auto 10px;
    min-height: 55px;
    height: 5vh;
    max-width: 100%;
    display: block;
}
.steps-form-full-screen .main-container .step-content .form-checkbox:not(.checkbox-line) label:hover {
    background-color: #23a19b;
}
.steps-form-full-screen .main-container .step-content .form-checkbox:not(.checkbox-line) input {
    display: none;
}
.steps-form-full-screen .main-container .step-content .form-checkbox:not(.checkbox-line) input:checked + label {
    background-color: #23a19b;
}
.steps-form-full-screen .main-container .step-content .form-checkbox.checkbox-line {
    text-align: left;
}
.steps-form-full-screen .main-container .step-content .form-checkbox.checkbox-line input {
    display: none;
}
.steps-form-full-screen .main-container .step-content .form-checkbox.checkbox-line input:checked + .custom-radio-marker {
    border: 5px solid #23a19b;
    background-color: #fff;
}
.steps-form-full-screen .main-container .step-content .form-checkbox.checkbox-line .custom-radio-marker {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #cecbcb;
    margin-right: 5px;
    margin-bottom: -5px;
}
.steps-form-full-screen .main-container .step-content .form-checkbox.checkbox-line label:hover > .custom-radio-marker {
    background-color: grey;
}
.steps-form-full-screen .main-container .step-content .form-checkbox.checkbox-line label {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'VAG Rounded';
    display: grid;
    grid-template-columns: 30px auto;
}
.steps-form-full-screen .main-container .step-content-inputs input {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 8px;
}
.steps-form-full-screen .main-container .step .step-content-footer {
    max-width: 570px;
    height: 88px;
    margin: auto;
}
.steps-form-full-screen .main-container .step .step-content-footer .fp-btn {
    width: 100%;
    height: 70px;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    letter-spacing: 5.16px;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
}
.steps-form-full-screen .main-container .step-1 .step-content-testimotial {
    text-align: center;
}
.steps-form-full-screen .main-container .step-1 .step-content-testimotial .google-premier-badge {
    display: inline-flex;
}
@media (max-width: 991px) {
    .steps-form-full-screen .main-container .step-1 .step-content-testimotial .google-premier-badge {
        flex-direction: column;
    }
}
.steps-form-full-screen .main-container .step-2 .step-content-testimotial .stat-col img {
    height: 62px;
}
.steps-form-full-screen .main-container .step-2 .step-content-testimotial .stat-col .stat {
    width: 100%;
    font-size: 40px;
    font-size: clamp(40px, 3vh, 70px);
    font-weight: 700;
    line-height: 40px;
    line-height: clamp(40px, 3vh, 70px);
    margin: 0 auto 10px;
    white-space: nowrap;
    color: #000;
}
.steps-form-full-screen .main-container .step-2 .step-content-testimotial .stat-col .desc {
    font-family: 'VAG Rounded';
    font-size: 13px;
    font-size: clamp(13px, 1.5vh, 26px);
    font-weight: 700;
    letter-spacing: normal;
    line-height: 15px;
    line-height: clamp(15px, 2vh, 30px);
    text-transform: none;
}
@media (max-width: 991px) {
    .steps-form-full-screen .main-container .step-2 .step-content-testimotial .stat-col {
        margin-bottom: 15px;
    }
}
.navbar-header.nav-shadow {
    background-color: rgba(0, 0, 0, 0.2);
}
.navbar-header .navbar-brand img {
    height: 38px;
}
@media (max-width: 1023px) {
    .navbar-header .nav-item.dark-bg {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .navbar-header .get-proposal-button-nav-item {
        text-align: center;
        padding: 0 20px 20px;
    }
    .navbar-header .get-proposal-button-nav-item .get-proposal-button {
        padding: 15px 20px !important;
        background-color: #f26d84 !important;
        border-radius: 4px;
        box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    }
}
.navbar-header .navbar-collapse {
    background-color: #2dbdb6;
}
@media (max-width: 767px) {
    .navbar-header .navbar-collapse {
        width: 75%;
    }
}
@media (max-width: 1023px) {
    .navbar-header .navbar-collapse {
        padding: 18px 0 0;
    }
}
@media (min-width: 1024px) {
    .navbar-header .navbar-collapse .dropdown .dropdown-menu {
        background: linear-gradient(180deg, rgba(45, 189, 182, 0.9), rgba(33, 167, 160, 0.9));
    }
}
.navbar-header .navbar-collapse .language-switchers .dropdown-menu {
    background-color: linear-gradient(180deg, #2dbdb6, #21a7a0 30%) !important;
    padding: 15px;
    text-align: right;
}
.navbar-header .navbar-collapse .additional-menu .navbar-toggler-close {
    padding-top: 4px;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers {
    display: none;
}
.navbar-header .navbar-collapse .additional-menu ul.language-switchers li.current-lang a {
    background-color: #f26d84;
}
.navbar-header .navbar-collapse .additional-menu .location-switcher {
    margin-left: 10px;
    font-weight: 700;
    display: inline-block;
}
.navbar-header .navbar-collapse .additional-menu .location-switcher .dropdown-menu {
    right: 100px;
    margin-top: 20px;
    background: linear-gradient(180deg, #2dbdb6, #21a7a0 30%);
    color: #fff;
    overflow: hidden;
    padding: 0;
    border: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.35);
    z-index: 1001;
}
.navbar-header .navbar-collapse .additional-menu .location-switcher .dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1.5rem 0.75rem 1rem;
}
.navbar-header .navbar-collapse .additional-menu .location-switcher .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(180deg, #2dbdb6, #21a7a0 30%);
}
.navbar-header .navbar-collapse .additional-menu .location-switcher .dropdown-menu .dropdown-item.current-location {
    font-weight: 900;
}
@media (max-width: 991px) {
    .navbar-header .navbar-collapse {
        right: -10px;
    }
}
.navbar-header .navbar-collapse:hover {
    cursor: pointer;
}
.navbar-header .navbar-collapse img {
    position: relative;
    width: 25px;
    margin-right: 3px;
}
.navbar-header .phone {
    display: block;
    font-family: 'VAG Rounded';
}
@media (min-width: 992px) {
    .navbar-header.nav-shadow {
        min-height: 170px;
    }
    .navbar-header.nav-shadow.full-h {
        min-height: 200px;
    }
    .navbar-header.nav-shadow.min-header {
        min-height: 80px;
    }
    .navbar-header.min-header {
        margin-top: 0;
    }
    .navbar-header .navbar-collapse {
        background-color: transparent;
    }
    .navbar-header .navbar-collapse .additional-menu {
        padding: 18px 0 10px;
    }
    .navbar-header .navbar-collapse .header-separator {
        display: none;
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link.nav-border {
        border: none;
        background-color: #f26d84;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    }
    .navbar-header .navbar-collapse .menu .navbar-nav .nav-item .nav-link.nav-border:hover {
        color: #fff;
        background-color: #df546c;
    }
    .navbar-header .phone {
        top: 19px;
    }
}
@media (max-width: 1023px) {
    .navbar-header .megamenu-li .megamenu {
        position: relative;
    }
    .navbar-header .megamenu-li .megamenu .megamenu-heading {
        padding: 15px 0 0 30px;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .navbar-header .megamenu-li {
        position: static;
    }
    .navbar-header .megamenu-li .megamenu {
        position: absolute;
        width: 80%;
        left: 25% !important;
    }
    .navbar-header .megamenu-li .megamenu .dropdown-item {
        font-weight: 600 !important;
        padding-bottom: 10px !important;
    }
    .navbar-header .megamenu-li .megamenu .row {
        padding: 20px 30px;
    }
    .navbar-header .megamenu-li .megamenu .megamenu-heading {
        padding: 25px 0 0 25px;
        font-weight: 700;
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .navbar-header .phone {
        top: 23px;
        right: 120px;
    }
    .navbar-header .location-switcher {
        padding-left: 10px;
    }
    .navbar-header .location-switcher img {
        margin-right: 10px;
        top: -2px;
    }
    .navbar-header .navbar-brand img {
        height: 61px;
    }
}
.navbar-header.min-header {
    background-color: rgba(33, 167, 160, 0.95);
}
@media (min-width: 1024px) {
    .navbar-header.min-header .location-switcher {
        display: none;
    }
}
.navbar-header .navbar-collapse .dropdown .dropdown-services.megamenu {
    background: #fff;
    width: 100% !important;
    left: 0 !important;
    margin-top: -10px !important;
}
.navbar-header .navbar-collapse .dropdown .dropdown-services.megamenu .col-lg-3:not(:last-of-type) {
    border-right: 2px solid #f6f6f7;
}
.navbar-header .navbar-collapse .dropdown .dropdown-services.megamenu .megamenu-heading {
    color: #21a7a0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: 2px solid #e7e7ea;
    display: flex;
    align-items: center;
}
.navbar-header .navbar-collapse .dropdown .dropdown-services.megamenu .megamenu-heading img {
    display: inline-block;
    margin-right: 10px;
    width: auto;
}
.navbar-header .navbar-collapse .dropdown .dropdown-services.megamenu .dropdown-item {
    color: #21a7a0;
    padding-left: 0;
}
.navbar-header .navbar-collapse .dropdown .dropdown-services.megamenu .dropdown-item:hover {
    color: #2dbdb6;
}
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu {
    background: #fff;
    width: 60% !important;
    margin-top: -10px !important;
}
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu .col-lg-3:not(:last-of-type),
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu .col-lg-4:not(:last-of-type),
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu .col-lg-6:not(:last-of-type) {
    border-right: 2px solid #f6f6f7;
}
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu .megamenu-heading {
    color: #21a7a0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    border-bottom: 2px solid #e7e7ea;
    display: flex;
    align-items: center;
}
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu .megamenu-heading img {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    max-width: 30px;
}
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu .dropdown-item {
    color: #21a7a0;
    padding-left: 0;
}
.navbar-header .navbar-collapse .dropdown .dropdown-tools.megamenu .dropdown-item:hover {
    color: #2dbdb6;
}
.navbar-header .navbar-collapse .dropdownMob .dropdown-menu {
    background-color: #2dbdb6;
    border: none;
    color: #fff;
    padding-bottom: 0;
}
.navbar-header .navbar-collapse .dropdownMob .dropdown-menu .megamenu-heading {
    padding: 15px 25px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.navbar-header .navbar-collapse .dropdownMob .dropdown-menu .megamenu-heading:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-90deg);
}
.navbar-header .navbar-collapse .dropdownMob .dropdown-menu .mega-dropdown-menu .dropdown-item {
    padding: 15px 25px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    white-space: normal;
    transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.navbar-header .navbar-collapse .dropdownMob .dropdown-menu .mega-dropdown-menu .dropdown-item:focus,
.navbar-header .navbar-collapse .dropdownMob .dropdown-menu .mega-dropdown-menu .dropdown-item:hover {
    color: hsla(0, 0%, 100%, 0.45);
    background-color: #2dbdb6;
}
.navbar-header .navbar-collapse .mobile-go-back .nav-link:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    transform: rotate(90deg);
    margin-top: -2px;
}
.page-border {
    display: flex;
    width: 100%;
}
.page-border .border-section {
    display: block;
    flex-grow: 1;
    flex-basis: 100%;
    height: 5px;
}
.page-border .color-yellow {
    background-color: #fdbe57;
}
.page-border .color-pink {
    background-color: #f26d84;
}
.page-border .color-green {
    background-color: #1c7b76;
}
@media (min-width: 992px) {
    .page-border .border-section {
        height: 10px;
    }
}
.floating-form,
.get-proposal-popup {
    background: linear-gradient(180deg, #2dbdb6, #21a7a0 30%);
    z-index: 999;
}
.page-company-values .navbar-header {
    box-shadow: inset 0 250px 100px -170px #000;
}
.page-company-values .navbar-header.min-header {
    background-color: rgba(33, 167, 160, 0.95) !important;
    box-shadow: none;
}
@media (max-width: 991px) {
    .page-company-values .navbar-header:not(.min-header) {
        background-color: #21a7a0;
        box-shadow: none;
        position: relative;
        top: 0 !important;
    }
    .page-company-values .navbar-header.min-header {
        background-color: rgba(33, 167, 160, 0.95) !important;
    }
}
footer {
    background-color: #23a19b;
    background-image: none;
}
footer.nitro-lazy {
    background-image: none !important;
}
footer h3 {
    font-family: 'VAG Rounded';
    font-weight: 300;
    margin-bottom: 20px;
}
footer ul.footer-nav {
    font-family: 'VAG Rounded';
}
footer ul.footer-nav li {
    margin: 0 0 10px;
}
footer .social a {
    margin: 0 -6px;
    width: 54px;
    height: 54px;
}
footer .social a:before {
    display: none;
}
footer .social a img {
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    footer {
        padding: 70px 0 40px;
    }
    footer .social a {
        margin: 0 -8px;
        width: 66px;
        height: 66px;
    }
}
@media (min-width: 1024px) {
    footer h3 {
        font-size: 29px;
    }
}
section#footer-badges {
    background-color: #23a19b;
}
section#footer-badges .badge-image {
    height: 60px;
    width: auto;
    max-width: 90vw;
}
section#footer-badges .w-100 {
    height: auto;
}
@media (min-width: 576px) and (max-width: 992px) {
    section#footer-badges .badge-image-container {
        padding-left: 0;
    }
}
@media (max-width: 375px) {
    section#footer-badges .d-lg-none .badge-image-container:nth-last-child(-n + 2) .badge-image {
        height: 50px;
    }
    section#footer-badges .badge-image {
        max-width: 70vw;
    }
}
section.copyright {
    background-color: #23a19b;
}
section.copyright .badge-image {
    width: 300px;
    height: auto;
}
section.copyright > .container {
    border-top: 1px solid #1d8983;
    padding-top: 10px;
}
section.copyright .text {
    font-family: 'VAG Rounded';
}
section.copyright .partner-logo img {
    margin: 0 5px;
    max-height: 60px;
}
section.copyright .partner-logo img.partner-facebook {
    margin: 0 -5px;
    max-height: none;
}
div.callback {
    position: fixed;
    display: block;
    bottom: 30px;
    z-index: 15;
    right: calc(45px - 100vw + 100%);
}
div.callback a {
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
div.callback a img {
    position: relative;
    height: 54px;
    width: 54px;
    left: -2px;
}
@media (max-width: 768px) {
    div.callback {
        display: none;
    }
}
div.scrolltop {
    position: fixed;
    display: block;
    opacity: 0;
    bottom: -60px;
    z-index: 15;
    right: calc(45px - 100vw + 100%);
    background-color: #df546c;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
@-webkit-keyframes show_scoll_btn {
    0% {
        opacity: 0;
        bottom: -60px;
    }
    to {
        opacity: 1;
        bottom: 30px;
    }
}
@keyframes show_scoll_btn {
    0% {
        opacity: 0;
        bottom: -60px;
    }
    to {
        opacity: 1;
        bottom: 30px;
    }
}
@-webkit-keyframes hide_scoll_btn {
    0% {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: -60px;
        opacity: 0;
    }
}
@keyframes hide_scoll_btn {
    0% {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: -60px;
        opacity: 0;
    }
}
div.scrolltop.active {
    -webkit-animation-name: show_scoll_btn;
    animation-name: show_scoll_btn;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
div.scrolltop.deactivate {
    -webkit-animation-name: hide_scoll_btn;
    animation-name: hide_scoll_btn;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
}
div.scrolltop a {
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
div.scrolltop a i {
    position: relative;
    height: 54px;
    width: 54px;
    left: -2px;
    bottom: -6px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
}
@media (max-width: 768px) {
    div.scrolltop {
        display: none;
    }
}
section.pad-header {
    padding-top: 70px;
    background: #2dbdb6 linear-gradient(201.1deg, #2dbdb6, #21a7a0) no-repeat top;
    background-size: cover;
}
@media (min-width: 992px) {
    section.pad-header {
        padding-top: 200px;
    }
}
section.banner {
    background-color: #2dbdb6;
    background-image: url("img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%, top;
    background-size: auto 340px, cover;
}
section.banner.nitro-lazy {
    background-image: none !important;
}
section.banner.plain-banner {
    background-color: #2dbdb6;
    background-image: linear-gradient(201.1deg, #2dbdb6, #21a7a0);
    background-repeat: no-repeat;
    background-position: top !important;
    background-size: cover;
}
section.banner h1,
section.banner h2 {
    font-weight: 300;
}
section.banner h1 .googlestamp,
section.banner h2 .googlestamp {
    position: absolute;
    right: -100px;
    top: -35px;
}
section.banner p {
    font-family: 'VAG Rounded';
}
section.banner .google-premier-badge {
    padding: 5px 0;
    text-align: center;
}
section.banner .google-premier-badge .badge-image {
    margin-top: 15px;
    margin-bottom: 15px;
}
section.banner .google-premier-badge .text {
    font-size: 15px;
}
section.banner .testimonial {
    text-align: left;
    margin-left: 0;
}
section.banner .testimonial.testimonial-center {
    text-align: center;
    margin-left: auto;
}
section.banner .testimonial .person,
section.banner .testimonial .stars,
section.banner .testimonial .text {
    padding: 0 35px;
}
section.banner .testimonial .text:after,
section.banner .testimonial .text:before {
    content: "";
    background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote.png") no-repeat;
    width: 25px;
    height: 19px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    section.banner .testimonial .text:after,
    section.banner .testimonial .text:before {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote@2x.png");
        background-size: 25px 19px;
    }
}
section.banner .testimonial .text:before {
    top: 0;
    left: 0;
}
section.banner .testimonial .text:after {
    bottom: 0;
    right: 2px;
}
section.banner .button-white .fp-btn,
section.banner .button-white a.fp-btn {
    max-width: 380px;
}
section.banner .red-box h1,
section.banner .red-box h2 {
    font-weight: 700;
}
section.banner .red-box h1.weight-normal,
section.banner .red-box h2.weight-normal {
    font-weight: 400;
}
section.banner .red-box p {
    font-family: 'VAG Rounded';
}
section.banner .blue-box h1,
section.banner .blue-box h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
section.banner .blue-box h1.weight-normal,
section.banner .blue-box h2.weight-normal {
    font-weight: 400;
}
section.banner .blue-box p {
    font-size: 15px;
    line-height: 23px;
}
section.banner .motto-box {
    background: #f26d84;
}
section.banner .mid-buttons .mid-buttons-desc {
    color: #fff;
}
@media (min-width: 768px) {
    section.banner {
        background-position: 50% 75%, top;
        background-size: auto 508.5px, cover;
    }
    section.banner .blue-box,
    section.banner .red-box {
        background: #2dbdb6;
    }
    section.banner .google-premier-badge {
        display: flex;
        align-items: center;
        text-align: left;
    }
    section.banner .google-premier-badge .badge-image {
        margin-right: 20px;
    }
    section.banner .google-premier-badge .text {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    section.banner {
        background-position: calc(50% + 360px) 160px, top;
        background-size: auto 678px, cover;
    }
    section.banner .banner-hero .banner-hero-cont {
        max-width: 700px;
    }
    section.banner .banner-hero .hero-img {
        right: -160px;
    }
    section.banner.extra-pad {
        padding-top: 240px;
    }
    section.banner.extra-pad.pad-extend {
        padding-top: 260px;
    }
}
@media (min-width: 1024px) {
    section.banner h1.large-wide,
    section.banner h2.large-wide {
        font-size: 50px;
        max-width: 700px;
        margin: auto;
    }
    section.banner h1 .googlestamp,
    section.banner h2 .googlestamp {
        right: -180px;
    }
    section.banner.extra-pad {
        padding-top: 160px;
    }
    section.banner.extra-pad.pad-extend {
        padding-top: 290px;
    }
    section.banner .banner-hero .hero-img {
        right: -40px;
        bottom: -60px;
    }
    section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        line-height: 60px;
    }
}
.page-careers section.banner,
.page-digital-marketing-jobs section.banner,
.single-job section.banner,
.single-job_listing section.banner {
    background-color: #28b3ac;
    background-size: cover;
    background-position: 50% 75%, top;
}
@media (max-width: 991px) {
    .page-careers section.banner,
    .page-digital-marketing-jobs section.banner,
    .single-job section.banner,
    .single-job_listing section.banner {
        background-image: none;
    }
    .page-careers section.banner.nitro-lazy,
    .page-digital-marketing-jobs section.banner.nitro-lazy,
    .single-job section.banner.nitro-lazy,
    .single-job_listing section.banner.nitro-lazy {
        background-image: none !important;
    }
}
@media (min-width: 768px) {
    .page-careers section.banner,
    .page-digital-marketing-jobs section.banner,
    .single-job section.banner,
    .single-job_listing section.banner {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/digital-marketing-jobs.jpg");
    }
    .page-careers section.banner.nitro-lazy,
    .page-digital-marketing-jobs section.banner.nitro-lazy,
    .single-job section.banner.nitro-lazy,
    .single-job_listing section.banner.nitro-lazy {
        background-image: none !important;
    }
}
.page-who-we-are section.banner {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-whoweare-dark.jpg");
    background-size: cover;
    background-position: 50% 50%, top;
    background-color: transparent;
    background-repeat: no-repeat;
    overflow: hidden;
}
.page-who-we-are section.banner.nitro-lazy {
    background-image: none !important;
}
@media (min-width: 768px) {
    .page-who-we-are section.banner {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-whoweare.jpg");
    }
    .page-who-we-are section.banner.nitro-lazy {
        background-image: none !important;
    }
}
.page-home section.banner ul.mobile-hero-content {
    list-style: none;
    padding: 0;
}
.page-home section.banner ul.mobile-hero-content > li {
    color: #fff;
    margin-top: 15px;
    position: relative;
    padding-left: 55px;
    line-height: 35px;
    font-size: 15px;
}
.page-home section.banner ul.mobile-hero-content > li:before {
    content: "✓";
    background-color: #fff;
    color: #2dbdb6;
    border-radius: 50%;
    padding: 0 11px;
    margin-right: 25px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 10px;
    line-height: 35px;
}
@media (min-width: 992px) {
    .page-home section.banner .banner-hero .banner-hero-cont {
        max-width: 700px;
    }
    .page-home section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-home section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -50px;
    }
    .page-home section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-home section.banner .banner-hero .hero-img .hero-name {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .page-home section.banner {
        background-image: unset !important;
    }
    .page-home section.banner .form-hide:first-child {
        max-width: 500px;
        margin: auto;
    }
    .page-home section.banner .page-heading {
        text-align: left;
    }
    .page-home section.banner .page-heading > br {
        display: none;
    }
    .page-home section.banner .page-subheading,
    .page-home section.banner .page-subheading-text {
        text-align: left;
        font-size: 21px;
        line-height: 1.4;
    }
    .page-home section.banner .page-subheading-text > span,
    .page-home section.banner .page-subheading > span {
        margin: 0;
		font-size:18px;
        padding: 0;
        width: 100%;
    }
    .page-home section.banner .page-subheading h1,
    .page-home section.banner .page-subheading-text h1 {
        font-size: unset;
        line-height: unset;
        text-align: unset;
    }
    .page-home section.banner .banner-subheading {
        flex-direction: column;
    }
    .page-home section.banner .mobile-hero {
        height: 30vh;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-mark-02.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        margin-top: 0;
    }
    .page-home section.banner .mobile-hero.nitro-lazy {
        background-image: none !important;
    }
    .page-home section.banner .mobile-hero-content {
        max-width: calc(90% - 10vh);
        margin-top: 0;
        font-size: 22px;
    }
    .page-home section.banner ul.mobile-hero-content > li {
        font-size: 12px;
        padding-left: 50px;
        line-height: 25px;
        text-align: left;
    }
    .page-home section.banner ul.mobile-hero-content > li:before {
        font-size: 12px;
        line-height: 25px;
        padding: 0 8px;
    }
}
@media (min-width: 992px) {
    .page-seo section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-seo section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -60px;
    }
    .page-seo section.banner .banner-hero .hero-img {
        bottom: -60px;
        right: -135px;
    }
}
@media (max-width: 1440px) {
    .page-seo section.banner .banner-hero .hero-img {
        right: -155px;
    }
    .page-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-seo section.banner .banner-hero .hero-img {
        right: -260px;
    }
    .page-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-seo section.banner .banner-hero .hero-img {
        right: -265px;
    }
    .page-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-local-seo section.banner .banner-hero .hero-img {
    bottom: -60px;
    right: -15px;
}
@media (max-width: 1440px) {
    .page-local-seo section.banner .banner-hero .hero-img {
        right: -10 x;
    }
    .page-local-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-local-seo section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-local-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-local-seo section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-local-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (min-width: 992px) {
    .page-adwords section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-adwords section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -60px;
    }
    .page-adwords section.banner .banner-hero .hero-img {
        right: -130px;
        bottom: -130px;
    }
}
@media (min-width: 1024px) {
    .page-adwords section.banner .banner-hero .hero-img {
        right: -40px;
    }
}
.page-social-media section.banner .banner-hero .hero-img {
    right: -85px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-social-media section.banner .banner-hero .hero-img {
        right: -105px;
    }
    .page-social-media section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-social-media section.banner .banner-hero .hero-img {
        right: -210px;
    }
    .page-social-media section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-social-media section.banner .banner-hero .hero-img {
        right: -195px;
    }
    .page-social-media section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (min-width: 992px) {
    .page-resellers section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-resellers section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -90px;
    }
    .page-resellers section.banner .banner-hero .hero-img {
        right: -40px;
        bottom: -110px;
    }
}
@media (min-width: 1024px) {
    .page-resellers section.banner .banner-hero .hero-img {
        right: 40px;
    }
}
@media (min-width: 992px) {
    .page-content-marketing section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-content-marketing section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -120px;
    }
    .page-content-marketing section.banner .banner-hero .hero-img {
        right: -60px;
        bottom: -60px;
    }
}
@media (max-width: 1440px) {
    .page-content-marketing section.banner .banner-hero .hero-img {
        right: -60px;
    }
    .page-content-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-content-marketing section.banner .banner-hero .hero-img {
        right: -160px;
    }
    .page-content-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-content-marketing section.banner .banner-hero .hero-img {
        right: -160px;
    }
    .page-content-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (min-width: 992px) {
    .page-content-marketing section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-content-marketing section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -120px;
    }
}
@media (min-width: 1024px) {
    .page-content-marketing section.banner {
        background-position: calc(50% + 390px) 160px, top;
    }
}
.page-programmatic-advertising section.banner .banner-hero .hero-img {
    right: -90px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-programmatic-advertising section.banner .banner-hero .hero-img {
        right: -70px;
    }
    .page-programmatic-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-programmatic-advertising section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-programmatic-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-programmatic-advertising section.banner .banner-hero .hero-img {
        right: -200px;
    }
    .page-programmatic-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (min-width: 992px) {
    .page-programmatic-advertising section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-programmatic-advertising section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -120px;
    }
}
@media (min-width: 1024px) {
    .page-programmatic-advertising section.banner {
        background-position: calc(50% + 400px) 160px, top;
    }
}
.page-remarketing section.banner .banner-hero .hero-img {
    right: -105px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-remarketing section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-remarketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-remarketing section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-remarketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-remarketing section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-remarketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (min-width: 992px) {
    .page-web-design-development section.banner .banner-hero .hero-img {
        right: -90px;
        bottom: -80px;
    }
}
@media (min-width: 1024px) {
    .page-web-design-development section.banner .banner-hero .hero-img {
        right: -30px;
    }
}
@media (min-width: 992px) {
    .page-reputation-management section.banner .testimonial {
        margin-left: 0;
    }
    .page-reputation-management section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-reputation-management section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -95px;
    }
    .page-reputation-management section.banner .banner-hero .hero-img {
        right: -160px;
        bottom: -180px;
    }
}
@media (min-width: 1024px) {
    .page-reputation-management section.banner .banner-hero .hero-img {
        right: -60px;
    }
}
.page-enterprise-seo section.banner .banner-hero-cont .page-heading {
    width: 650px;
}
.page-enterprise-seo section.banner .banner-hero .hero-img {
    right: -25px;
    bottom: -60px;
}
.page-enterprise-seo section.banner .banner-hero .hero-img img.img-fluid {
    max-width: 100%;
}
@media (max-width: 1440px) {
    .page-enterprise-seo section.banner .banner-hero .hero-img {
        right: -38px;
    }
    .page-enterprise-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-enterprise-seo section.banner .banner-hero .hero-img {
        right: -130px;
    }
    .page-enterprise-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-enterprise-seo section.banner .banner-hero .hero-img {
        right: -130px;
    }
    .page-enterprise-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (max-width: 768px) {
    .page-enterprise-seo section.banner .banner-hero-cont .page-heading {
        width: auto;
    }
}
.page-display-advertising section.banner .banner-hero .hero-img {
    right: -70px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-display-advertising section.banner .banner-hero .hero-img {
        right: -80px;
    }
    .page-display-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-display-advertising section.banner .banner-hero .hero-img {
        right: -190px;
    }
    .page-display-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-display-advertising section.banner .banner-hero .hero-img {
        right: -190px;
    }
    .page-display-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-instagram-advertising section.banner .banner-hero .hero-img {
    right: -85px;
    bottom: -60px;
}
.page-instagram-advertising section.banner .banner-hero .google-premier-badge .badge-image {
    margin-left: -27px;
}
.page-instagram-advertising section.banner .banner-hero .google-premier-badge .badge-image img {
    height: 120px;
}
@media (max-width: 1440px) {
    .page-instagram-advertising section.banner .banner-hero .hero-img {
        right: -105px;
    }
    .page-instagram-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-instagram-advertising section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-instagram-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-instagram-advertising section.banner .banner-hero .hero-img {
        right: -210px;
    }
    .page-instagram-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (max-width: 1024px) {
    .page-instagram-advertising section.banner .banner-hero .hero-img {
        right: -190px;
    }
    .page-instagram-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-facebook-advertising section.banner .banner-hero .google-premier-badge .badge-image {
    margin-left: -27px;
}
.page-facebook-advertising section.banner .banner-hero .google-premier-badge .badge-image img {
    height: 120px;
}
.page-facebook-advertising section.banner .banner-hero .hero-img {
    right: -105px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-facebook-advertising section.banner .banner-hero .hero-img {
        right: -125px;
    }
    .page-facebook-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-facebook-advertising section.banner .banner-hero .hero-img {
        right: -240px;
    }
    .page-facebook-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-facebook-advertising section.banner .banner-hero .hero-img {
        right: -245px;
    }
    .page-facebook-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (max-width: 576px) {
    .page-facebook-advertising section.banner .google-premier-badge .badge-image {
        margin-left: 0 !important;
    }
}
.page-google-shopping section.banner .banner-hero .hero-img {
    right: -40px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-google-shopping section.banner .banner-hero .hero-img {
        right: -50px;
    }
    .page-google-shopping section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-google-shopping section.banner .banner-hero .hero-img {
        right: -165px;
    }
    .page-google-shopping section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-google-shopping section.banner .banner-hero .hero-img {
        right: -170px;
    }
    .page-google-shopping section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-google-ads section.banner .banner-hero .hero-img {
    right: -60px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-google-ads section.banner .banner-hero .hero-img {
        right: -80px;
    }
    .page-google-ads section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-google-ads section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-google-ads section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-google-ads section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-google-ads section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-influencer-marketing section.banner .banner-hero .hero-img {
    right: -80px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-influencer-marketing section.banner .banner-hero .hero-img {
        right: -90px;
    }
    .page-influencer-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-influencer-marketing section.banner .banner-hero .hero-img {
        right: -200px;
    }
    .page-influencer-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-influencer-marketing section.banner .banner-hero .hero-img {
        right: -210px;
    }
    .page-influencer-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-online-reputation-management section.banner .banner-hero-cont .page-heading {
    width: 700px;
}
.page-online-reputation-management section.banner .banner-hero .hero-img {
    right: -94px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-online-reputation-management section.banner .banner-hero .hero-img {
        right: -110px;
    }
    .page-online-reputation-management section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-online-reputation-management section.banner .banner-hero .hero-img {
        right: -206px;
    }
    .page-online-reputation-management section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-online-reputation-management section.banner .banner-hero .hero-img {
        right: -206px;
    }
    .page-online-reputation-management section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (max-width: 768px) {
    .page-online-reputation-management section.banner .banner-hero-cont .page-heading {
        width: auto;
    }
}
.page-google-penalty section.banner .banner-hero .hero-img {
    right: -80px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-google-penalty section.banner .banner-hero .hero-img {
        right: -90px;
    }
    .page-google-penalty section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-google-penalty section.banner .banner-hero .hero-img {
        right: -195px;
    }
    .page-google-penalty section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-google-penalty section.banner .banner-hero .hero-img {
        right: -195px;
    }
    .page-google-penalty section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-link-building section.banner .banner-hero .hero-img {
    right: -90px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-link-building section.banner .banner-hero .hero-img {
        right: -110px;
    }
    .page-link-building section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-link-building section.banner .banner-hero .hero-img {
        right: -210px;
    }
    .page-link-building section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-link-building section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-link-building section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-mobile-seo section.banner .banner-hero .hero-img {
    right: -100px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-mobile-seo section.banner .banner-hero .hero-img {
        right: -110px;
    }
    .page-mobile-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-mobile-seo section.banner .banner-hero .hero-img {
        right: -225px;
    }
    .page-mobile-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-mobile-seo section.banner .banner-hero .hero-img {
        right: -230px;
    }
    .page-mobile-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-international-seo section.banner .banner-hero .hero-img {
    right: -145px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-international-seo section.banner .banner-hero .hero-img {
        right: -150px;
    }
    .page-international-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-international-seo section.banner .banner-hero .hero-img {
        right: -250px;
    }
    .page-international-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-international-seo section.banner .banner-hero .hero-img {
        right: -265px;
    }
    .page-international-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-video-seo section.banner .banner-hero .hero-img {
    right: -105px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-video-seo section.banner .banner-hero .hero-img {
        right: -110px;
    }
    .page-video-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-video-seo section.banner .banner-hero .hero-img {
        right: -215px;
    }
    .page-video-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-video-seo section.banner .banner-hero .hero-img {
        right: -230px;
    }
    .page-video-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-shopify-seo section.banner .banner-hero .hero-img {
    right: -35px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-shopify-seo section.banner .banner-hero .hero-img {
        right: -45px;
    }
    .page-shopify-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-shopify-seo section.banner .banner-hero .hero-img {
        right: -160px;
    }
    .page-shopify-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-shopify-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-tik-tok-advertising section.banner .banner-hero .hero-img {
    bottom: -60px;
    right: -88px;
}
.page-tik-tok-advertising section.banner .banner-hero .badge-image {
    margin-right: 0;
}
.page-tik-tok-advertising section.banner .banner-hero .badge-image img {
    height: 83.59px;
}
@media (max-width: 1440px) {
    .page-tik-tok-advertising section.banner .banner-hero .hero-img {
        right: -102px;
    }
    .page-tik-tok-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-tik-tok-advertising section.banner .banner-hero .hero-img {
        right: -194px;
    }
    .page-tik-tok-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-tik-tok-advertising section.banner .banner-hero .hero-img {
        right: -200px;
    }
    .page-tik-tok-advertising section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (max-width: 992px) {
    .page-tik-tok-advertising section.banner .banner-hero .form-hide {
        justify-content: center;
    }
}
@media (max-width: 2560px) {
    .page-crm section.banner .banner-hero .hero-img {
        right: 10px;
        bottom: -135px;
    }
}
@media (max-width: 1440px) {
    .page-crm section.banner .banner-hero .hero-img {
        right: -10px;
    }
    .page-crm section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1200px) {
    .page-crm section.banner .banner-hero .hero-img {
        right: -95px;
    }
}
@media (max-width: 1024px) {
    .page-crm section.banner .banner-hero .hero-img {
        right: -85px;
    }
    .page-crm section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 80%;
    }
}
.page-fmcg section.banner .banner-hero .hero-img {
    right: -140px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-fmcg section.banner .banner-hero .hero-img {
        right: -155px;
    }
    .page-fmcg section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-fmcg section.banner .banner-hero .hero-img {
        right: -275px;
    }
    .page-fmcg section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-fmcg section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-retail section.banner .banner-hero .hero-img {
    right: -95px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-retail section.banner .banner-hero .hero-img {
        right: -110px;
    }
    .page-retail section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-retail section.banner .banner-hero .hero-img {
        right: -215px;
    }
    .page-retail section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-retail section.banner .banner-hero .hero-img {
        right: -195px;
    }
    .page-retail section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-health-beauty section.banner .banner-hero .hero-img {
    right: -95px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-health-beauty section.banner .banner-hero .hero-img {
        right: -115px;
    }
    .page-health-beauty section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-health-beauty section.banner .banner-hero .hero-img {
        right: -215px;
    }
    .page-health-beauty section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-health-beauty section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-health-beauty section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-luxury-goods section.banner .banner-hero .hero-img {
    right: -80px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-luxury-goods section.banner .banner-hero .hero-img {
        right: -100px;
    }
    .page-luxury-goods section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-luxury-goods section.banner .banner-hero .hero-img {
        right: -200px;
    }
    .page-luxury-goods section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-luxury-goods section.banner .banner-hero .hero-img {
        right: -200px;
    }
    .page-luxury-goods section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-b2b section.banner .banner-hero .hero-img {
    right: -115px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-b2b section.banner .banner-hero .hero-img {
        right: -130px;
    }
    .page-b2b section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-b2b section.banner .banner-hero .hero-img {
        right: -230px;
    }
    .page-b2b section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-b2b section.banner .banner-hero .hero-img {
        right: -230px;
    }
    .page-b2b section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-education section.banner .banner-hero .hero-img {
    right: -75px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-education section.banner .banner-hero .hero-img {
        right: -80px;
    }
    .page-education section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-education section.banner .banner-hero .hero-img {
        right: -240px;
    }
    .page-education section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-education section.banner .banner-hero .hero-img {
        right: -240px;
    }
    .page-education section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-insurance section.banner .banner-hero .banner-hero-cont .page-heading {
    width: 650px;
}
.page-insurance section.banner .hero-img {
    right: -120px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-insurance section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-insurance section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-insurance section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-insurance section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-insurance section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-insurance section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
@media (max-width: 768px) {
    .page-insurance section.banner .banner-hero .banner-hero-cont .page-heading {
        width: auto;
    }
}
.page-real-estate section.banner .banner-hero .hero-img {
    right: -165px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-real-estate section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-real-estate section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-real-estate section.banner .banner-hero .hero-img {
        right: -275px;
    }
    .page-real-estate section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-real-estate section.banner .banner-hero .hero-img {
        right: -225px;
    }
    .page-real-estate section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-travel section.banner .banner-hero .hero-img {
    right: -75px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-travel section.banner .banner-hero .hero-img {
        right: -85px;
    }
    .page-travel section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-travel section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-travel section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-travel section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-travel section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-e-commerce section.banner .banner-hero .hero-img {
    right: -90px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-e-commerce section.banner .banner-hero .hero-img {
        right: -110px;
    }
    .page-e-commerce section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-e-commerce section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-e-commerce section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-e-commerce section.banner .banner-hero .hero-img {
        right: -200px;
    }
    .page-e-commerce section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-finance section.banner .banner-hero .hero-img {
    right: -50px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-finance section.banner .banner-hero .hero-img {
        right: -70px;
    }
    .page-finance section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-finance section.banner .banner-hero .hero-img {
        right: -165px;
    }
    .page-finance section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-finance section.banner .banner-hero .hero-img {
        right: -170px;
    }
    .page-finance section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-woocommerce-seo section.banner .banner-hero .hero-img {
    right: -104px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-woocommerce-seo section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-woocommerce-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-woocommerce-seo section.banner .banner-hero .hero-img {
        right: -220px;
    }
    .page-woocommerce-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-woocommerce-seo section.banner .banner-hero .hero-img {
        right: -235px;
    }
    .page-woocommerce-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-e-commerce-seo section.banner .banner-hero .hero-img {
    right: -70px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-e-commerce-seo section.banner .banner-hero .hero-img {
        right: -70px;
    }
    .page-e-commerce-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-e-commerce-seo section.banner .banner-hero .hero-img {
        right: -170px;
    }
    .page-e-commerce-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-e-commerce-seo section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-e-commerce-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-magento-seo section.banner .banner-hero .hero-img {
    right: -102px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-magento-seo section.banner .banner-hero .hero-img {
        right: -135px;
    }
    .page-magento-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-magento-seo section.banner .banner-hero .hero-img {
        right: -235px;
    }
    .page-magento-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-magento-seo section.banner .banner-hero .hero-img {
        right: -240px;
    }
    .page-magento-seo section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-partnerships section.banner .banner-hero .hero-img {
    right: -50px;
    bottom: -60px;
}
@media (max-width: 1440px) {
    .page-partnerships section.banner .banner-hero .hero-img {
        right: -50px;
    }
    .page-partnerships section.banner .banner-hero .hero-img img {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-partnerships section.banner .banner-hero .hero-img {
        right: -150px;
    }
    .page-partnerships section.banner .banner-hero .hero-img img {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-partnerships section.banner .banner-hero .hero-img {
        right: -150px;
    }
    .page-partnerships section.banner .banner-hero .hero-img img {
        max-width: 85%;
    }
}
.page-lead-generation-marketing section.banner .banner-hero .hero-img {
    bottom: -60px;
    right: -60px;
}
@media (max-width: 1440px) {
    .page-lead-generation-marketing section.banner .banner-hero .hero-img {
        right: -10px;
    }
    .page-lead-generation-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-lead-generation-marketing section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-lead-generation-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-lead-generation-marketing section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-lead-generation-marketing section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-digital-brand-awareness section.banner .banner-hero .hero-img {
    bottom: -60px;
    right: -95px;
}
@media (max-width: 1440px) {
    .page-digital-brand-awareness section.banner .banner-hero .hero-img {
        right: -10px;
    }
    .page-digital-brand-awareness section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-digital-brand-awareness section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-digital-brand-awareness section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-digital-brand-awareness section.banner .banner-hero .hero-img {
        right: -120px;
    }
    .page-digital-brand-awareness section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-covid-19-support .banner-background {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-support-01.jpg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-covid-19-support .banner-background.nitro-lazy {
    background-image: none !important;
}
.page-covid-19-support .banner-background section.banner {
    background-color: rgba(28, 123, 118, 0.01);
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"),
        radial-gradient(at bottom, rgba(15, 236, 223, 0.85), rgba(6, 77, 71, 0.85));
}
.page-covid-19-support .banner-background section.banner.nitro-lazy {
    background-image: none !important;
}
.page-covid-19-support .banner-background section.banner .banner-hero .page-heading {
    width: 730px;
}
.page-covid-19-support .banner-background section.banner .banner-hero .hero-img {
    right: -58px;
    bottom: -170px;
}
.page-covid-19-support .banner-background section.banner .extra-proposal p {
    font-family: 'VAG Rounded';
    font-size: 15px;
    line-height: 1.53em;
    margin: 0;
}
@media (min-width: 992px) {
    .page-covid-19-support .banner-background .banner-hero .hero-img {
        bottom: -160px;
    }
}
@media (min-width: 1024px) {
    .page-covid-19-support .banner-background .banner-hero .hero-img {
        right: -60px;
    }
}
@media (max-width: 768px) {
    .page-covid-19-support .banner-background section.banner .banner-hero .page-heading {
        width: auto;
    }
}
@media (max-width: 1024px) {
    .page-company-values section.banner video {
        position: relative;
        top: 0;
        z-index: 9;
    }
    .page-company-values section.banner .gradient {
        display: block;
        position: absolute;
        top: 0;
    }
    .page-company-values section.banner .gradient h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .page-company-values section.banner .gradient h1 span {
        font-size: 4rem;
    }
}
@media (max-width: 991px) {
    .page-company-values section.banner {
        height: auto;
        box-shadow: inset 0 -50px 50px -50px #000;
    }
    .page-company-values section.banner video {
        display: none;
    }
    .page-company-values section.banner .gradient {
        display: block;
        position: relative;
        padding: 10vh 0;
        background: unset;
    }
    .page-company-values section.banner .gradient h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .page-company-values section.banner .gradient h1 span {
        font-size: 4rem;
    }
}
@media (min-width: 992px) {
    .page-cpas-ads section.banner .banner-hero .banner-hero-cont,
    .page-th-cpas-ads section.banner .banner-hero .banner-hero-cont {
        max-width: 620px;
    }
    .page-cpas-ads section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-cpas-ads section.banner .banner-hero .banner-hero-cont h2.bold-lg,
    .page-th-cpas-ads section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-th-cpas-ads section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -50px;
    }
    .page-cpas-ads section.banner .banner-hero .hero-img,
    .page-th-cpas-ads section.banner .banner-hero .hero-img {
        right: -180px;
    }
    .page-cpas-ads section.banner .banner-hero .hero-img .hero-name,
    .page-th-cpas-ads section.banner .banner-hero .hero-img .hero-name {
        position: absolute;
        width: 100%;
        bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .page-cpas-ads section.banner .banner-hero .hero-img,
    .page-th-cpas-ads section.banner .banner-hero .hero-img {
        right: -80px;
    }
}
.page-th-cpas-ads section.banner .banner-hero .page-heading {
    font-size: 42px;
}
@media (min-width: 992px) {
    .page-th-cpas-ads section.banner .banner-hero .banner-hero-cont h1.bold-lg,
    .page-th-cpas-ads section.banner .banner-hero .banner-hero-cont h2.bold-lg {
        margin-right: -170px;
    }
}
.page-booking-confirmation section.banner,
.page-template-page-contact section.banner,
.page-thank-you section.banner,
.page-thank-you-orm section.banner {
    background-image: url("img/bg-contactus.jpg");
    background-position: 50%;
    background-size: cover;
}
.page-booking-confirmation section.banner.nitro-lazy,
.page-contact-us section.banner.nitro-lazy,
.page-thank-you section.banner.nitro-lazy,
.page-thank-you-orm section.banner.nitro-lazy {
    background-image: none !important;
}
.page-sentr section.banner .banner-hero .hero-img {
    right: -61px;
    bottom: -61px;
}
@media (max-width: 1440px) {
    .page-sentr section.banner .banner-hero .hero-img {
        right: -75px;
    }
    .page-sentr section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 95%;
    }
}
@media (max-width: 1199px) {
    .page-sentr section.banner .banner-hero .hero-img {
        right: -190px;
    }
    .page-sentr section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .page-sentr section.banner .banner-hero .hero-img {
        right: -170px;
    }
    .page-sentr section.banner .banner-hero .hero-img img.img-fluid {
        max-width: 85%;
    }
}
.page-lets-relax-case-study section.banner,
.page-spice-roads-case-study section.banner {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/spice-roads-case-study-banner.jpg");
    background-position: bottom;
    background-size: cover;
    min-height: 700px;
}
.page-lets-relax-case-study section.banner.nitro-lazy,
.page-spice-roads-case-study section.banner.nitro-lazy {
    background-image: none !important;
}
.page-lets-relax-case-study .banner-separator,
.page-spice-roads-case-study .banner-separator {
    line-height: 600px;
    background-position: 50%;
    background-size: cover;
    min-height: 50vh;
}
.page-spice-roads-case-study section.banner {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/spice-roads-case-study-banner.jpg");
}
.page-spice-roads-case-study section.banner.nitro-lazy {
    background-image: none !important;
}
.page-spice-roads-case-study .banner-separator {
    min-height: 60vh;
}
.page-spice-roads-case-study #banner-separator-1 {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/spice-roads-case-study-banner-separator-1.jpg");
    background-position: 100%;
}
.page-spice-roads-case-study #banner-separator-1.nitro-lazy {
    background-image: none !important;
}
.page-spice-roads-case-study #banner-separator-2 {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/spice-roads-case-study-banner-separator-2.jpg");
}
.page-spice-roads-case-study #banner-separator-2.nitro-lazy {
    background-image: none !important;
}
.page-lets-relax-case-study section.banner {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/lets-relax-case-study-banner.jpg");
}
.page-lets-relax-case-study section.banner.nitro-lazy {
    background-image: none !important;
}
.page-lets-relax-case-study .banner-separator {
    min-height: 40vh;
}
.page-lets-relax-case-study #banner-separator-1 {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/lets-relax-case-study-banner-separator-1.jpg");
    background-position: 100%;
}
.page-lets-relax-case-study #banner-separator-1.nitro-lazy {
    background-image: none !important;
}
.page-lets-relax-case-study #banner-separator-2 {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/lets-relax-case-study-banner-separator-2.jpg");
}
.page-lets-relax-case-study #banner-separator-2.nitro-lazy {
    background-image: none !important;
}
@media (min-width: 992px) {
    .page-line-advertising .hero-img {
        top: 0 !important;
        right: -20px !important;
    }
}
@media (max-width: 1023px) {
    .page .banner .page-heading {
        color: #fff;
        text-align: center;
        font-size: 42px;
        position: relative;
        line-height: 1.1em;
        margin-right: 0;
    }
    .page .banner .page-subheading {
        color: #f0f0f0;
        font-size: 20px;
        margin-top: 30px;
    }
}
section.banner-company-values {
    max-height: 700px;
    position: relative;
    background-position: top;
    background-size: cover;
    background: #21a7a0;
    padding: 0;
    line-height: 0;
}
section.banner-company-values video {
    position: absolute;
    right: 0;
    top: -80px;
    min-width: 100%;
    min-height: 100%;
    max-height: 70vw;
    max-width: 100%;
}
section.banner-company-values .gradient {
    background: linear-gradient(90deg, rgba(33, 167, 160, 0.95), rgba(33, 167, 160, 0));
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 25vh;
    padding-bottom: 10vh;
}
section.banner-company-values .gradient h1,
section.banner-company-values .gradient p {
    text-align: left;
}
section.banner-company-values .gradient h1 {
    font-weight: 600;
    line-height: 6rem;
    font-size: 5rem;
}
section.banner-company-values .gradient h1 span {
    font-size: 7rem;
    font-weight: 400;
}
section.banner-company-values .gradient p {
    max-width: 450px;
}
.menu_email  {
	flex:1;
	text-align:center;
}
.menu_email a {
	font-size:20px;
	color:#fff;
}
@media (max-width: 991px) {
    .page-home section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-mark-02.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 380px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 13px), 50% calc(50% + 18px), top;
    }
    .page-home section.banner .quote-form.quote-form-big {
        padding-top: 0 !important;
    }
    .page-cpas-ads section.banner,
    .page-th-cpas-ads section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/shutterstock_1504794443.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 380px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 15px), 50% calc(50% + 15px), top;
    }
    .page-cpas-ads section.banner.nitro-lazy,
    .page-th-cpas-ads section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-cpas-ads section.banner .quote-form.quote-form-big,
    .page-th-cpas-ads section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-e-commerce section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-ecommerce-2.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 280px, auto 400px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-e-commerce section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-e-commerce section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-digital-brand-awareness section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-digital-brand-awareness.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 280px, auto 400px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-digital-brand-awareness section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-digital-brand-awareness section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-lead-generation-marketing section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-lead-generation.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 280px, auto 400px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-lead-generation-marketing section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-lead-generation-marketing section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-e-commerce-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-e-commerce-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 324px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-e-commerce-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-e-commerce-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-magento-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-magento-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 365px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-magento-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-magento-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-woocommerce-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-woocommerce-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 370px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 17px), top;
    }
    .page-woocommerce-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-woocommerce-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-shopify-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-shopify.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 320px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 17px), top;
    }
    .page-shopify-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-shopify-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-google-ads section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-google-ads.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 322px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 19px), 50% calc(50% + 14px), top;
    }
    .page-google-ads section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-google-ads section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-google-shopping section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-google-shopping.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 342px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% + 4px), 50% calc(50% + 36px), top;
    }
    .page-google-shopping section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-google-shopping section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-facebook-advertising section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-facebook-advertising.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 377px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-facebook-advertising section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-facebook-advertising section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-instagram-advertising section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-instagram-advertising.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 361px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-instagram-advertising section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-instagram-advertising section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-line-advertising section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-line-advertising.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 422px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-line-advertising section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-line-advertising section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-tik-tok-advertising section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-tik-tok-advertising.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 355px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% + 11px), 50% calc(50% + 43px), top;
    }
    .page-tik-tok-advertising section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-tik-tok-advertising section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-display-advertising section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-display-advertising.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 313px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% + 4px), 50% calc(50% + 36px), top;
    }
    .page-display-advertising section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-display-advertising section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-programmatic-advertising section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-programmatic-advertising.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 387px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-programmatic-advertising section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-programmatic-advertising section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-remarketing section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-remarketing.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 371px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% + 4px), 50% calc(50% + 36px), top;
    }
    .page-remarketing section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-remarketing section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 403px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-seo-audit section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/seo-audit-hero.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 299px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% + 57px), 50% calc(50% + 89px), top;
    }
    .page-seo-audit section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-seo-audit section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-local-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-local-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 322px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-local-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-local-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-enterprise-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-enterprise-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 280px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-enterprise-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-enterprise-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-international-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-international-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 421px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-international-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-international-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-video-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-video-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 373px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-video-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-video-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-mobile-seo section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-mobile-seo.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 363px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-mobile-seo section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-mobile-seo section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-link-building section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-link-building.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 351px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-link-building section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-link-building section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-google-penalty section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-google-penalty.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 346px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% + 4px), 50% calc(50% + 36px), top;
    }
    .page-google-penalty section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-google-penalty section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-social-media section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-social-media.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 340px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-social-media section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-social-media section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-content-marketing section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-content-marketing.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 293px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-content-marketing section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-content-marketing section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-influencer-marketing section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-influencer-marketing.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 345px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-influencer-marketing section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-influencer-marketing section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-online-reputation-management section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-online-reputation-management.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 356px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-online-reputation-management section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-online-reputation-management section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-fmcg section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-fmcg.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 405px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-fmcg section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-fmcg section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-retail section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-retail.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 362px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-retail section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-retail section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-health-beauty section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-healthy-beauty.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 360px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-health-beauty section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-health-beauty section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-luxury-goods section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-luxury-goods.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 348px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-luxury-goods section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-luxury-goods section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-b2b section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-b2b.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 373px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 37px), 50% calc(50% - 5px), top;
    }
    .page-b2b section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-b2b section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-education section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-education.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 387px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-education section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-education section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-insurance section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-insurance.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 377px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-insurance section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-insurance section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-real-estate section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-real-estate.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 342px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-real-estate section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-real-estate section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-travel section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-travel.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 325px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-travel section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-travel section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-finance section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-finance-banking.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 318px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-finance section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-finance section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-partnerships section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-guy-02.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 264px, auto 410px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 12px), 50% calc(50% + 10px), top;
    }
    .page-partnerships section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-partnerships section.banner .quote-form.quote-form-mid {
        padding-top: 350px;
    }
    .page-crm section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-crm.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 344px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-crm section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-crm section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-removify-reviews section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/img-feat_content_removal.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 410px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% + 33px), 50% calc(50% + 58px), top;
    }
    .page-removify-reviews section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-removify-reviews section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-design-development section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-design-develop.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 369px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-design-development section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-design-development section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page-sentr section.banner {
        background-color: #2dbdb6;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-sentr.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-repeat: no-repeat, no-repeat;
        background-size: 315px, auto 430px, cover;
        background-origin: border-box;
        background-position: 50% calc(50% - 14px), 50% calc(50% + 18px), top;
    }
    .page-sentr section.banner.nitro-lazy {
        background-image: none !important;
    }
    .page-sentr section.banner .quote-form.quote-form-big {
        padding-top: 350px;
    }
    .page section.banner .quote-form.quote-form-big {
        padding-top: 0;
    }
	section.section-featured {
		padding:0;
	}
    .page-home section.banner.nitro-lazy {
        background-image: none !important;
    }
}
@media (max-width: 767px) {
    .page-home section.banner {
        background-position: 50% calc(50% - 189px), 50% calc(50% - 163px), top;
        background-size: 380px, auto 420px, cover;
    }
    .page-home section.banner .quote-form.quote-form-big {
        padding-top: 0;
    }
    .page-e-commerce section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 343px, auto 420px, cover;
    }
    .page-e-commerce-seo section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 324px, auto 420px, cover;
    }
    .page-magento-seo section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 365px, auto 420px, cover;
    }
    .page-woocommerce-seo section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 370px, auto 420px, cover;
    }
    .page-shopify-seo section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 320px, auto 420px, cover;
    }
    .page-google-ads section.banner {
        background-position: 50% calc(50% - 61px), 50% calc(50% - 35px), top;
        background-size: 322px, auto 420px, cover;
    }
    .page-google-shopping section.banner {
        background-position: 50% calc(50% - 61px), 50% calc(50% - 35px), top;
        background-size: 342px, auto 420px, cover;
    }
    .page-facebook-advertising section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 377px, auto 420px, cover;
    }
    .page-instagram-advertising section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 361px, auto 420px, cover;
    }
    .page-line-advertising section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 422px, auto 420px, cover;
    }
    .page-tik-tok-advertising section.banner {
        background-position: 50% calc(50% - 14px), 50% calc(50% + 13px), top;
        background-size: 355px, auto 420px, cover;
    }
    .page-display-advertising section.banner {
        background-position: 50% calc(50% - 39px), 50% calc(50% - 12px), top;
        background-size: 313px, auto 420px, cover;
    }
    .page-programmatic-advertising section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 387px, auto 420px, cover;
    }
    .page-remarketing section.banner {
        background-position: 50% calc(50% - 61px), 50% calc(50% - 35px), top;
        background-size: 371px, auto 420px, cover;
    }
    .page-seo section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 403px, auto 420px, cover;
    }
    .page-seo-audit section.banner {
        background-position: 50% calc(50% + 55px), 50% calc(50% + 82px), top;
        background-size: 299px, auto 420px, cover;
    }
    .page-local-seo section.banner {
        background-size: 322px, auto 420px, cover;
    }
    .page-enterprise-seo section.banner,
    .page-local-seo section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
    }
    .page-enterprise-seo section.banner {
        background-size: 280px, auto 420px, cover;
    }
    .page-international-seo section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 421px, auto 420px, cover;
    }
    .page-video-seo section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 373px, auto 420px, cover;
    }
    .page-mobile-seo section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 363px, auto 420px, cover;
    }
    .page-link-building section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 351px, auto 420px, cover;
    }
    .page-google-penalty section.banner {
        background-position: 50% calc(50% - 38px), 50% calc(50% - 12px), top;
        background-size: 346px, auto 420px, cover;
    }
    .page-social-media section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 340px, auto 420px, cover;
    }
    .page-content-marketing section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 293px, auto 420px, cover;
    }
    .page-influencer-marketing section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 345px, auto 420px, cover;
    }
    .page-online-reputation-management section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 356px, auto 420px, cover;
    }
    .page-fmcg section.banner {
        background-size: 405px, auto 420px, cover;
    }
    .page-fmcg section.banner,
    .page-retail section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
    }
    .page-retail section.banner {
        background-size: 362px, auto 420px, cover;
    }
    .page-health-beauty section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 360px, auto 420px, cover;
    }
    .page-luxury-goods section.banner {
        background-size: 348px, auto 420px, cover;
    }
    .page-b2b section.banner,
    .page-luxury-goods section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
    }
    .page-b2b section.banner {
        background-size: 373px, auto 420px, cover;
    }
    .page-education section.banner {
        background-size: 387px, auto 420px, cover;
    }
    .page-education section.banner,
    .page-insurance section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
    }
    .page-insurance section.banner {
        background-size: 377px, auto 420px, cover;
    }
    .page-real-estate section.banner {
        background-size: 342px, auto 420px, cover;
    }
    .page-real-estate section.banner,
    .page-travel section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
    }
    .page-travel section.banner {
        background-size: 325px, auto 420px, cover;
    }
    .page-finance section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 318px, auto 420px, cover;
    }
    .page-partnerships section.banner {
        background-position: 50% calc(50% - 192px), 50% calc(50% - 172px), top;
        background-size: 264px, auto 410px, cover;
    }
    .page-crm section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 344px, auto 410px, cover;
    }
    .page-removify-reviews section.banner {
        background-position: 50% calc(50% - 8px), 50% calc(50% + 5px), top;
        background-size: 410px, auto 410px, cover;
    }
    .page-design-development section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 369px, auto 420px, cover;
    }
    .page-sentr section.banner {
        background-position: 50% calc(50% - 213px), 50% calc(50% - 186px), top;
        background-size: 315px, auto 420px, cover;
    }
    .page section.banner .quote-form.quote-form-big {
        padding-top: 0;
    }
	section.section-featured {
		padding:0;
	}
}
@media (max-width: 380px) {
    .page-home section.banner {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/hero-mark-02.png"),
            url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png"), linear-gradient(201.1deg, #2dbdb6, #21a7a0);
        background-position: 50% calc(50% - 196px), 50% calc(50% - 169px), top;
        background-size: 270px, auto 320px, cover;
    }
    .page-home section.banner .quote-form.quote-form-big {
        padding-top: 0;
    }
    .page-e-commerce section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 245px, auto 320px, cover;
    }
    .page-e-commerce section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-e-commerce-seo section.banner {
        background-position: 50% calc(50% - 172px), 50% calc(50% - 146px), top;
        background-size: 232px, auto 320px, cover;
    }
    .page-e-commerce-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-magento-seo section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 261px, auto 320px, cover;
    }
    .page-magento-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-woocommerce-seo section.banner {
        background-position: 50% calc(50% - 172px), 50% calc(50% - 146px), top;
        background-size: 264px, auto 320px, cover;
    }
    .page-woocommerce-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-shopify-seo section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 229px, auto 320px, cover;
    }
    .page-shopify-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-google-ads section.banner {
        background-position: 50% calc(50% - 44px), 50% calc(50% - 18px), top;
        background-size: 230px, auto 320px, cover;
    }
    .page-google-ads section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-google-shopping section.banner {
        background-position: 50% calc(50% - 21px), 50% calc(50% + 5px), top;
        background-size: 245px, auto 320px, cover;
    }
    .page-google-shopping section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-facebook-advertising section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 269px, auto 320px, cover;
    }
    .page-facebook-advertising section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-instagram-advertising section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 258px, auto 320px, cover;
    }
    .page-instagram-advertising section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-line-advertising section.banner {
        background-position: 50% calc(50% - 167px), 50% calc(50% - 140px), top;
        background-size: 302px, auto 320px, cover;
    }
    .page-line-advertising section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-tik-tok-advertising section.banner {
        background-position: 50% calc(50% + 32px), 50% calc(50% + 59px), top;
        background-size: 254px, auto 320px, cover;
    }
    .page-tik-tok-advertising section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-display-advertising section.banner {
        background-position: 50% calc(50% + 2px), 50% calc(50% + 28px), top;
        background-size: 224px, auto 320px, cover;
    }
    .page-display-advertising section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-programmatic-advertising section.banner {
        background-position: 50% calc(50% - 127px), 50% calc(50% - 100px), top;
        background-size: 277px, auto 320px, cover;
    }
    .page-programmatic-advertising section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-remarketing section.banner {
        background-position: 50% calc(50% + 2px), 50% calc(50% + 28px), top;
        background-size: 265px, auto 320px, cover;
    }
    .page-remarketing section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-seo section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 288px, auto 320px, cover;
    }
    .page-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-seo-audit section.banner {
        background-position: 50% calc(50% + 95px), 50% calc(50% + 122px), top;
        background-size: 214px, auto 320px, cover;
    }
    .page-seo-audit section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-local-seo section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 230px, auto 320px, cover;
    }
    .page-local-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-enterprise-seo section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 200px, auto 320px, cover;
    }
    .page-enterprise-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-international-seo section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 300px, auto 320px, cover;
    }
    .page-international-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-video-seo section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 267px, auto 320px, cover;
    }
    .page-video-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-mobile-seo section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 259px, auto 320px, cover;
    }
    .page-mobile-seo section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-link-building section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 251px, auto 320px, cover;
    }
    .page-link-building section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-google-penalty section.banner {
        background-position: 50% calc(50% + 2px), 50% calc(50% + 28px), top;
        background-size: 247px, auto 320px, cover;
    }
    .page-google-penalty section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-social-media section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 242px, auto 320px, cover;
    }
    .page-social-media section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-content-marketing section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 210px, auto 320px, cover;
    }
    .page-content-marketing section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-influencer-marketing section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 246px, auto 320px, cover;
    }
    .page-influencer-marketing section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-online-reputation-management section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 254px, auto 320px, cover;
    }
    .page-online-reputation-management section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-fmcg section.banner {
        background-position: 50% calc(50% - 167px), 50% calc(50% - 140px), top;
        background-size: 290px, auto 320px, cover;
    }
    .page-fmcg section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-retail section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 259px, auto 320px, cover;
    }
    .page-retail section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-health-beauty section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 257px, auto 320px, cover;
    }
    .page-health-beauty section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-luxury-goods section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 249px, auto 320px, cover;
    }
    .page-luxury-goods section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-b2b section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 266px, auto 320px, cover;
    }
    .page-b2b section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-education section.banner {
        background-position: 50% calc(50% - 167px), 50% calc(50% - 140px), top;
        background-size: 276px, auto 320px, cover;
    }
    .page-education section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-insurance section.banner {
        background-position: 50% calc(50% - 167px), 50% calc(50% - 140px), top;
        background-size: 269px, auto 320px, cover;
    }
    .page-insurance section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-real-estate section.banner {
        background-position: 50% calc(50% - 167px), 50% calc(50% - 140px), top;
        background-size: 245px, auto 320px, cover;
    }
    .page-real-estate section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-travel section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 233px, auto 320px, cover;
    }
    .page-travel section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-finance section.banner {
        background-position: 50% calc(50% - 190px), 50% calc(50% - 163px), top;
        background-size: 227px, auto 320px, cover;
    }
    .page-finance section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-partnerships section.banner {
        background-position: 50% calc(50% - 183px), 50% calc(50% - 165px), top;
        background-size: 264px, auto 400px, cover;
    }
    .page-partnerships section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-crm section.banner {
        background-position: 50% calc(50% - 173px), 50% calc(50% - 146px), top;
        background-size: 246px, auto 320px, cover;
    }
    .page-crm section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-removify-reviews section.banner {
        background-position: 50% calc(50% + 8px), 50% calc(50% + 53px), top;
        background-size: 239px, auto 320px, cover;
    }
    .page-removify-reviews section.banner .quote-form.quote-form-big {
        padding-top: 200px;
    }
    .page-design-development section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 264px, auto 320px, cover;
    }
    .page-design-development section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-sentr section.banner {
        background-position: 50% calc(50% - 150px), 50% calc(50% - 123px), top;
        background-size: 225px, auto 320px, cover;
    }
    .page-sentr section.banner .quote-form.quote-form-big {
        padding-top: 250px;
    }
    .page-cpas-ads section.banner {
        background-size: 260px, auto 320px, cover;
    }
    .page section.banner .quote-form.quote-form-big {
        padding-top: 150px;
    }
    .page-home section.banner.nitro-lazy {
        background-image: none !important;
    }
}
.iti-mobile section.banner.banner-md .quote-form.quote-form-big,
.iti-mobile section.banner.banner-sm .quote-form.quote-form-big {
    padding-top: 350px;
}
.iti-mobile section.banner.banner-ip6 .quote-form.quote-form-big {
    padding-top: 250px;
}
.page-home section.banner.banner-lg,
.page-home section.banner.banner-md {
    background-size: 380px, auto 510px, cover !important;
}
.page-home section.banner.banner-sm {
    background-size: 380px, auto 470px, cover !important;
}
.page-home section.banner.banner-ip6 {
    background-size: 270px, auto 350px, cover !important;
}
.page-e-commerce section.banner.banner-lg,
.page-e-commerce section.banner.banner-md {
    background-size: 343px, auto 510px, cover !important;
}
.page-e-commerce section.banner.banner-sm {
    background-size: 343px, auto 470px, cover !important;
}
.page-e-commerce section.banner.banner-ip6 {
    background-size: 245px, auto 350px, cover !important;
}
.page-e-commerce-seo section.banner.banner-lg,
.page-e-commerce-seo section.banner.banner-md {
    background-size: 324px, auto 510px, cover !important;
}
.page-e-commerce-seo section.banner.banner-sm {
    background-size: 324px, auto 470px, cover !important;
}
.page-e-commerce-seo section.banner.banner-ip6 {
    background-size: 232px, auto 350px, cover !important;
}
.page-magento-seo section.banner.banner-lg,
.page-magento-seo section.banner.banner-md {
    background-size: 365px, auto 510px, cover !important;
}
.page-magento-seo section.banner.banner-sm {
    background-size: 365px, auto 470px, cover !important;
}
.page-magento-seo section.banner.banner-ip6 {
    background-size: 261px, auto 350px, cover !important;
}
.page-woocommerce-seo section.banner.banner-lg,
.page-woocommerce-seo section.banner.banner-md {
    background-size: 370px, auto 510px, cover !important;
}
.page-woocommerce-seo section.banner.banner-sm {
    background-size: 370px, auto 470px, cover !important;
}
.page-woocommerce-seo section.banner.banner-ip6 {
    background-size: 264px, auto 350px, cover !important;
}
.page-shopify-seo section.banner.banner-lg,
.page-shopify-seo section.banner.banner-md {
    background-size: 320px, auto 510px, cover !important;
}
.page-shopify-seo section.banner.banner-sm {
    background-size: 320px, auto 470px, cover !important;
}
.page-shopify-seo section.banner.banner-ip6 {
    background-size: 229px, auto 350px, cover !important;
}
.page-google-ads section.banner.banner-lg,
.page-google-ads section.banner.banner-md {
    background-size: 322px, auto 510px, cover !important;
}
.page-google-ads section.banner.banner-sm {
    background-size: 322px, auto 470px, cover !important;
}
.page-google-ads section.banner.banner-ip6 {
    background-size: 230px, auto 350px, cover !important;
}
.page-google-shopping section.banner.banner-lg,
.page-google-shopping section.banner.banner-md {
    background-size: 342px, auto 510px, cover !important;
}
.page-google-shopping section.banner.banner-sm {
    background-size: 342px, auto 470px, cover !important;
}
.page-google-shopping section.banner.banner-ip6 {
    background-size: 245px, auto 350px, cover !important;
}
.page-facebook-advertising section.banner.banner-lg,
.page-facebook-advertising section.banner.banner-md {
    background-size: 377px, auto 510px, cover !important;
}
.page-facebook-advertising section.banner.banner-sm {
    background-size: 377px, auto 470px, cover !important;
}
.page-facebook-advertising section.banner.banner-ip6 {
    background-size: 269px, auto 350px, cover !important;
}
.page-instagram-advertising section.banner.banner-lg,
.page-instagram-advertising section.banner.banner-md {
    background-size: 361px, auto 510px, cover !important;
}
.page-instagram-advertising section.banner.banner-sm {
    background-size: 361px, auto 470px, cover !important;
}
.page-instagram-advertising section.banner.banner-ip6 {
    background-size: 258px, auto 350px, cover !important;
}
.page-line-advertising section.banner.banner-lg,
.page-line-advertising section.banner.banner-md {
    background-size: 422px, auto 510px, cover !important;
}
.page-line-advertising section.banner.banner-sm {
    background-size: 422px, auto 470px, cover !important;
}
.page-line-advertising section.banner.banner-ip6 {
    background-size: 302px, auto 350px, cover !important;
}
.page-tik-tok-advertising section.banner.banner-lg,
.page-tik-tok-advertising section.banner.banner-md {
    background-size: 355px, auto 510px, cover !important;
}
.page-tik-tok-advertising section.banner.banner-sm {
    background-size: 355px, auto 470px, cover !important;
}
.page-tik-tok-advertising section.banner.banner-ip6 {
    background-size: 254px, auto 350px, cover !important;
}
.page-display-advertising section.banner.banner-lg,
.page-display-advertising section.banner.banner-md {
    background-size: 313px, auto 510px, cover !important;
}
.page-display-advertising section.banner.banner-sm {
    background-size: 313px, auto 470px, cover !important;
}
.page-display-advertising section.banner.banner-ip6 {
    background-size: 224px, auto 350px, cover !important;
}
.page-programmatic-advertising section.banner.banner-lg,
.page-programmatic-advertising section.banner.banner-md {
    background-size: 387px, auto 510px, cover !important;
}
.page-programmatic-advertising section.banner.banner-sm {
    background-size: 387px, auto 470px, cover !important;
}
.page-programmatic-advertising section.banner.banner-ip6 {
    background-size: 277px, auto 350px, cover !important;
}
.page-remarketing section.banner.banner-lg,
.page-remarketing section.banner.banner-md {
    background-size: 371px, auto 510px, cover !important;
}
.page-remarketing section.banner.banner-sm {
    background-size: 371px, auto 470px, cover !important;
}
.page-remarketing section.banner.banner-ip6 {
    background-size: 265px, auto 350px, cover !important;
}
.page-seo section.banner.banner-lg,
.page-seo section.banner.banner-md {
    background-size: 403px, auto 510px, cover !important;
}
.page-seo section.banner.banner-sm {
    background-size: 403px, auto 470px, cover !important;
}
.page-seo section.banner.banner-ip6 {
    background-size: 288px, auto 350px, cover !important;
}
.page-seo-audit section.banner.banner-lg,
.page-seo-audit section.banner.banner-md {
    background-size: 299px, auto 510px, cover !important;
}
.page-seo-audit section.banner.banner-sm {
    background-size: 299px, auto 470px, cover !important;
}
.page-seo-audit section.banner.banner-ip6 {
    background-size: 214px, auto 350px, cover !important;
}
.page-local-seo section.banner.banner-lg,
.page-local-seo section.banner.banner-md {
    background-size: 322px, auto 510px, cover !important;
}
.page-local-seo section.banner.banner-sm {
    background-size: 322px, auto 470px, cover !important;
}
.page-local-seo section.banner.banner-ip6 {
    background-size: 230px, auto 350px, cover !important;
}
.page-enterprise-seo section.banner.banner-lg,
.page-enterprise-seo section.banner.banner-md {
    background-size: 280px, auto 510px, cover !important;
}
.page-enterprise-seo section.banner.banner-sm {
    background-size: 280px, auto 470px, cover !important;
}
.page-enterprise-seo section.banner.banner-ip6 {
    background-size: 200px, auto 350px, cover !important;
}
.page-international-seo section.banner.banner-lg,
.page-international-seo section.banner.banner-md {
    background-size: 421px, auto 510px, cover !important;
}
.page-international-seo section.banner.banner-sm {
    background-size: 421px, auto 470px, cover !important;
}
.page-international-seo section.banner.banner-ip6 {
    background-size: 300px, auto 350px, cover !important;
}
.page-video-seo section.banner.banner-lg,
.page-video-seo section.banner.banner-md {
    background-size: 373px, auto 510px, cover !important;
}
.page-video-seo section.banner.banner-sm {
    background-size: 373px, auto 470px, cover !important;
}
.page-video-seo section.banner.banner-ip6 {
    background-size: 267px, auto 350px, cover !important;
}
.page-mobile-seo section.banner.banner-lg,
.page-mobile-seo section.banner.banner-md {
    background-size: 363px, auto 510px, cover !important;
}
.page-mobile-seo section.banner.banner-sm {
    background-size: 363px, auto 470px, cover !important;
}
.page-mobile-seo section.banner.banner-ip6 {
    background-size: 259px, auto 350px, cover !important;
}
.page-link-building section.banner.banner-lg,
.page-link-building section.banner.banner-md {
    background-size: 351px, auto 510px, cover !important;
}
.page-link-building section.banner.banner-sm {
    background-size: 351px, auto 470px, cover !important;
}
.page-link-building section.banner.banner-ip6 {
    background-size: 251px, auto 350px, cover !important;
}
.page-google-penalty section.banner.banner-lg,
.page-google-penalty section.banner.banner-md {
    background-size: 346px, auto 510px, cover !important;
}
.page-google-penalty section.banner.banner-sm {
    background-size: 346px, auto 470px, cover !important;
}
.page-google-penalty section.banner.banner-ip6 {
    background-size: 247px, auto 350px, cover !important;
}
.page-social-media section.banner.banner-lg,
.page-social-media section.banner.banner-md {
    background-size: 340px, auto 510px, cover !important;
}
.page-social-media section.banner.banner-sm {
    background-size: 340px, auto 470px, cover !important;
}
.page-social-media section.banner.banner-ip6 {
    background-size: 242px, auto 350px, cover !important;
}
.page-content-marketing section.banner.banner-lg,
.page-content-marketing section.banner.banner-md {
    background-size: 293px, auto 510px, cover !important;
}
.page-content-marketing section.banner.banner-sm {
    background-size: 293px, auto 470px, cover !important;
}
.page-content-marketing section.banner.banner-ip6 {
    background-size: 210px, auto 350px, cover !important;
}
.page-influencer-marketing section.banner.banner-lg,
.page-influencer-marketing section.banner.banner-md {
    background-size: 345px, auto 510px, cover !important;
}
.page-influencer-marketing section.banner.banner-sm {
    background-size: 345px, auto 470px, cover !important;
}
.page-influencer-marketing section.banner.banner-ip6 {
    background-size: 246px, auto 350px, cover !important;
}
.page-online-reputation-management section.banner.banner-lg,
.page-online-reputation-management section.banner.banner-md {
    background-size: 356px, auto 510px, cover !important;
}
.page-online-reputation-management section.banner.banner-sm {
    background-size: 356px, auto 470px, cover !important;
}
.page-online-reputation-management section.banner.banner-ip6 {
    background-size: 254px, auto 350px, cover !important;
}
.page-fmcg section.banner.banner-lg,
.page-fmcg section.banner.banner-md {
    background-size: 405px, auto 510px, cover !important;
}
.page-fmcg section.banner.banner-sm {
    background-size: 405px, auto 470px, cover !important;
}
.page-fmcg section.banner.banner-ip6 {
    background-size: 290px, auto 350px, cover !important;
}
.page-retail section.banner.banner-lg,
.page-retail section.banner.banner-md {
    background-size: 362px, auto 510px, cover !important;
}
.page-retail section.banner.banner-sm {
    background-size: 362px, auto 470px, cover !important;
}
.page-retail section.banner.banner-ip6 {
    background-size: 259px, auto 350px, cover !important;
}
.page-health-beauty section.banner.banner-lg,
.page-health-beauty section.banner.banner-md {
    background-size: 360px, auto 510px, cover !important;
}
.page-health-beauty section.banner.banner-sm {
    background-size: 360px, auto 470px, cover !important;
}
.page-health-beauty section.banner.banner-ip6 {
    background-size: 257px, auto 350px, cover !important;
}
.page-luxury-goods section.banner.banner-lg,
.page-luxury-goods section.banner.banner-md {
    background-size: 348px, auto 510px, cover !important;
}
.page-luxury-goods section.banner.banner-sm {
    background-size: 348px, auto 470px, cover !important;
}
.page-luxury-goods section.banner.banner-ip6 {
    background-size: 249px, auto 350px, cover !important;
}
.page-b2b section.banner.banner-lg,
.page-b2b section.banner.banner-md {
    background-size: 373px, auto 510px, cover !important;
}
.page-b2b section.banner.banner-sm {
    background-size: 373px, auto 470px, cover !important;
}
.page-b2b section.banner.banner-ip6 {
    background-size: 266px, auto 350px, cover !important;
}
.page-education section.banner.banner-lg,
.page-education section.banner.banner-md {
    background-size: 387px, auto 510px, cover !important;
}
.page-education section.banner.banner-sm {
    background-size: 387px, auto 470px, cover !important;
}
.page-education section.banner.banner-ip6 {
    background-size: 276px, auto 350px, cover !important;
}
.page-insurance section.banner.banner-lg,
.page-insurance section.banner.banner-md {
    background-size: 377px, auto 510px, cover !important;
}
.page-insurance section.banner.banner-sm {
    background-size: 377px, auto 470px, cover !important;
}
.page-insurance section.banner.banner-ip6 {
    background-size: 269px, auto 350px, cover !important;
}
.page-real-estate section.banner.banner-lg,
.page-real-estate section.banner.banner-md {
    background-size: 342px, auto 510px, cover !important;
}
.page-real-estate section.banner.banner-sm {
    background-size: 342px, auto 470px, cover !important;
}
.page-real-estate section.banner.banner-ip6 {
    background-size: 245px, auto 350px, cover !important;
}
.page-travel section.banner.banner-lg,
.page-travel section.banner.banner-md {
    background-size: 325px, auto 510px, cover !important;
}
.page-travel section.banner.banner-sm {
    background-size: 325px, auto 470px, cover !important;
}
.page-travel section.banner.banner-ip6 {
    background-size: 233px, auto 350px, cover !important;
}
.page-finance section.banner.banner-lg,
.page-finance section.banner.banner-md {
    background-size: 318px, auto 510px, cover !important;
}
.page-finance section.banner.banner-sm {
    background-size: 318px, auto 470px, cover !important;
}
.page-finance section.banner.banner-ip6 {
    background-size: 227px, auto 350px, cover !important;
}
.page-crm section.banner.banner-lg,
.page-crm section.banner.banner-md {
    background-size: 344px, auto 510px, cover !important;
}
.page-crm section.banner.banner-sm {
    background-size: 344px, auto 470px, cover !important;
}
.page-crm section.banner.banner-ip6 {
    background-size: 246px, auto 350px, cover !important;
}
.page-removify-reviews section.banner.banner-lg,
.page-removify-reviews section.banner.banner-md {
    background-size: 410px, auto 510px, cover !important;
}
.page-removify-reviews section.banner.banner-sm {
    background-size: 410px, auto 470px, cover !important;
}
.page-removify-reviews section.banner.banner-ip6 {
    background-size: 239px, auto 350px, cover !important;
}
.page-removify-reviews section.banner.banner-ip6 .quote-form.quote-form-big {
    padding-top: 205px;
}
.page-design-development section.banner.banner-lg,
.page-design-development section.banner.banner-md {
    background-size: 369px, auto 510px, cover !important;
}
.page-design-development section.banner.banner-sm {
    background-size: 369px, auto 470px, cover !important;
}
.page-design-development section.banner.banner-ip6 {
    background-size: 264px, auto 350px, cover !important;
}
.page-sentr section.banner.banner-lg,
.page-sentr section.banner.banner-md {
    background-size: 315px, auto 510px, cover !important;
}
.page-sentr section.banner.banner-sm {
    background-size: 315px, auto 470px, cover !important;
}
.page-sentr section.banner.banner-ip6 {
    background-size: 225px, auto 350px, cover !important;
}
.page-media-roi-calculator section.banner,
.page-seo-roi-calculator section.banner {
    padding-bottom: 150px;
}
.page-media-roi-calculator section.banner h1,
.page-seo-roi-calculator section.banner h1 {
    font-size: 60px;
}
@media (max-width: 1024px) {
    .page-media-roi-calculator section.banner h1,
    .page-seo-roi-calculator section.banner h1 {
        font-size: 55px;
    }
}
@media (max-width: 576px) {
    .page-media-roi-calculator section.banner h1,
    .page-seo-roi-calculator section.banner h1 {
        font-size: 50px;
    }
}
@media (max-width: 375px) {
    .page-media-roi-calculator section.banner h1,
    .page-seo-roi-calculator section.banner h1 {
        font-size: 46px;
    }
}
.page-glossary section.banner {
    background-image: linear-gradient(201.1deg, #2dbdb6, #21a7a0);
    background-position: unset;
    padding-top: 250px;
    padding-bottom: 100px;
    font-family: 'VAG Rounded';
}
@media (max-width: 991px) {
    .page-glossary section.banner {
        padding-top: 130px;
    }
}
.page-glossary section.banner h1 {
    text-align: left;
    font-size: 60px;
    line-height: 55px;
}
@media (max-width: 991px) {
    .page-glossary section.banner h1 {
        text-align: center;
    }
}
.page-glossary section.banner p {
    font-family: 'VAG Rounded';
    text-align: left;
}
@media (max-width: 991px) {
    .page-glossary section.banner p {
        text-align: center;
    }
}
.page-glossary section.banner .page-heading {
    margin: 0;
}
@media (max-width: 991px) {
    .page-faq-seo section.banner,
    .post-type-archive-faq section.banner,
    .tax-faq_categories section.banner {
        padding-top: 130px;
    }
}
.page-faq-seo section.banner h1,
.post-type-archive-faq section.banner h1,
.tax-faq_categories section.banner h1 {
    text-align: left;
    font-size: 60px;
    line-height: 55px;
}
@media (max-width: 991px) {
    .page-faq-seo section.banner h1,
    .post-type-archive-faq section.banner h1,
    .tax-faq_categories section.banner h1 {
        text-align: center;
    }
}
.page-faq-seo section.banner p,
.post-type-archive-faq section.banner p,
.tax-faq_categories section.banner p {
    text-align: left;
    font-family: 'VAG Rounded';
}
@media (max-width: 991px) {
    .page-faq-seo section.banner p,
    .post-type-archive-faq section.banner p,
    .tax-faq_categories section.banner p {
        text-align: center;
    }
}
h1,
h2 {
    color: #202020;
}
h1,
h1.wreathe-bracket strong,
h2,
h2.wreathe-bracket strong {
    font-weight: 300;
}
h1.wreathe-bracket strong:after,
h1.wreathe-bracket strong:before,
h2.wreathe-bracket strong:after,
h2.wreathe-bracket strong:before {
    display: none;
    background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/img-wreathe.png") no-repeat;
    background-size: 23.5px 44px;
    width: 23.5px;
    height: 44px;
    bottom: -5px;
}
h1.wreathe-bracket strong:before,
h2.wreathe-bracket strong:before {
    left: 0;
}
h1.wreathe-bracket strong:after,
h2.wreathe-bracket strong:after {
    right: 0;
}
.text-gray {
    color: #666 !important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-weight: 700;
}
p {
    font-family: 'VAG Rounded';
}
a,
a:focus,
a:hover {
    color: #2dbdb6;
}
.section-blue {
    color: #fff;
    background: linear-gradient(0deg, #2dbdb6, #21a7a0);
}
.section-orange {
    color: #fff;
    background-color: #f26d84;
}
section.section-paragraph.section-bottom-section h4 {
    margin-top: 0;
}
@media (min-width: 768px) {
    h1.wreathe-bracket strong:after,
    h1.wreathe-bracket strong:before,
    h2.wreathe-bracket strong:after,
    h2.wreathe-bracket strong:before {
        background-size: 47px 88px;
        width: 47px;
        height: 88px;
        bottom: -17.5px;
    }
    h1.wreathe-bracket strong:before,
    h2.wreathe-bracket strong:before {
        left: -10px;
    }
    h1.wreathe-bracket strong:after,
    h2.wreathe-bracket strong:after {
        right: -10px;
    }
}
@media (min-width: 992px) {
    h1,
    h2 {
        font-size: 55px;
    }
}
.font-weight-bold-six {
    font-weight: 600 !important;
}
section.section-pictext {
    padding: 0 15px;
}
section.section-pictext p {
    color: #fff;
}
section.section-pictext .pictext-image {
    padding: 0;
}
section.section-pictext .pictext-content {
    padding: 40px 0 20px;
}
@media (min-width: 768px) {
    section.section-pictext h3 {
        line-height: 38px;
    }
    section.section-pictext .pictext-image {
        background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png") no-repeat 50% calc(100% + 65px) / 95% auto;
        align-self: flex-start;
    }
    section.section-pictext .pictext-image img {
        max-width: 200%;
        margin-left: -230px;
    }
    section.section-pictext .pictext-content {
        padding: 50px 0;
    }
}
@media (min-width: 992px) {
    section.section-pictext .pictext-image {
        padding: 60px 25px 0;
    }
    section.section-pictext .pictext-image img {
        max-width: 100%;
        margin-left: 0;
    }
    section.section-pictext .pictext-content {
        padding: 100px 0;
    }
}
section.section-experience h1,
section.section-experience h2 {
    margin-bottom: 10px;
}
section.section-experience p {
    color: #a1a1a1;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    section.section-experience h1,
    section.section-experience h2 {
        margin-bottom: 15px;
    }
    section.section-experience p {
        margin-bottom: 50px;
    }
}
section.section-featured .title {
    color: #202020;
    font-size: 32px;
    font-weight: 300;
    line-height: 37px;
    text-transform: capitalize;
    letter-spacing: normal;
}
section.section-featured .title:after {
    content: "";
    display: block;
    width: 135px;
    height: 3px;
    margin: 13px auto 0;
    background-color: #fdbe57;
}
section.section-featured .title.no-underline {
    text-transform: none;
    max-width: 810px;
    margin: 0 auto;
}
section.section-featured .title.no-underline:after {
    display: none;
}
section.section-featured .title strong {
    font-weight: 700;
}
@media (min-width: 768px) {
    section.section-featured .title:after {
        margin: 13px 0 0;
    }
}
section.section-services {
    padding: 40px 0;
}
section.section-services h1,
section.section-services h2 {
    text-align: center;
    color: #202020;
    max-width: 1000px;
    margin: 0 auto 10px;
}
section.section-services p {
    text-align: center;
    color: #a1a1a1;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 30px;
    max-width: 480px;
}
section.section-services .service-grid .service-box {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    height: 100%;
}
section.section-services .service-grid .service-box h5 {
    font-size: 22px;
    letter-spacing: normal;
    font-weight: 700;
    color: #202020;
    text-transform: none;
}
section.section-services .service-grid .service-box p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    color: #666;
}
section.section-services .service-grid .service-box .service-img {
    height: 160px;
}
section.section-services .service-grid .service-box .proposal-link {
    margin-top: 10px;
}
section.section-services .service-grid .service-box .proposal-link .fp-btn {
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
}
section.section-services .service-grid .service-box .proposal-link .fp-btn.fp-session strong {
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 16px;
    text-align: center;
}
section.section-services .service-grid .service-box .proposal-link .fp-btn.fp-session span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
}
@media (min-width: 768px) {
    section.section-services {
        padding: 100px 0 60px;
    }
    section.section-services h1,
    section.section-services h2 {
        margin-bottom: 15px;
    }
    section.section-services p {
        margin-bottom: 50px;
    }
    section.section-services .service-grid .service-box {
        margin-bottom: 15px;
    }
    section.section-services .service-grid .service-box p {
        min-height: 115px;
    }
}
section.section-service-list h1,
section.section-service-list h2 {
    max-width: 580px;
}
section.section-service-list h4 {
    color: #202020;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
}
section.section-service-list .service-item {
    margin-bottom: 40px;
}
section.section-service-list .service-item .service-img {
    height: 160px;
}
@media (min-width: 768px) {
    section.section-service-list h1,
    section.section-service-list h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    section.section-service-list h4 {
        font-size: 22px;
        line-height: 29px;
    }
}
section.section-ideal-partners {
    background: #f26d84;
}
section.section-ideal-partners ul li:after,
section.section-ideal-partners ul li:before {
    background-color: #f592a3;
}
@media (min-width: 768px) {
    section.section-ideal-partners {
        padding: 110px 0;
    }
    section.section-ideal-partners h1,
    section.section-ideal-partners h2 {
        font-size: 55px;
    }
}
@media (min-width: 768px) {
    .ebook-promo-popup h1,
    .ebook-promo-popup h2,
    section.section-ebook h1,
    section.section-ebook h2 {
        font-size: 35px;
    }
    .ebook-promo-popup .ebook-container img,
    section.section-ebook .ebook-container img {
        max-width: 413px;
    }
}
@media (min-width: 992px) {
    .ebook-promo-popup h1,
    .ebook-promo-popup h2,
    section.section-ebook h1,
    section.section-ebook h2 {
        font-size: 37px;
    }
    .ebook-promo-popup .ebook-container,
    section.section-ebook .ebook-container {
        top: -345px;
    }
}
section.section-paragraph h1,
section.section-paragraph h3 {
    color: #202020;
}
section.section-paragraph h1.highlight,
section.section-paragraph h3.highlight {
    font-weight: 300;
}
section.section-paragraph h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: -15px;
    margin-bottom: 25px;
    color: #202020;
}
section.section-paragraph li {
    font-family: 'VAG Rounded';
}
@media (max-width: 991px) {
    section.section-paragraph .read-more {
        text-align: center;
    }
}
@media (min-width: 768px) {
    section.section-paragraph h1,
    section.section-paragraph h3 {
        font-size: 31px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: normal;
        margin-bottom: 25px;
    }
    section.section-paragraph h1.highlight,
    section.section-paragraph h3.highlight {
        font-size: 55px;
        line-height: 54px;
        margin-bottom: 35px;
    }
    section.section-paragraph h4 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    section.section-paragraph.why-adwords {
        padding: 120px 0;
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/browser-waa.png");
    }
    section.section-paragraph.why-adwords.nitro-lazy {
        background-image: none !important;
    }
}
@media (max-width: 767px) {
    section.section-paragraph.mob-center .img-fluid {
        max-width: 225px;
    }
}
@media (max-width: 576px) {
    section.section-paragraph.mob-center .img-fluid {
        max-width: 150px;
    }
}
.section-plant {
    overflow: hidden;
}
@media (min-width: 1024px) {
    .section-plant .img-plant {
        margin-bottom: -90px;
    }
}
section.section-paragraph-bg {
    background: linear-gradient(0deg, #2dbdb6, #21a7a0);
}
section.section-paragraph-bg h1.long,
section.section-paragraph-bg h2.long {
    max-width: 800px;
}
section.section-paragraph-bg p a {
    color: #fff;
    font-weight: 700;
}
section.section-paragraph-bg.bg-monkey {
    background: linear-gradient(0deg, #2dbdb6, #21a7a0);
}
@media (min-width: 768px) {
    section.section-paragraph-bg h1,
    section.section-paragraph-bg h2 {
        font-size: 32px;
    }
    section.section-paragraph-bg.bg-monkey h1,
    section.section-paragraph-bg.bg-monkey h2 {
        font-size: 42px;
    }
}
section.section-paragraph-blue p.bold-lg {
    font-weight: 500;
}
@media (min-width: 768px) {
    section.section-paragraph-blue h1,
    section.section-paragraph-blue h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    section.section-paragraph-blue p.bold-lg {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    section.section-paragraph-blue .button-cont {
        margin-top: 15px;
    }
}
section.section-process-list h1,
section.section-process-list h2 {
    font-weight: 300;
}
section.section-process-list ul.processes {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    counter-reset: step;
}
section.section-process-list ul.processes li {
    flex: 0 0 100%;
    text-align: center;
    padding: 0 10px;
    margin: 20px auto;
    position: relative;
    font-family: 'VAG Rounded';
}
section.section-process-list ul.processes li:before {
    background-color: #2dbdb6;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 0;
}
section.section-process-list ul.processes li:after {
    background-color: #dcdcdc;
}
@media (min-width: 768px) {
    section.section-process-list h1,
    section.section-process-list h2 {
        font-size: 55px;
        margin-bottom: 20px;
    }
}
section.section-stats {
    padding: 20px 0;
    background: #2dbdb6;
}
section.section-stats .stats .stat sub,
section.section-stats .stats .stat sup {
    font-size: 0.44em;
}
section.section-stats .stats .stat img {
    opacity: 0.7;
}
section.section-stats .stats .desc {
    font-family: 'VAG Rounded';
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 23px;
    text-transform: none;
}
@media (min-width: 768px) {
    section.section-stats {
        padding: 0;
        background: #2dbdb6;
    }
}
section.section-stats .stats .row > .stat-col {
    text-align: center;
}
section.section-stats .stats .row > .stat-col:last-of-type {
    border-right: 0;
}
section.section-casestudy {
    background-position: calc(50% + 371px) 88px;
}
section.section-casestudy h2 {
    margin-bottom: 30px;
}
section.section-casestudy h3 {
    color: #202020;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
section.section-casestudy h3 .separator {
    display: inline-block;
    font-weight: 400;
    margin: 0 5px;
}
section.section-casestudy a {
    color: #f26d84;
    text-decoration: underline;
}
section.section-casestudy ul.tag li {
    background-color: #202020;
    color: #fff;
}
section.section-casestudy .stats {
    margin-left: 0;
    background: 0 0;
    box-shadow: none;
}
section.section-casestudy .stats .desc {
    color: rgba(0, 0, 0, 0.37);
}
section.section-casestudy .stats .stats-container {
    padding: 0;
}
section.section-casestudy .stats .row > * {
    text-align: center;
}
section.section-casestudy .stats .row .col-12 {
    background-color: #2dbdb6;
}
section.section-casestudy .stats .row .col-12:first-child {
    background-color: #f26d84;
    border-radius: 4px 4px 0 0;
}
section.section-casestudy .stats .row .col-12:last-child {
    background-color: #fdbe57;
    border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
    section.section-casestudy {
        padding: 220px 0;
    }
    section.section-casestudy ul.tag {
        float: left;
        margin-right: 15px;
    }
    section.section-casestudy .stats .stat {
        margin-bottom: 25px;
    }
    section.section-casestudy .stats .row {
        justify-content: space-between;
    }
    section.section-casestudy .stats .row > * {
        border-radius: 4px;
        padding: 40px 0;
    }
    section.section-casestudy .stats .row .col-12,
    section.section-casestudy .stats .row .col-12:first-child {
        border-radius: 4px;
    }
    section.section-casestudy .stats .row .col-12:last-child {
        border-radius: 4px 0 0 4px;
    }
    section.section-casestudy .stats .row .col-md-4 {
        flex: 0 0 32.5%;
        max-width: 32.5%;
    }
    section.section-casestudy .stats .row .col-md-6 {
        flex: 0 0 49%;
        max-width: 49%;
    }
    section.section-casestudy.casestudy-huvafen {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/img-ipad-huvafen.png");
    }
    section.section-casestudy.casestudy-huvafen.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-friendsforasia {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/img-ipad-friendsforasia.png");
    }
    section.section-casestudy.casestudy-friendsforasia.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-appletree {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/img-ipad-appletree.png");
    }
    section.section-casestudy.casestudy-appletree.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-rental {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/source/rev-260ebda/wp-content/themes/primal-my/assets/img/img-ipad-rental.png");
    }
    section.section-casestudy.casestudy-rental.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-genemartino {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/img-ipad-genemartino.png");
    }
    section.section-casestudy.casestudy-genemartino.nitro-lazy {
        background-image: none !important;
    }
    section.section-casestudy.casestudy-ogawa {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/img-ipad-ogawa.png");
    }
    section.section-casestudy.casestudy-ogawa.nitro-lazy {
        background-image: none !important;
    }
}
section.section-testimonial {
    overflow-x: hidden !important;
}
section.section-testimonial.testimonial-holidayinn:after {
    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.2) 45%, #000 55%), url("https://www.primal.com.my/wp-content/themes/primal-my/assets/assets/img/bg-testimonial-01.jpg");
    overflow-x: hidden !important;
}
section.section-testimonial.testimonial-primaltribe {
    padding: 200px 0;
}
section.section-testimonial.testimonial-primaltribe:after {
    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.2) 45%, #000 55%),
        url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-testimonial-02.jpg");
    background-position: top, 90% 0;
}
section.section-testimonial.testimonial-appletree:after {
    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.2) 45%, #000 55%),
        url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-testimonial-03.jpg");
}
section.section-testimonial.testimonial-workwithus:after {
    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.2) 45%, #000 55%),
        url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-testimonial-05.jpg");
    background-position: top, 70% 0;
}
section.section-testimonial h1,
section.section-testimonial h2 {
    font-size: 28px;
    letter-spacing: normal;
}
section.section-testimonial hr {
    max-width: 135px;
    height: 3px;
    background-color: #fdbe57;
}
section.section-testimonial .company {
    color: #2dbdb6;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 19px;
    font-weight: 700;
}
@media (min-width: 768px) {
    section.section-testimonial h1,
    section.section-testimonial h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 25px;
    }
}
@media (min-width: 992px) {
    section.section-testimonial:after {
        background-position: top, 50%;
    }
    section.section-testimonial.testimonial-primaltribe:after {
        background-position: top, center 35%;
    }
    section.section-testimonial.testimonial-appletree:after {
        background-position: top, center 30%;
    }
}
@media (min-width: 1440px) {
    section.section-testimonial {
        min-height: 500px;
    }
    section.section-testimonial:after {
        background-position: top, 50%;
        background-size: 0, cover;
    }
    section.section-testimonial.testimonial-workwithus:after {
        background-position: top, 50%;
    }
}
section.section-commitment {
    background: linear-gradient(180deg, #f2f2f2, #fff) no-repeat;
}
section.section-commitment h1,
section.section-commitment h2 {
    color: #202020;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}
section.section-commitment .gm-info {
    margin-top: 40px;
}
section.section-commitment .gm-info .name {
    color: #202020;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0;
}
section.section-commitment .gm-info .title {
    color: #666;
    font-family: 'VAG Rounded';
    font-size: 15px;
    line-height: 23px;
}
section.section-commitment .gm-info .email a {
    color: #202020;
}
section.section-commitment .gm-info .phone a {
    font-family: 'VAG Rounded';
}
section.section-commitment .gm-container {
    overflow: hidden;
    position: absolute;
    bottom: -320px;
    right: -50px;
    width: 333px;
    background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/bg-logoicon.png") no-repeat 50% -10%;
    text-align: center;
}
section.section-commitment .gm-container.nitro-lazy {
    background-image: none !important;
}
section.section-commitment .gm-container img {
    width: 220px;
}
@media (min-width: 375px) {
    section.section-commitment .gm-container {
        bottom: -300px;
    }
}
@media (min-width: 576px) {
    section.section-commitment {
        padding-bottom: 310px;
    }
    section.section-commitment .gm-container {
        bottom: -480px;
        width: 500px;
        background-position: 50% -25%;
    }
    section.section-commitment .gm-container img {
        width: 330px;
    }
}
@media (min-width: 768px) {
    section.section-commitment {
        padding: 60px 0;
    }
    section.section-commitment h1,
    section.section-commitment h2 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    section.section-commitment .gm-info {
        margin-top: 100px;
    }
    section.section-commitment .gm-container {
        overflow: hidden;
        position: absolute;
        bottom: -100px;
        left: -120px;
        right: auto;
        width: 589px;
        height: 600px;
        background-position: 50% -60%;
    }
    section.section-commitment .gm-container img {
        width: 388px;
    }
}
@media (min-width: 992px) {
    section.section-commitment {
        padding: 100px 0;
    }
    section.section-commitment h1,
    section.section-commitment h2 {
        font-size: 45px;
        line-height: 56px;
    }
    section.section-commitment .gm-container {
        bottom: -100px;
        left: 20px;
    }
}
@media (min-width: 1024px) {
    section.section-commitment .gm-container {
        left: 70px;
    }
}
section.section-staff {
    background-color: #f9f9f9;
}
section.section-staff h1,
section.section-staff h2 {
    text-align: center;
}
section.section-staff .staff-cont {
    justify-content: flex-start;
}
section.section-staff .staff {
    text-align: left;
}
section.section-staff .staff .photo {
    width: auto;
    height: auto;
    position: relative;
}
section.section-staff .staff .photo img.img-alt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
section.section-staff .staff .photo:hover img.img-alt {
    opacity: 1;
}
section.section-staff .staff .photo:hover img:not(.img-alt) {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
section.section-staff .staff .name {
    color: #202020;
    text-transform: none;
    font-family: 'VAG Rounded';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 23px;
}
section.section-staff .staff .position {
    color: #666;
}
@media (min-width: 576px) {
    section.section-staff .staff .photo {
        width: auto;
        height: auto;
    }
    section.section-staff .staff .name {
        font-size: 22px;
        line-height: 29px;
    }
}
@media (min-width: 768px) {
    section.section-staff .staff .photo,
    section.section-staff .staff .photo img {
        width: 255px;
        height: 266px;
    }
    section.section-staff .staff .name,
    section.section-staff .staff .position {
        width: 255px;
        margin: 0 auto;
    }
}
section.section-map {
    background: linear-gradient(0deg, #2dbdb6, #21a7a0);
}
section.section-map h1,
section.section-map h2 {
    font-weight: 700;
}
section.section-map h1.weight-normal,
section.section-map h2.weight-normal {
    font-weight: 400;
}
@media (min-width: 768px) {
    section.section-map {
        padding: 70px 0 50px;
    }
    section.section-map .map-container {
        top: -70px;
        left: -180px;
    }
    section.section-map .map-container img {
        max-width: 848px;
    }
}
@media (min-width: 992px) {
    section.section-map .map-container {
        left: -75px;
    }
}
@media (min-width: 1024px) {
    section.section-map {
        min-height: 512px;
    }
    section.section-map .map-container {
        left: -15px;
    }
    section.section-map .map-container img {
        max-width: 944px;
    }
}
section.section-letstalk h1.weight-normal,
section.section-letstalk h2.weight-normal,
section.section-letstalk h3.weight-normal,
section.section-letstalk p {
    font-weight: 400;
}
section.section-letstalk .fp-btn {
    font-weight: 900;
}
section.section-letstalk .fp-btn.weight-normal {
    font-weight: 500;
}
@media (min-width: 768px) {
    section.section-letstalk h1,
    section.section-letstalk h2,
    section.section-letstalk h3 {
        font-size: 32px;
    }
}
section.section-vacancies h1,
section.section-vacancies h2 {
    color: #202020;
    font-weight: 300;
}
section.section-vacancies .vacancy-grid .vacancy-box h5 {
    color: #f26d84;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 21px;
    text-transform: uppercase;
}
section.section-vacancies .vacancy-grid .vacancy-box h5 a {
    color: #f26d84;
}
section.section-vacancies .vacancy-grid .vacancy-box .more-links a {
    color: #2dbdb6;
    font-family: 'VAG Rounded';
}
section.section-office-hours h3 {
    color: #202020;
    letter-spacing: normal;
    font-weight: 300;
}
section.section-office-hours p {
    color: #666;
}
section.section-office-hours p strong {
    color: #2dbdb6;
}
section.section-office-hours p a {
    color: #666;
}
section.section-office-hours p a.blue {
    color: #2dbdb6;
    font-weight: 400;
}
section.section-office-hours table.table th {
    color: #2dbdb6;
}
section.section-office-hours table.table td {
    font-family: 'VAG Rounded';
}
section.section-reviews .cust-review h4 {
    color: #2dbdb6;
    font-family: 'VAG Rounded';
}
section.section-reviews .cust-review .rev-comment:before {
    background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote-red.png") no-repeat;
    background-size: 34px 27px;
    width: 34px;
    height: 27px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    section.section-reviews .cust-review .rev-comment:before {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote-red@2x.png");
        background-size: 34px 27px;
    }
}
section.section-ebook-review h1,
section.section-ebook-review h2 {
    color: #202020;
    font-weight: 300;
}
section.section-ebook-review .testimonial .text {
    font-family: 'VAG Rounded';
}
section.section-ebook-review .testimonial .text:after,
section.section-ebook-review .testimonial .text:before {
    content: "";
    background: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote.png") no-repeat;
    background-size: 21px 16px;
    width: 21px;
    height: 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    section.section-ebook-review .testimonial .text:after,
    section.section-ebook-review .testimonial .text:before {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote@2x.png");
        background-size: 21px 16px;
    }
}
section.section-ebook-review .testimonial .person {
    letter-spacing: 1px;
}
section.section-ebook-review .testimonial .person .name {
    font-weight: 900;
}
section.section-ebook-letter .paper {
    color: #202020;
}
section.section-ebook-letter .paper h3 {
    color: #202020;
    line-height: 23px;
}
section.section-good-hands {
    background: linear-gradient(0deg, #2dbdb6, #21a7a0);
}
section.section-good-hands h4 {
    font-size: 14px;
}
section.section-good-hands .heading img {
    opacity: 0.35;
}
section.section-partnerships {
    padding: 40px 0;
    counter-reset: partnership;
}
section.section-partnerships h1,
section.section-partnerships h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #202020;
    max-width: 780px;
    margin: 0 auto 40px;
}
section.section-partnerships h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #202020;
    text-indent: -38px;
    margin-left: 38px;
    margin-top: 40px;
}
section.section-partnerships h3:before {
    content: counter(partnership) ".";
    counter-increment: partnership;
    color: #2dbdb6;
    padding-right: 20px;
}
section.section-partnerships ol {
    list-style-type: none;
    counter-reset: ordereditem;
    font-family: 'VAG Rounded';
    padding: 0 0 0 20px;
}
section.section-partnerships ol li {
    text-indent: -20px;
    margin-left: 20px;
}
section.section-partnerships ol li:before {
    content: counter(ordereditem) ".";
    counter-increment: ordereditem;
    color: #2dbdb6;
    padding-right: 10px;
    font-weight: 700;
}
@media (min-width: 768px) {
    section.section-partnerships {
        padding: 80px 0;
    }
    section.section-partnerships h1,
    section.section-partnerships h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 50px;
    }
    section.section-partnerships h3 {
        font-size: 28px;
        line-height: 38px;
        text-indent: -42px;
        margin-left: 42px;
    }
}
section.section-404 {
    background-color: #fff;
    text-align: center;
}
section.section-404 h1,
section.section-404 h2 {
    max-width: 680px;
    margin: 0 auto;
    color: #2dbdb6;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}
section.section-404 .button-cont {
    margin-top: 30px;
}
@media (min-width: 768px) {
    section.section-404 h1,
    section.section-404 h2 {
        font-size: 50px;
        line-height: 54px;
    }
}
section.section-bottomquote h3,
section.section-bottomquote p a,
section.section-bottomquote ul a {
    color: #2dbdb6;
}
.page-lets-relax-case-study .section-results,
.page-spice-roads-case-study .section-results {
    color: #000;
    font-size: 22px;
}
.page-lets-relax-case-study .section-results .percentage,
.page-spice-roads-case-study .section-results .percentage {
    color: #2dbdb6;
    font-weight: 900;
    font-size: 64px;
}
.page-lets-relax-case-study .section-the-testimonial .quote-box,
.page-spice-roads-case-study .section-the-testimonial .quote-box {
    font-size: 20px;
    font-weight: 500;
}
.page-lets-relax-case-study .section-the-testimonial .quote-box .inner:before,
.page-spice-roads-case-study .section-the-testimonial .quote-box .inner:before {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icon-quote.png");
    background-size: 21px 16px;
    width: 21px;
    height: 16px;
}
.page-seo-audit .seo-audit-graphs h2,
.page-seo-audit .seo-audit-graphs h3 {
    color: #2dbdb6;
}
@media (min-width: 768px) {
    .page-seo-audit section.seo-audit-text {
        padding: 108px 0 52px;
    }
}
@media (min-width: 768px) {
    .page-seo-audit section.seo-audit-text h1 {
        font-size: 48px;
        line-height: 54px;
    }
}
.page-seo-audit .seo-audit-text {
    color: #fff;
    padding: 48px 0;
    background-color: #2dbdb6;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.page-seo-audit .seo-audit-text .h3,
.page-seo-audit .seo-audit-text .read-more,
.page-seo-audit .seo-audit-text h1,
.page-seo-audit .seo-audit-text h2,
.page-seo-audit .seo-audit-text h3 {
    color: #fff;
}
.page-seo-audit .seo-audit-text a {
    color: #fff;
    text-decoration: underline;
}
.page-seo-audit .seo-audit-text a:hover {
    text-decoration: none;
}
.page-seo-audit .seo-audit-text.opened {
    background: #fff !important;
    color: #787878;
}
.page-seo-audit .seo-audit-text.opened h1,
.page-seo-audit .seo-audit-text.opened h2,
.page-seo-audit .seo-audit-text.opened h3 {
    color: #202020;
}
.page-seo-audit .seo-audit-text.opened a {
    color: #f26d84;
    text-decoration: none;
}
.page-seo-audit .seo-audit-text.opened .read-more-content h3 {
    color: #2dbdb6;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 45px;
}
.page-seo-audit .seo-audit-text.opened .read-more-content h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 0;
    color: #202020;
}
.page-seo-audit .seo-audit-text.opened .read-more-content a {
    text-decoration: none;
}
.page-seo-audit .seo-audit-text.opened .read-more-content a:hover {
    text-decoration: underline;
}
.page-seo-audit .seo-audit-text.opened .read-more-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}
.page-seo-audit .seo-audit-text.opened .read-more-content .image-embed {
    text-align: center;
    margin-bottom: 25px;
}
.page-seo-audit .seo-audit-text.opened .read-more-content .caption {
    font-size: 14px;
}
.page-seo-audit .seo-audit-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #202020;
}
.page-seo section.section-paragraph p a:last-child {
    color: #787878;
    font-weight: 700;
    text-decoration: underline;
}
.page-seo section.section-paragraph p a:last-child:hover {
    text-decoration: none;
}
.page-seo section.section-casestudy .stats .compact .desc,
.page-seo section.section-casestudy .stats .compact .stat {
    width: 100% !important;
}
a.read-more {
    color: #787878;
    font-weight: 700;
    text-decoration: underline;
}
a.read-more:hover {
    text-decoration: none;
}
.read-more-content {
    display: none;
}
footer .hours-of-operation .table td,
footer .hours-of-operation .table th {
    border-top: 0;
    padding: 0 0 15px;
    width: 50%;
}
.page-strategy-audit .strategy-audit-benefits .items .item img {
    position: relative;
    top: 25px;
    width: 50px;
}
.section-paragraph p .read-more-toggler {
    color: #787878;
    font-weight: 700;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .section-paragraph p .read-more-toggler {
        display: block;
        text-align: center;
    }
}
.section-paragraph .read-more-toggler {
    color: #787878;
    font-weight: 700;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .section-paragraph .read-more-toggler {
        display: block;
        text-align: center;
    }
}
.page-terms-and-conditions h2 {
    text-align: left !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #666 !important;
    margin: 30px 0 10px !important;
}
.page-terms-and-conditions .download-button-container button {
    font-size: 12px !important;
}
.banner strong {
    font-weight: 700;
}
.banner .page-heading {
    margin-right: -50px;
    line-height: 60px;
    font-size: 52px;
    font-weight: 300;
}
.banner .page-subheading {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 0;
    font-family: 'VAG Rounded';
    font-weight: 400;
}
.banner .page-subheading-text {
    display: block;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
.banner .page-subheading-text span {
    display: block;
    margin: 0 auto;
    width: 60%;
    text-align: left;
    font-family: 'VAG Rounded';
}
.banner .page-subheading-text span:before {
    content: "✓";
    margin-right: 5px;
}
@media (max-width: 767px) {
    .banner .page-subheading {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
        margin: 0;
    }
    .banner .page-subheading-text span {
        width: 90%;
    }
}
@media (min-width: 992px) {
    .banner .page-subheading-text span {
        width: auto;
    }
}
.banner.case-study .heading {
    font-weight: 700;
    font-size: 58px;
    line-height: 1.3em;
    top: 170px;
    background-position: bottom;
}
.csbwfs-social-widget {
    display: none;
}
.blog .csbwfs-social-widget,
.single-job .csbwfs-social-widget,
.single-post .csbwfs-social-widget {
    display: block;
}
.post-content ul,
.post-content ul li {
    font-family: 'VAG Rounded';
}
.award-images img {
    height: 100px;
    width: auto;
}
.page-covid-19-support .weight-normal {
    font-weight: 300;
}
.page-covid-19-support section.section-paragraph.section-first {
    padding-bottom: 0;
}
.page-covid-19-support section.section-paragraph h3 {
    font-size: 32px;
}
.page-covid-19-support section.section-results {
    padding-top: 60px;
    padding-bottom: 20px;
}
.page-covid-19-support section.section-results h2 {
    font-size: 42px;
}
.page-covid-19-support section.section-results .d-flex-center {
    justify-content: center;
    display: flex;
    align-items: center;
}
.page-covid-19-support section.section-results .results-circle {
    color: #fff;
    width: 250px;
    height: 250px;
    position: relative;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.page-covid-19-support section.section-results .results-circle .percentage {
    font-size: 62px;
}
.page-covid-19-support section.section-results .color-yellow {
    background-color: #fdbe57;
}
.page-covid-19-support section.section-results .color-pink {
    background-color: #f26d84;
}
.page-covid-19-support section.section-results .color-green {
    background-color: #23a19b;
}
.page-covid-19-support section.section-fastr {
    padding-top: 60px;
}
.page-covid-19-support section.section-fastr h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 25px;
}
section.section-join .container h1 {
    margin-top: 55px;
    font-weight: 500;
    margin-bottom: 20px;
}
section.section-join .container p {
    font-size: 15px;
}
.page-company-values section.section-services {
    padding-top: 55px;
    padding-bottom: 55px;
}
.page-company-values section.section-services .values-title h2 {
    text-align: left;
    color: #2dbdb6;
    font-weight: 700;
}
.page-company-values section.section-services .service-grid .service-row {
    margin-bottom: 3em;
}
.page-company-values section.section-services .service-grid .service-box {
    max-width: 100%;
    margin: 0;
}
.page-company-values section.section-services .service-grid .service-box h2 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.page-company-values section.section-services .service-grid .service-box p {
    margin: 0;
    text-align: left;
    font-size: 15px;
}
.page-company-values section.section-services .service-grid .service-img {
    margin-bottom: 45px;
    padding-top: 0;
    max-width: 100%;
    width: 90%;
}
.page-company-values section.section-services .service-grid .service-img img {
    margin: 0 auto;
    display: block;
    max-height: 170px;
}
@media (max-width: 991px) {
    .page-company-values section.section-services .values-title {
        display: none;
    }
}
.page-sentr section.section-fastr {
    padding-top: 90px;
    padding-bottom: 30px;
}
.page-sentr section.section-fastr h2 {
    color: #202020;
    font-size: 55px;
    font-weight: 300;
    line-height: 45px;
}
.page-sentr section.section-digital-campaigns {
    padding-top: 40px;
    padding-bottom: 60px;
}
.page-sentr section.section-digital-campaigns .digital-campaigns-details h5 {
    color: #202020;
}
.page-sentr section.section-paragraph {
    padding-top: 90px;
    padding-bottom: 40px;
}
@media (max-width: 992px) {
    .page-sentr section.section-fastr h2 {
        font-size: 42px;
        line-height: 45px;
    }
}
@media (max-width: 768px) {
    .page-sentr section.section-fastr h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .page-sentr section.section-paragraph.mob-center .img-fluid {
        max-width: 200px;
    }
}
ul.list-disc-mb {
    padding-left: 0 !important;
}
ul.list-disc-mb li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 20px;
}
ul.list-disc {
    padding-left: 0 !important;
}
ul.list-disc li {
    list-style-type: disc;
    list-style-position: inside;
}
ul.list-decimal {
    padding-left: 0 !important;
}
ul.list-decimal li {
    list-style-type: decimal;
    list-style-position: inside;
}
ul.list-none {
    padding-left: 0 !important;
}
ul.list-none li {
    list-style-type: none;
    list-style-position: inside;
}
section.section-digital-solution {
    padding: 100px 0;
}
section.section-digital-solution .wreathe-bracket {
    margin-bottom: 15px;
}
section.section-digital-solution p {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 50px;
}
section.section-digital-solution .bg-green {
    background-color: #2dbdb6;
}
section.section-digital-solution .color-green a {
    color: #2dbdb6;
}
section.section-digital-solution .bg-orange {
    background-color: #fcbe58;
}
section.section-digital-solution .color-orange a {
    color: #fcbe58;
}
section.section-digital-solution .bg-pink {
    background-color: #f16d84;
}
section.section-digital-solution .color-pink a {
    color: #f16d84;
}
section.section-digital-solution .blk-digital-solution {
    border-radius: 10px;
    padding: 30px 25px;
    align-items: center;
    height: 100%;
}
section.section-digital-solution .blk-digital-solution .ele-img img {
    max-height: 100px;
}
section.section-digital-solution .blk-digital-solution .ele-description {
    text-align: center;
    margin: 25px 0;
    position: relative;
    height: 250px;
}
section.section-digital-solution .blk-digital-solution .ele-description h3 {
    font-weight: 700;
    color: #fff;
}
section.section-digital-solution .blk-digital-solution .ele-description p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
}
section.section-digital-solution .blk-digital-solution .ele-description .ele-btn {
    width: 100%;
    position: absolute;
    bottom: -20px;
}
section.section-digital-solution .blk-digital-solution .ele-description .ele-btn a {
    background-color: #fff;
    padding: 15px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}
section.section-digital-solution .blk-digital-solution .ele-description .ele-btn a:hover {
    text-decoration: none;
    opacity: 0.9;
}
@media (max-width: 1024px) {
    section.section-digital-solution .blk-digital-solution .ele-description {
        height: 270px;
    }
}
@media (max-width: 991px) {
    section.section-digital-solution {
        padding: 40px 0;
    }
    section.section-digital-solution .blk-digital-solution {
        padding: 30px 25px;
    }
    section.section-digital-solution .blk-digital-solution .ele-description {
        text-align: center;
        margin-top: 40px;
        height: auto;
    }
    section.section-digital-solution .blk-digital-solution .ele-description p {
        max-width: 100%;
    }
    section.section-digital-solution .blk-digital-solution .ele-description .ele-btn {
        position: relative;
        margin: 40px 0;
    }
}
@media (max-width: 575px) {
    section.section-digital-solution .blk-digital-solution {
        padding: 20px 10px;
    }
}
section.section-why {
    padding: 100px 0 60px;
}
section.section-why h2 {
    text-align: center;
    color: #202020;
    max-width: 1000px;
    margin: 0 auto 15px;
}
section.section-why p {
    text-align: center;
    color: #a1a1a1;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 30px;
    max-width: 480px;
}
section.section-why .why-list {
    list-style: none;
    padding-left: 0;
}
section.section-why .why-list p {
    font-size: 15px;
    line-height: 1.53em;
    margin-bottom: 0;
    color: #666;
}
section.section-why .why-list > li {
    font-weight: 700;
    color: #000;
    font-size: 22px;
    margin-top: 15px;
    position: relative;
    padding-left: 65px;
    line-height: 35px;
}
section.section-why .why-list > li:before {
    content: "✓";
    background-color: #2dbdb6;
    color: #fff;
    border-radius: 50%;
    padding: 0 10px;
    margin-right: 25px;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    left: 10px;
    line-height: 35px;
}
@media (min-width: 768px) {
    section.section-why .why-list > li:nth-child(2n) {
        padding-left: 80px;
    }
    section.section-why .why-list > li:nth-child(2n):before {
        left: 25px;
    }
}
section.section-why .why-list .sub-list {
    padding-left: 20px;
}
section.section-why .why-list .sub-list li {
    list-style: disc;
    font-weight: 400;
    font-size: 15px;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    padding-left: 0;
}
section.section-why .why-list .sub-list li p {
    text-align: left;
}
section.section-why .why-list .sub-list li::marker {
    color: #000;
    font-size: 20px;
}
section-job h1 strong,
section-job h2 strong {
    font-weight: 300;
}
section-job .single_job_listing .application .application_button {
    background-color: #f26d84;
}
section-job .single_job_listing .application .application_button:focus,
section-job .single_job_listing .application .application_button:hover {
    background-color: #df546c;
}
section-job .blog-content .job-company {
    color: #f26d84;
}
section-job .blog-recent ul > li {
    font-family: 'VAG Rounded';
}
section-job .blog-recent ul > li a {
    color: #2dbdb6;
}
.blog-newsletter {
    background: linear-gradient(0deg, #2dbdb6, #21a7a0);
}
.single .form-website-traffic h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    margin-bottom: 12px;
}
.single .form-website-traffic h3 strong {
    font-weight: 900;
}
.single .form-website-traffic p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 12px;
}
.single .form-website-traffic .fp-btn {
    border: 0;
}
.blog-recent ul li a {
    color: #2dbdb6;
    font-family: 'VAG Rounded';
}
.blog-navigations a {
    color: #2dbdb6;
}
.blog-content .post-content h1,
.blog-content .post-content h1 a,
.blog-content .post-content h2,
.blog-content .post-content h2 a {
    color: #f26d84;
}
.blog-content .post-content h3 {
    color: #2dbdb6;
    margin: 30px 0 20px;
    font-weight: 500;
}
.blog-content .post-content h4 {
    color: #202020;
    font-weight: 500;
}
.blog-content .post-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.blog-content .post-content a {
    color: #2dbdb6;
}
@media (min-width: 768px) {
    .blog-content .post-content h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
.pagination .pagi-arrow-cont li.active a,
.pagination a:not(.pagi-arrow).current,
.pagination span:not(.pagi-arrow).current,
.pagination ul li.active a {
    background-color: #f26d84;
}
.pagination .pagi-arrow {
    color: #f26d84;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0 20px;
}
.section-bamboohr-job {
    background-color: #efefef;
    padding: 40px 0 20px;
}
.section-bamboohr-job h1,
.section-bamboohr-job h2 {
    text-align: center;
    margin-bottom: 25px;
}
.section-bamboohr-job h1 strong,
.section-bamboohr-job h2 strong {
    font-weight: 300;
}
.section-bamboohr-job .iframe-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 77px;
}
.section-bamboohr-job .iframe-container.loaded {
    min-height: 1440px;
}
.section-bamboohr-job .iframe-container .loading {
    font-size: 30px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.section-bamboohr-job .iframe-container iframe {
    border: 0;
    overflow: hidden;
    position: relative;
    top: -77px;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    z-index: 3;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.section-bamboohr-job .iframe-container .back-link {
    display: none;
    width: 130px;
    height: 40px;
    position: absolute;
    left: 90px;
    top: 0;
    z-index: 4;
}
.section-bamboohr-job .proxy-iframe-container {
    position: relative;
}
.section-bamboohr-job .proxy-iframe-container .proxy-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
}
.section-bamboohr-job .proxy-iframe-container .proxy-iframe iframe {
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
}
@media (min-width: 768px) {
    .section-bamboohr-job {
        padding: 50px 0;
    }
    .section-bamboohr-job h1,
    .section-bamboohr-job h2 {
        margin-bottom: 50px;
    }
}
@media (min-width: 992px) {
    .section-bamboohr-job .iframe-container .back-link {
        display: inline-block;
    }
}
@media (min-width: 1024px) {
    .section-bamboohr-job .iframe-container .back-link {
        left: 70px;
    }
}
section.section-multiform h1,
section.section-multiform h2 {
    color: #202020;
    font-weight: 300;
}
section.section-multiform h3 {
    color: #202020;
}
section.section-multiform .mform-heading {
    max-width: 550px;
}
section.section-multiform .mform-container,
section.section-multiform .mform-container .mform fieldset {
    display: none;
}
@media (min-width: 768px) {
    section.section-multiform h1,
    section.section-multiform h2 {
        margin: 0 -45px;
    }
    section.section-multiform h3 {
        font-size: 18px;
        line-height: 25px;
    }
}
.countdown-bar > span {
    background-color: #f26d84;
}
.countdown-bar > span:after,
.countdown-bar > span > span {
    background-image: linear-gradient(-45deg, #df546c 25%, transparent 0, transparent 50%, #df546c 0, #df546c 75%, transparent 0, transparent);
}
.mform-progressbar > li {
    width: 16.666666667%;
}
.mform-progressbar > li.active:after,
.mform-progressbar > li.active:before {
    background-color: #f26d84;
}
.mform-progressbar > li.active {
    cursor: pointer;
}
.mform {
    font-family: 'VAG Rounded';
}
.mform .mform-selection .mform-mini {
    background-color: #2dbdb6;
}
.mform .mform-selection .mform-mini.selected,
.mform .mform-selection .mform-mini:hover {
    background-color: #23a19b;
}
.mform .mform-selection .mform-btn {
    background-color: #2dbdb6;
}
.mform .mform-selection .mform-btn.selected,
.mform .mform-selection .mform-btn:hover {
    background-color: #23a19b;
}
.mform .mform-selection .mform-checkbox {
    background: #2dbdb6 url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icn-circle.png") no-repeat 15px/17px 17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .mform .mform-selection .mform-checkbox {
        background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/icn-circle@2x.png");
    }
    .mform .mform-selection .mform-checkbox.nitro-lazy {
        background-image: none !important;
    }
}
.mform .mform-selection .mform-checkbox.selected,
.mform .mform-selection .mform-checkbox:hover {
    background-color: #23a19b;
}
@media (min-width: 768px) {
    .mform .mform-selection .mform-checkbox {
        background-position: 20px;
        background-size: 34px 34px;
    }
}
.mform .mform-btn-nav[disabled] {
    background-color: #eaeaea;
}
.mform .mform-btn-submit {
    background-color: #f26d84;
}
.mform ul.parsley-errors-list {
    color: #f26d84;
}
.mform .booking_form select {
    font-family: 'VAG Rounded';
}
.mform .datepick-inline .datepick .datepick-days-cell-over {
    background-color: #2dbdb6;
}
.mform .datepick-inline .datepick-one-month .datepick .datepick-current-day {
    background-color: #23a19b;
}
.mform .block_hints .block_pending,
.mform .block_hints .date2approve.block_check_in_out,
.mform .datepick-inline .date2approve,
.mform td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
.mform td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
    background-color: #f26d84;
}
.mform .mform-select-container {
    display: inline;
    position: relative;
}
.mform .mform-select-container:after {
    display: block;
    content: "";
    font-family: FontAwesome;
    font-size: 1.2em;
    font-weight: 800;
    color: #787878;
    position: absolute;
    right: 12px;
    top: -4px;
    z-index: 3;
    pointer-events: none;
}
.mform select.mform-input {
    height: 50px;
    width: 100% !important;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #787878;
    box-sizing: border-box;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mform select.mform-input::-ms-expand {
    display: none;
}
.mform select.mform-input:focus,
.mform select.mform-input:hover {
    border: 0;
    outline: 0;
}
@media (min-width: 768px) {
    .mform .mform-select-container:after {
        right: 24px;
    }
    .mform select.mform-input {
        height: 75px;
        padding: 20px;
        box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
        font-size: 22px;
    }
}
.mform-range {
    border: 3px solid hsla(0, 0%, 60.8%, 0.17);
    border-radius: 15px;
    background-color: #fff;
    padding: 20px 30px;
}
.mform-range-desc {
    color: #b3b3b3;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding: 5px 30px;
}
.irs-bar,
.irs-slider {
    background: #2dbdb6;
}
.irs-slider {
    width: 5px;
    height: 30px;
    top: 16px;
    cursor: pointer;
}
.irs-from,
.irs-single,
.irs-to {
    background-color: transparent;
    font-size: 14px;
    top: -10px;
    color: #202020;
    font-weight: 700;
    cursor: pointer;
}
.irs-from:after,
.irs-single:after,
.irs-to:after {
    display: none;
}
section.section-calculator {
    padding: 30px 0;
    background-color: #f9f9f9;
    color: #1f1f1f;
    font-family: Open Sans, Raleway, Lato, Kanit, sans-serif;
}
section.section-calculator h3 {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}
section.section-calculator h3 strong {
    font-weight: 900;
}
section.section-calculator button {
    cursor: pointer;
}
section.section-calculator button:focus {
    outline: 0;
}
section.section-calculator button.button-sel {
    color: #fff;
    background-color: #2dbdb6;
    font-size: 8px;
    font-weight: 400;
    width: 13.333em;
    height: 13.333em;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 1.5em;
    position: relative;
    transition: all 0.5s ease-out;
}
section.section-calculator button.button-sel.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1.8em solid transparent;
    border-right: 1.8em solid transparent;
    border-top: 1.8em solid #2dbdb6;
    position: absolute;
    bottom: -1.5em;
    left: calc(50% - 1.8em);
}
section.section-calculator button.button-sel.active {
    font-size: 10px;
}
section.section-calculator button.button-sel strong {
    font-size: 2.6em;
    line-height: 1em;
    font-weight: 800;
    display: block;
}
@media (min-width: 768px) {
    section.section-calculator {
        padding: 60px 0;
    }
    section.section-calculator h3 {
        font-size: 28px;
        line-height: 32px;
    }
    section.section-calculator button.button-sel {
        font-size: 12px;
    }
    section.section-calculator button.button-sel.active {
        font-size: 18px;
    }
}
section.section-calculator .cpa-calc-block {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
section.section-calculator .cpa-calc-block:before {
    content: "";
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 160px);
    z-index: 1;
}
section.section-calculator .cpa-calc-block .button-selections {
    height: 310px;
    position: relative;
    z-index: 2;
}
section.section-calculator .cpa-calc-block .button-selections h3 {
    position: absolute;
    top: 50px;
    left: 145px;
}
section.section-calculator .cpa-calc-block .button-selections .cpa-arrow {
    position: absolute;
    top: 120px;
    left: 140px;
    width: 70px;
    height: 52.5px;
}
section.section-calculator .cpa-calc-block .button-selections .button-sel {
    position: absolute;
    top: 180px;
    left: 180px;
    font-family: 'VAG Rounded';
}
section.section-calculator .cpa-calc-block .button-selections .button-sel.active {
    top: 12px;
    left: 0;
}
section.section-calculator .cpa-calc-block .cpa-field {
    max-width: 240px;
    margin-left: 50px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #1f1f1f;
    position: relative;
    z-index: 2;
}
section.section-calculator .cpa-calc-block .cpa-field.cpa-result {
    max-width: 100%;
    border-bottom: 0;
}
section.section-calculator .cpa-calc-block .cpa-field.cpa-result .field-icon {
    font-size: 18px;
    background-color: #2dbdb6;
    top: -24px;
    left: -52px;
}
section.section-calculator .cpa-calc-block .cpa-field.cpa-result .field-icon:after {
    border-left-color: #2dbdb6;
}
section.section-calculator .cpa-calc-block .cpa-field .field-icon {
    font-size: 11px;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background-color: #1f1f1f;
    position: absolute;
    top: 0;
    left: -40px;
}
section.section-calculator .cpa-calc-block .cpa-field .field-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.75em solid transparent;
    border-bottom: 0.75em solid transparent;
    border-left: 0.75em solid #1f1f1f;
    position: absolute;
    top: 0.25em;
    right: -0.4125em;
}
section.section-calculator .cpa-calc-block .cpa-field .field-label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
section.section-calculator .cpa-calc-block .cpa-field .field-input {
    margin-bottom: 25px;
    display: flex;
}
section.section-calculator .cpa-calc-block .cpa-field .field-input input {
    border: 0;
    padding: 0;
    flex-grow: 1;
    width: 100%;
    background: 0 0;
}
section.section-calculator .cpa-calc-block .cpa-field .field-input span.op {
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    margin-right: 5px;
    flex-grow: 1;
    flex-shrink: 0;
}
section.section-calculator .cpa-calc-block .cpa-field .field-input .cpa-form-input {
    font-size: 34px;
    line-height: 38px;
    font-weight: 800;
}
section.section-calculator .cpa-calc-block .cpa-field .field-input .cpa-form-output {
    font-size: 50px;
    line-height: 54px;
    font-weight: 800;
}
@media (min-width: 768px) {
    section.section-calculator .cpa-calc-block:before {
        content: "";
        width: 415px;
        height: 415px;
        left: 120px;
    }
    section.section-calculator .cpa-calc-block .button-selections {
        height: 310px;
        position: relative;
        z-index: 2;
    }
    section.section-calculator .cpa-calc-block .button-selections h3 {
        top: 100px;
        left: 330px;
    }
    section.section-calculator .cpa-calc-block .button-selections .cpa-arrow {
        top: 180px;
        left: 260px;
        width: 140px;
        height: 105px;
    }
    section.section-calculator .cpa-calc-block .button-selections .button-sel {
        top: 280px;
        left: 360px;
    }
    section.section-calculator .cpa-calc-block .button-selections .button-sel.active {
        top: 24px;
        left: 20px;
    }
    section.section-calculator .cpa-calc-block .cpa-field {
        max-width: 200px;
        margin-left: 90px;
    }
    section.section-calculator .cpa-calc-block .cpa-field.cpa-result .field-icon {
        font-size: 33px;
        left: -92px;
    }
    section.section-calculator .cpa-calc-block .cpa-field .field-input .cpa-form-output {
        font-size: 40px;
        line-height: 44px;
    }
}
section.section-calculator .roi-calc-block {
    position: relative;
    max-width: 640px;
    margin: 80px auto 0;
}
section.section-calculator .roi-calc-block:before {
    content: "";
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 160px);
    z-index: 1;
}
section.section-calculator .roi-calc-block .button-selections {
    height: 380px;
    position: relative;
    z-index: 2;
}
section.section-calculator .roi-calc-block .button-selections h3 {
    position: absolute;
    top: 40px;
    left: calc(50% - 125px);
}
section.section-calculator .roi-calc-block .button-selections .button-sel {
    position: absolute;
    top: 185px;
    left: calc(50% - 80px);
    font-family: 'VAG Rounded';
    font-size: 12px;
}
section.section-calculator .roi-calc-block .button-selections .button-sel strong {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 800;
}
section.section-calculator .roi-calc-block .field-label {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
section.section-calculator .roi-calc-block .field-label strong {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
section.section-calculator .roi-calc-block .field-input .roi-form-input {
    display: block;
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    font-size: 20px;
    line-height: 1em;
    font-weight: 800;
    width: 120px;
}
section.section-calculator .roi-calc-block .field-input .note {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
}
section.section-calculator .roi-calc-block .tree-row {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
section.section-calculator .roi-calc-block .tree-row:before {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px dashed #1f1f1f;
    position: absolute;
    top: 0;
    left: 50%;
}
section.section-calculator .roi-calc-block .tree-row:after {
    content: "";
    font-size: 11px;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background-color: #1f1f1f;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1em);
}
section.section-calculator .roi-calc-block .tree-row .row .field-icon {
    font-size: 11px;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background-color: #1f1f1f;
    position: absolute;
    top: 0;
}
section.section-calculator .roi-calc-block .tree-row .row .field-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0.75em solid transparent;
    border-bottom: 0.75em solid transparent;
    position: absolute;
    top: 0.25em;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6 {
    margin-bottom: 30px;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6:not(.offset-6) {
    padding-right: 20px;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6:not(.offset-6) .field-icon {
    right: -1em;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6:not(.offset-6) .field-icon:after {
    border-right: 0.75em solid #1f1f1f;
    left: -0.4125em;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6:not(.offset-6) .field-input,
section.section-calculator .roi-calc-block .tree-row .row .col-6:not(.offset-6) .field-label {
    text-align: right;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6:not(.offset-6) .field-input .roi-form-input {
    margin-left: auto;
    margin-right: 0;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6.offset-6 {
    padding-left: 20px;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6.offset-6 .field-icon {
    left: -1em;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6.offset-6 .field-icon:after {
    border-left: 0.75em solid #1f1f1f;
    right: -0.4125em;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6.offset-6 .field-input,
section.section-calculator .roi-calc-block .tree-row .row .col-6.offset-6 .field-label {
    text-align: left;
}
section.section-calculator .roi-calc-block .tree-row .row .col-6.offset-6 .field-input .roi-form-input {
    margin-right: auto;
    margin-left: 0;
}
section.section-calculator .roi-calc-block .sum-row .sum-item {
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 10px solid #2dbdb6;
    padding: 50px 0;
    margin: 0 auto 15px;
}
section.section-calculator .roi-calc-block .sum-row .sum-item strong {
    display: block;
    font-size: 22px;
    line-height: 1em;
    font-weight: 900;
}
@media (min-width: 768px) {
    section.section-calculator .roi-calc-block:before {
        width: 375px;
        height: 375px;
        left: calc(50% - 187.5px);
    }
    section.section-calculator .roi-calc-block .button-selections {
        height: 435px;
    }
    section.section-calculator .roi-calc-block .button-selections h3 {
        left: calc(50% - 235px);
    }
    section.section-calculator .roi-calc-block .button-selections .button-sel {
        top: 205px;
        left: calc(50% - 100px);
        font-size: 15px;
    }
    section.section-calculator .roi-calc-block .field-input .note {
        font-size: 14px;
        line-height: 18px;
    }
    section.section-calculator .roi-calc-block .field-label strong {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }
    section.section-calculator .roi-calc-block .tree-row .row .col-6:not(.offset-6) {
        padding-right: 40px;
    }
    section.section-calculator .roi-calc-block .tree-row .row .col-6.offset-6 {
        padding-left: 40px;
    }
    section.section-calculator .roi-calc-block .sum-row .sum-item {
        font-size: 14px;
        width: 195px;
        height: 195px;
        border: 15px solid #2dbdb6;
        padding: 55px 0;
    }
    section.section-calculator .roi-calc-block .sum-row .sum-item strong {
        font-size: 30px;
    }
}
.grecaptcha-badge {
    display: none;
}
.page-who-we-are section.section-background img {
    width: 100%;
    margin: 0;
}
.page-mk-case-study section .heading-column .section-heading {
    color: #202020;
}
.page-mk-case-study section#banner {
    height: 700px;
    position: relative;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/mk-case-study-banner.jpg");
    background-position: top;
    background-size: cover;
}
.page-mk-case-study section#banner.nitro-lazy {
    background-image: none !important;
}
.page-mk-case-study section.image-separator {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.page-mk-case-study section#the-approach ul {
    padding-left: 50px;
    list-style-type: disc;
}
.page-mk-case-study section#three-images {
    text-align: center;
}
@media (min-width: 1024px) {
    .page-mk-case-study section#three-images img {
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
    }
}
.page-mk-case-study section#the-results .item h5 {
    font-weight: 700;
    color: #000;
    font-size: 1.25rem;
}
.page-mk-case-study section#the-results .item .percentage {
    color: #2dbdb6;
    font-weight: 700 !important;
    margin-bottom: 20px;
    font-size: 60px;
}
.page-mk-case-study section#the-results .item .sub-text {
    font-size: 13px;
    font-weight: 400;
}
.page-mk-case-study section#testimonial {
    height: 540px;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/mk-case-study-video-testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.page-mk-case-study section#testimonial.nitro-lazy {
    background-image: none !important;
}
.page-mk-case-study section#testimonial .heading {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    padding-bottom: 20px;
}
.page-mk-case-study section#testimonial .text {
    color: #fff;
    font-weight: 300;
    font-size: 26px;
}
.page-mk-case-study section#testimonial .separator {
    height: 3px;
    background-color: #fdbe57;
    width: 100%;
}
@media (min-width: 1024px) {
    .page-mk-case-study section#testimonial .separator {
        width: 200px;
    }
}
.page-mk-case-study section#testimonial .author {
    color: #2dbdb6;
    font-weight: 700;
    font-size: 20px;
}
.page-mk-case-study section#testimonial img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.page-mk-case-study section#testimonial .modal-dialog {
    position: relative;
    top: 25vh;
    max-width: 1200px;
    height: auto;
    margin: 30px auto;
}
.page-mk-case-study section#testimonial .modal-body {
    padding: 0;
}
.page-mk-case-study section#testimonial .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
}
.page-mk-case-study section#testimonial .embed-responsive-item {
    background-color: #000;
}
.image-separator:nth-of-type(2) {
    display: none;
}
.page-international-seo section#checklist {
    background-color: #f9f9f9;
}
.page-international-seo section#checklist .header .heading {
    color: #202020;
    font-weight: 400;
    font-size: 62px;
    line-height: 1.2em;
}
@media (max-width: 767px) {
    .page-international-seo section#checklist .header .heading {
        font-size: 32px;
    }
}
.page-international-seo section#checklist .header .subheading p {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 400;
    color: #2e2e2e;
}
@media (max-width: 767px) {
    .page-international-seo section#checklist .header .subheading p {
        font-size: 24px;
    }
}
.page-international-seo section#content {
    background-color: #f9f9f9;
    font-size: 16px;
}
.page-international-seo section#content .line {
    padding-left: 70px;
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/check-green.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 30px;
}
.page-international-seo section#content .line.nitro-lazy {
    background-image: none !important;
}
.page-international-seo section#content .line.not-checked {
    background-image: none;
}
.page-international-seo section#content .line.not-checked.nitro-lazy {
    background-image: none !important;
}
.page-international-seo section#content .line ul li {
    font-size: 16px;
    font-weight: 700;
}
.page-international-seo .keyword-volume {
    font-weight: 700;
}
.page-international-seo .keyword-volume p {
    margin-bottom: 5px;
}
.page-international-seo .thin-h h4 {
    font-weight: 400;
    line-height: 1.3em;
}
.page-international-seo .separator hr {
    position: relative;
    top: 35px;
}
.page-international-seo .separator h3 {
    margin-top: 30px;
    font-size: 22px;
    padding: 0 30px;
    z-index: 999;
}
.bottom-section h3 {
    font-size: 38px;
    font-weight: 400 !important;
    line-height: 1.3em;
}
section#faq .card {
    border: 0;
}
section#faq .card .card-body {
    padding: 0;
}
section#faq .card .card-body .card-header:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg);
}
section#faq .card .card-body .card-header {
    background-color: #e6e6e6;
    border-bottom: 0;
    cursor: pointer;
    border-radius: 5px;
}
section#faq .card .card-body .card-header .card-link h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
@media (max-width: 1023px) {
    section#faq .card .card-body .card-header .fa-chevron-down {
        position: relative;
        bottom: 10px;
    }
}
section#faq .card .card-body .card-header a {
    color: #000;
}
section#faq .card .card-body .card-header a:hover {
    color: grey;
}
section#faq .card .card-body .card-header i {
    color: #b9b9b9;
}
section#faq .card .card-body p {
    text-align: justify;
}
.page-pdpa section.section-partnerships h3:before {
    content: none;
    counter-increment: none;
    padding-right: 0;
    margin: 40px 0 8px;
    display: contents;
}
.page-pdpa section.section-partnerships ol li,
.page-pdpa section.section-partnerships p,
.page-pdpa section.section-partnerships ul li {
    font-family: 'VAG Rounded';
}
div.section-subscribersform {
    min-height: 138px;
}
div.section-subscribersform .sform {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
div.section-subscribersform fieldset {
    width: 100%;
    position: absolute;
    z-index: 3;
}
div.section-subscribersform fieldset:not(:first-of-type) {
    display: none;
}
div.section-subscribersform fieldset.shown {
    position: relative;
}
div.section-subscribersform fieldset:first-child {
    text-align: center;
}
div.section-subscribersform fieldset:first-child p.step-one-text {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    color: #fff;
    background-color: #2dbdb6;
    display: table;
}
div.section-subscribersform fieldset:first-child p.step-one-text i.fa {
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    color: #2dbdb6;
    background-color: #fff;
    padding-right: 5px;
    display: table-cell;
}
div.section-subscribersform fieldset:first-child p.step-one-text span {
    padding-right: 10px;
    padding-left: 10px;
}
div.section-subscribersform fieldset:first-child .col-button-video {
    position: absolute;
}
div.section-subscribersform fieldset:first-child a.play-video-link {
    top: -17%;
    left: 7%;
    position: absolute;
}
div.section-subscribersform fieldset:first-child .modal-dialog {
    position: relative;
    top: 10vh;
    max-width: 1200px;
    height: auto;
    margin: 30px auto;
}
div.section-subscribersform fieldset:first-child .modal-body {
    padding: 0;
}
div.section-subscribersform fieldset:first-child .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
}
div.section-subscribersform fieldset:first-child .embed-responsive-item {
    background-color: #000;
}
div.section-subscribersform #primal-subscribers-form .sform-heading {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
div.section-subscribersform #primal-subscribers-form .sform-heading h1,
div.section-subscribersform #primal-subscribers-form .sform-heading h2 {
    font-size: 44px;
    font-weight: 300;
    line-height: 48px;
    color: #202020;
}
div.section-subscribersform #primal-subscribers-form fieldset:not(:first-of-type) {
    display: none;
}
div.section-subscribersform #primal-subscribers-form .sform-input-email,
div.section-subscribersform #primal-subscribers-form .sform-input-name {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
div.section-subscribersform #primal-subscribers-form .sform-input-email input.sform-input,
div.section-subscribersform #primal-subscribers-form .sform-input-name input.sform-input {
    border-radius: 10px 0 0 10px;
    background-color: #fff;
    color: #666;
    font-size: 15px;
    padding: 25px;
    border: 1px solid #707070;
    border-right-width: 0;
    box-shadow: none;
    min-height: 46px;
    width: 75%;
    position: relative;
    float: left;
}
div.section-subscribersform #primal-subscribers-form .sform-input-email button.sform-stepone,
div.section-subscribersform #primal-subscribers-form .sform-input-email button.sform-steptwo,
div.section-subscribersform #primal-subscribers-form .sform-input-name button.sform-stepone,
div.section-subscribersform #primal-subscribers-form .sform-input-name button.sform-steptwo {
    border-radius: 0 10px 10px 0;
    padding: 26px;
    float: left;
    width: 25%;
}
div.section-subscribersform #primal-subscribers-form .sform-input-email .parsley-errors-list,
div.section-subscribersform #primal-subscribers-form .sform-input-name .parsley-errors-list {
    position: absolute;
    bottom: -25px;
}
@media (max-width: 410px) {
    div.section-subscribersform #primal-subscribers-form .sform-input-email input.sform-input,
    div.section-subscribersform #primal-subscribers-form .sform-input-name input.sform-input {
        font-size: 13px;
        width: 68%;
    }
    div.section-subscribersform #primal-subscribers-form .sform-input-email button.sform-stepone,
    div.section-subscribersform #primal-subscribers-form .sform-input-email button.sform-steptwo,
    div.section-subscribersform #primal-subscribers-form .sform-input-name button.sform-stepone,
    div.section-subscribersform #primal-subscribers-form .sform-input-name button.sform-steptwo {
        width: 32%;
        font-size: 13px;
    }
}
@media (max-width: 315px) {
    div.section-subscribersform #primal-subscribers-form .sform-input-email input.sform-input,
    div.section-subscribersform #primal-subscribers-form .sform-input-name input.sform-input {
        font-size: 12px;
        width: 65%;
        padding: 25px 10px;
    }
    div.section-subscribersform #primal-subscribers-form .sform-input-email button.sform-stepone,
    div.section-subscribersform #primal-subscribers-form .sform-input-email button.sform-steptwo,
    div.section-subscribersform #primal-subscribers-form .sform-input-name button.sform-stepone,
    div.section-subscribersform #primal-subscribers-form .sform-input-name button.sform-steptwo {
        width: 35%;
        font-size: 12px;
        padding: 26px 10px;
    }
}
section.section-multiform {
    padding-top: 150px;
}
section.section-multiform .mform-budget {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
section.section-multiform .mform-budget .mform-btn {
    width: 245px;
    height: 245px;
    margin: 0 15px;
    background-color: #2dbdb6;
    padding: 34px 10px 18px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
section.section-multiform .mform-budget .mform-btn .mform-btn-icon {
    height: 80px;
    text-align: center;
    margin: auto;
}
section.section-multiform .mform-budget .mform-btn .mform-btn-icon img {
    max-width: 80px;
    width: 100%;
}
section.section-multiform .mform-budget .mform-btn.selected,
section.section-multiform .mform-budget .mform-btn:hover {
    background-color: #23a19b;
}
@media (max-width: 1024px) {
    section.section-multiform .mform-budget .mform-btn:hover {
        background-color: #2dbdb6;
    }
    section.section-multiform .mform-budget .mform-btn.selected {
        background-color: #23a19b;
    }
}
@media (max-width: 768px) {
    section.section-multiform .mform-budget .mform-btn {
        width: 180px;
        height: 180px;
    }
    section.section-multiform .mform-budget .mform-btn .mform-btn-icon {
        height: 45px;
    }
    section.section-multiform .mform-budget .mform-btn .mform-btn-icon img {
        max-width: 45px;
    }
    section.section-multiform .mform-budget .mform-btn .mform-btn-currenc,
    section.section-multiform .mform-budget .mform-btn .mform-btn-text {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    section.section-multiform .mform-selection .mform-btn .mform-btn-text {
        font-size: 10px !important;
    }
}
@media (max-width: 449px) {
    section.section-multiform .mform-budget .mform-btn {
        width: 155px;
        height: 155px;
        margin: 0 10px;
    }
    section.section-multiform .mform-budget .mform-btn .mform-btn-icon {
        height: 35px;
    }
    section.section-multiform .mform-budget .mform-btn .mform-btn-icon img {
        max-width: 35px;
    }
    section.section-multiform .mform-budget .mform-btn .mform-btn-currenc,
    section.section-multiform .mform-budget .mform-btn .mform-btn-text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 449px) {
    section.section-multiform .mform-budget .mform-btn {
        width: 125px;
        height: 125px;
        padding: 10px;
    }
}
.page-company-values section.section-join {
    margin-top: 55px;
}
.page-company-values section.section-join .container h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.page-company-values section.section-join .container p {
    font-size: 15px;
}
.page-company-values section.section-services .service-grid .service-box .service-img {
    height: 196px;
}
@media (max-width: 991px) {
    .page-company-values section.section-services .service-grid .service-box .service-img,
    .page-company-values section.section-services .service-grid .service-box .service-img img {
        height: 160px;
    }
}
@media (max-width: 576px) {
    .page-company-values section.section-services .service-grid .service-box .service-img,
    .page-company-values section.section-services .service-grid .service-box .service-img img {
        height: 130px;
    }
}
.page-industry-analysis body {
    font-family: Raleway, sans-serif;
}
.page-industry-analysis .section .container-fluid {
    width: 87%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.page-industry-analysis table.dataTable thead {
    color: #fff;
}
.page-industry-analysis table.dataTable thead th {
    background-color: #9a9a9a;
    border: 0 solid transparent !important;
    border-right: 5px solid #fff !important;
}
.page-industry-analysis table.dataTable thead th:last-child {
    border-right: 0 solid transparent !important;
}
.page-industry-analysis table.dataTable tbody td {
    font-size: 1.1rem;
    border: none;
    background: #f5f5f5;
    margin-top: 5px;
    border-top: 10px solid #fff;
    padding: 10px !important;
    font-weight: 600;
}
.page-industry-analysis table.dataTable tbody td.sorting_1 {
    font-weight: 800;
}
.page-industry-analysis table.dataTable.no-footer {
    border-bottom: 10px solid transparent !important;
}
.page-industry-analysis .color-pink {
    color: #f26d84;
}
.page-industry-analysis .color-blue {
    color: #2dbdb6;
}
.page-industry-analysis .color-blue .fa,
.page-industry-analysis .color-pink .fa {
    font-size: 1.5rem;
}
.page-industry-analysis .color-blue .fa {
    top: 7px;
    position: relative;
    height: 15px;
}
.page-industry-analysis .color-pink .fa {
    bottom: 2px;
    position: relative;
    height: 15px;
}
.page-industry-analysis .color-orange {
    color: #fdbe57;
}
.page-industry-analysis .bg-orange {
    background: #fdbe57;
}
.page-industry-analysis table tbody td .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.page-industry-analysis table tbody td .flex .progress {
    width: 90px;
    background-color: #e6e6e6;
    border-radius: 2rem;
}
.page-industry-analysis .dataTables_filter,
.page-industry-analysis .dataTables_length {
    display: none;
}
.page-industry-analysis table.dataTable thead th.sorting_asc,
.page-industry-analysis table.dataTable thead th.sorting_desc {
    background-color: #2dbdb6;
}
.page-media-roi-calculator section.banner h1.bold,
.page-media-roi-calculator section.banner p,
.page-seo-roi-calculator section.banner h1.bold,
.page-seo-roi-calculator section.banner p {
    text-align: left;
}
.page-media-roi-calculator section.banner p,
.page-seo-roi-calculator section.banner p {
    font-family: 'VAG Rounded';
}
.page-media-roi-calculator section.banner h1.bold,
.page-seo-roi-calculator section.banner h1.bold {
    line-height: 55px;
}
@media (max-width: 768px) {
    .page-media-roi-calculator section.banner h1.bold,
    .page-media-roi-calculator section.banner p,
    .page-seo-roi-calculator section.banner h1.bold,
    .page-seo-roi-calculator section.banner p {
        text-align: center;
    }
}
.page-media-roi-calculator .section-roi-container .container,
.page-seo-roi-calculator .section-roi-container .container {
    margin-bottom: -140px;
}
.page-media-roi-calculator .section-roi-container .container #fp-roi-calculator,
.page-seo-roi-calculator .section-roi-container .container #fp-roi-calculator {
    position: relative;
    top: -130px;
}
.page-media-roi-calculator .section-services .service-grid .service-box,
.page-seo-roi-calculator .section-services .service-grid .service-box {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.page-media-roi-calculator .section-services .service-grid .service-box .service-img,
.page-seo-roi-calculator .section-services .service-grid .service-box .service-img {
    height: 130px;
}
.page-media-roi-calculator .section-services .service-grid .service-box .service-img img,
.page-seo-roi-calculator .section-services .service-grid .service-box .service-img img {
    max-height: 100%;
}
.page-media-roi-calculator .section-services .service-grid .service-box .service-details h5,
.page-seo-roi-calculator .section-services .service-grid .service-box .service-details h5 {
    color: #2dbdb6;
}
.page-media-roi-calculator .section-services .service-grid .service-box .service-details p,
.page-seo-roi-calculator .section-services .service-grid .service-box .service-details p {
    text-align: left;
    padding: 0 0 0 10px;
}
.page-seo-roi-calculator .section-roi-container .container {
    margin-bottom: -140px;
}
.page-seo-roi-calculator .section-roi-container .container #fp-roi-calculator {
    position: relative;
    top: -175px;
}
.page-facebook-interest-finder section.banner h1 {
    font-size: 60px;
    line-height: 55px;
}
.page-facebook-interest-finder section.banner p {
    text-align: left;
    font-family: 'VAG Rounded';
}
.page-facebook-interest-finder .dropdown-item {
    font-size: 12px;
    line-height: 15px;
}
.page-facebook-interest-finder .section-fb-interest {
    margin-bottom: 20px;
}
.page-facebook-interest-finder .section-fb-interest .container {
    margin-bottom: -50px;
}
.page-facebook-interest-finder .section-fb-interest .container .interest-finder {
    position: relative;
    top: -60px;
    background-color: #fff;
    padding: 15px;
}
.page-facebook-interest-finder #search-form-submit {
    color: #fff;
    background-color: #f26d84;
}
.page-facebook-interest-finder .navbar-header {
    background: unset;
}
.page-facebook-interest-finder .navbar-header.min-header {
    background-color: rgba(33, 167, 160, 0.95);
}
.page-facebook-interest-finder .navbar > .container .navbar-brand {
    margin-left: 0;
}
.page-facebook-interest-finder strong {
    color: unset;
}
.page-facebook-interest-finder .card {
    box-shadow: unset;
    max-width: 100%;
    position: relative;
}
.page-facebook-interest-finder .card-header {
    align-items: baseline;
    box-shadow: unset;
    display: block;
}
.page-facebook-interest-finder .hours-of-operation table {
    color: #fff;
}
.page-facebook-interest-finder .hours-of-operation .table td,
.page-facebook-interest-finder .hours-of-operation .table th {
    color: #fff;
    border: 0;
}
.page-strategy-audit .section-multiform {
    padding-bottom: 30px;
}
@media (max-width: 991px) {
    .page-strategy-audit .section-multiform {
        padding-top: 100px;
    }
}
.page-strategy-audit .mform {
    max-width: 700px;
}
.page-strategy-audit .mform-container {
    min-height: 500px !important;
}
@media (min-width: 992px) {
    .page-strategy-audit .mform-container {
        min-height: 350px !important;
    }
}
@media (min-width: 992px) {
    .page-strategy-audit .mform .col-md-6:nth-of-type(2n) {
        padding-left: 7.5px;
    }
}
@media (min-width: 992px) {
    .page-strategy-audit .mform .col-md-6:nth-of-type(odd) {
        padding-right: 7.5px;
    }
}
.page-strategy-audit .mform .mform-selection img {
    max-width: 70px;
}
.page-strategy-audit .mform input {
    border-radius: 5px;
    border: none;
    background-color: #eee;
    height: auto;
}
@media (max-width: 991px) {
    .page-strategy-audit .mform input {
        line-height: 27px;
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .page-strategy-audit .mform button {
        line-height: 27px;
        font-size: 18px;
    }
}
.page-glossary section.section-paragraph .sticky-anchors {
    padding: 0 20px;
    float: left;
    font-size: 20px;
}
.page-glossary section.section-paragraph .sticky-anchors p {
    font-size: 20px;
}
.page-glossary section.section-paragraph .sticky-anchors .anchors-menu {
    list-style: none;
}
.page-glossary section.section-paragraph .sticky-anchors .anchors-menu li {
    cursor: pointer;
}
.page-glossary section.section-paragraph h3 {
    font-family: 'VAG Rounded';
}
.page-glossary section.section-paragraph .h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: normal;
    margin-bottom: 25px;
    color: #202020;
}
.page-glossary section.section-paragraph .h3 h3 {
    font-size: 40px;
}
.page-glossary section.section-paragraph .section {
    display: grid;
    grid-template-columns: 40px auto;
    grid-column-gap: 15px;
}
.page-glossary section.section-paragraph .section p {
    font-size: inherit;
}
.page-glossary section.section-paragraph .section .part-title,
.page-glossary section.section-paragraph .section-title {
    color: #2dbdb6;
}
.page-glossary section.section-paragraph .section .part-title {
    font-weight: 600;
}
.page-glossary section.section-paragraph .section-title p {
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: normal;
    text-align: right;
}
.page-glossary section.section-paragraph .main-section {
    display: grid;
    grid-template-columns: 40px auto;
    grid-column-gap: 15px;
}
.page-glossary section.section-paragraph .main-section .section-content h3,
.page-glossary section.section-paragraph .main-section .section-title p {
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: normal;
    margin-bottom: 25px;
    color: #202020;
}
.page-glossary section.section-paragraph .main-section .section-content p {
    text-align: left;
}
.post-type-archive-faq .section-paragraph,
.tax-faq_categories .section-paragraph {
    font-family: 'VAG Rounded';
}
.post-type-archive-faq .faq-grid img.img-fluid,
.tax-faq_categories .faq-grid img.img-fluid {
    max-width: 100%;
}
.post-type-archive-faq .faq-grid .category-header,
.tax-faq_categories .faq-grid .category-header {
    font-weight: 600;
    font-size: 20px;
    color: #2dbdb6;
    text-align: left;
    white-space: normal;
    line-height: 1.5;
    font-family: 'VAG Rounded';
}
.post-type-archive-faq .faq-grid .category-description,
.tax-faq_categories .faq-grid .category-description {
    font-family: 'VAG Rounded';
}
.post-type-archive-faq .faq-grid .faq-list-resources ul,
.tax-faq_categories .faq-grid .faq-list-resources ul {
    list-style: disclosure-closed;
    color: #2dbdb6;
}
.post-type-archive-faq .faq-grid .faq-list-resources ul li,
.tax-faq_categories .faq-grid .faq-list-resources ul li {
    cursor: pointer;
}
.post-type-archive-faq .faq-grid .faq-list-resources ul li a,
.tax-faq_categories .faq-grid .faq-list-resources ul li a {
    color: #666;
}
.post-type-archive-faq .faq-list .direction-start,
.tax-faq_categories .faq-list .direction-start {
    align-self: flex-start;
}
.post-type-archive-faq .faq-list .faq-navigation .headers,
.tax-faq_categories .faq-list .faq-navigation .headers {
    color: #000;
    font-size: 18px;
}
.post-type-archive-faq .faq-list .faq-navigation .list-nav ul.main-menu ul,
.tax-faq_categories .faq-list .faq-navigation .list-nav ul.main-menu ul {
    order: 2;
}
.post-type-archive-faq .faq-list .faq-navigation .list-nav ul.main-menu ul.show,
.tax-faq_categories .faq-list .faq-navigation .list-nav ul.main-menu ul.show {
    display: grid;
}
.post-type-archive-faq .faq-list .faq-navigation .list-nav ul.main-menu li,
.tax-faq_categories .faq-list .faq-navigation .list-nav ul.main-menu li {
    cursor: pointer;
    order: 3;
}
.post-type-archive-faq .faq-list .faq-navigation .list-nav ul.main-menu li.category,
.tax-faq_categories .faq-list .faq-navigation .list-nav ul.main-menu li.category {
    order: 1;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.post-type-archive-faq .faq-list .faq-navigation .list-nav ul.main-menu li.category::marker,
.tax-faq_categories .faq-list .faq-navigation .list-nav ul.main-menu li.category::marker {
    color: #2dbdb6;
}
.post-type-archive-faq .faq-list .faq-nav-btn-container button,
.tax-faq_categories .faq-list .faq-nav-btn-container button {
    background-color: #2dbdb6;
    color: #fff;
    width: 100%;
    padding: 10px 30px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
}
:lang(th) .post-type-archive-faq .faq-grid .category-description,
:lang(th) .post-type-archive-faq .faq-grid .category-header {
    font-family: Sarabun, sans-serif;
}
.page-faq-seo .section-paragraph .direction-start {
    align-self: flex-start;
}
.page-faq-seo .faq-navigation .headers {
    color: #000;
    font-size: 18px;
}
.page-faq-seo .faq-navigation .list-nav ul.main-menu {
    color: #2dbdb6;
}
.page-faq-seo .faq-navigation .list-nav ul.main-menu li {
    cursor: pointer;
}
.page-faq-seo .faq-navigation .list-nav ul.main-menu li::marker {
    color: #2dbdb6;
}
.page-faq-seo .faq-navigation .list-nav ul.main-menu > li {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.page-faq-seo .faq-navigation .list-nav ul.main-menu > li::marker {
    color: #2dbdb6;
}
.page-faq-seo .faq-nav-btn-container button {
    background-color: #2dbdb6;
    color: #fff;
    width: 100%;
    padding: 10px 30px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
}
.page-facebook-ads-mockup section.banner {
    padding-bottom: 150px;
}
.page-facebook-ads-mockup section.banner h1.bold,
.page-facebook-ads-mockup section.banner p {
    text-align: left;
}
@media (max-width: 768px) {
    .page-facebook-ads-mockup section.banner h1.bold,
    .page-facebook-ads-mockup section.banner p {
        text-align: center;
    }
}
.page-facebook-ads-mockup section.section-fb-mockup-content {
    margin-bottom: -100px;
}
.page-facebook-ads-mockup section.section-fb-mockup-content .section-content {
    position: relative;
    top: -120px;
}
.page-facebook-ads-mockup .form-control {
    border: 1px solid #ced4da !important;
}
.page-facebook-ads-mockup .form-check {
    padding-left: 1.25rem;
}
.page-facebook-ads-mockup .form-check-label {
    padding-left: 0 !important;
}
:lang(th) .page-google-ads-mockup .form-control {
    font-family: Sarabun, sans-serif !important;
}
.page-google-ads-mockup section.banner {
    padding-bottom: 150px;
}
.page-google-ads-mockup section.banner h1.bold,
.page-google-ads-mockup section.banner p {
    text-align: left;
}
@media (max-width: 768px) {
    .page-google-ads-mockup section.banner h1.bold,
    .page-google-ads-mockup section.banner p {
        text-align: center;
    }
}
.page-google-ads-mockup section.section-google-mockup-content {
    margin-bottom: -100px;
}
.page-google-ads-mockup section.section-google-mockup-content .section-content {
    position: relative;
    top: -120px;
}
.page-google-ads-mockup .form-control {
    border: 1px solid #ced4da !important;
}
.page-google-ads-mockup .form-check {
    padding-left: 1.25rem;
}
.page-google-ads-mockup .form-check-label {
    padding-left: 0 !important;
}
.page-facebook-advertising section.section-casestudy .stat-mb {
    font-size: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-facebook-advertising section.section-casestudy .stats .currency {
    font-size: 30px;
}
@media (max-width: 768px) {
    .page-facebook-advertising section.section-casestudy .stat-mb {
        font-size: 35px;
    }
    .page-facebook-advertising section.section-casestudy .stats .currency {
        font-size: 25px;
    }
}
@media (max-width: 575px) {
    .page-facebook-advertising section.section-casestudy .stats .currency {
        font-size: 35px;
    }
}
.page-seo section.section-casestudy .stat-mb {
    font-size: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-seo section.section-casestudy .stats .currency {
    font-size: 30px;
}
@media (max-width: 768px) {
    .page-seo section.section-casestudy .stat-mb {
        font-size: 35px;
    }
    .page-seo section.section-casestudy .stats .currency {
        font-size: 25px;
    }
}
@media (max-width: 575px) {
    .page-seo section.section-casestudy .stats .currency {
        font-size: 35px;
    }
}
.search-bar {
    z-index: 1;
    font-size: 18px;
    line-height: 19px;
    width: 100%;
    height: 40px;
}
.search-bar .search-bar-inner {
    width: 35%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.search-bar .search-bar-inner .form-group {
    position: relative;
    height: 40px;
    margin: 0;
}
.search-bar .search-bar-inner .form-group span {
    position: absolute;
    z-index: 5;
    margin-left: 15px;
    transform: translateY(60%);
    color: #fff;
}
.search-bar .search-bar-inner .form-group .search-input {
    min-height: 40px;
    height: 40px;
    position: absolute;
    z-index: 4;
    border: 1px solid #fff;
    padding-left: 40px;
    color: #fff;
    transition: all 0.3s;
    font-size: 18px;
    background-color: transparent;
}
.search-bar .search-bar-inner .form-group .search-input::-moz-placeholder {
    font-size: 18px;
    color: #fff;
}
.search-bar .search-bar-inner .form-group .search-input:-ms-input-placeholder {
    font-size: 18px;
    color: #fff;
}
.search-bar .search-bar-inner .form-group .search-input::placeholder {
    font-size: 18px;
    color: #fff;
}
.search-bar .search-result {
    position: relative;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    color: #787878;
    z-index: 10;
    border: 1px solid #ccc;
    max-height: 400px;
    overflow: auto;
}
.search-bar .search-result li {
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
}
.search-bar .search-result li a {
    text-decoration: none;
}
.search-bar .search-result li span {
    padding: 6px 20px;
}
.search-bar .search-result.close {
    opacity: 0;
    transition: all 0.3s;
    float: none;
}
.search-bar .search-result.open {
    opacity: 1;
    transition: all 0.3s;
}
.blog-recent .search-bar .search-bar-inner,
.blog-recent .search-bar .search-result {
    width: 100%;
}
.post-template-default .search-bar span {
    color: #707070 !important;
}
.post-template-default .search-bar .search-input {
    border: 1px solid #707070 !important;
    color: #707070 !important;
    background-color: unset !important;
}
.post-template-default .search-bar .search-input::-moz-placeholder {
    color: #707070 !important;
}
.post-template-default .search-bar .search-input:-ms-input-placeholder {
    color: #707070 !important;
}
.post-template-default .search-bar .search-input::placeholder {
    color: #707070 !important;
}
@media (max-width: 768px) {
    .search-bar .search-bar-inner,
    .search-bar .search-result {
        width: 100% !important;
    }
}
.page-search .page-search-bar {
    position: relative;
    z-index: 1;
    line-height: 19px;
    width: 100%;
    height: 59px;
}
.page-search .page-search-bar .form-group span {
    position: absolute;
    z-index: 5;
    margin-left: 15px;
    transform: translateY(110%);
    color: #707070;
}
.page-search .page-search-bar .form-group .btn {
    position: absolute;
    z-index: 6;
    height: 59px;
    right: 0;
    color: #fff;
    background-color: #f16d84;
    border-color: #f16d84;
    cursor: pointer;
}
.page-search .page-search-bar .form-group .btn:hover {
    background-color: #df546c;
    border-color: #df546c;
}
.page-search .page-search-bar .form-group .search-input {
    position: absolute;
    z-index: 4;
    background-color: #fff;
    border: 1px solid #707070;
    padding-left: 40px;
    color: #707070;
    width: 100%;
    height: 59px;
    font-size: 18px;
}
.page-search .page-search-bar .form-group .search-input::-moz-placeholder {
    color: #707070;
    font-size: 18px;
}
.page-search .page-search-bar .form-group .search-input:-ms-input-placeholder {
    color: #707070;
    font-size: 18px;
}
.page-search .page-search-bar .form-group .search-input::placeholder {
    color: #707070;
    font-size: 18px;
}
.page-search .form-website-traffic h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    margin-bottom: 12px;
}
.page-search .form-website-traffic h3 strong {
    font-weight: 900;
}
.page-search .form-website-traffic p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 12px;
}
.page-search .form-website-traffic .fp-btn {
    border: 0;
}
.page-ppc-keyword-concatenation-tool section.banner {
    padding-bottom: 150px;
}
.page-ppc-keyword-concatenation-tool section.banner h1.bold,
.page-ppc-keyword-concatenation-tool section.banner p {
    text-align: left;
}
@media (max-width: 768px) {
    .page-ppc-keyword-concatenation-tool section.banner h1.bold,
    .page-ppc-keyword-concatenation-tool section.banner p {
        text-align: center;
    }
}
.page-ppc-keyword-concatenation-tool section.section-ppc-tool-content .section-content {
    position: relative;
    top: -50px;
}
.page-ppc-keyword-concatenation-tool .column-features {
    display: none;
}
.page-ppc-keyword-concatenation-tool .column-features-btn.readonly {
    pointer-events: none;
    opacity: 0.65;
}
.page-ppc-keyword-concatenation-tool .ui-state-default {
    border: 0;
    background: unset;
}
.page-ppc-keyword-concatenation-tool .btn-primal {
    color: #fff !important;
    background-color: #2caba5;
    border-color: #2caba5;
}
.page-ppc-keyword-concatenation-tool .btn-primal:active,
.page-ppc-keyword-concatenation-tool .btn-primal:focus,
.page-ppc-keyword-concatenation-tool .btn-primal:hover {
    color: #fff;
    background-color: #1c7b76;
    border-color: #1c7b76;
}
.page-ppc-keyword-concatenation-tool a {
    color: #2caba5;
}
.page-ppc-keyword-concatenation-tool a:active,
.page-ppc-keyword-concatenation-tool a:focus,
.page-ppc-keyword-concatenation-tool a:hover {
    color: #1c7b76;
    text-decoration: none;
}
.page-ppc-keyword-concatenation-tool .btn-del-special-char,
.page-ppc-keyword-concatenation-tool a.btn-clear-dup-bl {
    white-space: pre-wrap;
}
.page-ppc-keyword-concatenation-tool h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.page-ppc-keyword-concatenation-tool .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.page-ppc-keyword-concatenation-tool .form-check .form-check-label {
    padding-left: 0;
}
.page-ppc-keyword-concatenation-tool .form-check-input {
    margin-top: 0.5em;
}
.page-ppc-keyword-concatenation-tool .form-check-inline {
    display: inline-block !important;
}
.page-ppc-keyword-concatenation-tool .form-control {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #efefef;
}
.page-ppc-keyword-concatenation-tool .form-control:focus {
    border: 2px solid #2caba5;
    box-shadow: none;
}
.page-ppc-keyword-concatenation-tool .form-control.processing {
    background-color: #76c9c5;
}
.page-ppc-keyword-concatenation-tool .sort-icon {
    background-color: #efefef;
    border: 1px solid #d0d0d0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.page-ppc-keyword-concatenation-tool .column-features-btn {
    margin-top: 0.5em;
}
.page-ppc-keyword-concatenation-tool .badge.keyword-column {
    margin-bottom: 0.5em;
}
.page-ppc-keyword-concatenation-tool .input-wrapper {
    margin-left: 1.5em;
}
.page-ppc-keyword-concatenation-tool .output-block-wrapper .wrapper,
.page-ppc-keyword-concatenation-tool .pattern-block-wrapper .wrapper {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #f6f6f6;
}
.page-ppc-keyword-concatenation-tool .select-all {
    font-weight: 700;
    padding-right: 0.3em;
}
.page-ppc-keyword-concatenation-tool .deselect-all {
    font-weight: 700;
    padding-left: 0.3em;
}
.page-ppc-keyword-concatenation-tool .output-block,
.page-ppc-keyword-concatenation-tool .pattern-block {
    margin-top: 1em;
}
section.section-accordion {
    padding: 40px 0 10px;
}
section.section-accordion h3 {
    font-size: 31px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 90px;
    color: #000;
}
section.section-accordion .card {
    text-align: left;
    margin-bottom: 36px;
    border: 0 solid rgba(0, 0, 0, 0.125);
}
section.section-accordion .card .card-header {
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: calc(0.25rem - 1px);
    background-color: #e6e6e6;
    padding-right: 0;
}
section.section-accordion .card .card-header .fa {
    color: #b9b9b9;
    font-size: 20px;
}
section.section-accordion .card .card-header a.card-link {
    font-weight: 400;
    font-size: 20px;
    display: flex;
    width: 94%;
    color: #000;
    cursor: pointer;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem 0.375rem 0.375rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: transparent;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
section.section-accordion .card .card-header a.card-link:hover {
    text-decoration: none;
}
section.section-accordion .card .card-header a.card-link:before {
    font-family: FontAwesome;
    font-weight: 800;
    content: "";
    color: #b9b9b9;
    float: right;
    display: flex;
    align-items: center;
}
section.section-accordion .card .card-header button.btn-link {
    font-family: 'VAG Rounded';
    font-weight: 400;
    font-size: 20px;
    width: 94%;
    color: #000;
    cursor: pointer;
    text-align: left;
    padding-left: 0;
}
section.section-accordion .card .card-header button.btn-link:hover {
    text-decoration: none;
}
section.section-accordion .card .card-header button.btn-link:before {
    font-family: FontAwesome;
    font-weight: 800;
    content: "";
    color: #b9b9b9;
    float: right;
}
section.section-accordion .card .card-header button.collapsed:before {
    font-family: FontAwesome;
    font-weight: 800;
    content: "";
    color: #b9b9b9;
    float: right;
}
@media (min-width: 768px) {
    section.section-accordion {
        padding: 100px 0 64px;
    }
}
@media (max-width: 576px) {
    section.section-accordion .card .card-header button.btn-link {
        font-size: 18px;
        width: 90%;
    }
}
.section-accordion.accordion-plus .card .card-header {
    background-color: #fff;
    border: none;
}
.section-accordion.accordion-plus .card .card-header button.btn-link:before {
    content: none;
}
.section-accordion.accordion-plus .card .card-header i {
    cursor: pointer;
}
.section-accordion.accordion-plus .card .card-header i:before {
    color: #2dbdb6;
    content: "";
}
.section-accordion.accordion-plus .card .card-header i.collapsed:before {
    content: "";
}
.section-accordion.accordion-plus .card .card-header a.card-link {
    flex-direction: row;
}
.section-accordion.accordion-plus .card .card-header a.card-link:before {
    content: none;
}
.section-accordion.accordion-arrow .card {
    margin-bottom: 15px;
}
.section-accordion.accordion-arrow .card .card-header {
    padding-right: 10px;
}
.section-accordion.accordion-arrow .card .card-header i {
    display: none;
}
.section-accordion.accordion-arrow .card .card-header h4 {
    margin: 0;
}
.section-accordion.accordion-arrow .card .card-header a.card-link {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 30px 1fr auto;
    font-weight: 600;
}
.section-accordion.accordion-arrow .card .card-header a.card-link:before {
    content: none;
}
.section-accordion.accordion-arrow .card .card-header.collapsed a.card-link:after {
    content: "";
    font-family: FontAwesome;
    font-weight: 800;
    color: #b9b9b9;
    float: right;
}
.section-accordion.accordion-arrow .card .card-body {
    display: grid;
    grid-template-columns: 30px 1fr;
}
.section-accordion.accordion-arrow .card .card-body .content img {
    max-width: 100% !important;
    height: auto !important;
}
.section-accordion.accordion-arrow .card .card-body span.title {
    font-weight: 600;
    font-size: 20px;
    color: #2dbdb6;
    text-align: left;
    white-space: normal;
    line-height: 1.5;
}
.section-accordion.accordion-arrow .card .card-body .faq-content-img {
    width: 80%;
    display: block;
    margin: 15px auto;
}
.page-facebook-ads-mockup h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.page-facebook-ads-mockup .menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
}
.page-facebook-ads-mockup .menu-wrapper ul li {
    width: 200px;
    margin: 0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 1.2em 0 1em;
    color: #fff;
    display: block;
    align-items: center;
    justify-content: center;
    background: #c6c6c6;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}
.page-facebook-ads-mockup .menu-wrapper ul li span {
    display: block;
}
.page-facebook-ads-mockup .menu-wrapper ul li img {
    height: 40px;
}
.page-facebook-ads-mockup .menu-wrapper ul li.active {
    background: #2dbdb6;
    color: #fff;
}
.page-facebook-ads-mockup .content-result-canvas-holder {
    width: 100%;
    height: 100%;
}
.page-facebook-ads-mockup .canvas-holder.scroll {
    width: inherit;
    position: -webkit-sticky;
    position: sticky;
    top: 18%;
}
.page-facebook-ads-mockup .canvas-holder.scroll-bottom {
    width: inherit;
    position: absolute;
    bottom: 0;
}
.page-facebook-ads-mockup .btn-danger {
    background: #f26d84;
    border-color: #f26d84;
    font-size: 14px;
    font-weight: 700;
}
.page-facebook-ads-mockup .btn-danger:hover {
    background: #df546c;
    border-color: #df546c;
}
.page-facebook-ads-mockup .website-click-wrapper h3 {
    font-size: 1em;
    margin-top: 1em;
}
.page-facebook-ads-mockup .website-click-wrapper ul.website-click-result-type {
    margin: 0 0 30px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.page-facebook-ads-mockup .website-click-wrapper .website-click-result-type a {
    background: #fff;
    background: #c6c6c6;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    width: 130px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
}
.page-facebook-ads-mockup .website-click-wrapper .website-click-result-type a.active {
    background-color: #2dbdb6;
    transition: 0.3s;
}
.page-facebook-ads-mockup .website-click-wrapper .website-click-result-display {
    background: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px;
    transition: 0.5s;
    max-width: 100%;
    margin: 0 auto;
}
.page-facebook-ads-mockup .website-click-wrapper .website-click-result-display.mobile {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}
.page-facebook-ads-mockup .website-click-wrapper .website-click-result-display.mobile.nitro-lazy {
    background-image: none !important;
}
.page-facebook-ads-mockup .website-click-wrapper .website-click-result-display.mobile > div {
    background-color: #fff;
    margin-top: 2em;
    padding: 0.5em 2em 1em;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.page-facebook-ads-mockup .website-click-wrapper .type-carousel-form .file-upload-image {
    max-height: 100%;
    max-width: 100%;
}
.page-facebook-ads-mockup .app-install-wrapper h3 {
    font-size: 1em;
    margin-top: 1em;
}
.page-facebook-ads-mockup .app-install-wrapper ul.app-install-result-type {
    margin: 0 0 30px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.page-facebook-ads-mockup .app-install-wrapper .app-install-result-type a {
    background: #fff;
    background: #c6c6c6;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    width: 130px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
}
.page-facebook-ads-mockup .app-install-wrapper .app-install-result-type a.active {
    background-color: #2dbdb6;
    transition: 0.3s;
}
.page-facebook-ads-mockup .app-install-wrapper .app-install-result-display {
    background: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px;
    transition: 0.5s;
    max-width: 100%;
    margin: 0 auto;
}
.page-facebook-ads-mockup .app-install-wrapper .app-install-result-display.mobile {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}
.page-facebook-ads-mockup .app-install-wrapper .app-install-result-display.mobile.nitro-lazy {
    background-image: none !important;
}
.page-facebook-ads-mockup .app-install-wrapper .app-install-result-display.mobile > div {
    background-color: #fff;
    margin-top: 2em;
    padding: 0.5em 2em 1em;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.page-facebook-ads-mockup .website-click-type .type {
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    transform: scale(0.9);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    background: #c6c6c6;
}
.page-facebook-ads-mockup .website-click-type .type.active {
    background: #2dbdb6;
    opacity: 1;
}
.page-facebook-ads-mockup .app-install-type .type {
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    transform: scale(0.9);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    background: #c6c6c6;
}
.page-facebook-ads-mockup .app-install-type .type.active {
    background: #2dbdb6;
    opacity: 1;
}
.page-facebook-ads-mockup .app-install-form h4,
.page-facebook-ads-mockup .event-form h4,
.page-facebook-ads-mockup .video-post-form h4,
.page-facebook-ads-mockup .website-click-form h4 {
    font-size: 1em;
    font-weight: 700;
}
.page-facebook-ads-mockup .file-upload-content {
    display: none;
    text-align: center;
    border: 1px dashed #2caba5;
    position: relative;
}
.page-facebook-ads-mockup .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
    cursor: pointer;
}
.page-facebook-ads-mockup .image-upload-wrap {
    border: 1px dashed #2caba5;
    position: relative;
}
.page-facebook-ads-mockup .image-upload-wrap:hover {
    background-color: #2caba5;
    border: 1px dashed #fff;
    color: #fff;
}
.page-facebook-ads-mockup .image-upload-wrap:hover > .drag-text p {
    color: #fff;
}
.page-facebook-ads-mockup .image-dropping {
    background-color: #2caba5;
    border: 1px dashed #fff;
    color: #fff;
}
.page-facebook-ads-mockup .image-title-wrap {
    padding: 0 15px 15px;
    color: #222;
}
.page-facebook-ads-mockup .drag-text {
    text-align: center;
}
.page-facebook-ads-mockup .drag-text p {
    font-weight: 100;
    color: #2caba5;
    padding: 60px 0;
}
.page-facebook-ads-mockup .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}
.page-facebook-ads-mockup .remove-image {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #cd4535;
    padding: 10px;
    border-radius: 4px;
    border: none;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: 0;
    text-transform: uppercase;
    font-weight: 700;
    word-wrap: break-word;
}
.page-facebook-ads-mockup .remove-image:hover {
    background: #c13b2a;
    color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.page-facebook-ads-mockup .remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.page-facebook-ads-mockup .video-post-wrapper ul.video-post-result-type {
    margin: 0 0 30px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.page-facebook-ads-mockup .video-post-wrapper .video-post-result-type a {
    background: #fff;
    background: #c6c6c6;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    width: 130px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
}
.page-facebook-ads-mockup .video-post-wrapper .video-post-result-type a.active {
    background-color: #2dbdb6;
    transition: 0.3s;
}
.page-facebook-ads-mockup .video-post-wrapper .video-post-result-display {
    background: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px;
    transition: 0.5s;
    max-width: 100%;
    margin: 0 auto;
}
.page-facebook-ads-mockup .video-post-wrapper .video-post-result-display.mobile {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}
.page-facebook-ads-mockup .video-post-wrapper .video-post-result-display.mobile.nitro-lazy {
    background-image: none !important;
}
.page-facebook-ads-mockup .video-post-wrapper .video-post-result-display.mobile > div {
    background-color: #fff;
    margin-top: 2em;
    padding: 0.5em 2em 1em;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.page-facebook-ads-mockup .event-wrapper ul.event-result-type {
    margin: 0 0 30px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.page-facebook-ads-mockup .event-wrapper .event-result-type a {
    background: #fff;
    background: #c6c6c6;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    width: 130px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
}
.page-facebook-ads-mockup .event-wrapper .event-result-type a.active {
    background-color: #2dbdb6;
    transition: 0.3s;
}
.page-facebook-ads-mockup .event-wrapper .event-result-display {
    background: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px;
    transition: 0.5s;
    max-width: 100%;
    margin: 0 auto;
}
.page-facebook-ads-mockup .event-wrapper .event-result-display.mobile {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}
.page-facebook-ads-mockup .event-wrapper .event-result-display.mobile.nitro-lazy {
    background-image: none !important;
}
.page-facebook-ads-mockup .event-wrapper .event-result-display.mobile > div {
    background-color: #fff;
    margin-top: 2em;
    padding: 0.5em 2em 1em;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.page-facebook-ads-mockup .head_prev .fb_button button {
    background-color: #f6f7f8;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    border-color: #ccc #c5c6c8 #b6b7b9;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
    color: #4e5665;
    margin: 0;
    width: 93px;
    height: auto;
    display: flex;
    align-items: center;
}
.page-facebook-ads-mockup .head_prev .fb_button button .mobile {
    display: none;
}
.page-facebook-ads-mockup .head_prev .fb_button button img {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 2px;
}
.page-facebook-ads-mockup .head_prev .prev_icons h4 {
    color: #3b5998;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 20px;
    cursor: pointer;
    word-break: break-all;
}
.page-facebook-ads-mockup .head_prev .prev_icons p {
    color: #9197a3;
    font-size: 11px;
    margin: 0;
    line-height: 1.28;
}
.page-facebook-ads-mockup .mobile {
    margin: 0 auto !important;
    position: relative !important;
}
.page-facebook-ads-mockup .mobile .head_prev .fb_button button {
    text-align: center;
    position: absolute;
    top: 5em;
    right: 2em;
    -webkit-touch-callout: none;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    text-decoration: none;
    width: 32px;
    height: 28px;
    padding: 0;
    min-width: 0;
    background-color: transparent;
    border: unset;
}
.page-facebook-ads-mockup .mobile .head_prev .fb_button button .all_time {
    display: none;
}
.page-facebook-ads-mockup .mobile .head_prev .fb_button button .mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.page-facebook-ads-mockup .mobile .head_prev .fb_button button .mobile svg {
    margin: 0 auto;
    width: 12px;
    height: 20px;
}
.page-facebook-ads-mockup .mobile .bot_row > .like:before {
    display: none;
}
.page-facebook-ads-mockup .mobile .under_spon .spon_footer p {
    width: 70%;
}
.page-facebook-ads-mockup .event-result-display:not(.righthand) .right_hshow,
.page-facebook-ads-mockup .event_result .resultprev .under_spon .right_hshow,
.page-facebook-ads-mockup .video-post-result-display:not(.righthand) .under_spon,
.page-facebook-ads-mockup .vidpost_result .resultprev.mobile .under_spon {
    display: none;
}
.page-facebook-ads-mockup .event-result-display .head_prev .prev_icons .txt_prev h4 {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #141823 !important;
    font-weight: 400 !important;
    word-break: break-all;
}
.page-facebook-ads-mockup .event-result-display .head_prev .prev_icons .txt_prev h4 span {
    font-weight: 700 !important;
}
.page-facebook-ads-mockup .righthand {
    max-width: 280px !important;
    margin: 0 auto !important;
}
.page-facebook-ads-mockup .righthand .carusel_prev .under_spon .spon_footer p,
.page-facebook-ads-mockup .righthand .carusel_prev .under_spon .spon_row p {
    display: none;
}
.page-facebook-ads-mockup .righthand .head_prev,
.page-facebook-ads-mockup .righthand .result_row:nth-child(2) {
    display: none !important;
}
.page-facebook-ads-mockup .righthand .under_spon {
    padding: 10px 0;
}
.page-facebook-ads-mockup .righthand .under_spon .spon_row p {
    display: none !important;
}
.page-facebook-ads-mockup .righthand .under_spon .spon_footer {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
}
.page-facebook-ads-mockup .righthand .under_spon .spon_footer button {
    display: none !important;
}
.page-facebook-ads-mockup .righthand .under_spon .spon_footer .txt_msg {
    display: block;
    color: #9197a3;
    font-size: 12px;
    line-height: 1.28;
    padding-top: 6px;
    margin: 0;
}
.page-facebook-ads-mockup .righthand .under_spon .spon_footer p {
    font-size: 12px;
    line-height: 1.28;
    color: #3b5998;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: unset;
    word-break: break-all;
}
.page-facebook-ads-mockup .righthand .under_spon .normal_show {
    display: none !important;
}
.page-facebook-ads-mockup .righthand .under_spon h5 {
    color: #3b5998;
    white-space: nowrap;
    font-size: 12px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}
.page-facebook-ads-mockup .righthand .bot_row,
.page-facebook-ads-mockup .righthand .result_reactions {
    display: none !important;
}
.page-facebook-ads-mockup .righthand .img_result {
    height: 133px !important;
}
.page-facebook-ads-mockup .righthand .msg_area {
    box-shadow: unset;
}
.page-facebook-ads-mockup .result_row.head_prev {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page-facebook-ads-mockup .result_row.head_prev .prev_icons .logo img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.page-facebook-ads-mockup .txt_msg.wrapped-textarea-value {
    white-space: break-spaces;
    font-size: 14px;
    line-height: 1.4;
    margin: 11px 0 10px;
    word-break: break-all;
}
.page-facebook-ads-mockup .resultprev .prev_body .prev_overflow,
.page-facebook-ads-mockup .resultprev .prev_body .prev_overflow .msg_area {
    width: 100%;
}
.page-facebook-ads-mockup .msg_area {
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-facebook-ads-mockup .img_result {
    height: 188px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}
.page-facebook-ads-mockup .img_result .play_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
}
.page-facebook-ads-mockup .img_result img {
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.page-facebook-ads-mockup .img_result.video_prev .play_btn {
    visibility: visible;
    opacity: 1;
}
.page-facebook-ads-mockup .under_spon {
    border-top: 1px solid #e5e6e9;
    padding: 10px 12px 15px;
}
.page-facebook-ads-mockup .under_spon h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
}
.page-facebook-ads-mockup .under_spon .spon_row p {
    font-size: 12px;
    line-height: 16px;
    max-height: 80px;
    overflow: hidden;
    margin: 0;
}
.page-facebook-ads-mockup .under_spon .spon_footer {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-facebook-ads-mockup .under_spon .spon_footer p {
    margin: 0;
    text-transform: uppercase;
    color: #9197a3;
    font-size: 11px;
    line-height: 11px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    width: 70%;
}
.page-facebook-ads-mockup .under_spon .spon_footer button {
    background-color: #f6f7f8;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    border-color: #ccc #c5c6c8 #b6b7b9;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
    color: #4e5665;
    width: auto;
    display: inline-block;
    height: auto;
    margin: 0;
}
.page-facebook-ads-mockup .under_spon .spon_footer .txt_msg {
    display: none;
}
.page-facebook-ads-mockup .prev_body.carusel_prev {
    overflow: hidden;
}
.page-facebook-ads-mockup .prev_body.carusel_prev .under_spon .spon_footer p {
    width: 65%;
}
.page-facebook-ads-mockup .prev_body.carusel_prev .under_spon h5 {
    margin: 0;
    color: #3b5998;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}
.page-facebook-ads-mockup .prev_body.carusel_prev .msg_area {
    cursor: pointer;
    margin-right: 10px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    width: 280px;
}
.page-facebook-ads-mockup .prev_body.carusel_prev .msg_area:last-child {
    display: block !important;
}
.page-facebook-ads-mockup .prev_body.carusel_prev .prev_overflow {
    display: flex;
    width: 600px;
}
.page-facebook-ads-mockup .txt_msg {
    font-size: 14px;
    line-height: 1.4;
    margin: 11px 0 10px;
}
.page-facebook-ads-mockup .prev_body .prev_overflow .msg_area:last-child {
    display: none;
}
.page-facebook-ads-mockup .prev_body:not(.carusel_prev) .result_row.msg_first .under_spon h5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 36px;
    position: relative;
    max-width: 240px;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    word-break: break-all;
}
.page-facebook-ads-mockup .result_reactions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 0 8px;
}
.page-facebook-ads-mockup .result_reactions .like_itm {
    display: flex;
    align-items: center;
    color: #9197a3;
    font-size: 11px;
    line-height: 20px;
}
.page-facebook-ads-mockup .result_reactions .like_itm img {
    margin-right: 4px;
    width: 17px;
    height: 17px;
    position: relative;
    border-radius: 50%;
    margin-top: -1px;
}
.page-facebook-ads-mockup .result_reactions .like_itm img:not(:first-child) {
    margin-left: -10px;
}
.page-facebook-ads-mockup .result_reactions .comm_shar {
    display: flex;
    justify-content: space-between;
}
.page-facebook-ads-mockup .result_reactions .comm_shar p {
    color: #9197a3;
    font-size: 11px;
    line-height: 20px;
    margin: 0 5px;
}
.page-facebook-ads-mockup .bot_row {
    border-top: 1px solid #ddd;
    margin-top: 0;
    padding-top: 4px;
    display: flex;
}
.page-facebook-ads-mockup .bot_row > div {
    display: flex;
    width: auto;
    align-items: center;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-right: 20px;
    padding: 4px 4px 4px 0;
}
.page-facebook-ads-mockup .bot_row > div img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.page-facebook-ads-mockup .video-post-result-display.righthand .under_spon {
    display: block;
}
.page-facebook-ads-mockup .video-post-result-display.righthand .under_spon h4 {
    color: #3b5998;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.28;
    margin-bottom: 0;
    word-break: break-all;
}
.page-facebook-ads-mockup .video-post-result-display.righthand .spon_footer p {
    color: #9197a3;
    font-size: 12px;
    line-height: 1.28;
    padding-top: 6px;
    text-transform: unset;
}
.page-facebook-ads-mockup .event-result-display.righthand .under_spon .right_hshow {
    display: block;
}
.page-facebook-ads-mockup .event-result-display.righthand .msg_first {
    box-shadow: unset;
    border: unset;
}
.page-facebook-ads-mockup .event-result-display.righthand .right_hshow .event_title,
.page-facebook-ads-mockup .event-result-display.righthand .right_hshow h5 {
    color: #3b5998;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.28;
    word-break: break-all;
}
.page-facebook-ads-mockup .event-result-display.righthand .right_hshow h5 {
    font-weight: 400 !important;
}
.page-facebook-ads-mockup .event-result-display.righthand .right_hshow .txt_msg {
    color: #9197a3;
    font-size: 12px;
    line-height: 1.28;
    padding-top: 6px;
    margin: 0;
}
.page-facebook-ads-mockup .event-result-display.righthand .right_hshow .data {
    display: flex !important;
    width: 100% !important;
    flex-direction: unset !important;
    justify-content: flex-start !important;
}
.page-facebook-ads-mockup .event-result-display.righthand .right_hshow .data > span {
    color: #999;
    font-size: 11px;
    padding: 0;
    line-height: 11px;
    margin: 0;
}
.page-facebook-ads-mockup .event-result-display.mobile .under_spon {
    padding-bottom: 15px;
}
.page-facebook-ads-mockup .website-click-result-display.righthand .prev_body.carusel_prev .msg_area {
    width: 180px;
}
.page-facebook-ads-mockup .website-click-result-display.righthand .prev_body.carusel_prev .msg_area .under_spon {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}
.page-facebook-ads-mockup .result_row.msg_first {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-facebook-ads-mockup .result_row.msg_first .img_result {
    height: 188px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}
.page-facebook-ads-mockup .result_row.msg_first .under_spon .normal_show {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-facebook-ads-mockup .result_row.msg_first .under_spon .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 53px;
}
.page-facebook-ads-mockup .result_row.msg_first .under_spon .date {
    color: #141823;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: -6px;
    position: relative;
}
.page-facebook-ads-mockup .result_row.msg_first .under_spon .month {
    color: #ec1c2b;
    font-size: 11px;
    line-height: 11px;
    padding-top: 8px;
    text-transform: uppercase;
}
.page-facebook-ads-mockup .result_row.msg_first .under_spon .event_time_and_location {
    line-height: 16px;
    max-width: 240px;
    font-weight: 400;
    font-size: 12px;
    color: #4e5665;
    word-break: break-all;
}
.page-facebook-ads-mockup .result_row.msg_first .under_spon .event_people_going {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #9197a3;
    max-width: 240px;
}
.page-facebook-ads-mockup .result_row.msg_first .event_calendar_container {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px;
    display: flex;
    align-items: center;
}
.page-facebook-ads-mockup .result_row.msg_first .event_calendar_container .calendar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: 0 0;
    background-size: 25px 37px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
}
.page-facebook-ads-mockup .progressbar {
    z-index: 9;
}
.page-facebook-ads-mockup .progressbar .bar__container {
    width: 100%;
}
.page-facebook-ads-mockup .progressbar .bar {
    padding: 0;
    margin: 0 0 0 -0.5em;
}
.page-facebook-ads-mockup .progressbar .bar li {
    list-style-type: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 9px;
    color: #666;
    padding-left: 5px;
    cursor: pointer;
}
.page-facebook-ads-mockup .progressbar .bar li:before {
    content: "";
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #c6c6c6;
    color: #333;
}
.page-facebook-ads-mockup .progressbar .bar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #c6c6c6;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.page-facebook-ads-mockup .progressbar .bar li:first-child:after {
    content: none;
}
.page-facebook-ads-mockup .progressbar .bar li.active:before {
    background: #2dbdb6;
    border: 1px solid #2dbdb6;
    color: #666;
}
.page-facebook-ads-mockup .progressbar .bar li.active + li.active:after {
    background: #2dbdb6;
}
.page-facebook-ads-mockup .progressbar .bar li.active:first-child + li:after:not(.active) {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .page-facebook-ads-mockup .menu-wrapper ul {
        flex-direction: column;
    }
    .page-facebook-ads-mockup .menu-wrapper ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-facebook-ads-mockup .content-result-canvas-holder {
        width: 100%;
        height: 100%;
    }
    .page-facebook-ads-mockup .canvas-holder.scroll {
        width: inherit;
        position: relative;
    }
    .page-facebook-ads-mockup .capture-canvas {
        width: 350px;
    }
    .app-install-type .type,
    .website-click-type .type {
        padding: 10px 15px !important;
        min-height: 180px !important;
    }
}
@media (min-width: 500px) {
    .page-facebook-ads-mockup .progressbar .bar li {
        font-size: 1em;
    }
}
.page-google-ads-mockup h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.page-google-ads-mockup .menu-wrapper a {
    margin: 0 10px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c6c6c6;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.page-google-ads-mockup .menu-wrapper a.active {
    background: #2dbdb6;
    color: #fff;
}
.page-google-ads-mockup .input-label {
    color: #1f1f1f;
    font-weight: 700;
}
.page-google-ads-mockup .url_display .input-group-prepend .input-group-text {
    background-color: #c6c6c6;
    border: 1px solid #c6c6c6;
    margin-right: 5px;
}
.page-google-ads-mockup select.form-control {
    height: 40px !important;
    min-height: unset;
    padding: 10px 15px;
}
.page-google-ads-mockup .input-group .form-control {
    border-radius: 4px !important;
}
.page-google-ads-mockup .form-control,
.page-google-ads-mockup .input-group .form-control {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    height: 40px !important;
    min-height: unset;
}
.page-google-ads-mockup .input-group .form-control:nth-child(odd) {
    margin-right: 5px;
}
.page-google-ads-mockup .input-group .form-control:nth-child(2n) {
    margin-left: 5px;
}
.page-google-ads-mockup .input-group-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    border-radius: 0.25rem !important;
    padding: 12px 15px;
    height: 40px;
    background-color: #2dbdb6;
    border: 1px solid #2dbdb6;
}
.page-google-ads-mockup .input-group-text.-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.page-google-ads-mockup .input-group-prepend {
    display: block;
}
.page-google-ads-mockup .display_wrapper {
    word-break: break-word;
    background-color: transparent;
}
.page-google-ads-mockup .display_wrapper.scroll {
    position: -webkit-sticky;
    position: sticky;
    width: inherit;
}
.page-google-ads-mockup .border-bottom {
    border-bottom: 1px solid #ddd;
}
.page-google-ads-mockup .border-left {
    border-left: 1px solid #ddd;
}
.page-google-ads-mockup .btn.btn-reset-form {
    background-color: #fcbe58;
    color: #fff;
    border-color: #fcbe58;
}
.page-google-ads-mockup .btn.btn-reset-form:active,
.page-google-ads-mockup .btn.btn-reset-form:focus,
.page-google-ads-mockup .btn.btn-reset-form:hover {
    background-color: #ecae4a;
    border-color: #ecae4a;
}
.page-google-ads-mockup .btn.btn-share {
    background-color: #f26d84;
    color: #fff;
    border-color: #f26d84;
}
.page-google-ads-mockup .btn.btn-share:active,
.page-google-ads-mockup .btn.btn-share:focus,
.page-google-ads-mockup .btn.btn-share:hover {
    background: #df546c;
    border-color: #df546c;
}
.page-google-ads-mockup .file-upload-content {
    display: none;
    text-align: center;
    border: 1px dashed #2caba5;
    position: relative;
}
.page-google-ads-mockup .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
    cursor: pointer;
}
.page-google-ads-mockup .image-upload-wrap {
    border: 1px dashed #2caba5;
    position: relative;
}
.page-google-ads-mockup .image-upload-wrap:hover {
    background-color: #2caba5;
    border: 1px dashed #fff;
    color: #fff;
}
.page-google-ads-mockup .image-upload-wrap:hover > .drag-text p {
    color: #fff;
}
.page-google-ads-mockup .image-dropping {
    background-color: #2caba5;
    border: 1px dashed #fff;
    color: #fff;
}
.page-google-ads-mockup .image-title-wrap {
    padding: 0 15px 15px;
    color: #222;
}
.page-google-ads-mockup .drag-text {
    text-align: center;
}
.page-google-ads-mockup .drag-text p {
    font-weight: 100;
    color: #2caba5;
    padding: 60px 0;
}
.page-google-ads-mockup .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}
.page-google-ads-mockup .remove-image {
    margin: 0;
    color: #fff;
    background: #cd4535;
    padding: 10px;
    border-radius: 4px;
    border: none;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.page-google-ads-mockup .remove-image:hover {
    background: #c13b2a;
    color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.page-google-ads-mockup .remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.page-google-ads-mockup .btn.btn-green {
    color: #666;
    background-color: #f6f6f6;
    border-color: #c3c3c3;
}
.page-google-ads-mockup .btn.btn-green.active {
    color: #fff;
    background-color: #2dbdb6;
    border-color: #2dbdb6;
}
.page-google-ads-mockup .extension-control,
.page-google-ads-mockup .toggle-btn {
    display: inline-block;
    margin: 0.5em 0.2em;
}
.page-google-ads-mockup .ad_result_wrapper {
    background-image: url("https://cdn-blfgi.nitrocdn.com/aQoiypMWLSFyScRFYmCqPDNKcSJAuhTd/assets/static/optimized/rev-260ebda/wp-content/themes/primal-my/assets/img/google-ad-tool-mobile-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 10em 2em 3em;
}
.page-google-ads-mockup .ad_result_wrapper.nitro-lazy {
    background-image: none !important;
}
.page-google-ads-mockup .mobile {
    font-family: arial, sans-serif;
}
.page-google-ads-mockup .mobile h3.headline {
    font-size: 20px;
    font-weight: 400;
    color: #1a0dab;
    font-family: arial, sans-serif;
    margin: 0;
    cursor: pointer;
    line-height: 24px;
}
.page-google-ads-mockup .mobile a {
    color: #1a0dab;
    text-decoration: none;
}
.page-google-ads-mockup .mobile .urlline {
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-google-ads-mockup .mobile .adtag {
    font-weight: 700;
}
.page-google-ads-mockup .mobile .description {
    color: #545454;
}
.page-google-ads-mockup .mobile hr {
    margin: 0.5em 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
.page-google-ads-mockup .mobile .main_display {
    border-radius: 7px;
    box-shadow: 0 0 5px 2px #d8d8d9;
    border: 1px solid #d8d8d9;
    padding: 1em;
}
.page-google-ads-mockup .mobile .sitelink_extensions_content .col-12 a {
    border-top: 1px solid #dfe1e5;
    display: block;
    padding: 1em 0;
}
.page-google-ads-mockup .mobile .price_extensions_content .price_extensions_content_display {
    display: flex;
    width: auto;
}
.page-google-ads-mockup .mobile .price_extensions_content .price_extensions_content_display > div {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
    margin-left: 4px;
    width: 150px;
}
.page-google-ads-mockup .mobile img.app_extensions_content_image {
    width: 10%;
}
.page-google-ads-mockup .sitelink_extensions_desc_content span {
    display: block;
}
.page-google-ads-mockup .callout_extensions_content span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-google-ads-mockup .call_extensions_content {
    color: grey;
    vertical-align: middle;
}
.page-google-ads-mockup .advertiser_rating_content {
    color: grey;
}
.page-google-ads-mockup .advertiser_rating_content i.fa-star:not(:last-child) {
    color: #f68512;
}
.page-google-ads-mockup .structured_snippets_extensions_content {
    color: #545454;
}
@media screen and (max-width: 768px) {
    .page-google-ads-mockup .menu-wrapper a {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}
.emv-container {
    position: relative;
    top: -188px;
    max-width: 90%;
    margin-bottom: -158px;
    padding: 20px;
    background-color: #fff;
}
.emv-content-area {
    background-color: #f9f9f9;
}
.emv-logo {
    text-align: center;
}
.emv-logo img {
    max-width: 180px;
    margin: 0 0 5%;
}
.emv-title {
    margin-top: 10px;
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
}
.emv-detail {
    font-family: 'VAG Rounded';
    font-size: 18px;
    line-height: 22px;
}
.emv-influencer-box {
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b1b1b1;
}
.emv-box-inner,
.emv-column-2,
.emv-column-3,
.emv-influencer-box,
.emv-inner-column-2 {
    display: grid;
    grid-template-columns: 1fr;
}
.emv-box-inner.inner-tune {
    grid-template-rows: 1fr 40px;
}
.emv-range-input {
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 7px;
    background: #e5e5e5;
    border-radius: 5px;
    background-image: linear-gradient(#2dbdb6, #2dbdb6);
    background-size: 0 100%;
    background-repeat: no-repeat;
}
.emv-range-input.tune {
    margin-right: 0;
    position: relative;
    top: 12px;
}
.emv-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.emv-range-input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0;
}
.emv-range-value {
    font-size: 24px;
    font-weight: 600;
    color: #2dbdb6;
    border: 1px solid #e5e5e5;
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 6px;
    border-radius: 4px;
}
.emv-range-value.instagram-followers-value {
    position: relative;
}
.emv-result {
    font-size: 22px;
    font-weight: 600;
    color: #2dbdb6;
}
.emv-result-box {
    margin-top: 28px;
    padding: 20px;
    color: #fff;
    background-color: #2dbdb6;
    border-radius: 4px;
}
.emv-result-box-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.emv-result-box .emv-result,
.emv-result-box .emv-symbol {
    color: #fff;
}
.emv-result-label {
    font-family: Lato;
    font-size: 13px;
}
.emv-symbol {
    font-size: 18px;
    font-weight: 800;
    color: #2dbdb6;
}
.emv-grand-total-box {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    text-align: center;
}
.emv-grand-total-box .emv-grand-total-title {
    font-family: Lato;
    font-size: 1.3em;
}
.emv-grand-total-box .emv-grand-total-value {
    font-size: 24px;
    font-weight: 600;
    color: #2dbdb6;
}
.emv-grand-total-box .emv-grand-total-all,
.emv-grand-total-box .emv-grand-total-posts,
.emv-grand-total-box .emv-grand-total-stories {
    margin-bottom: 20px;
}
.emv-decrease,
.emv-increase {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #2dbdb6;
    cursor: pointer;
}
.emv-decrease {
    top: -17px;
    padding-right: 5px;
}
.emv-decrease:after {
    content: "-";
}
.emv-increase {
    top: -15px;
    padding-left: 12px;
}
.emv-increase:after {
    content: "+";
}
.emv-has-increment {
    display: grid;
    grid-template-columns: 20px 1fr 20px;
    height: 40px;
}
.emv-disclaimer {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
}
.emv-tooltip {
    position: relative;
    top: 1px;
    display: inline-block;
    cursor: pointer;
    color: #b5b5b5;
}
.emv-tooltip .emv-tooltip-detail {
    visibility: hidden;
    width: 182px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -120%;
    left: 150%;
    font-family: lato;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    line-height: 20px;
    background-color: #2dbdb6;
    border: 1px solid #fff;
}
.emv-tooltip .emv-tooltip-detail:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-color: #2dbdb6;
}
.emv-tooltip.tune .emv-tooltip-detail {
    width: 182px;
    top: -194%;
}
.emv-tooltip.tune.long .emv-tooltip-detail {
    width: 214px;
}
.emv-tooltip:hover .emv-tooltip-detail {
    visibility: visible;
}
.emv-tooltip.inner {
    color: #fff;
}
.emv-tooltip.inner .emv-tooltip-detail {
    width: 124px;
    top: -190%;
    background-color: #fff;
    color: #2dbdb6;
    border: 1px solid #2dbdb6;
}
.emv-tooltip.inner .emv-tooltip-detail:after {
    border-color: transparent #fff transparent transparent;
}
.emv-tooltip.inner.tune .emv-tooltip-detail {
    top: -316%;
}
.emv-tooltip.inner.long .emv-tooltip-detail {
    width: 128px;
    top: -249%;
}
.emv-table {
    font-family: Lato;
    font-size: 12px;
}
.emv-table-box {
    overflow-x: auto;
}
.emv-table-final {
    visibility: collapse;
}
.emv-table td,
.emv-table th {
    padding: 10px 2px;
}
.emv-download-pdf {
    width: 148px;
    margin: 0 auto 20px;
    padding: 16px;
    background-color: #f26d84;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.influencer-add-button {
    width: 54px;
    height: 54px;
    margin: 40px auto;
    color: #fff;
    background-color: #2dbdb6;
    border-radius: 32px;
    cursor: pointer;
}
.influencer-add-button:after {
    content: "+";
    padding: 0 20px;
    font-size: 36px;
}
.delete-influencer {
    margin-left: 4px;
    margin-top: -4px;
    padding: 5px 10px;
    background-color: #df556d;
    border-radius: 28px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
section.banner.plain-banner.emv-banner {
    padding-bottom: 150px;
}
section.banner h1.emv-h1 {
    margin-bottom: 20px;
    text-align: left;
}
section.section-paragraph h2.emv-h2 {
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
section.section-paragraph h2.emv-h2.emv-editable-name {
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    border-radius: 4px;
    line-height: 40px;
    margin-bottom: 12px;
}
section.section-paragraph h2.emv-main-h2 {
    margin-bottom: -20px;
    font-family: Lato;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2em;
    text-align: center;
}
@media (min-width: 576px) {
    .emv-container {
        max-width: 510px;
    }
    .emv-tooltip .emv-tooltip-detail {
        width: 240px;
        top: -126%;
        font-size: 14px;
    }
    .emv-tooltip.tune .emv-tooltip-detail {
        width: 318px;
        top: -128%;
    }
    .emv-tooltip.tune.long .emv-tooltip-detail {
        width: 320px;
    }
    .emv-tooltip.inner .emv-tooltip-detail {
        width: 212px;
        top: -120%;
    }
    .emv-tooltip.inner.tune .emv-tooltip-detail {
        top: -182%;
    }
    .emv-tooltip.inner.long .emv-tooltip-detail {
        width: 228px;
        top: -120%;
    }
}
@media (min-width: 768px) {
    .emv-container {
        max-width: 692px;
    }
    .emv-influencer-box {
        grid-template-columns: 2fr 1.2fr;
    }
    .emv-column-3 {
        grid-template-columns: 2fr 1fr 1fr;
        height: 98px;
    }
    .emv-column-2,
    .emv-inner-column-2 {
        grid-template-columns: 1fr 1fr;
    }
    .emv-box {
        padding-right: 20px;
    }
    .emv-box-inner {
        grid-template-columns: 1fr;
    }
    .emv-result-box,
    .emv-title {
        margin-top: 0;
    }
    .emv-grand-total-box {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .emv-grand-total-box.sticky {
        position: fixed;
        bottom: 0;
        width: 692px;
        padding-top: 22px;
        padding-bottom: 0;
        margin-left: -20px;
        background: #fff;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
    }
    .emv-disclaimer {
        margin-top: 40px;
    }
    .emv-tooltip.left .emv-tooltip-detail {
        left: -1438%;
        top: -127%;
    }
    .emv-tooltip.left .emv-tooltip-detail:after {
        right: auto;
        left: 100%;
        border-color: transparent transparent transparent #fff;
    }
    .emv-tooltip.left.long .emv-tooltip-detail {
        left: -1546%;
    }
    section.section-paragraph h2.emv-h2 {
        margin-top: 0;
    }
    section.section-paragraph h2.emv-main-h2 {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .emv-container {
        max-width: 932px;
    }
    .emv-grand-total-box.sticky {
        width: 932px;
    }
}
@media (max-width: 1199px) {
    .emv-calculator .navbar-header .navbar-brand img {
        height: 36px;
    }
}
@media (min-width: 1200px) {
    .emv-container {
        max-width: 1110px;
    }
    .emv-grand-total-box.sticky {
        width: 1110px;
    }
}
.emv-th section.section-paragraph h2.emv-h2 {
    font-family: inherit !important;
}
.emv-th .influencer-add-button:after {
    padding: 0 18px;
    font-size: 30px;
}
.emv-th .section-letstalk h2 {
    margin: 0 !important;
}
.emv-th .emv-decrease {
    top: -20px;
}
.emv-th .emv-increase {
    font-size: 28px;
    top: -10px;
}
.emv-th .tooltip-1 .emv-tooltip-detail {
    width: 136px;
}
.emv-th .tooltip-2 .emv-tooltip-detail {
    width: 144px;
    top: -254%;
}
.emv-th .tooltip-4 .emv-tooltip-detail {
    width: 208px;
}
.emv-th .tooltip-7 .emv-tooltip-detail {
    top: -386% !important;
}
.emv-th .tooltip-8 .emv-tooltip-detail {
    top: -250%;
}
.emv-th .tooltip-9 .emv-tooltip-detail {
    top: -125%;
}
.emv-th .tooltip-10 .emv-tooltip-detail {
    width: 110px;
    top: -128%;
}
.page_heading {
	background-size:cover;
	background-color:#2dbdb6;
	background-position:center;
	padding:180px 0 100px;
}
.page_heading h1 {
	margin:0;
	text-align:center;
	color:#fff;
}
@media (min-width: 576px) {
    .emv-th .tooltip-1 .emv-tooltip-detail {
        width: 268px;
        top: -55%;
    }
    .emv-th .tooltip-2 .emv-tooltip-detail {
        width: 294px;
        top: -122%;
    }
    .emv-th .tooltip-3 .emv-tooltip-detail {
        width: 340px !important;
    }
    .emv-th .tooltip-4 .emv-tooltip-detail {
        width: 342px;
    }
    .emv-th .tooltip-5 .emv-tooltip-detail {
        width: 384px !important;
        top: -65%;
    }
    .emv-th .tooltip-6 .emv-tooltip-detail {
        width: 252px !important;
    }
    .emv-th .tooltip-7 .emv-tooltip-detail {
        width: 283px !important;
        top: -188% !important;
    }
    .emv-th .tooltip-8 .emv-tooltip-detail {
        top: -120%;
        width: 241px;
    }
    .emv-th .tooltip-9 .emv-tooltip-detail {
        top: -54%;
        width: 278px;
    }
    .emv-th .tooltip-10 .emv-tooltip-detail {
        width: 228px;
        top: -65%;
    }
}
@media (min-width: 768px) {
    .emv-th .tooltip-5 .emv-tooltip-detail {
        width: 238px !important;
        top: -118%;
    }
    .emv-th .tooltip-7 .emv-tooltip-detail {
        left: -1912% !important;
    }
    .emv-th .tooltip-9 .emv-tooltip-detail {
        left: -1881%;
    }
}
body {
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'VAG Rounded';
    color: #666;
}
:lang(th) body,
:lang(th) li,
:lang(th) p,
:lang(th) section.banner p,
:lang(th) ul li,
:lang(th) ul li a {
    font-family: Sarabun, sans-serif;
}
:lang(th) h1,
:lang(th) h2,
:lang(th) h3,
:lang(th) h4,
:lang(th) h5,
:lang(th) h6 {
    font-family: Kanit, sans-serif !important;
}
#container-table{
	width:960px;
	margin:0 auto;
	font-family:Myriad Pro;
	background:none;
	overflow:hidden;
	padding-bottom:50px;
}
#container-table * {
	box-sizing:revert
}
.button1 {float:left;}
.button2 {float:left;margin-left:145px;}
.button3 {float:right;}
.button1 a {
    background: url("img/button1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 219px;
}
.button2 a {
	background:url(img/button1.png) no-repeat;
	color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 219px;
}
.button3 a {
	background:url(img/button1.png) no-repeat;
	 color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 54px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 219px;
}
.clear{clear:both;}
.start {
    margin-top: 15px;
	margin-left: 15px;
}
.start a {
    background: url("img/start.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 110px;
}
.down {
    background: url("img/down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 14px;
    margin-left: 65px;
    margin-top: -1px;
    width: 8px;
}
.no1 {float:left;}
.no1 a {
    background: url("img/box-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
    width: 144px;
}
.line1 {
    background: url("img/right1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 9px;
    margin-top: 20px;
    width: 26px;
}
.box-no1 {
    float: left;
}
#home-section-flow {
	overflow:hidden;
	background:#fff;
	padding:30px 0px;
}
.box-no1 a {
    background: url("img/box-small2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    margin-top: 8px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    width: 89px;
}
.line2 {
    background: url("img/right2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 9px;
    margin-top: 19px;
    width: 83px;
}
.box-ser1 {float:left;}
.box-ser1 a {
    background: url("img/box-ser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 36px;
    margin-top: -4px;
    padding-top: 17px;
    text-align: center;
    text-decoration: none;
    width: 247px;
}

.big-line {
    background: url("img/big-line1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 57px;
    margin-left: 40px;
    margin-top: -7px;
    width: 19px;
}
.arrow1 {
    background: url("img/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 57px;
    margin-left: 20px;
    margin-top: -7px;
    width: 72px;
}
.box-text1 {
    background: none repeat scroll 0 0 #243975;
    border-radius: 7px;
    color: #47D2F5;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: auto;
    margin-left: 20px;
    margin-top: -28px;
    padding: 20px;
    text-align: center;
    width: 150px;
}
.box-text1 > p {
    margin: 0;
}
.down1{
    background: url("img/down1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 42px;
    margin-left: 65px;
    margin-top: -20px;
    width: 10px;
}
.box-no2 {
    float: left;
}
.box-no2 a {
    background: url("img/box-small2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    margin-left: 25px;
    margin-top: 0;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 89px;
}
.box-ser2 {float:left;}
.box-ser2 a {
    background: url("img/box-ser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-weight: bold;
    height: 33px;
    margin-top: 0;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    width: 251px;
}
.line3 {
    background: url("img/right3.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 56px;
    margin-left: 169px;
    margin-top: 20px;
    width: 57px;
}
.down2 {
    background: url("img/down1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 42px;
    margin-left: 64px;
    margin-top: -44px;
    width: 9px;
}
.no2 {float:left;}
.no2 a{
    background: url("img/box-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    width: 144px;
}
.line4 {
    background: url("img/right1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 9px;
    margin-top: 20px;
    width: 26px;
}
.box-no3 {
    float: left;
}
.box-no3 a {
    background: url("img/box-small2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    margin-left: 0;
    margin-top: 8px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 89px;
}
.line5 {
    background: url("img/right1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 9px;
    margin-top: 20px;
    width: 26px;
}
.line6 {
    background: url("img/right5.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 84px;
    margin-left: -2px;
    margin-top: -5px;
    width: 57px;
}
.box-ser3 {
    float: left;
    margin-top: -1px;
}
.box-ser3 a {
    background: url("img/box-ser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-weight: bold;
    height: 33px;
    margin-top: 0;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    width: 251px;
}
.down3 {
    background: url("img/down3.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 389px;
    margin-left: 64px;
    margin-top: -31px;
    width: 9px;
}
.line7 {
    background: url("img/right6.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 57px;
    margin-left: 210px;
    margin-top: -9px;
    width: 57px;
}
.box-ser4 {
    float: left;
    margin-top: -7px;
}
.box-ser4 a {
    background: url("img/box-ser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 33px;
    margin-top: 0;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    width: 251px;
}
.big-line2 {
    background: url("img/big-line2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 445px;
    margin-left: 628px;
    margin-top: -160px;
    position: absolute;
    width: 20px;
}
.arrow2 {
    background: url("img/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 57px;
    margin-left: 74px;
    margin-top: -5px;
    width: 72px;
}
.box-text2{
    background: none repeat scroll 0 0 #243975;
    border-radius: 7px;
    color: #47D2F5;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: auto;
    margin-left: 20px;
    margin-top: -85px;
    padding: 20px;
    text-align: center;
    width: 150px;
}
.box-text2 p {margin:0}
.line8 {
    background: url("img/right7.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 218px;
    margin-left: 210px;
    margin-top: -75px;
    width: 56px;
}
.sub-service {float:left;margin-top: -13px;}
.line9 {
    background: url("img/right8.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 36px;
    margin-left: 44px;
    margin-top: -35px;
    width: 58px;
}
.sub-ser1 {
    float: left;
    margin-top: -28px;
}
.sub-ser1 a {
    background: url("img/sub.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 23px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    width: 109px;
}
.line10 {
    background: url("img/right8.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 36px;
    margin-left: 44px;
    margin-top: -6px;
    width: 58px;
}
.line11{
    background: url("img/right8.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 36px;
    margin-left: 44px;
    margin-top: -6px;
    width: 58px;
}
.sub-ser2 {
    float: left;
    margin-top: 3px;
}
.sub-ser2 a {
    background: url("img/sub.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 21px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 109px;
}
.sub-ser3 {
    float: left;
    margin-top: 3px;
}
.sub-ser3 a{
    background: url("img/sub.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 21px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 109px;
}
.sub-ser4 {
    float: left;
    margin-top: 3px;
}
.sub-ser4 a {
    background: url("img/sub.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 21px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 109px;
}
.sub-ser5 {
    float: left;
    margin-top: 3px;
}
.sub-ser5 a {
    background: url("img/sub.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 21px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 109px;
}
.sub-ser6 {
    float: left;
    margin-top: 3px;
}
.sub-ser6 a {
    background: url("img/sub.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 21px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 109px;
}
.line12 {
    background: url("img/right9.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 31px;
    margin-left: 44px;
    margin-top: -9px;
    width: 58px;
}
.box-ser5 {
    float: left;
    margin-top: 17px;
}
.box-ser5 a {
    background: url("img/box-ser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 33px;
    margin-top: 0;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    width: 251px;
	font-size:14px;
}
.no3 {float:left;clear:both;}
.no3 a {
    background: url("img/box-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    width: 144px;
}
.line13 {
    background: url("img/right10.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    margin-top: 20px;
    width: 195px;
}
.box-ser6 {
    float: left;
    margin-top: 0px;
}
.box-ser6 a {
    background: url("img/box-ser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 33px;
    margin-top: 0;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    width: 251px;
}
.big-line3 {
    background: url("img/big-line3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 337px;
    margin-left: 38px;
    width: 20px;
}
.arrow3 {
    background: url("img/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 57px;
    margin-left: 20px;
    margin-top: 148px;
    width: 72px;
}
.box-text3 > p {
    margin: 0;
}
.box-text3 {
    background: none repeat scroll 0 0 #243975;
    border-radius: 7px;
    color: #47D2F5;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: auto;
    margin-left: 20px;
    margin-top: 54px;
    padding: 10px;
    text-align: center;
    width: 170px;
}
.line14 {
    background: url("img/right12.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 53px;
    margin-left: 282px;
    margin-top: -2px;
    width: 57px;
}
.left-site {
    clear: both;
    float: left;
    overflow: hidden;
    width: 590px;
}
.right-site {
    float: left;
}
.box-ser7 {
    float: left;
    margin-top: 3px;
}
.box-ser7 a {
    background: url("img/box-ser.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 33px;
    margin-top: 0;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    width: 251px;
}
.line15{
    background: url("img/right12.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 61px;
    margin-left: 282px;
    margin-top: -21px;
    width: 57px;
}
.line16{
    background: url("img/right13.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 61px;
    margin-left: 282px;
    margin-top: -21px;
    width: 57px;
}
.post_blog {
	margin-bottom:30px;
}
.post_blog img {
	width:100%;
}