@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,100,100italic,300italic,400italic,500italic,700italic,900italic); */ /* fwk-ab-layout 2020 /////

Media widths ----------------------

Standard    -
Large		- lg  (max-width: 1199px)
Medium 		- md (max-width: 991px)
Small  		- sm (max-width: 767px)
Extra Small - xs (max-width: 575px)


------------------------------------ */
/* Variables */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");

.screen-reader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
}

.screen-reader-focusable:active,
.screen-reader-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: fixed;
    width: auto;
    background-color: #e66c36;
    padding: 15px;
    color: #fff;
    z-index: 999;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-y: scroll; /*min-width: 100vw;*/
    margin: 0;
    padding: 0;
}

a,
a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

hr {
    border: 1px solid #cacaca;
    border-width: 1px 0 0;
}

ul {
    margin: 0;
    padding: 0;
    /*width: 100%;*/
}
ul li {
    list-style-type: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

ul.bullet li {
    list-style-type: disc;
    margin: 10px 0 20px 20px;
    line-height: 25px;
    font-size: 16px;
}

ul.bullet-2 li {
    list-style-type: disc;
    margin: 10px 0 10px 20px;
    line-height: 25px;
    font-size: 16px;
}

.highlight {
    color: #b00;
}

div.highlight {
    background: #fff;
    border-radius: 7px;
    margin: 1.5rem -1rem 1rem;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
    padding: 2rem 2rem 1.5rem;
    display: block;
    width: 100%;
}

div.highlight h4 {
    font-size: 1.3rem;
    margin: 0rem 0 0.5rem;
    font-weight: 500;
    color: #f25;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

div.highlight p {
    font-size: 0.95rem;
}

div.highlight-2 {
    /*background: #fff;
    padding: 3rem 1rem 1.5rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;*/
    background: #fff;
    padding: 1.7rem 0.5rem 1rem 2.5rem;
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-color: transparent transparent #e5e5e5 transparent;
    border-radius: 8px;
    margin: 1rem 0 0.8rem;
    transition: all 0.2s ease;
}
div.highlight-2 .highlight {
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

div.highlight-2:hover {
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.06);
    border-color: #eee;
    transition: all 0.5s ease;
}

div.highlight-2:hover .highlight {
    box-shadow: inset 0 0 50px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
    border-color: #eee;
    background: #f9f9f9;
}

div.highlight-2 h4 {
    font-size: 1.3rem;
    margin: 0rem 0 1.2rem;
    font-weight: 500;
    color: #f25;
}

section {
    clear: both;
}
section .container {
    padding: 50px 40px;
}

.container {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    height: inherit;
    padding: 0 2rem;
    clear: both;
}
.container .container {
    padding: 50px 20px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.col {
    /*border:1px solid #000; */
    width: 100%;
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature {
    padding: 70px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 300px;
}

.sticky {
    position: sticky;
}

.w-0 {
    display: none;
}

.w-10 {
    max-width: 10%;
    width: 10%;
}

.w-20 {
    max-width: 20%;
    width: 20%;
}

.w-30 {
    max-width: 30%;
    width: 30%;
}

.w-40 {
    max-width: 40%;
    width: 40%;
}

.w-50 {
    max-width: 50%;
    width: 50%;
}

.w-60 {
    max-width: 60%;
    width: 60%;
}

.w-70 {
    max-width: 70%;
    width: 70%;
}

.w-80 {
    max-width: 80%;
    width: 80%;
}

.w-90 {
    max-width: 90%;
    width: 90%;
}

.w-100 {
    max-width: 100%;
    width: 100%;
}

/*.w-10, .w-20, .w-30, .w-40, .w-50, .w-60, .w-70, .w-80, .w-90, .w-100 {display: initial;}*/
.vw-50 {
    max-width: 50vw;
    margin: 0 auto;
}

.vw-60 {
    max-width: 60vw;
    margin: 0 auto;
}

.vw-70 {
    max-width: 70vw;
    margin: 0 auto;
}

.vw-80 {
    max-width: 80vw;
    margin: 0 auto;
}

.vw-90 {
    max-width: 90vw;
    margin: 0 auto;
}

.vw-100 {
    max-width: 100vw;
    margin: initial;
}

.full {
    max-width: 100%;
    padding: 0;
}

.full-width {
    max-width: 100%;
    width: 100%;
}

.col-0 {
    width: 0%;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 24.9%;
}

.col-4 {
    width: 33.2%;
}

.col-5 {
    width: 41.5%;
}

.col-6 {
    width: 49.9%;
}

.col-7 {
    width: 58.3%;
}

.col-8 {
    width: 66.6%;
}

.col-9 {
    width: 74.9%;
}

.col-10 {
    width: 83.25%;
}

.col-11 {
    width: 91.6%;
}

.col-12 {
    width: 99.6%;
}

.col-0,
.col-0-xs,
.col-0-sm,
.col-0-md,
.col-0-lg,
.col-1,
.col-1-xs,
.col-1-sm,
.col-1-md,
.col-1-lg,
.col-2,
.col-2-xs,
.col-2-sm,
.col-2-md,
.col-2-lg,
.col-3,
.col-3-xs,
.col-3-sm,
.col-3-md,
.col-3-lg,
.col-4,
.col-4-xs,
.col-4-sm,
.col-4-md,
.col-4-lg,
.col-5,
.col-5-xs,
.col-5-sm,
.col-5-md,
.col-5-lg,
.col-6,
.col-6-xs,
.col-6-sm,
.col-6-md,
.col-6-lg,
.col-7,
.col-7-xs,
.col-7-sm,
.col-7-md,
.col-7-lg,
.col-8,
.col-8-xs,
.col-8-sm,
.col-8-md,
.col-8-lg,
.col-9,
.col-9-xs,
.col-9-sm,
.col-9-md,
.col-9-lg,
.col-10,
.col-10-xs,
.col-10-sm,
.col-10-md,
.col-10-lg,
.col-11,
.col-11-xs,
.col-11-sm,
.col-11-md,
.col-11-lg {
    float: left;
}

/* cards  */
/*.x-2{
	.col { width:46.8%; margin: 1.5%; float: left; }
}

.x-3{
	.col { width:30%; margin: 1.5%; float: left; }
}

.x-4{
	.col { width:21.8%; margin: 1.5%; float: left; }
}
	*/
/*	.multi-column-1{column-count: 1;}
	.multi-column-2{column-count: 2;}
	.multi-column-3{column-count: 3;}
	.multi-column-4{column-count: 4;}
	.multi-column-5{column-count: 5;}
	.multi-column-6{column-count: 6;}*/
.column-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.column-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.column-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.column-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

.gap-10 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.gap-15 {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.gap-20 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.gap-25 {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.gap-30 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.gap-35 {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.gap-40 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.gap-45 {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

.gap-50 {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

/*
xs (max-width: 575px)
sm (max-width: 767px)
md (max-width: 991px)
lg (max-width: 1199px)

.xs .sm .md .lg
*/
/* Positioning ############### */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex .equal,
.flex div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.right {
    float: right;
}

.left {
    float: left;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}
.align-left h1 {
    text-align: left;
}

.container.align-right {
    text-align: right;
}
.container.align-left {
    text-align: left;
}
.container.align-left h1 {
    text-align: left;
}

.inline {
    display: inline;
}

.block {
    display: block !important;
}

blockquote {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img.right {
    float: right;
    margin: 7px 0 8px 20px;
}

img.left {
    float: left;
    margin: 7px 20px 8px 0;
}

img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0px;
}

/* Top */ /* Right */ /* Bottom */ /* Left */
/* Margins */
.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.m--5 {
    margin: -5px !important;
}

.mt--5 {
    margin-top: -5px !important;
}

.mr--5 {
    margin-right: -5px !important;
}

.mb--5 {
    margin-bottom: -5px !important;
}

.ml--5 {
    margin-left: -5px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.m-30 {
    margin: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.m-35 {
    margin: 20px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/* Padding */
.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.p-55 {
    padding: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.p-65 {
    padding: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.p-70 {
    padding: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

/* Rounded Corners */
.rc-1 {
    border: 1px solid #f00;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.rc-2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.rc-3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.rc-4 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.rc-5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.rc-6 {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.rc-7 {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.rc-8 {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* Borders */
.b {
    border: 1px solid #f00;
}

.b-0 {
    border: none !important;
}

.b-1 {
    border: 1px solid #ddd;
}

.bt-1 {
    border-top: 1px solid #ddd;
}

.br-1 {
    border-right: 1px solid #ddd;
}

.bb-1 {
    border-bottom: 1px solid #ddd;
}

.bl-1 {
    border-left: 1px solid #ddd;
}

.b-2 {
    border: 2px solid #ddd;
}

.bt-2 {
    border-top: 2px solid #ddd;
}

.br-2 {
    border-right: 2px solid #ddd;
}

.bb-2 {
    border-bottom: 2px solid #ddd;
}

.bl-2 {
    border-left: 2px solid #ddd;
}

.b-3 {
    border: 3px solid #ddd;
}

.bt-3 {
    border-top: 3px solid #ddd;
}

.br-3 {
    border-right: 3px solid #ddd;
}

.bb-3 {
    border-bottom: 3px solid #ddd;
}

.bl-3 {
    border-left: 3px solid #ddd;
}

.b-4 {
    border: 4px solid #ddd;
}

.b-5 {
    border: 5px solid #ddd;
}

.b-6 {
    border: 6px solid #ddd;
}

.b-7 {
    border: 7px solid #ddd;
}

.b-8 {
    border: 8px solid #ddd;
}

.b-9 {
    border: 9px solid #ddd;
}

.b-10 {
    border: 10px solid #ddd;
}

/* Border colours */
.b-white {
    border-color: #fff;
}

.b-grey {
    border-color: #eee;
}

.b-d-grey {
    border-color: #555;
}

.b-blue {
    border-color: #54bceb;
}

.b-blue2 {
    border-color: #659ac1;
}

.b-d-blue {
    border-color: #131a56;
}

/* Font sizes */
.fs-9,
.fs-9 p {
    font-size: 9px;
}

.fs-10,
.fs-10 p {
    font-size: 10px;
}

.fs-11,
.fs-11 p {
    font-size: 11px;
}

.fs-12,
.fs-12 p {
    font-size: 12px;
}

.fs-13,
.fs-13 p {
    font-size: 13px;
}

.fs-14,
.fs-14 p {
    font-size: 14px;
}

.fs-15,
.fs-15 p {
    font-size: 15px;
}

.fs-16,
.fs-16 p {
    font-size: 16px;
}

.fs-17,
.fs-17 p {
    font-size: 17px;
}

.fs-18,
.fs-18 p {
    font-size: 18px;
}

.fs-19,
.fs-19 p {
    font-size: 19px;
}

.fs-20,
.fs-20 p {
    font-size: 20px;
}

.fs-21,
.fs-21 p {
    font-size: 21px;
}

.fs-22,
.fs-22 p {
    font-size: 22px;
}

.fs-23,
.fs-23 p {
    font-size: 23px;
}

.fs-24,
.fs-24 p {
    font-size: 24px;
}

.fs-25,
.fs-25 p {
    font-size: 25px;
}

.fs-26,
.fs-26 p {
    font-size: 26px;
}

.fs-27,
.fs-27 p {
    font-size: 27px;
}

.fs-28,
.fs-28 p {
    font-size: 28px;
}

.fs-29,
.fs-29 p {
    font-size: 29px;
}

.fs-30,
.fS-30 p {
    font-size: 30px;
}

/* Line height */
.lh-0 {
    line-height: 0px;
}

.lh-5 {
    line-height: 5px;
}

.lh-10 {
    line-height: 10px;
}

.lh-15 {
    line-height: 15px;
}

.lh-20 {
    line-height: 20px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

/* Font colours */
.blue {
    color: #2bf;
}

.blue2 {
    color: #659ac1;
}

.red {
    color: #900;
}

.red2 {
    color: #f00;
}

.green {
    color: #0c0;
}

.grey {
    color: #555;
}

.grey7 {
    color: #777;
}

.grey8 {
    color: #888;
}

/* Font Styles */
.it {
    font-style: italic;
}

/* Opacity */
.op-05 {
    opacity: 0.05;
    filter: alpha(opacity=5);
}

.op-10 {
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.op-15 {
    opacity: 0.15;
    filter: alpha(opacity=15);
}

.op-20 {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.op-25 {
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.op-30 {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.op-35 {
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.op-40 {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.op-45 {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.op-50 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.op-55 {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.op-60 {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.op-65 {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.op-70 {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.op-75 {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.op-80 {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.op-85 {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.op-90 {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.op-95 {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.op-100 {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Other styles ############### */
.shadow {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.shadow.s-1 {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.shadow.s-2 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.shadow.s-3 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.shadow.s-4 {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.shadow.s-5 {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.shadow.s-6 {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.shadow.s-7 {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.shadow.s-8 {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.shadow.s-9 {
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.shadow.s-10 {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.crop-150 {
    max-height: 150px;
    overflow: hidden;
}

.crop-200 {
    max-height: 200px;
    overflow: hidden;
}

.crop-250 {
    max-height: 250px;
    overflow: hidden;
}

.crop-300 {
    max-height: 300px;
    overflow: hidden;
}

.crop-350 {
    max-height: 350px;
    overflow: hidden;
}

.crop-400 {
    max-height: 400px;
    overflow: hidden;
}

.crop-10 {
    max-height: 10vw;
    overflow: hidden;
}

.crop-20 {
    max-height: 20vw;
    overflow: hidden;
}

.crop-30 {
    max-height: 30vw;
    overflow: hidden;
}

.crop-40 {
    max-height: 40vw;
    overflow: hidden;
}

.crop-50 {
    max-height: 50vw;
    overflow: hidden;
}

.crop-60 {
    max-height: 60vw;
    overflow: hidden;
}

.crop-70 {
    max-height: 70vw;
    overflow: hidden;
}

.crop-80 {
    max-height: 80vw;
    overflow: hidden;
}

.crop-90 {
    max-height: 90vw;
    overflow: hidden;
}

.overflow-top--10 {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.overflow-top--20 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.overflow-top--30 {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.overflow-top--40 {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.overflow-top--50 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overflow-top--60 {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.overflow-top--70 {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}

.overflow-top--80 {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

.overflow-top--90 {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}

.none {
    display: none !important;
}

.initial {
    display: initial !important;
}

.block {
    display: block !important;
}

/* Large - lg */
@media (max-width: 1199px) {
    .container.lg {
        max-width: 1100px; /*border:1px solid #f00;*/
    }
    .col-0-lg {
        width: 0%;
    }
    .col-1-lg {
        width: 8.33%;
    }
    .col-2-lg {
        width: 16.66%;
    }
    .col-3-lg {
        width: 24.9%;
    }
    .col-4-lg {
        width: 33.2%;
    }
    .col-5-lg {
        width: 41.5%;
    }
    .col-6-lg {
        width: 49.9%;
    }
    .col-7-lg {
        width: 58.3%;
    }
    .col-8-lg {
        width: 66.6%;
    }
    .col-9-lg {
        width: 74.9%;
    }
    .col-10-lg {
        width: 83.25%;
    }
    .col-11-lg {
        width: 91.6%;
    }
    .col-12-lg {
        width: 100%;
    }
    .w-0-lg {
        display: none;
    }
    .w-10-lg {
        max-width: 10%;
        width: 10%;
    }
    .w-20-lg {
        max-width: 20%;
        width: 20%;
    }
    .w-30-lg {
        max-width: 30%;
        width: 30%;
    }
    .w-40-lg {
        max-width: 40%;
        width: 40%;
    }
    .w-50-lg {
        max-width: 50%;
        width: 50%;
    }
    .w-60-lg {
        max-width: 60%;
        width: 60%;
    }
    .w-70-lg {
        max-width: 70%;
        width: 70%;
    }
    .w-80-lg {
        max-width: 80%;
        width: 80%;
    }
    .w-90-lg {
        max-width: 90%;
        width: 90%;
    }
    .w-100-lg {
        max-width: 100%;
        width: 100%;
    }
    /*.w-10-lg, .w-20-lg, .w-30-lg, .w-40-lg, .w-50-lg, .w-60-lg, .w-70-lg, .w-80-lg, .w-90-lg, .w-100-lg {display: initial;}*/
    .vw-50-lg {
        max-width: 50vw;
    }
    .vw-60-lg {
        max-width: 60vw;
    }
    .vw-70-lg {
        max-width: 70vw;
    }
    .vw-80-lg {
        max-width: 80vw;
    }
    .vw-90-lg {
        max-width: 90vw;
    }
    .vw-100-lg {
        max-width: 100vw;
    }
    .full-lg {
        max-width: 100%;
        padding: 0;
    }
    /*	.multi-column-lg-1{column-count: 1;}
  	.multi-column-lg-2{column-count: 2;}
  	.multi-column-lg-3{column-count: 3;}
  	.multi-column-lg-4{column-count: 4;}
  	.multi-column-lg-5{column-count: 5;}
  	.multi-column-lg-6{column-count: 6;}*/
    .column-1-lg {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .column-2-lg {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .column-3-lg {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .column-4-lg {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .column-5-lg {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .column-6-lg {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
    .gap-10-lg {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .gap-15-lg {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .gap-20-lg {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .gap-25-lg {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .gap-30-lg {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .gap-35-lg {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .gap-40-lg {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .gap-45-lg {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
    .gap-50-lg {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .align-left-lg {
        text-align: left;
    }
    .align-right-lg {
        text-align: right;
    }
    img.right-lg {
        float: right;
        margin: 7px 0 8px 20px;
    }
    img.left-lg {
        float: left;
        margin: 7px 20px 8px 0;
    }
    img.center-lg {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .center-lg {
        text-align: center;
    }
    .justify-center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .crop-150-lg {
        max-height: 150px;
        overflow: hidden;
    }
    .crop-200-lg {
        max-height: 200px;
        overflow: hidden;
    }
    .crop-250-lg {
        max-height: 250px;
        overflow: hidden;
    }
    .crop-300-lg {
        max-height: 300px;
        overflow: hidden;
    }
    .crop-350-lg {
        max-height: 350px;
        overflow: hidden;
    }
    .crop-400-lg {
        max-height: 400px;
        overflow: hidden;
    }
    .crop-10-lg {
        max-height: 10vw;
        overflow: hidden;
    }
    .crop-20-lg {
        max-height: 20vw;
        overflow: hidden;
    }
    .crop-30-lg {
        max-height: 30vw;
        overflow: hidden;
    }
    .crop-40-lg {
        max-height: 40vw;
        overflow: hidden;
    }
    .crop-50-lg {
        max-height: 50vw;
        overflow: hidden;
    }
    .crop-60-lg {
        max-height: 60vw;
        overflow: hidden;
    }
    .crop-70-lg {
        max-height: 70vw;
        overflow: hidden;
    }
    .crop-80-lg {
        max-height: 80vw;
        overflow: hidden;
    }
    .crop-90-lg {
        max-height: 90vw;
        overflow: hidden;
    }
    .crop-100 {
        max-height: 100vw;
        overflow: inherit;
    }
    .overflow-top--10-lg {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    .overflow-top--20-lg {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    .overflow-top--30-lg {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .overflow-top--40-lg {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    .overflow-top--50-lg {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .overflow-top--60-lg {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    .overflow-top--70-lg {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    .overflow-top--80-lg {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    .overflow-top--90-lg {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    .none-lg {
        display: none !important;
    }
    .initial-lg {
        display: initial !important;
    }
    .block-lg {
        display: block !important;
    }
    .top-lg {
        top: 0;
    }
    .bottom-lg {
        bottom: 0px;
    }
    /* Top */ /* Right */ /* Bottom */ /* Left */
    /* Margins */
    .m-0-lg {
        margin: 0px !important;
    }
    .mt-0-lg {
        margin-top: 0px !important;
    }
    .mr-0-lg {
        margin-right: 0px !important;
    }
    .mb-0-lg {
        margin-bottom: 0px !important;
    }
    .ml-0-lg {
        margin-left: 0px !important;
    }
    .m-5-lg {
        margin: 5px !important;
    }
    .mt-5-lg {
        margin-top: 5px !important;
    }
    .mr-5-lg {
        margin-right: 5px !important;
    }
    .mb-5-lg {
        margin-bottom: 5px !important;
    }
    .ml-5-lg {
        margin-left: 5px !important;
    }
    .m--5-lg {
        margin: -5px !important;
    }
    .mt--5-lg {
        margin-top: -5px !important;
    }
    .mr--5-lg {
        margin-right: -5px !important;
    }
    .mb--5-lg {
        margin-bottom: -5px !important;
    }
    .ml--5-lg {
        margin-left: -5px !important;
    }
    .m-10-lg {
        margin: 10px !important;
    }
    .mt-10-lg {
        margin-top: 10px !important;
    }
    .mr-10-lg {
        margin-right: 10px !important;
    }
    .mb-10-lg {
        margin-bottom: 10px !important;
    }
    .ml-10-lg {
        margin-left: 10px !important;
    }
    .m-15-lg {
        margin: 15px !important;
    }
    .mt-15-lg {
        margin-top: 15px !important;
    }
    .mr-15-lg {
        margin-right: 15px !important;
    }
    .mb-15-lg {
        margin-bottom: 15px !important;
    }
    .ml-15-lg {
        margin-left: 15px !important;
    }
    .m-20-lg {
        margin: 20px !important;
    }
    .mt-20-lg {
        margin-top: 20px !important;
    }
    .mr-20-lg {
        margin-right: 20px !important;
    }
    .mb-20-lg {
        margin-bottom: 20px !important;
    }
    .ml-20-lg {
        margin-left: 20px !important;
    }
    .m-25-lg {
        margin: 25px !important;
    }
    .mt-25-lg {
        margin-top: 25px !important;
    }
    .mr-25-lg {
        margin-right: 25px !important;
    }
    .mb-25-lg {
        margin-bottom: 25px !important;
    }
    .ml-25-lg {
        margin-left: 25px !important;
    }
    .m-30-lg {
        margin: 20px !important;
    }
    .mt-30-lg {
        margin-top: 30px !important;
    }
    .mr-30-lg {
        margin-right: 30px !important;
    }
    .mb-30-lg {
        margin-bottom: 30px !important;
    }
    .ml-30-lg {
        margin-left: 30px !important;
    }
    .m-35-lg {
        margin: 20px !important;
    }
    .mt-35-lg {
        margin-top: 35px !important;
    }
    .mr-35-lg {
        margin-right: 35px !important;
    }
    .mb-35-lg {
        margin-bottom: 35px !important;
    }
    .ml-35-lg {
        margin-left: 35px !important;
    }
    .m-40-lg {
        margin: 40px !important;
    }
    .mt-40-lg {
        margin-top: 40px !important;
    }
    .mr-40-lg {
        margin-right: 40px !important;
    }
    .mb-40-lg {
        margin-bottom: 40px !important;
    }
    .ml-40-lg {
        margin-left: 40px !important;
    }
    .m-45-lg {
        margin: 45px !important;
    }
    .mt-45-lg {
        margin-top: 45px !important;
    }
    .mr-45-lg {
        margin-right: 45px !important;
    }
    .mb-45-lg {
        margin-bottom: 45px !important;
    }
    .ml-45-lg {
        margin-left: 45px !important;
    }
    .m-50-lg {
        margin: 50px !important;
    }
    .mt-50-lg {
        margin-top: 50px !important;
    }
    .mr-50-lg {
        margin-right: 50px !important;
    }
    .mb-50-lg {
        margin-bottom: 50px !important;
    }
    .ml-50-lg {
        margin-left: 50px !important;
    }
    /* Padding */
    .p-0-lg {
        padding: 0px !important;
    }
    .pt-0-lg {
        padding-top: 0px !important;
    }
    .pr-0-lg {
        padding-right: 0px !important;
    }
    .pb-0-lg {
        padding-bottom: 0px !important;
    }
    .pl-0-lg {
        padding-left: 0px !important;
    }
    .p-5-lg {
        padding: 5px !important;
    }
    .pt-5-lg {
        padding-top: 5px !important;
    }
    .pr-5-lg {
        padding-right: 5px !important;
    }
    .pb-5-lg {
        padding-bottom: 5px !important;
    }
    .pl-5-lg {
        padding-left: 5px !important;
    }
    .p-10-lg {
        padding: 10px !important;
    }
    .pt-10-lg {
        padding-top: 10px !important;
    }
    .pr-10-lg {
        padding-right: 10px !important;
    }
    .pb-10-lg {
        padding-bottom: 10px !important;
    }
    .pl-10-lg {
        padding-left: 10px !important;
    }
    .p-15-lg {
        padding: 15px !important;
    }
    .pt-15-lg {
        padding-top: 15px !important;
    }
    .pr-15-lg {
        padding-right: 15px !important;
    }
    .pb-15-lg {
        padding-bottom: 15px !important;
    }
    .pl-15-lg {
        padding-left: 15px !important;
    }
    .p-20-lg {
        padding: 20px !important;
    }
    .pt-20-lg {
        padding-top: 20px !important;
    }
    .pr-20-lg {
        padding-right: 20px !important;
    }
    .pb-20-lg {
        padding-bottom: 20px !important;
    }
    .pl-20-lg {
        padding-left: 20px !important;
    }
    .p-25-lg {
        padding: 25px !important;
    }
    .pt-25-lg {
        padding-top: 25px !important;
    }
    .pr-25-lg {
        padding-right: 25px !important;
    }
    .pb-25-lg {
        padding-bottom: 25px !important;
    }
    .pl-25-lg {
        padding-left: 25px !important;
    }
    .p-30-lg {
        padding: 30px !important;
    }
    .pt-30-lg {
        padding-top: 30px !important;
    }
    .pr-30-lg {
        padding-right: 30px !important;
    }
    .pb-30-lg {
        padding-bottom: 30px !important;
    }
    .pl-30-lg {
        padding-left: 30px !important;
    }
    .p-35-lg {
        padding: 35px !important;
    }
    .pt-35-lg {
        padding-top: 35px !important;
    }
    .pr-35-lg {
        padding-right: 35px !important;
    }
    .pb-35-lg {
        padding-bottom: 35px !important;
    }
    .pl-35-lg {
        padding-left: 35px !important;
    }
    .p-40-lg {
        padding: 40px !important;
    }
    .pt-40-lg {
        padding-top: 40px !important;
    }
    .pr-40-lg {
        padding-right: 40px !important;
    }
    .pb-40-lg {
        padding-bottom: 40px !important;
    }
    .pl-40-lg {
        padding-left: 40px !important;
    }
    .p-45-lg {
        padding: 45px !important;
    }
    .pt-45-lg {
        padding-top: 45px !important;
    }
    .pr-45-lg {
        padding-right: 45px !important;
    }
    .pb-45-lg {
        padding-bottom: 45px !important;
    }
    .pl-45-lg {
        padding-left: 45px !important;
    }
    .p-50-lg {
        padding: 50px !important;
    }
    .pt-50-lg {
        padding-top: 50px !important;
    }
    .pr-50-lg {
        padding-right: 50px !important;
    }
    .pb-50-lg {
        padding-bottom: 50px !important;
    }
    .pl-50-lg {
        padding-left: 50px !important;
    }
    /* Font sizes - Large */
    .fs9-lg {
        font-size: 9px;
    }
    .fs10-lg {
        font-size: 10px;
    }
    .fs11-lg {
        font-size: 11px;
    }
    .fs12-lg {
        font-size: 12px;
    }
    .fs13-lg {
        font-size: 13px;
    }
    .fs14-lg {
        font-size: 14px;
    }
    .fs15-lg {
        font-size: 15px;
    }
    .fs16-lg {
        font-size: 16px;
    }
    .fs17-lg {
        font-size: 17px;
    }
    .fs18-lg {
        font-size: 18px;
    }
    .fs19-lg {
        font-size: 19px;
    }
    .fs20-lg {
        font-size: 20px;
    }
    .fs21-lg {
        font-size: 21px;
    }
    .fs22-lg {
        font-size: 22px;
    }
    .fs23-lg {
        font-size: 23px;
    }
    .fs24-lg {
        font-size: 24px;
    }
    .fs25-lg {
        font-size: 25px;
    }
    .fs26-lg {
        font-size: 26px;
    }
    .fs27-lg {
        font-size: 27px;
    }
    .fs28-lg {
        font-size: 28px;
    }
    .fs29-lg {
        font-size: 29px;
    }
    .fs30-lg {
        font-size: 30px;
    }
} /* End Large */
/* Medium - md */
@media (max-width: 991px) {
    .container.md {
        max-width: 720px; /*border:1px solid #0f0;*/
    }
    .col-0-md {
        width: 0%;
    }
    .col-1-md {
        width: 8.33%;
    }
    .col-2-md {
        width: 16.66%;
    }
    .col-3-md {
        width: 24.9%;
    }
    .col-4-md {
        width: 33.2%;
    }
    .col-5-md {
        width: 41.5%;
    }
    .col-6-md {
        width: 49.9%;
    }
    .col-7-md {
        width: 58.3%;
    }
    .col-8-md {
        width: 66.6%;
    }
    .col-9-md {
        width: 74.9%;
    }
    .col-10-md {
        width: 83.25%;
    }
    .col-11-md {
        width: 91.6%;
    }
    .col-12-md {
        width: 100%;
    }
    .w-0-md {
        display: none;
    }
    .w-10-md {
        max-width: 10%;
        width: 10%;
    }
    .w-20-md {
        max-width: 20%;
        width: 20%;
    }
    .w-30-md {
        max-width: 30%;
        width: 30%;
    }
    .w-40-md {
        max-width: 40%;
        width: 40%;
    }
    .w-50-md {
        max-width: 50%;
        width: 50%;
    }
    .w-60-md {
        max-width: 60%;
        width: 60%;
    }
    .w-70-md {
        max-width: 70%;
        width: 70%;
    }
    .w-80-md {
        max-width: 80%;
        width: 80%;
    }
    .w-90-md {
        max-width: 90%;
        width: 90%;
    }
    .w-100-md {
        max-width: 100%;
        width: 100%;
    }
    /*.w-10-md, .w-20-md, .w-30-md, .w-40-md, .w-50-md, .w-60-md, .w-70-md, .w-80-md, .w-90-md, .w-100-md {display: initial;}*/
    .vw-50-md {
        max-width: 50vw;
    }
    .vw-60-md {
        max-width: 60vw;
    }
    .vw-70-md {
        max-width: 70vw;
    }
    .vw-80-md {
        max-width: 80vw;
    }
    .vw-90-md {
        max-width: 90vw;
    }
    .vw-100-md {
        max-width: 100vw;
    }
    .full-md {
        max-width: 100%;
        padding: 0;
    }
    /*	.multi-column-md-1{column-count: 1;}
  	.multi-column-md-2{column-count: 2;}
  	.multi-column-md-3{column-count: 3;}
  	.multi-column-md-4{column-count: 4;}
  	.multi-column-md-5{column-count: 5;}
  	.multi-column-md-6{column-count: 6;}*/
    .column-1-md {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .column-2-md {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .column-3-md {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .column-4-md {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .column-5-md {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .column-6-md {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
    .gap-10-md {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .gap-15-md {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .gap-20-md {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .gap-25-md {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .gap-30-md {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .gap-35-md {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .gap-40-md {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .gap-45-md {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
    .gap-50-md {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .align-left-md {
        text-align: left;
    }
    .align-right-md {
        text-align: right;
    }
    img.right-md {
        float: right;
        margin: 7px 0 8px 20px;
    }
    img.left-md {
        float: left;
        margin: 7px 20px 8px 0;
    }
    img.center-md {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .center-md {
        text-align: center;
    }
    .justify-center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .crop-150-md {
        max-height: 150px;
        overflow: hidden;
    }
    .crop-200-md {
        max-height: 200px;
        overflow: hidden;
    }
    .crop-250-md {
        max-height: 250px;
        overflow: hidden;
    }
    .crop-300-md {
        max-height: 300px;
        overflow: hidden;
    }
    .crop-350-md {
        max-height: 350px;
        overflow: hidden;
    }
    .crop-400-md {
        max-height: 400px;
        overflow: hidden;
    }
    .crop-10-md {
        max-height: 10vw;
        overflow: hidden;
    }
    .crop-20-md {
        max-height: 20vw;
        overflow: hidden;
    }
    .crop-30-md {
        max-height: 30vw;
        overflow: hidden;
    }
    .crop-40-md {
        max-height: 40vw;
        overflow: hidden;
    }
    .crop-50-md {
        max-height: 50vw;
        overflow: hidden;
    }
    .crop-60-md {
        max-height: 60vw;
        overflow: hidden;
    }
    .crop-70-md {
        max-height: 70vw;
        overflow: hidden;
    }
    .crop-80-md {
        max-height: 80vw;
        overflow: hidden;
    }
    .crop-90-md {
        max-height: 90vw;
        overflow: hidden;
    }
    .crop-100-md {
        max-height: 100vw;
        overflow: inherit;
    }
    .overflow-top--10-md {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    .overflow-top--20-md {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    .overflow-top--30-md {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .overflow-top--40-md {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    .overflow-top--50-md {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .overflow-top--60-md {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    .overflow-top--70-md {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    .overflow-top--80-md {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    .overflow-top--90-md {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    .none-md {
        display: none !important;
    }
    .initial-md {
        display: initial !important;
    }
    .block-md {
        display: block !important;
    }
    .top-md {
        top: 0;
    }
    .bottom-md {
        bottom: 0px;
    }
    /* Margins */
    .m-0-md {
        margin: 0px !important;
    }
    .mt-0-md {
        margin-top: 0px !important;
    }
    .mr-0-md {
        margin-right: 0px !important;
    }
    .mb-0-md {
        margin-bottom: 0px !important;
    }
    .ml-0-md {
        margin-left: 0px !important;
    }
    .m-5-md {
        margin: 5px !important;
    }
    .mt-5-md {
        margin-top: 5px !important;
    }
    .mr-5-md {
        margin-right: 5px !important;
    }
    .mb-5-md {
        margin-bottom: 5px !important;
    }
    .ml-5-md {
        margin-left: 5px !important;
    }
    .m--5-md {
        margin: -5px !important;
    }
    .mt--5-md {
        margin-top: -5px !important;
    }
    .mr--5-md {
        margin-right: -5px !important;
    }
    .mb--5-md {
        margin-bottom: -5px !important;
    }
    .ml--5-md {
        margin-left: -5px !important;
    }
    .m-10-md {
        margin: 10px !important;
    }
    .mt-10-md {
        margin-top: 10px !important;
    }
    .mr-10-md {
        margin-right: 10px !important;
    }
    .mb-10-md {
        margin-bottom: 10px !important;
    }
    .ml-10-md {
        margin-left: 10px !important;
    }
    .m-15-md {
        margin: 15px !important;
    }
    .mt-15-md {
        margin-top: 15px !important;
    }
    .mr-15-md {
        margin-right: 15px !important;
    }
    .mb-15-md {
        margin-bottom: 15px !important;
    }
    .ml-15-md {
        margin-left: 15px !important;
    }
    .m-20-md {
        margin: 20px !important;
    }
    .mt-20-md {
        margin-top: 20px !important;
    }
    .mr-20-md {
        margin-right: 20px !important;
    }
    .mb-20-md {
        margin-bottom: 20px !important;
    }
    .ml-20-md {
        margin-left: 20px !important;
    }
    .m-25-md {
        margin: 25px !important;
    }
    .mt-25-md {
        margin-top: 25px !important;
    }
    .mr-25-md {
        margin-right: 25px !important;
    }
    .mb-25-md {
        margin-bottom: 25px !important;
    }
    .ml-25-md {
        margin-left: 25px !important;
    }
    .m-30-md {
        margin: 20px !important;
    }
    .mt-30-md {
        margin-top: 30px !important;
    }
    .mr-30-md {
        margin-right: 30px !important;
    }
    .mb-30-md {
        margin-bottom: 30px !important;
    }
    .ml-30-md {
        margin-left: 30px !important;
    }
    .m-35-md {
        margin: 20px !important;
    }
    .mt-35-md {
        margin-top: 35px !important;
    }
    .mr-35-md {
        margin-right: 35px !important;
    }
    .mb-35-md {
        margin-bottom: 35px !important;
    }
    .ml-35-md {
        margin-left: 35px !important;
    }
    .m-40-md {
        margin: 40px !important;
    }
    .mt-40-md {
        margin-top: 40px !important;
    }
    .mr-40-md {
        margin-right: 40px !important;
    }
    .mb-40-md {
        margin-bottom: 40px !important;
    }
    .ml-40-md {
        margin-left: 40px !important;
    }
    .m-45-md {
        margin: 45px !important;
    }
    .mt-45-md {
        margin-top: 45px !important;
    }
    .mr-45-md {
        margin-right: 45px !important;
    }
    .mb-45-md {
        margin-bottom: 45px !important;
    }
    .ml-45-md {
        margin-left: 45px !important;
    }
    .m-50-md {
        margin: 50px !important;
    }
    .mt-50-md {
        margin-top: 50px !important;
    }
    .mr-50-md {
        margin-right: 50px !important;
    }
    .mb-50-md {
        margin-bottom: 50px !important;
    }
    .ml-50-md {
        margin-left: 50px !important;
    }
    /* Padding */
    .p-0-md {
        padding: 0px !important;
    }
    .pt-0-md {
        padding-top: 0px !important;
    }
    .pr-0-md {
        padding-right: 0px !important;
    }
    .pb-0-md {
        padding-bottom: 0px !important;
    }
    .pl-0-md {
        padding-left: 0px !important;
    }
    .p-5-md {
        padding: 5px !important;
    }
    .pt-5-md {
        padding-top: 5px !important;
    }
    .pr-5-md {
        padding-right: 5px !important;
    }
    .pb-5-md {
        padding-bottom: 5px !important;
    }
    .pl-5-md {
        padding-left: 5px !important;
    }
    .p-10-md {
        padding: 10px !important;
    }
    .pt-10-md {
        padding-top: 10px !important;
    }
    .pr-10-md {
        padding-right: 10px !important;
    }
    .pb-10-md {
        padding-bottom: 10px !important;
    }
    .pl-10-md {
        padding-left: 10px !important;
    }
    .p-15-md {
        padding: 15px !important;
    }
    .pt-15-md {
        padding-top: 15px !important;
    }
    .pr-15-md {
        padding-right: 15px !important;
    }
    .pb-15-md {
        padding-bottom: 15px !important;
    }
    .pl-15-md {
        padding-left: 15px !important;
    }
    .p-20-md {
        padding: 20px !important;
    }
    .pt-20-md {
        padding-top: 20px !important;
    }
    .pr-20-md {
        padding-right: 20px !important;
    }
    .pb-20-md {
        padding-bottom: 20px !important;
    }
    .pl-20-md {
        padding-left: 20px !important;
    }
    .p-25-md {
        padding: 25px !important;
    }
    .pt-25-md {
        padding-top: 25px !important;
    }
    .pr-25-md {
        padding-right: 25px !important;
    }
    .pb-25-md {
        padding-bottom: 25px !important;
    }
    .pl-25-md {
        padding-left: 25px !important;
    }
    .p-30-md {
        padding: 30px !important;
    }
    .pt-30-md {
        padding-top: 30px !important;
    }
    .pr-30-md {
        padding-right: 30px !important;
    }
    .pb-30-md {
        padding-bottom: 30px !important;
    }
    .pl-30-md {
        padding-left: 30px !important;
    }
    .p-35-md {
        padding: 35px !important;
    }
    .pt-35-md {
        padding-top: 35px !important;
    }
    .pr-35-md {
        padding-right: 35px !important;
    }
    .pb-35-md {
        padding-bottom: 35px !important;
    }
    .pl-35-md {
        padding-left: 35px !important;
    }
    .p-40-md {
        padding: 40px !important;
    }
    .pt-40-md {
        padding-top: 40px !important;
    }
    .pr-40-md {
        padding-right: 40px !important;
    }
    .pb-40-md {
        padding-bottom: 40px !important;
    }
    .pl-40-md {
        padding-left: 40px !important;
    }
    .p-45-md {
        padding: 45px !important;
    }
    .pt-45-md {
        padding-top: 45px !important;
    }
    .pr-45-md {
        padding-right: 45px !important;
    }
    .pb-45-md {
        padding-bottom: 45px !important;
    }
    .pl-45-md {
        padding-left: 45px !important;
    }
    .p-50-md {
        padding: 50px !important;
    }
    .pt-50-md {
        padding-top: 50px !important;
    }
    .pr-50-md {
        padding-right: 50px !important;
    }
    .pb-50-md {
        padding-bottom: 50px !important;
    }
    .pl-50-md {
        padding-left: 50px !important;
    }
    /* Font sizes - Medium */
    .fs9-md {
        font-size: 9px;
    }
    .fs10-md {
        font-size: 10px;
    }
    .fs11-md {
        font-size: 11px;
    }
    .fs12-md {
        font-size: 12px;
    }
    .fs13-md {
        font-size: 13px;
    }
    .fs14-md {
        font-size: 14px;
    }
    .fs15-md {
        font-size: 15px;
    }
    .fs16-md {
        font-size: 16px;
    }
    .fs17-md {
        font-size: 17px;
    }
    .fs18-md {
        font-size: 18px;
    }
    .fs19-md {
        font-size: 19px;
    }
    .fs20-md {
        font-size: 20px;
    }
    .fs21-md {
        font-size: 21px;
    }
    .fs22-md {
        font-size: 22px;
    }
    .fs23-md {
        font-size: 23px;
    }
    .fs24-md {
        font-size: 24px;
    }
    .fs25-md {
        font-size: 25px;
    }
    .fs26-md {
        font-size: 26px;
    }
    .fs27-md {
        font-size: 27px;
    }
    .fs28-md {
        font-size: 28px;
    }
    .fs29-md {
        font-size: 29px;
    }
    .fs30-md {
        font-size: 30px;
    }
} /* END Medium  */
/* Small - sm */
@media (max-width: 767px) {
    .container.sm {
        max-width: 720px;
    }
    .col-0-sm {
        width: 0%;
    }
    .col-1-sm {
        width: 8.33%;
    }
    .col-2-sm {
        width: 16.66%;
    }
    .col-3-sm {
        width: 24.9%;
    }
    .col-4-sm {
        width: 33.2%;
    }
    .col-5-sm {
        width: 41.5%;
    }
    .col-6-sm {
        width: 49.9%;
    }
    .col-7-sm {
        width: 58.3%;
    }
    .col-8-sm {
        width: 66.6%;
    }
    .col-9-sm {
        width: 74.9%;
    }
    .col-10-sm {
        width: 83.25%;
    }
    .col-11-sm {
        width: 91.6%;
    }
    .col-12-sm {
        width: 100%;
    }
    .w-0-sm {
        display: none;
    }
    .w-10-sm {
        max-width: 10%;
        width: 10%;
    }
    .w-20-sm {
        max-width: 20%;
        width: 20%;
    }
    .w-30-sm {
        max-width: 30%;
        width: 30%;
    }
    .w-40-sm {
        max-width: 40%;
        width: 40%;
    }
    .w-50-sm {
        max-width: 50%;
        width: 50%;
    }
    .w-60-sm {
        max-width: 60%;
        width: 60%;
    }
    .w-70-sm {
        max-width: 70%;
        width: 70%;
    }
    .w-80-sm {
        max-width: 80%;
        width: 80%;
    }
    .w-90-sm {
        max-width: 90%;
        width: 90%;
    }
    .w-100-sm {
        max-width: 100%;
        width: 100%;
    }
    /*.w-10-sm, .w-20-sm, .w-30-sm, .w-40-sm, .w-50-sm, .w-60-sm, .w-70-sm, .w-80-sm, .w-90-sm, .w-100-sm {display: initial;}*/
    .vw-50-sm {
        max-width: 50vw;
    }
    .vw-60-sm {
        max-width: 60vw;
    }
    .vw-70-sm {
        max-width: 70vw;
    }
    .vw-80-sm {
        max-width: 80vw;
    }
    .vw-90-sm {
        max-width: 90vw;
    }
    .vw-100-sm {
        max-width: 100vw;
    }
    .full-sm {
        max-width: 100%;
        padding: 0;
    }
    /*	.multi-column-sm-1{column-count: 1;}
  	.multi-column-sm-2{column-count: 2;}
  	.multi-column-sm-3{column-count: 3;}
  	.multi-column-sm-4{column-count: 4;}
  	.multi-column-sm-5{column-count: 5;}
  	.multi-column-sm-6{column-count: 6;}*/
    .column-1-sm {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .column-2-sm {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .column-3-sm {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .column-4-sm {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .column-5-sm {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .column-6-sm {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
    .gap-10-sm {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .gap-15-sm {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .gap-20-sm {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .gap-25-sm {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .gap-30-sm {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .gap-35-sm {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .gap-40-sm {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .gap-45-sm {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
    .gap-50-sm {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .align-left-sm {
        text-align: left;
    }
    .align-right-sm {
        text-align: right;
    }
    img.right-sm {
        float: right;
        margin: 7px 0 8px 20px;
    }
    img.left-sm {
        float: left;
        margin: 7px 20px 8px 0;
    }
    img.center-sm {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .center-sm {
        text-align: center;
    }
    .justify-center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .crop-150-sm {
        max-height: 150px;
        overflow: hidden;
    }
    .crop-200-sm {
        max-height: 200px;
        overflow: hidden;
    }
    .crop-250-sm {
        max-height: 250px;
        overflow: hidden;
    }
    .crop-300-sm {
        max-height: 300px;
        overflow: hidden;
    }
    .crop-350-sm {
        max-height: 350px;
        overflow: hidden;
    }
    .crop-400-sm {
        max-height: 400px;
        overflow: hidden;
    }
    .crop-10-sm {
        max-height: 10vw;
        overflow: hidden;
    }
    .crop-20-sm {
        max-height: 20vw;
        overflow: hidden;
    }
    .crop-30-sm {
        max-height: 30vw;
        overflow: hidden;
    }
    .crop-40-sm {
        max-height: 40vw;
        overflow: hidden;
    }
    .crop-50-sm {
        max-height: 50vw;
        overflow: hidden;
    }
    .crop-60-sm {
        max-height: 60vw;
        overflow: hidden;
    }
    .crop-70-sm {
        max-height: 70vw;
        overflow: hidden;
    }
    .crop-80-sm {
        max-height: 80vw;
        overflow: hidden;
    }
    .crop-90-sm {
        max-height: 90vw;
        overflow: hidden;
    }
    .crop-100 {
        max-height: 100vw;
        overflow: inherit;
    }
    .overflow-top--10-sm {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    .overflow-top--20-sm {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    .overflow-top--30-sm {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .overflow-top--40-sm {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    .overflow-top--50-sm {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .overflow-top--60-sm {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    .overflow-top--70-sm {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    .overflow-top--80-sm {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    .overflow-top--90-sm {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    .none-sm {
        display: none !important;
    }
    .initial-sm {
        display: initial !important;
    }
    .block-sm {
        display: block !important;
    }
    .top-sm {
        top: 0;
    }
    .bottom-sm {
        bottom: 0px;
    }
    /* Margins */
    .m-0-sm {
        margin: 0px !important;
    }
    .mt-0-sm {
        margin-top: 0px !important;
    }
    .mr-0-sm {
        margin-right: 0px !important;
    }
    .mb-0-sm {
        margin-bottom: 0px !important;
    }
    .ml-0-sm {
        margin-left: 0px !important;
    }
    .m-5-sm {
        margin: 5px !important;
    }
    .mt-5-sm {
        margin-top: 5px !important;
    }
    .mr-5-sm {
        margin-right: 5px !important;
    }
    .mb-5-sm {
        margin-bottom: 5px !important;
    }
    .ml-5-sm {
        margin-left: 5px !important;
    }
    .m--5-sm {
        margin: -5px !important;
    }
    .mt--5-sm {
        margin-top: -5px !important;
    }
    .mr--5-sm {
        margin-right: -5px !important;
    }
    .mb--5-sm {
        margin-bottom: -5px !important;
    }
    .ml--5-sm {
        margin-left: -5px !important;
    }
    .m-10-sm {
        margin: 10px !important;
    }
    .mt-10-sm {
        margin-top: 10px !important;
    }
    .mr-10-sm {
        margin-right: 10px !important;
    }
    .mb-10-sm {
        margin-bottom: 10px !important;
    }
    .ml-10-sm {
        margin-left: 10px !important;
    }
    .m-15-sm {
        margin: 15px !important;
    }
    .mt-15-sm {
        margin-top: 15px !important;
    }
    .mr-15-sm {
        margin-right: 15px !important;
    }
    .mb-15-sm {
        margin-bottom: 15px !important;
    }
    .ml-15-sm {
        margin-left: 15px !important;
    }
    .m-20-sm {
        margin: 20px !important;
    }
    .mt-20-sm {
        margin-top: 20px !important;
    }
    .mr-20-sm {
        margin-right: 20px !important;
    }
    .mb-20-sm {
        margin-bottom: 20px !important;
    }
    .ml-20-sm {
        margin-left: 20px !important;
    }
    .m-25-sm {
        margin: 25px !important;
    }
    .mt-25-sm {
        margin-top: 25px !important;
    }
    .mr-25-sm {
        margin-right: 25px !important;
    }
    .mb-25-sm {
        margin-bottom: 25px !important;
    }
    .ml-25-sm {
        margin-left: 25px !important;
    }
    .m-30-sm {
        margin: 20px !important;
    }
    .mt-30-sm {
        margin-top: 30px !important;
    }
    .mr-30-sm {
        margin-right: 30px !important;
    }
    .mb-30-sm {
        margin-bottom: 30px !important;
    }
    .ml-30-sm {
        margin-left: 30px !important;
    }
    .m-35-sm {
        margin: 20px !important;
    }
    .mt-35-sm {
        margin-top: 35px !important;
    }
    .mr-35-sm {
        margin-right: 35px !important;
    }
    .mb-35-sm {
        margin-bottom: 35px !important;
    }
    .ml-35-sm {
        margin-left: 35px !important;
    }
    .m-40-sm {
        margin: 40px !important;
    }
    .mt-40-sm {
        margin-top: 40px !important;
    }
    .mr-40-sm {
        margin-right: 40px !important;
    }
    .mb-40-sm {
        margin-bottom: 40px !important;
    }
    .ml-40-sm {
        margin-left: 40px !important;
    }
    .m-45-sm {
        margin: 45px !important;
    }
    .mt-45-sm {
        margin-top: 45px !important;
    }
    .mr-45-sm {
        margin-right: 45px !important;
    }
    .mb-45-sm {
        margin-bottom: 45px !important;
    }
    .ml-45-sm {
        margin-left: 45px !important;
    }
    .m-50-sm {
        margin: 50px !important;
    }
    .mt-50-sm {
        margin-top: 50px !important;
    }
    .mr-50-sm {
        margin-right: 50px !important;
    }
    .mb-50-sm {
        margin-bottom: 50px !important;
    }
    .ml-50-sm {
        margin-left: 50px !important;
    }
    /* Padding */
    .p-0-sm {
        padding: 0px !important;
    }
    .pt-0-sm {
        padding-top: 0px !important;
    }
    .pr-0-sm {
        padding-right: 0px !important;
    }
    .pb-0-sm {
        padding-bottom: 0px !important;
    }
    .pl-0-sm {
        padding-left: 0px !important;
    }
    .p-5-sm {
        padding: 5px !important;
    }
    .pt-5-sm {
        padding-top: 5px !important;
    }
    .pr-5-sm {
        padding-right: 5px !important;
    }
    .pb-5-sm {
        padding-bottom: 5px !important;
    }
    .pl-5-sm {
        padding-left: 5px !important;
    }
    .p-10-sm {
        padding: 10px !important;
    }
    .pt-10-sm {
        padding-top: 10px !important;
    }
    .pr-10-sm {
        padding-right: 10px !important;
    }
    .pb-10-sm {
        padding-bottom: 10px !important;
    }
    .pl-10-sm {
        padding-left: 10px !important;
    }
    .p-15-sm {
        padding: 15px !important;
    }
    .pt-15-sm {
        padding-top: 15px !important;
    }
    .pr-15-sm {
        padding-right: 15px !important;
    }
    .pb-15-sm {
        padding-bottom: 15px !important;
    }
    .pl-15-sm {
        padding-left: 15px !important;
    }
    .p-20-sm {
        padding: 20px !important;
    }
    .pt-20-sm {
        padding-top: 20px !important;
    }
    .pr-20-sm {
        padding-right: 20px !important;
    }
    .pb-20-sm {
        padding-bottom: 20px !important;
    }
    .pl-20-sm {
        padding-left: 20px !important;
    }
    .p-25-sm {
        padding: 25px !important;
    }
    .pt-25-sm {
        padding-top: 25px !important;
    }
    .pr-25-sm {
        padding-right: 25px !important;
    }
    .pb-25-sm {
        padding-bottom: 25px !important;
    }
    .pl-25-sm {
        padding-left: 25px !important;
    }
    .p-30-sm {
        padding: 30px !important;
    }
    .pt-30-sm {
        padding-top: 30px !important;
    }
    .pr-30-sm {
        padding-right: 30px !important;
    }
    .pb-30-sm {
        padding-bottom: 30px !important;
    }
    .pl-30-sm {
        padding-left: 30px !important;
    }
    .p-35-sm {
        padding: 35px !important;
    }
    .pt-35-sm {
        padding-top: 35px !important;
    }
    .pr-35-sm {
        padding-right: 35px !important;
    }
    .pb-35-sm {
        padding-bottom: 35px !important;
    }
    .pl-35-sm {
        padding-left: 35px !important;
    }
    .p-40-sm {
        padding: 40px !important;
    }
    .pt-40-sm {
        padding-top: 40px !important;
    }
    .pr-40-sm {
        padding-right: 40px !important;
    }
    .pb-40-sm {
        padding-bottom: 40px !important;
    }
    .pl-40-sm {
        padding-left: 40px !important;
    }
    .p-45-sm {
        padding: 45px !important;
    }
    .pt-45-sm {
        padding-top: 45px !important;
    }
    .pr-45-sm {
        padding-right: 45px !important;
    }
    .pb-45-sm {
        padding-bottom: 45px !important;
    }
    .pl-45-sm {
        padding-left: 45px !important;
    }
    .p-50-sm {
        padding: 50px !important;
    }
    .pt-50-sm {
        padding-top: 50px !important;
    }
    .pr-50-sm {
        padding-right: 50px !important;
    }
    .pb-50-sm {
        padding-bottom: 50px !important;
    }
    .pl-50-sm {
        padding-left: 50px !important;
    }
    /* Font sizes - Small */
    .fs9-sm {
        font-size: 9px;
    }
    .fs10-sm {
        font-size: 10px;
    }
    .fs11-sm {
        font-size: 11px;
    }
    .fs12-sm {
        font-size: 12px;
    }
    .fs13-sm {
        font-size: 13px;
    }
    .fs14-sm {
        font-size: 14px;
    }
    .fs15-sm {
        font-size: 15px;
    }
    .fs16-sm {
        font-size: 16px;
    }
    .fs17-sm {
        font-size: 17px;
    }
    .fs18-sm {
        font-size: 18px;
    }
    .fs19-sm {
        font-size: 19px;
    }
    .fs20-sm {
        font-size: 20px;
    }
    .fs21-sm {
        font-size: 21px;
    }
    .fs22-sm {
        font-size: 22px;
    }
    .fs23-sm {
        font-size: 23px;
    }
    .fs24-sm {
        font-size: 24px;
    }
    .fs25-sm {
        font-size: 25px;
    }
    .fs26-sm {
        font-size: 26px;
    }
    .fs27-sm {
        font-size: 27px;
    }
    .fs28-sm {
        font-size: 28px;
    }
    .fs29-sm {
        font-size: 29px;
    }
    .fs30-sm {
        font-size: 30px;
    }
} /* END Small  */
/* Extra Small - xs */
@media (max-width: 575px) {
    .container.xs {
        max-width: 80vw;
    }
    .col-0-xs {
        width: 0%;
    }
    .col-1-xs {
        width: 8.33%;
    }
    .col-2-xs {
        width: 16.66%;
    }
    .col-3-xs {
        width: 24.9%;
    }
    .col-4-xs {
        width: 33.2%;
    }
    .col-5-xs {
        width: 41.5%;
    }
    .col-6-xs {
        width: 49.9%;
    }
    .col-7-xs {
        width: 58.3%;
    }
    .col-8-xs {
        width: 66.6%;
    }
    .col-9-xs {
        width: 74.9%;
    }
    .col-10-xs {
        width: 83.25%;
    }
    .col-11-xs {
        width: 91.6%;
    }
    .col-12-xs {
        width: 99.6%;
    }
    .w-10-xs {
        max-width: 10%;
        width: 10%;
    }
    .w-20-xs {
        max-width: 20%;
        width: 20%;
    }
    .w-30-xs {
        max-width: 30%;
        width: 30%;
    }
    .w-40-xs {
        max-width: 40%;
        width: 40%;
    }
    .w-50-xs {
        max-width: 50%;
        width: 50%;
    }
    .w-60-xs {
        max-width: 60%;
        width: 60%;
    }
    .w-70-xs {
        max-width: 70%;
        width: 70%;
    }
    .w-80-xs {
        max-width: 80%;
        width: 80%;
    }
    .w-90-xs {
        max-width: 90%;
        width: 90%;
    }
    .w-100-xs {
        max-width: 100%;
        width: 100%;
    }
    /*.w-10-xs, .w-20-xs, .w-30-xs, .w-40-xs, .w-50-xs, .w-60-xs, .w-70-xs, .w-80-xs, .w-90-xs, .w-100-xs {display: initial;}*/
    .vw-50-xs {
        max-width: 50vw;
    }
    .vw-60-xs {
        max-width: 60vw;
    }
    .vw-70-xs {
        max-width: 70vw;
    }
    .vw-80-xs {
        max-width: 80vw;
    }
    .vw-90-xs {
        max-width: 90vw;
    }
    .vw-100-xs {
        max-width: 100vw;
    }
    .full-xs {
        max-width: 100%;
        padding: 0;
    }
    /*	.multi-column-xs-1{column-count: 1;}
  	.multi-column-xs-2{column-count: 2;}
  	.multi-column-xs-3{column-count: 3;}
  	.multi-column-xs-4{column-count: 4;}
  	.multi-column-xs-5{column-count: 5;}
  	.multi-column-xs-6{column-count: 6;}*/
    .column-1-xs {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .column-2-xs {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .column-3-xs {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .column-4-xs {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .column-5-xs {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .column-6-xs {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
    .gap-10-xs {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .gap-15-xs {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .gap-20-xs {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .gap-25-xs {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .gap-30-xs {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .gap-35-xs {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
    .gap-40-xs {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .gap-45-xs {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
    .gap-50-xs {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
    .align-left-xs {
        text-align: left;
    }
    .align-right-xs {
        text-align: right;
    }
    img.right-xs {
        float: right;
        margin: 7px 0 8px 20px;
    }
    img.left-xs {
        float: left;
        margin: 7px 20px 8px 0;
    }
    img.center-xs {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .center-xs {
        text-align: center;
    }
    .justify-center-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .crop-150-xs {
        max-height: 150px;
        overflow: hidden;
    }
    .crop-200-xs {
        max-height: 200px;
        overflow: hidden;
    }
    .crop-250-xs {
        max-height: 250px;
        overflow: hidden;
    }
    .crop-300-xs {
        max-height: 300px;
        overflow: hidden;
    }
    .crop-350-xs {
        max-height: 350px;
        overflow: hidden;
    }
    .crop-400-xs {
        max-height: 400px;
        overflow: hidden;
    }
    .crop-10-xs {
        max-height: 10vw;
        overflow: hidden;
    }
    .crop-20-xs {
        max-height: 20vw;
        overflow: hidden;
    }
    .crop-30-xs {
        max-height: 30vw;
        overflow: hidden;
    }
    .crop-40-xs {
        max-height: 40vw;
        overflow: hidden;
    }
    .crop-50-xs {
        max-height: 50vw;
        overflow: hidden;
    }
    .crop-60-xs {
        max-height: 60vw;
        overflow: hidden;
    }
    .crop-70-xs {
        max-height: 70vw;
        overflow: hidden;
    }
    .crop-80-xs {
        max-height: 80vw;
        overflow: hidden;
    }
    .crop-90-xs {
        max-height: 90vw;
        overflow: hidden;
    }
    .overflow-top--10-xs {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    .overflow-top--20-xs {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    .overflow-top--30-xs {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .overflow-top--40-xs {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    .overflow-top--50-xs {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .overflow-top--60-xs {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    .overflow-top--70-xs {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    .overflow-top--80-xs {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    .overflow-top--90-xs {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
    }
    .none-xs {
        display: none !important;
    }
    .initial-xs {
        display: initial !important;
    }
    .block-xs {
        display: block !important;
    }
    .top-xs {
        top: 0;
    }
    .bottom-xs {
        bottom: 0px;
    }
    /* Margins */
    .m-0-xs {
        margin: 0px !important;
    }
    .mt-0-xs {
        margin-top: 0px !important;
    }
    .mr-0-xs {
        margin-right: 0px !important;
    }
    .mb-0-xs {
        margin-bottom: 0px !important;
    }
    .ml-0-xs {
        margin-left: 0px !important;
    }
    .m-5-xs {
        margin: 5px !important;
    }
    .mt-5-xs {
        margin-top: 5px !important;
    }
    .mr-5-xs {
        margin-right: 5px !important;
    }
    .mb-5-xs {
        margin-bottom: 5px !important;
    }
    .ml-5-xs {
        margin-left: 5px !important;
    }
    .m--5-xs {
        margin: -5px !important;
    }
    .mt--5-xs {
        margin-top: -5px !important;
    }
    .mr--5-xs {
        margin-right: -5px !important;
    }
    .mb--5-xs {
        margin-bottom: -5px !important;
    }
    .ml--5-xs {
        margin-left: -5px !important;
    }
    .m-10-xs {
        margin: 10px !important;
    }
    .mt-10-xs {
        margin-top: 10px !important;
    }
    .mr-10-xs {
        margin-right: 10px !important;
    }
    .mb-10-xs {
        margin-bottom: 10px !important;
    }
    .ml-10-xs {
        margin-left: 10px !important;
    }
    .m-15-xs {
        margin: 15px !important;
    }
    .mt-15-xs {
        margin-top: 15px !important;
    }
    .mr-15-xs {
        margin-right: 15px !important;
    }
    .mb-15-xs {
        margin-bottom: 15px !important;
    }
    .ml-15-xs {
        margin-left: 15px !important;
    }
    .m-20-xs {
        margin: 20px !important;
    }
    .mt-20-xs {
        margin-top: 20px !important;
    }
    .mr-20-xs {
        margin-right: 20px !important;
    }
    .mb-20-xs {
        margin-bottom: 20px !important;
    }
    .ml-20-xs {
        margin-left: 20px !important;
    }
    .m-25-xs {
        margin: 25px !important;
    }
    .mt-25-xs {
        margin-top: 25px !important;
    }
    .mr-25-xs {
        margin-right: 25px !important;
    }
    .mb-25-xs {
        margin-bottom: 25px !important;
    }
    .ml-25-xs {
        margin-left: 25px !important;
    }
    .m-30-xs {
        margin: 20px !important;
    }
    .mt-30-xs {
        margin-top: 30px !important;
    }
    .mr-30-xs {
        margin-right: 30px !important;
    }
    .mb-30-xs {
        margin-bottom: 30px !important;
    }
    .ml-30-xs {
        margin-left: 30px !important;
    }
    .m-35-xs {
        margin: 20px !important;
    }
    .mt-35-xs {
        margin-top: 35px !important;
    }
    .mr-35-xs {
        margin-right: 35px !important;
    }
    .mb-35-xs {
        margin-bottom: 35px !important;
    }
    .ml-35-xs {
        margin-left: 35px !important;
    }
    .m-40-xs {
        margin: 40px !important;
    }
    .mt-40-xs {
        margin-top: 40px !important;
    }
    .mr-40-xs {
        margin-right: 40px !important;
    }
    .mb-40-xs {
        margin-bottom: 40px !important;
    }
    .ml-40-xs {
        margin-left: 40px !important;
    }
    .m-45-xs {
        margin: 45px !important;
    }
    .mt-45-xs {
        margin-top: 45px !important;
    }
    .mr-45-xs {
        margin-right: 45px !important;
    }
    .mb-45-xs {
        margin-bottom: 45px !important;
    }
    .ml-45-xs {
        margin-left: 45px !important;
    }
    .m-50-xs {
        margin: 50px !important;
    }
    .mt-50-xs {
        margin-top: 50px !important;
    }
    .mr-50-xs {
        margin-right: 50px !important;
    }
    .mb-50-xs {
        margin-bottom: 50px !important;
    }
    .ml-50-xs {
        margin-left: 50px !important;
    }
    /* Padding */
    .p-0-xs {
        padding: 0px !important;
    }
    .pt-0-xs {
        padding-top: 0px !important;
    }
    .pr-0-xs {
        padding-right: 0px !important;
    }
    .pb-0-xs {
        padding-bottom: 0px !important;
    }
    .pl-0-xs {
        padding-left: 0px !important;
    }
    .p-5-xs {
        padding: 5px !important;
    }
    .pt-5-xs {
        padding-top: 5px !important;
    }
    .pr-5-xs {
        padding-right: 5px !important;
    }
    .pb-5-xs {
        padding-bottom: 5px !important;
    }
    .pl-5-xs {
        padding-left: 5px !important;
    }
    .p-10-xs {
        padding: 10px !important;
    }
    .pt-10-xs {
        padding-top: 10px !important;
    }
    .pr-10-xs {
        padding-right: 10px !important;
    }
    .pb-10-xs {
        padding-bottom: 10px !important;
    }
    .pl-10-xs {
        padding-left: 10px !important;
    }
    .p-15-xs {
        padding: 15px !important;
    }
    .pt-15-xs {
        padding-top: 15px !important;
    }
    .pr-15-xs {
        padding-right: 15px !important;
    }
    .pb-15-xs {
        padding-bottom: 15px !important;
    }
    .pl-15-xs {
        padding-left: 15px !important;
    }
    .p-20-xs {
        padding: 20px !important;
    }
    .pt-20-xs {
        padding-top: 20px !important;
    }
    .pr-20-xs {
        padding-right: 20px !important;
    }
    .pb-20-xs {
        padding-bottom: 20px !important;
    }
    .pl-20-xs {
        padding-left: 20px !important;
    }
    .p-25-xs {
        padding: 25px !important;
    }
    .pt-25-xs {
        padding-top: 25px !important;
    }
    .pr-25-xs {
        padding-right: 25px !important;
    }
    .pb-25-xs {
        padding-bottom: 25px !important;
    }
    .pl-25-xs {
        padding-left: 25px !important;
    }
    .p-30-xs {
        padding: 30px !important;
    }
    .pt-30-xs {
        padding-top: 30px !important;
    }
    .pr-30-xs {
        padding-right: 30px !important;
    }
    .pb-30-xs {
        padding-bottom: 30px !important;
    }
    .pl-30-xs {
        padding-left: 30px !important;
    }
    .p-35-xs {
        padding: 35px !important;
    }
    .pt-35-xs {
        padding-top: 35px !important;
    }
    .pr-35-xs {
        padding-right: 35px !important;
    }
    .pb-35-xs {
        padding-bottom: 35px !important;
    }
    .pl-35-xs {
        padding-left: 35px !important;
    }
    .p-40-xs {
        padding: 40px !important;
    }
    .pt-40-xs {
        padding-top: 40px !important;
    }
    .pr-40-xs {
        padding-right: 40px !important;
    }
    .pb-40-xs {
        padding-bottom: 40px !important;
    }
    .pl-40-xs {
        padding-left: 40px !important;
    }
    .p-45-xs {
        padding: 45px !important;
    }
    .pt-45-xs {
        padding-top: 45px !important;
    }
    .pr-45-xs {
        padding-right: 45px !important;
    }
    .pb-45-xs {
        padding-bottom: 45px !important;
    }
    .pl-45-xs {
        padding-left: 45px !important;
    }
    .p-50-xs {
        padding: 50px !important;
    }
    .pt-50-xs {
        padding-top: 50px !important;
    }
    .pr-50-xs {
        padding-right: 50px !important;
    }
    .pb-50-xs {
        padding-bottom: 50px !important;
    }
    .pl-50-xs {
        padding-left: 50px !important;
    }
    /* Font sizes - xs */
    .fs9-xs {
        font-size: 9px;
    }
    .fs10-xs {
        font-size: 10px;
    }
    .fs11-xs {
        font-size: 11px;
    }
    .fs12-xs {
        font-size: 12px;
    }
    .fs13-xs {
        font-size: 13px;
    }
    .fs14-xs {
        font-size: 14px;
    }
    .fs15-xs {
        font-size: 15px;
    }
    .fs16-xs {
        font-size: 16px;
    }
    .fs17-xs {
        font-size: 17px;
    }
    .fs18-xs {
        font-size: 18px;
    }
    .fs19-xs {
        font-size: 19px;
    }
    .fs20-xs {
        font-size: 20px;
    }
    .fs21-xs {
        font-size: 21px;
    }
    .fs22-xs {
        font-size: 22px;
    }
    .fs23-xs {
        font-size: 23px;
    }
    .fs24-xs {
        font-size: 24px;
    }
    .fs25-xs {
        font-size: 25px;
    }
    .fs26-xs {
        font-size: 26px;
    }
    .fs27-xs {
        font-size: 27px;
    }
    .fs28-xs {
        font-size: 28px;
    }
    .fs29-xs {
        font-size: 29px;
    }
    .fs30-xs {
        font-size: 30px;
    }
} /* END Extra Small  */
.pointer {
    cursor: pointer;
}

ul.bullet {
    display: block;
    padding-left: 20px;
    width: auto;
    margin-bottom: 10px;
}

ul.bullet li {
    list-style: disc;
    padding: 1px 0;
}

/* Forms  */
input[type="radio"] {
    border: none;
}

/* Cue icons ############### */
/* a[href $='.pdf'] {    padding-right: 28px; background: transparent url(img/icons/icon-pdf.gif) no-repeat center right;}
a[href ^="mailto:"] {    padding-right: 20px; background: transparent url(img/icons/icon-email.gif) no-repeat center right; } */
/* Fixes ############### */
.clear {
    clear: both;
    display: block;
    width: auto;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear-style {
    padding: 0;
    margin: 0;
}

/* Colours */
/* Text colours ////// */
.color-primary {
    color: #f25;
}
.color-primary h1,
.color-primary h2,
.color-primary h3,
.color-primary h4,
.color-primary h5,
.color-primary h6,
.color-primary p,
.color-primary strong,
.color-primary .heading1,
.color-primary .heading2 {
    color: #f25;
}

.color-secondary {
    color: #4cc;
    color: #2bb;
}
.color-secondary h1,
.color-secondary h2,
.color-secondary h3,
.color-secondary h4,
.color-secondary h5,
.color-secondary h6,
.color-secondary p,
.color-secondary strong,
.color-secondary .heading1,
.color-secondary .heading2 {
    color: #4cc;
    color: #2bb;
}

.color-tertairy {
    color: #536;
}
.color-tertairy h1,
.color-tertairy h2,
.color-tertairy h3,
.color-tertairy h4,
.color-tertairy h5,
.color-tertairy h6,
.color-tertairy p,
.color-tertairy strong,
.color-tertairy .heading1,
.color-tertairy .heading2 {
    color: #536;
}

.color-default {
    color: #434343;
}
.color-default h1,
.color-default h2,
.color-default h3,
.color-default h4,
.color-default h5,
.color-default h6,
.color-default p,
.color-default .heading1,
.color-default .heading2 {
    color: #434343;
}

.color-light {
    color: #f5f5f5;
}
.color-light h1,
.color-light h2,
.color-light h3,
.color-light h4,
.color-light h5,
.color-light h6,
.color-light p,
.color-light .heading1,
.color-light .heading2 {
    color: #f5f5f5;
}

a.btn.color-light {
    color: initial;
}

.color-dark {
    color: #333;
}
.color-dark h1,
.color-dark h2,
.color-dark h3,
.color-dark h4,
.color-dark h5,
.color-dark h6,
.color-dark p,
.color-dark .heading1,
.color-dark .heading2 {
    color: #333;
}

.color-black {
    color: #000;
}
.color-black h1,
.color-black h2,
.color-black h3,
.color-black h4,
.color-black h5,
.color-black h6,
.color-black p,
.color-black .heading1,
.color-black .heading2 {
    color: #000;
}

.color-white {
    color: #fff;
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white .heading1,
.color-white .heading2 {
    color: #fff;
}

/* Background colours ////// */
.bg-primary {
    background-color: #f25;
}

.bg-secondary {
    background-color: #4cc;
    background-color: #2bb;
}

.bg-tertairy {
    background-color: #536;
}

.bg-default {
    background-color: #434343;
}

.bg-light {
    background-color: #f5f5f5;
}

.bg-light-2 {
    background: #f7f8fa;
}

.bg-dark {
    background-color: #333;
}

.bg-black {
    color: #000;
}

.bg-white {
    color: #fff;
}

/*$font-primary-light:'Poppins', Arial, sans-serif;
$font-primary:'Poppins', Arial, sans-serif;
$font-primary-bold:'Poppins', Arial, sans-serif;

$font-secondary-light:'Poppins', Arial, sans-serif;
$font-secondary:'Poppins', Arial, sans-serif;
$font-secondary-medium:'Poppins', Arial, sans-serif;
$font-secondary-bold:'Poppins', Arial, sans-serif;

$font-secondary-italic:'Poppins', Arial, sans-serif;*/
/*@mixin font-size-1: 64px;
$font-size-2: 54px;
$font-size-3: 32px;
$font-size-4: 28px;
$font-size-5: 20px;
$font-size-6: 18px;


@media (max-width: 991px) {

  $font-size-1: 60px;
  $font-size-2: 50px;
  $font-size-3: 30px;
  $font-size-4: 26px;
  $font-size-5: 18px;
  $font-size-6: 16px;

}
*/
body,
p {
    font-size: 1rem;
    line-height: 1.75em;

    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    color: #434343;
}

a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; /* @include font-primary-light;*/
}
a:hover,
a:focus {
    text-decoration: none;
}

a[href^="tel:"] {
    color: #434343;
}
a[href^="tel:"]:hover {
    text-decoration: underline;
}

ol {
    margin: 0 0 0 -1rem;
}
ol li {
    margin: 0 0 1.5rem 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.3rem;
}
ol li:last-of-type {
    margin: 0 0 0.5rem 0;
}

.heading,
.headingTitle,
.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    font-style: normal;
    font-weight: normal;
    clear: both;
    width: 100%;
    line-height: 1.2em;
    color: #434343;
    margin: 10px 0 20px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.heading a,
.headingTitle a,
.heading1 a,
.heading2 a,
.heading3 a,
.heading4 a,
.heading5 a,
.heading6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}
.heading a:hover,
.heading a:focus,
.headingTitle a:hover,
.headingTitle a:focus,
.heading1 a:hover,
.heading1 a:focus,
.heading2 a:hover,
.heading2 a:focus,
.heading3 a:hover,
.heading3 a:focus,
.heading4 a:hover,
.heading4 a:focus,
.heading5 a:hover,
.heading5 a:focus,
.heading6 a:hover,
.heading6 a:focus,
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
    text-decoration: underline; /* color:initial; */
}
.heading span,
.headingTitle span,
.heading1 span,
.heading2 span,
.heading3 span,
.heading4 span,
.heading5 span,
.heading6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    opacity: 0.7;
}

/* h2{ border-bottom: 1px solid #ddd; padding-bottom: 20px; }
h1, h2, h3, h4, h5{
    &.bold{font-family:"roboto_slabbold"; }
}
h6{ font-family:"roboto_slabbold"; }
*/
p {
    margin: 5px 0 15px;
}

.txt-lge {
    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    font-size: 21px;
    line-height: 34px;
}

h1,
.size-1 {
    font-size: 64px;
    line-height: 77px;
    font-weight: 700;
    /*font-size:64px; line-height:70px; font-weight:700;*/ /*line-height:1.3em;*/
}

h2,
.size-2 {
    font-size: 54px;
    line-height: 65px;
    font-weight: 600;
    /*font-size:54px; line-height:70px;  font-weight:600;*/ /*line-height:1.3em;*/
}
h2.lg {
    font-size: 3rem !important;
}

h3,
.size-3 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 600;
    /*font-size:32px; line-height:43px;  font-weight:600;*/ /*line-height:1.4em;*/
}

h4,
.size-4 {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    /*font-size:28px; line-height:42px;  font-weight:600;*/ /*line-height:1.4em;*/
}

h5,
.size-5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    /*font-size:20px; line-height:30px; font-weight:600;*/ /*line-height:1.45em*/
}

h6,
.size-6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    /*font-size:18px; line-height:28px; font-weight:500;*/ /*line-height:1.45em*/
}

h1,
h2 {
    letter-spacing: -2px;
}

h3,
h4,
h5,
h6 {
    letter-spacing: -0.04em;
}

.header-container .info,
.full-header .info {
    padding: 3vw 3rem;
    color: #fff;
    z-index: 5;
    position: relative;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.info h1 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 5.1rem; /*margin: 0; */
    color: #fff;
}
.info h1 span {
    display: block;
    font-size: 3.5rem;
    line-height: 4.8rem;
}
.header-container .info h2,
.full-header .info h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: initial;
}

.full-header {
    top: 0px;
    width: 100%;
    position: relative;
    background: rgb(78, 0, 240);
    background: linear-gradient(
        30deg,
        rgb(78, 0, 240) 0%,
        rgb(252, 34, 85) 100%
    );
    background: linear-gradient(30deg, #00a085 0%, rgb(252, 34, 85) 100%);
    padding-top: 10px;
}

@media (max-width: 1200px) {
    /* h1, .size-1 { @include font-size-1;*/ /*font-size:64px; line-height:70px; font-weight:700;}*/ /*line-height:1.3em;*/
    /* h2, .size-2 { @include font-size-2;*/ /*font-size:50px; line-height:0px;  font-weight:600;}*/ /*line-height:1.3em;*/
    /* h3, .size-3 { @include font-size-3;*/ /*font-size:30px; line-height:3px;  font-weight:600;}*/ /*line-height:1.4em;*/
    /* h4, .size-4 { @include font-size-4;*/ /*font-size:26px; line-height:2px;  font-weight:600;}*/ /*line-height:1.4em;*/
    /* h5, .size-5 { @include font-size-5;*/ /*font-size:18px; line-height:0px;  font-weight:600;}*/ /*line-height:1.45em*/
    /* h6, .size-6 { @include font-size-6;*/ /*font-size:16px ; line-height:8px; font-weight:500;}*/ /*line-height:1.45em*/
}
@media (max-width: 991px) {
    h1,
    .size-1 {
        font-size: 50px;
        line-height: 62px;
        font-weight: 700;
    }
    h2,
    .size-2 {
        font-size: 50px;
        line-height: 62px;
        font-weight: 600;
    }
    h3,
    .size-3 {
        font-size: 30px;
        line-height: 41px;
        font-weight: 600;
    }
    h4,
    .size-4 {
        font-size: 26px;
        line-height: 40px;
        font-weight: 600;
    }
    h5,
    .size-5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }
    h6,
    .size-6 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
    }
    #FAQs h6 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }
}
/*.compact-1{margin: 5px 0 5px;
  h1,  h2,  h3, h4, h5, h6, p{ margin: 5px 0 5px;}
}

.compact-2{margin: 5px 0 10px;
  , p{ margin: 5px 0 10px;}
}

.compact-3{margin: 5px 0 5px;
  h1,  h2,  h3, h4, h5, h6, p{ margin: 5px 0 15px;}
}
*/
/* Small - sm (max-width: 767px) */
@media (max-width: 767px) {
    .responsive:before {
        border-left: 5px solid #0af;
    }

    .info h1 {
        font-size: 3.5rem;
        line-height: 4.2rem;
    }
    .info h1 span {
        font-size: 3rem;
        line-height: 3.6rem;
    }
    .info h1 h2 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    ul.bullet li {
        margin: 10px 0 10px 20px;
        line-height: 25px;
        font-size: 15px;
    }

    /* .prev-next { display: block !important; }
  .prev-next a{ max-width: initial !important; } */
}
@media (max-width: 575px) {
    body,
    p {
        font-size: 15px;
    }
    .txt-lge {
        font-size: 18px;
        line-height: 28px;
    }
    .heading,
    .headingTitle,
    .heading1,
    .heading2,
    .heading3,
    .heading4,
    .heading5,
    .heading6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Poppins", helvetica, arial;
        font-weight: 300;
        margin: 5px 0 10px;
    }
    h1,
    .size-1 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    h2,
    .size-2 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    h3,
    .size-3 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
    }
    h4,
    .size-4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }
    h5,
    .size-5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }
    h6,
    .size-6 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
    }
    .info h1 {
        font-size: 2.7rem;
        line-height: 3.4rem;
    }
    .info h1 span {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
    .header-container .info h2 {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
    #FAQs h6 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }
}
ul.bullets {
    margin: 15px 0;
}
ul.bullets li {
    margin-left: 5px;
}
ul.bullets li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: -5px;
    padding-right: 6px;
    color: #1d9bb2;
}

ol.numbers {
    margin: 15px 0;
    padding: 0;
    counter-reset: item;
}
ol.numbers > li {
    margin: 0;
    list-style-type: none;
    counter-increment: item;
}
ol.numbers > li:before {
    display: inline-block;
    width: 20px;
    padding-right: 5px;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

header {
    height: 70px;
    -webkit-box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.04);
    /*box-shadow: 0 0px 100px 50px rgba(0, 0, 0, 0.04);*/
}

a.logo {
    width: 240px;
    padding: 10px 15px 0;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #f25;
}

.hamburger {
    font-size: 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*width: 100px;*/
    width: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute; /*top: 0;border: 1px solid #f00; float: left;*/
    z-index: 1;
    right: 5px;
}

#nav-icon {
    width: 21px;
    height: 20px;
    position: relative;
    margin: 5px 0 0;
    left: 15px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    -moz-user-select: none;
    user-select: none; /* Standard syntax */
    /* &:after{ content: 'Menu';  position: absolute; display: block; cursor: pointer; margin-left:32px; margin-top: -5px; font-size:16px; color:$default; @include font-primary; font-weight: 400;
  }*/
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f25;
    border-radius: 2px;
    opacity: 1;
    left: 0; /*border-right:1px solid #777;*/
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 7px;
}

#nav-icon span:nth-child(4) {
    top: 14px;
}

#nav-icon:hover span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 14px;
    top: 3px;
    left: 7px;
}
#nav-icon:hover span:nth-child(2) {
    width: 18px;
}
#nav-icon:hover span:nth-child(3) {
    opacity: 0;
}
#nav-icon:hover span:nth-child(4) {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 14px;
    top: 11px;
    left: 7px;
}

#close-icon {
    width: 19px;
    height: 19px;
    position: relative;
    margin: 5px 0 0;
    left: 15px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    -moz-user-select: none;
    user-select: none; /* Standard syntax */
}
#close-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#close-icon:hover span {
    background: #f25;
    height: 2px;
}

#close-icon span:nth-child(1),
#close-icon span:nth-child(2) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#close-icon span:nth-child(3),
#close-icon span:nth-child(4) {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#close-icon:hover span:nth-child(1) {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 14px;
    top: 3px;
    left: -1px;
}
#close-icon:hover span:nth-child(2),
#close-icon:hover span:nth-child(3) {
    width: 18px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#close-icon:hover span:nth-child(4) {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 14px;
    top: 11px;
    left: -1px;
}

/*nav*/
.slide-container .hamburger {
    height: 60px; /* width: 50px; z-index: 9999; */
}
.slide-container .hamburger span {
    font-size: 50px;
}
.slide-container .close-menu {
    cursor: pointer;
}

/* #top { background: #318dac; height: 15px; position: absolute; top: 0; left: 0; right: 0; } */

#searchModal {
    z-index: 999997;
}
#searchModal #search-container {
    min-height: 160px;
    width: 100%;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
}
#searchModal #search-container .inner {
    /* border: 1px solid; */
    margin: 50px auto;
    float: inherit;
    width: 80%;
    clear: both;
    overflow: auto;
}
#searchModal #search-container .inner label {
    font-size: 24px;
    font-weight: normal;
    float: left;
    padding: 10px 4% 5px 0;
}
#searchModal #search-container .inner input {
    padding: 15px;
    border: solid 1px #d8d8d8;
    width: 80%;
    float: left;
    position: relative;
}
#searchModal .close {
    color: #6b6b6b;
    font-size: 32px;
    margin-top: -5px;
    font-weight: bold;
    padding: 12px 16px;
}

.show-header {
    /*border:1px solid #0f0;*/
    -webkit-transition: all 0.3s cubic-bezier(0.665, 0.165, 0.13, 0.715);
    transition: all 0.3s cubic-bezier(0.665, 0.165, 0.13, 0.715);
}

.header-top {
    display: none;
}

.nav-up {
    top: -70px;
}

.nav-down {
    top: 0px;
}

@media (max-width: 991px) {
    .header-top {
        height: 60px;
        background: #fff;
        top: 0;
        position: fixed;
        z-index: 9;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.04);
    }
    /*align-content: space-between; left: 0; right: 0; */
    .home .header-top.transparent {
        height: 70px;
        background: transparent;
        -webkit-box-shadow: initial;
        box-shadow: initial;
        /*.hamburger{top: 5px;}*/
    }
    .home .header-top.transparent .logo {
        color: #fff;
        padding: 25px 15px 0;
        width: 210px;
    }
    .home .header-top.transparent #nav-icon:after {
        color: #fff;
    }
    .home .header-top.transparent #nav-icon span {
        background: #fff;
    }
    .header-top .btn {
        margin: 10px;
    }
    .nav-up {
        top: -70px;
    }
    .nav-down {
        top: 0px;
    }
}
/* Sub nav  */
#main-container {
    width: 100%;
    position: relative;
    background-color: #fff;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    #searchModal #search-container .inner {
        margin: 20px auto 45px;
    }
    #searchModal #search-container .inner label {
        font-size: 21px;
    }
    #searchModal #search-container .inner input {
        width: 100%;
    }
}
.home header.transparent {
    background: transparent;
    top: 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home header.transparent .logo {
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    /* START side-nav */
    #side-nav {
        z-index: 300;
        position: absolute;
        width: 90%;
        overflow-x: hidden;
        bottom: 0;
        top: 0;
        background: #fff;
        z-index: 999;
        border-right: 1px solid rgba(230, 230, 230, 0.7);
        -webkit-box-shadow: 3px 0px 0px rgba(191, 191, 191, 0.1);
        box-shadow: 3px 0px 0px rgba(191, 191, 191, 0.1);
        /* Lvl 01 */
        /* END Side nav UL */
        /* Side Nav bar*/
        /* END expandMenu */
    }
    #side-nav header {
        position: absolute;
    }
    #side-nav .logo {
        color: #f25;
        width: 210px;
        padding: 14px 15px 0;
    }
    #side-nav ul {
        list-style: none;
    }
    #side-nav ul li {
        padding: 2px 13px;
    }
    #side-nav ul li a {
        color: #111;
        display: block;
        font-size: 15px;
        padding: 6px 10px 6px 16px;
        padding: 0.5rem 0.8rem;
        font-weight: 500;
        -webkit-transition: initial;
        transition: initial;
        border-radius: 3px;
        transition: all 0.2s ease;
        line-height: normal;
    }
    #side-nav ul li a:hover,
    #side-nav ul li a:focus {
        background: #f5f5f5;
    }

    #side-nav ul ul ul {
        margin-left: 10px;
    }

    #side-nav ul li ul li {
        border: none;
        padding: 0 10px;
    }
    #side-nav ul li ul li:first-of-type {
        margin-top: 5px;
    }
    #side-nav ul li ul li:last-of-type {
        margin-bottom: 5px;
    }
    #side-nav ul li ul li a {
        display: block;
        text-decoration: none;
        border-radius: 3px;
        border-left: 2px solid transparent;
        font-size: 14px;
        font-weight: 400;
        color: #222;
    }

    #side-nav ul li ul li ul li a {
        font-size: 13px;
        font-weight: 300;
        color: #444;
        padding: 9px 16px 9px 17px;
    }

    li.sub > a {
        margin-right: 45px;
    }

    #side-nav ul li ul li ul.openSub li {
        padding: 0;
    }
    #side-nav ul li ul li ul.openSub li:first-of-type {
        margin-top: 5px;
    }
    #side-nav ul li ul li ul.openSub li:last-of-type {
        margin-bottom: 5px;
    }
    #side-nav ul li ul li ul.openSub li a {
        border: none;
        margin: 2px 0px;
        color: #444;
        border-left: 2px solid #999;
    }
    #side-nav ul li ul li ul.openSub li a:hover {
        background: #f5f5f5;
        color: #000;
    }
    #side-nav ul ul {
        display: none;
    }
    #side-nav .container {
        width: inherit;
        padding-right: inherit;
        padding-left: inherit;
    }
    #side-nav .menu-title {
        padding: 0.7em 1em 0.7em 0.8em;
        background: #f5f5f5;
        text-transform: uppercase;
        font-size: 0.85em;
    }

    #side-nav .expandMenu li span {
        right: 0px;
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 999999;
    }

    #side-nav .expandMenu li span:hover {
        border-color: #f25 !important;
        background: rgba(255, 34, 85, 0.08) !important;
        color: #f00;
    }

    #side-nav .expandMenu li span:hover i {
        background: #f00 !important;
    }

    #side-nav .expandMenu li span,
    #side-nav .expandMenu li span.collapsed {
        transform: rotate(0deg);
        transition: 0.2s ease-in-out;
        cursor: pointer;
        z-index: 99999;
        width: 36px;
        height: 36px;
        margin-right: 15px;
        /* margin-top: 5px; */
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ddd;
        margin-top: 2px;
    }
    #side-nav .expandMenu li span i,
    #side-nav .expandMenu li span.collapsed i {
        display: block;
        position: absolute;
        height: 2px;
        width: 11px;
        background: #888;
        border-radius: 2px;
        opacity: 1;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        user-select: none;
    }
    #side-nav .expandMenu li span i:nth-child(1),
    #side-nav .expandMenu li span.collapsed i:nth-child(1) {
        top: 17px;
        left: 12px;
        transform: rotate(0deg);
    }
    #side-nav .expandMenu li span i:nth-child(2),
    #side-nav .expandMenu li span.collapsed i:nth-child(2) {
        top: 17px;
        left: 12px;
        transform: rotate(90deg);
    }
    #side-nav .expandMenu li span.collapsed:hover i,
    #side-nav .expandMenu li span.collapsed:focus i {
        top: 17px;
    }
    #side-nav .expandMenu li span.collapsed:hover i:nth-child(1),
    #side-nav .expandMenu li span.collapsed:focus i:nth-child(1) {
        transform: rotate(0deg);
    }
    #side-nav .expandMenu li span.collapsed:hover i:nth-child(2),
    #side-nav .expandMenu li span.collapsed:focus i:nth-child(2) {
        left: 12px;
        transform: rotate(90deg);
    }

    #side-nav .expandMenu li span.collapsed.open i {
        width: 11px;
        left: 12px;
        top: 17px;
    }
    #side-nav .expandMenu li span.collapsed.open i:nth-child(1) {
        transform: rotate(0deg);
        background: #f25;
    }
    #side-nav .expandMenu li span.collapsed.open i:nth-child(2) {
        transform: rotate(0deg);
        background: #f25;
    }
    /*
  #side-nav .expandMenu li span.collapsed.open:hover i,
  #side-nav .expandMenu li span.collapsed.open:focus i {
    width: 16px;
    left: 9px;
    top: 16px;
  }

  #side-nav .expandMenu li.sub li.sub span.collapsed {
    right: 10px;
    height: 41px;
    width: 52px;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed i {
    width: 10px;
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed i:nth-child(1) {
    top: 18px;
    left: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed i:nth-child(2) {
    top: 24px;
    left: 22px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
   #side-nav .expandMenu li.sub li.sub span.collapsed:hover i,
  #side-nav .expandMenu li.sub li.sub span.collapsed:focus i {
    top: 21px;
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed:hover i:nth-child(1),
  #side-nav .expandMenu li.sub li.sub span.collapsed:focus i:nth-child(1) {
    left: 20px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed:hover i:nth-child(2),
  #side-nav .expandMenu li.sub li.sub span.collapsed:focus i:nth-child(2) {
    left: 27px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed.open i {
    width: 14px;
    left: 20px;
    top: 20px;
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed.open i:nth-child(1) {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed.open i:nth-child(2) {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  #side-nav .expandMenu li.sub li.sub span.collapsed.open:hover i,
  #side-nav .expandMenu li.sub li.sub span.collapsed.open:focus i {
    width: 19px;
    left: 9px;
    top: 18px;
  } */

    #side-nav .expandMenu .closed {
        height: auto;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        max-height: 0;
        display: block;
        -webkit-transform: none;
        transform: none;
        overflow: auto;
        /* -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); */
    }
    #side-nav .expandMenu .closed li {
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    #side-nav .expandMenu .closed.openSub {
        overflow: auto;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        height: auto;
        max-height: 2000px;
    }
    #side-nav .expandMenu .closed.openSub li {
        opacity: 1;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        /* padding: 0px 0 0 12px; */
    }
    #side-nav .expandMenu .closed.openSub li li {
        padding: 0px 0px;
    }
    /* END side-nav */
    /* Nav */
    #menu-1 {
        position: fixed;
        top: 0;
        left: 0px;
        bottom: 0;
        width: 350px;
        height: 100%;
    }
    .slide-style.slide-menu-open #menu-1 {
        z-index: 99995;
    }
    #side-nav-trigger {
        background: #111;
        position: fixed;
        width: 10px;
        top: 0px;
        bottom: 0;
        color: #fff;
        opacity: 0.01;
        z-index: 999999;
    }
    .slide-menu-open #side-nav-trigger {
        z-index: 9;
    }
    .slide-content {
        width: 100%;
        position: relative;
    }
    .slide-content .slide-content-inner {
        position: relative;
    }
    .slide-container {
        position: relative; /*overflow: hidden; */
    }
    .slide-pusher {
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition:
            transform 0.2s,
            -webkit-transform 0.2s;
    }
    .slide-pusher::after {
        position: fixed;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.6);
        content: "";
        opacity: 0;
        -webkit-transition:
            opacity 0.3s,
            width 0.1s 0.3s,
            height 0.1s 0.3s;
        transition:
            opacity 0.3s,
            width 0.1s 0.3s,
            height 0.1s 0.3s;
    }
    /* MENUS OPEN*/
    .slide-menu-open .slide-pusher::after,
    .slide-aside-open .slide-pusher::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        z-index: 999;
    }
    .slide-menu-open .openSidebar,
    .slide-menu-open .openAside,
    .slide-aside-open .openSidebar,
    .slide-aside-open .openAside {
        z-index: -1; /*display:none;*/
    }
    /* MENU NAV OPEN*/
    .open-slide-menu {
        left: 4em;
        width: 21em;
    }
    /* Individual effects */
    /* Effect 1: Slide in on top */
    .slide-style.slide-menu {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(
            -100%,
            0,
            0
        ); /* -webkit-transform: translate3d(-100%, 0, 0);  */
    }
    .slide-style.slide-menu-open #menu-1 {
        visibility: visible;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.25s;
        transition: all 0.25s; /*-webkit-transform: translate3d(0, 0, 0); */
    }
    .slide-style.slide-menu-open .member-info {
        z-index: 999;
    }
    .slide-style.slide-menu::after {
        display: none;
    }
    .no-csstransforms3d .slide-pusher,
    .no-js .slide-pusher {
        padding-left: 300px;
    }
    #side-nav a {
        text-decoration: none;
        color: #000;
    }
    #side-nav .container {
        text-align: left;
        clear: both;
        display: block;
    }
    #side-nav header {
        position: relative;
        height: auto;
        box-shadow: none;
    }
}
@media (max-width: 991px) {
    .slide-menu-open .sub ul li strong {
        display: none;
    }
} /* END (min-width: 991px)*/
.sub ul li a {
    font-size: 15px;
    display: block;
    padding: 7px 15px;
    color: #666;
    text-decoration: none;
    background-color: transparent;
    border-radius: 3px;
}

.sub ul li a:hover {
    background-color: #e6e6e6;
    color: #000;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sub ul li a.active {
    background-color: #eee;
    color: #000;
}

.sub ul li strong {
    padding: 0 0 10px 10px;
    display: block; /*font-family: $font-secondary-light;*/
    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    font-size: 16px;
}

@media (min-width: 991px) {
    .hamburger {
        display: none;
    }
    header {
        width: 100%;
        position: relative;
    }
    /*  Show / Hide Header */
    header {
        width: 100%;
        position: fixed;
        background: #fff; /*opacity: .61;*/
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
    }
    body {
        padding-top: 70px;
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .expandMenu ul {
        display: none;
        opacity: 0;
        -webkit-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
    }
    ul.HeaderInfo-login {
        text-align: left;
    }
    ul.HeaderInfo-login li {
        display: inline-block;
        margin-right: -5px;
    }
    ul.HeaderInfo-login li.login-options,
    ul.HeaderInfo-login li.login-options ul {
        min-width: 12em;
    }
    ul.HeaderInfo-login li.login-options > a {
        border: 1px solid #cdcbc3;
        border-radius: 4px;
        color: #000;
        text-decoration: none;
    }
    ul.HeaderInfo-login li:hover ul {
        display: block;
        position: absolute;
        z-index: 99;
    }
    ul.HeaderInfo-login li a {
        font-size: 14px;
        padding: 10px 15px;
        display: block;
    }
    ul.HeaderInfo-login ul {
        display: none;
        background: #fff;
        border: solid 1px #cdcbc3;
        position: absolute;
        z-index: 9;
        padding: 0;
        -webkit-box-shadow: 0 2px 3px rgba(101, 99, 99, 0.4);
        box-shadow: 0 2px 3px rgba(101, 99, 99, 0.4);
    }
    ul.HeaderInfo-login ul li {
        padding: 0px !important;
        display: contents;
    }
    ul.HeaderInfo-login ul li.backLink {
        display: none;
    }
    ul.HeaderInfo-login ul li a {
        border: initial;
        color: #00928a;
        text-decoration: none;
        padding: 10px 15px 10px 20px;
    }
    ul.HeaderInfo-login ul li a:hover,
    ul.HeaderInfo-login ul li a:focus {
        background-color: #f5f3f1;
    }
    ul.HeaderInfo-login dl {
        padding: 0px;
        margin: 0;
    }
    ul.HeaderInfo-login dl dt {
        font-weight: bold;
        padding: 10px 15px;
    }
    ul.HeaderInfo-login dl dd {
        margin: 0px;
    }
    #nav-main > ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
    }
    #nav-main > ul > li > a {
        font-size: 15px;
        margin-bottom: -3px;
        color: #777;
        border-bottom: transparent 3px solid;
        text-decoration: none;
        display: block;
        padding: 17px 20px;
        white-space: nowrap;
        font-family: "Poppins", helvetica, arial;
        font-weight: 400;
    }
    #nav-main a.active {
        color: #f25;
    }
    #nav-main li li a.active {
        text-decoration: underline;
    }

    #nav-main > ul > li:hover > a,
    #nav-main > ul > li:focus > a {
        color: #f25;
        border-bottom: #f25 3px solid;
    }
    #nav-main > ul > li:hover > ul,
    #nav-main > ul > li:focus > ul {
        display: block;
        position: absolute;
        background: #fff;
        color: #f25;
        margin-top: 3px;
        border-radius: 0 0 0.5rem 0.5rem;
        overflow: hidden;
    }
    #nav-main ul {
        position: relative;
        z-index: 99999;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        max-width: 1200px;
    }
    #nav-main ul li ul {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 0;
        text-align: left;
        -webkit-box-shadow: 0 5px 15px -5px rgba(101, 99, 99, 0.4);
        box-shadow: 0 5px 15px -5px rgba(101, 99, 99, 0.4);
        min-width: 16em;
    }
    #nav-main ul li ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #f5f3f1;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: block;
    }
    #nav-main ul li ul li a {
        font-size: 14px;
        font-weight: normal;
        padding: 15px;
        background-color: #fff;
        -webkit-box-shadow: initial !important;
        box-shadow: initial !important;
    }
    #nav-main ul li ul li a:hover,
    #nav-main ul li ul li a:focus {
        background-color: #f5f5f5;
    }
    #nav-main ul li ul li ul {
        display: none;
    }
    .home .transparent #nav-main > ul > li > a {
        color: #fff;
    }
    .home .transparent #nav-main a.active {
        color: #fff;
    }
    .home .transparent #nav-main > ul > li:hover > a,
    .home .transparent #nav-main > ul > li:focus > a {
        color: #fff;
        border-bottom-color: #fff;
    }
    .home .transparent #nav-main ul li ul {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .home .transparent #nav-main ul li ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .home .transparent #nav-main ul li ul li a {
        font-size: 14px;
        font-weight: normal;
        padding: 15px;
        color: #222;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: initial !important;
        box-shadow: initial !important;
        width: 100%;
    }
    .home .transparent #nav-main ul li ul li a:hover,
    .home .transparent #nav-main ul li ul li a:focus {
        background-color: #f5f5f5;
    }
    .home .transparent #nav-main ul li ul li ul {
        display: none;
    }
    .home .transparent .container.flex {
        padding-top: 3rem;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    /* Sub nav */
    #main-container .container {
        padding-left: 330px;
        padding-right: 10px;
        width: 95%;
    }
}
/* @media (min-width:991px) and (max-width: 1220px) {
	.expandMenu .sub .active + ul { margin-left: 10px; position: absolute; left: 0; padding-right: 20px;
		li{
			a{}
		}
	}
}
 */
@media screen and (max-width: 575px) {
    a.logo {
        width: 210px;
        padding: 14px 15px 0;
    }
}
#breadcrumbs {
    position: relative;
    overflow: auto;
    clear: both;
    display: block;
    background-color: #f25;
}
#breadcrumbs ul {
    float: left; /* margin:10px 0; */
}
#breadcrumbs ul li {
    display: inline;
}
#breadcrumbs ul li a {
    padding: 11px 20px 9px 0;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
#breadcrumbs ul li a:after {
    content: "/";
    height: 17px;
    width: 17px;
    display: inline-block;
    text-align: center; /*border: 1px solid;  font-size: 10px; */
    padding-left: 15px;
    color: #fff;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:focus {
    text-decoration: underline;
}
#breadcrumbs ul li:last-child a {
    font-weight: 500;
}
#breadcrumbs ul li:last-child a:after {
    display: none;
}

/*.in-page-nav.nav-down {  }
.in-page-nav.nav-up { }

@media (min-width:950px) {
.in-page-nav.nav-down {  }
}
*/
/* .in-page-nav.nav-size{ top:70px;}
 .in-page-nav.nav-size .container{padding: 0px 40px;  }
 .in-page-nav.nav-size h1{ font-size:24px; transition:$transition-fast; margin: 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
*/
h2.sticky {
    z-index: 9;
    position: sticky;
    top: 80px; /*padding: 90px 20px 10px; */
    text-shadow:
        5px 5px 0px rgba(255, 255, 255, 0.9),
        -5px -5px 0px rgba(255, 255, 255, 0.9),
        -5px 5px 0px rgba(255, 255, 255, 0.9),
        5px -5px 0px rgba(255, 255, 255, 0.9);
}

a.btn {
    /*white-space: nowrap;*/
}
a.btn.sticky {
    position: sticky; /*display: block; */
    z-index: 8;
    bottom: 25px;
    /*top: 90vh;
  margin-left: calc(48vw - 100px);
  top: calc(100% - 70px);*/
}

@media (max-width: 991px) {
    h2.sticky {
        top: 0px;
        padding: 40px 20px 10px;
        background: #fff;
        display: table-cell;
        z-index: 8;
        -webkit-box-shadow: -4px 0 0 4px rgba(255, 255, 255, 0.6);
        box-shadow: -4px 0 0 4px rgba(255, 255, 255, 0.6);
        display: block;
    }
}
/*.sticky-header{ position:sticky; top:0px; z-index: 7; padding: 90px 20px 10px; background: #fff;
    display: table-cell; z-index: 8; }
box-shadow: -4px 0 0 4px rgba(255, 255, 255, .6);
*/
.in-page-nav {
    top: 180px; /*height: calc(100dvh - 180px); */
    padding: 0;
    position: sticky;
    overflow: visible;
    background-color: #f5f5f5;
    z-index: 7;
    /*background:#fff; position: fixed; left:0; right:0;*/
    /*border: 1px solid; */
    /*	.container{align-items: center;
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.04);
   display: flex; justify-content: space-between;
   padding: 45px 40px 0px;
  }*/
    /*.title { float: left; font-family:$font-primary; margin: auto 10px;}*/
    /*	.sticky-footer{ position:absolute; bottom:0px; height: 40px; border: $primary 1px solid; z-index: 7; padding:0px; background: #fff;
      text-align: center; z-index: 8; width: calc(100vw - 90px); box-shadow: -4px 0 0 4px rgba(255, 255, 255, .6);}
  	*/
}
.in-page-nav ul {
    padding: 0; /*width: max-content; display: inline-flex; margin: 0 auto;*/
}
.in-page-nav ul li a {
    font-size: 15px;
    color: #888;
    padding: 12px 25px 12px 25px;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.in-page-nav ul li a:hover {
    color: #f25;
}
/* .in-page-nav ul li a.active {
  padding: 12px 20px 12px 20px;
} */
.in-page-nav ul li a.active:before {
    content: "•  ";
}
.in-page-nav ul li.highlight a {
    color: #478081;
    border-bottom: #ffcd05 3px solid;
}
.in-page-nav .cta {
    white-space: nowrap;
}
.in-page-nav a.btn {
    /*white-space: nowrap;*/
}
.in-page-nav a.btn.sticky {
    /*position:absolute;
z-index: 7; margin:0px;
display: block; z-index: 8;
top: 90vh;
margin-left: calc(48vw - 100px);
top: calc(100% - 70px);*/
}

/*.in-page-nav .container { background-color: #fff; transition:$transition-fast; }*/
.in-page-container {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    /*border: 1px solid #f00; */
    position: relative;
    padding: 200px 30px 200px;
    color: #434343; /* min-height: 40vh;*/
}
.in-page-container .row {
    padding-left: 90px;
}
.in-page-container img {
    position: absolute;
    margin-left: -130px;
    width: 100px;
    opacity: 0.7;
}
.in-page-container:last-of-type {
    border-bottom: initial;
    padding: 200px 30px 100px;
}

@media (max-width: 991px) {
    .in-page-nav {
        padding: 0;
        background: #fff;
        overflow: visible;
        position: sticky;
    }
    .in-page-nav .container {
        -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.04);
        box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.04);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: initial;
    }
    .in-page-nav .container ul {
        padding: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0;
    }
    .in-page-nav .container #menu-list ul li a {
        font-size: 1rem;
        line-height: 1rem;
    }
    .in-page-nav .container .cta {
        margin-right: 10px;
    }
    .in-page-nav .btns {
        display: none;
    }
    .in-page-container {
        padding: 170px 30px 150px;
        color: #434343; /*border:1px solid #0f0; min-height: 40vh;*/
    }
    .in-page-container .row {
        padding-left: 0px;
        text-align: center;
    }
    .in-page-container img {
        position: relative;
        margin: 0 auto 20px;
        width: 100px;
        opacity: 0.7;
    }
}

@media (max-width: 767px) {
    /*.in-page-container { padding:140px 30px 90px;}*/
    .in-page-nav {
        padding: 0; /*border: 1px solid;*/
    }
    .in-page-nav .title {
        display: none;
    }
    .in-page-nav .hamburger {
        z-index: 999;
    }
    .in-page-nav #menu-list {
        margin: 0 auto;
        height: auto;
        height: inherit;
    }
    .in-page-nav #menu-list ul li:after {
        width: 2px;
        margin: -6px 0px 0px 22px;
        content: "";
        border: 2px solid #ddd;
        position: absolute;
        height: 20px;
    }
    .in-page-nav #menu-list ul li:last-of-type:after {
        border-width: 0px;
    }
    .in-page-nav #menu-list ul li a {
        visibility: hidden;
        margin: -5px 0 0px 0;
        height: 40px;
        padding: 15px;
    }
    .in-page-nav #menu-list ul li a:before {
        visibility: visible;
        content: "";
        display: inline-block;
        width: 19px;
        height: 19px;
        border-radius: 15px;
        background-color: #ddd;
        z-index: 9;
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .in-page-nav #menu-list ul li a:hover,
    .in-page-nav #menu-list ul li a.active {
        color: #434343;
    }
    .in-page-nav #menu-list ul li a:hover {
        border-bottom: none !important;
        background: #f5f5f5;
    }
    .in-page-nav #menu-list ul li a:hover:before {
        background-color: #f25;
    }
    .in-page-nav #menu-list ul li a.active:before {
        background-color: #f25;
        -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 575px) {
    .in-page-nav .container {
        padding: 0;
        justify-content: flex-end;
        overflow-x: auto;
    }

    .in-page-nav .container ul {
        padding: 8px 5px;
    }

    nav.in-page-nav ul li a {
        border: none;
        padding: 5px;
        background: none;
        font-size: 14px;
    }
}
/* Columns  ----------------------

Standard    -
Extra Large - xl (min-width: 1200px)
Large		- lg (max-width: 1199px)
Medium 		- md (max-width: 991px)
Small  		- sm (max-width: 767px)
Extra Small - xs (max-width: 575px)

.x-2 -lg -md -sm -xs
.x-3 -lg -md -sm -xs
.x-4 -lg -md -sm -xs
.x-5 -lg -md -sm -xs
.x-6 -lg -md -sm -xs
.x-7 -lg -md -sm -xs
.x-8 -lg -md -sm -xs


 The default size is 1 column
 sizes ( x-2 to x-8 ) overide from the largest max-width
 Uses the number of columns up to the specified size ( -xs -sm -md -lg )

------------------------------------ */
/* Mixins  */
/*@mixin x-1_no-margin	{flex: 1 0 100%;}*/
.cards,
.flex-xs,
.flex-sm,
.flex-md,
.flex-lg,
.flex-xl {
    padding: 10px 0 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cards.borders .card,
.flex-xs.borders .card,
.flex-sm.borders .card,
.flex-md.borders .card,
.flex-lg.borders .card,
.flex-xl.borders .card {
    border: solid 1px #e7e7e7;
}
.cards.card-padding .card,
.flex-xs.card-padding .card,
.flex-sm.card-padding .card,
.flex-md.card-padding .card,
.flex-lg.card-padding .card,
.flex-xl.card-padding .card {
    padding: 6%;
    padding: 20px;
    clear: both;
    overflow: hidden;
    border: solid 1px #e7e7e7;
}

.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.3333333333% - 24px);
    flex: 1 0 calc(33.3333333333% - 24px);
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px; /*padding: 30px;*/
    background-color: #ffffff;
}
a.card,
.card a {
    text-decoration: none;
    transition: all ease 0.2s;
}

a.card:hover {
    transform: translateY(-1px);
    box-shadow: 0 0px 22px rgba(0, 0, 0, 0.1);
}

.card .btn {
    margin: 20px 6px;
    font-size: 0.95rem;
}
.no-margin .card {
    margin-left: 0%;
    margin-right: 0%;
}

a.card-link {
    text-decoration: none;
    /*transition: 0.2s cubic-bezier(.4,0,.2,1);*/
}
a.card-link .card {
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
    transition-duration: 0s;
}
a.card-link:hover .card {
    /* border: 1px solid #f25; */
    box-shadow: 0 0px 22px rgba(0, 0, 0, 0.1);
    background: #333;
    color: #fff !important;
}
a.card-link:hover p,
a.card-link:hover h2,
a.card-link:hover h3,
a.card-link:hover h4,
a.card-link:hover h5,
a.card-link:hover h6 {
    color: #fff;
}

/* Work with us sibling sub-nav (scoped to <nav class="in-page-nav">) */
nav.in-page-nav {
    /* background: #fff; */
    position: sticky;
    top: 0px;
    z-index: 8;
}

.b-shadow {
    box-shadow: 0 10px 23px -28px;
}

nav.in-page-nav > .container {
    padding-top: 0;
    padding-bottom: 0;
}

nav.in-page-nav ul {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 10px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-end;
}

nav.in-page-nav ul li {
    list-style: none;
}

nav.in-page-nav ul li a {
    border-radius: 999px;
    padding: 10px 14px;
    border: 1px solid transparent;
}

/* Homepage: lightweight “best fit” wizard + offer highlighting */
.home-best-fit .bf-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.home-best-fit .bf-step {
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #fff;
    /* background: #333; */
    padding: 20px;
    text-align: left;
    cursor: pointer;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.home-best-fit .bf-step-head {
    margin-bottom: 6px;
}

/* .bf-step-head h3 {
  color: #fff;
} */

.home-best-fit .bf-step-number {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6c757d;
    color: #f25;
    /* color: #ddd; */
    margin-bottom: 8px;
}

.home-best-fit .bf-step h3 {
    text-align: left;
    margin: 0;
    font-size: 1.4rem;
}

.home-best-fit .bf-step-summary {
    color: #888;
    margin: 8px 0 0;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 0.3rem;
}

.home-best-fit .bf-step.is-complete .bf-step-summary {
    color: #212529;
}

.home-best-fit .bf-step:hover,
.home-best-fit .bf-step.is-open {
    border-color: rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
}

.home-best-fit .bf-options-template {
    display: none;
}

.home-best-fit .home-best-fit-wizard {
    position: relative;
    width: 100%;
}

.home-best-fit .bf-picker {
    position: absolute;
    z-index: 20;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.home-best-fit .bf-picker.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.home-best-fit .bf-picker-card {
    background: #fff;
    border: 1px solid #dce2e8;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    padding: 1rem;
    min-height: 100%;
    /* display: flex;
  flex-direction: column;
  gap: .5rem; */
    text-align: left;
}

.home-best-fit .bf-picker-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.home-best-fit .bf-picker-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-best-fit .bf-picker-options .bf-picker-option {
    width: 100%;
    text-align: left;
    display: block;
    border: 1px solid #d6dbe1;
    border-radius: 5px;
    background: #fff;
    color: #212529;
    padding: 10px 12px;
    cursor: pointer;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 400;
}

.home-best-fit .bf-picker-options .bf-picker-option:hover {
    border-color: rgba(255, 34, 85, 0.35);
    background: rgba(255, 34, 85, 0.03);
}

.home-best-fit .bf-picker-options .bf-picker-option.is-disabled,
.home-best-fit .bf-picker-options .bf-picker-option:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    border-color: #d6dbe1;
    background: #f8f9fa;
}

.home-best-fit .bf-picker-options .bf-picker-option.is-disabled:hover,
.home-best-fit .bf-picker-options .bf-picker-option:disabled:hover {
    border-color: #d6dbe1;
    background: #f8f9fa;
}

.home-best-fit .bf-picker-option-hint {
    font-size: 0.78rem;
    color: #6c757d;
}

.home-best-fit .bf-picker-options .bf-picker-option.is-selected {
    border-color: rgba(255, 34, 85, 0.5);
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.05),
        0 0px 0 2px rgba(255, 34, 85, 0.15);
    color: #111;
}

.home-best-fit .bf-result {
    overflow: hidden;
    transition: height 220ms ease;
}

.home-best-fit .bf-result.is-animating {
    will-change: height;
}

.home-best-fit .bf-result-text {
    transition: opacity 120ms ease;
    text-align: initial;
}

.home-best-fit .bf-result-text.is-fading-out {
    opacity: 0;
}

.home-best-fit .bf-result-text.is-fading-in {
    opacity: 1;
}

.home-offer-chooser-section .bf-pill {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1.3;
    padding: 8px 13px 6px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 34, 85, 0.25);
    background: rgba(255, 34, 85, 0.06);
    margin-bottom: 10px;
}

.home-offer-chooser-section .bf-pill.is-muted {
    opacity: 0.75;
    background: #f8f9fa;
    border-color: #e9ecef;
}

.home-offer-chooser-section .bf-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.home-offer-chooser-section .bf-card-top svg {
    flex: 0 0 auto;
}

.home-offer-chooser-section .bf-card-top .bf-pill {
    flex: 0 0 auto;
    margin: 0;
}

.home-offer-chooser-section.has-recommendation .bf-offer-card {
    transition:
        transform 250ms ease,
        box-shadow 250ms ease;
    will-change: transform;
}

.home-offer-chooser-section.has-recommendation .bf-offer-card.is-recommended {
    transform: translateY(-2px);
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.12),
        0 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Work-with-us quote builder */
button.quote-card-action {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 10px 18px 10px 12px;
}

.quote-card-action .quote-btn-icon {
    /* display: inline-flex; */
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-right: 5px;
}

.quote-card-action .quote-btn-icon .quote-lucide-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.card.quote-selected,
.card.selected {
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.12),
        0 0 0 3px rgba(242, 37, 85, 0.35);
}

.option-selected {
    transform: translateY(-2px);
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.12),
        0 0 0 3px rgba(0, 0, 0, 0.3);
}

.card .buttons,
aside .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 8px;
}

.card .buttons .btn,
aside .buttons .btn {
    margin: 0 !important;
}

.quote-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quote-qty-label {
    font-size: 14px;
    color: #434343;
    white-space: nowrap;
}

.quote-qty-input {
    width: 90px;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-family: "Poppins", helvetica, arial;
    font-size: 15px;
    color: #434343;
}

.quote-qty-input:focus {
    outline: none;
    border-color: #f25;
    box-shadow: 0 0 0 3px rgba(255, 34, 85, 0.15);
}

.quote-price-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    margin: 1rem 0;
}

.quote-price-inline h3 {
    width: fit-content;
    margin-right: 1rem;
}

.quote-qty-total {
    font-weight: 600;
    color: #434343;
    white-space: nowrap;
}

.card .card-footer .buttons {
    padding: 1rem;
}

.quote-fab {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 1100;
    border: 0;
    border-radius: 999px;
    background: #f25;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 18px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition:
        opacity 200ms ease,
        transform 200ms ease;
}

.quote-fab.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.quote-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    z-index: 1110;
}

.quote-drawer-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.quote-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(480px, 95vw);
    height: 100vh;
    background: #fff;
    /* box-shadow: -10px 0 24px rgba(0, 0, 0, 0.2); */
    transform: translateX(100%);
    transition: transform 220ms ease;
    z-index: 1120;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 1rem;
}

.quote-drawer.is-open {
    transform: translateX(0);
}

.quote-drawer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
}

.quote-drawer-close,
.quote-enquiry-close {
    border: 0;
    background: transparent;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    color: #777;
    display: flex;
    width: 40px;
    height: 38px;
    justify-content: center;
    align-items: center;
    padding: 2px 0 0;
    margin: 0;
    transition: all ease-in-out 0.5s;
}
.quote-drawer-close:hover,
.quote-enquiry-close:hover {
    color: #111;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.quote-drawer-body {
    padding: 5px 18px 16px;
    overflow: auto;
    flex: 1 1 auto;
}

.quote-line {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.quote-line:last-of-type {
    border-bottom: none;
}
.quote-remove {
    border: 0;
    background: transparent;
    color: #777;
    cursor: pointer;
    font-size: 0.8rem;
    margin: 0;
    height: min-content;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid #eee;
}
.quote-remove:hover {
    background: #fff;
    border-color: #ddd;
    color: #f25;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.quote-totals {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    display: grid;
    gap: 6px;
}
.quote-totals strong {
    font-weight: 500;
}
span.quote-total {
    font-weight: 500;
    color: #098;
}

.quote-totals-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 3px;
}

.quote-group-title {
    font-weight: 600;
    color: #434343;
    margin: 8px 0 0px;
    color: #f25;
}
.quote-group-onceoff {
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
.quote-group.quote-group-monthly {
    /* border-top: 2px solid #ddd; */
    padding-top: 10px;
    margin: 5px -15px 0;
    padding: 5px 15px 0;
}
.quote-group-divider {
    height: 1px;
    background: #eee;
    margin: 10px 0 6px;
}

.quote-drawer-foot {
    border-top: 2px solid #ddd;
    padding: 0px 18px;
}

/* Quote enquiry drawer (opens above quote drawer) */
.quote-enquiry-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
    z-index: 1125;
}
.quote-enquiry-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.quote-enquiry-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(520px, 96vw);
    height: 100vh;
    background: #fff;
    /* box-shadow: -10px 0 24px rgba(0, 0, 0, 0.22); */
    transform: translateX(100%);
    transition: transform 220ms ease;
    z-index: 1130;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 1rem;
}
.quote-enquiry-drawer.is-open {
    transform: translateX(0);
}

@media (min-width: 960px) {
    .quote-enquiry-drawer {
        width: 90vw;
        max-width: 1000px;
    }

    .quote-enquiry-drawer .quote-drawer-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: start;
    }

    .quote-enquiry-summary {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
        border-right: 1px solid #ddd;
        padding-right: 3rem;
        border-bottom: none !important;
        overflow-y: auto;
    }

    .quote-enquiry-form {
        margin: 0;
    }
}

.quote-enquiry-summary {
    padding-bottom: 12px;
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 12px;
}

.quote-enquiry-group {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.quote-enquiry-group__title {
    font-weight: 600;
    color: #f25;
    margin: 15px 0 6px;
}

.quote-enquiry-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    font-size: 0.92rem;
}
.quote-enquiry-item__price {
    white-space: nowrap;
    color: #434343;
    font-weight: 500;
}

.quote-enquiry-total {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid #f1f1f1;
    margin-top: 8px;
}

.quote-enquiry-status {
    margin-top: 12px;
}

.quote-enquiry-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .home-best-fit .bf-steps {
        grid-template-columns: 1fr;
    }
}

/* Equal-height overview cards on UX Subscription */
.ux-subscription-overview .row {
    align-items: stretch;
}

.ux-subscription-overview .row > [class*="col-"] {
    display: flex;
}

.ux-subscription-overview .row > [class*="col-"] > .card {
    flex: 1 1 auto;
    width: 100%;
}

nav.in-page-nav ul li a.active {
    color: #444;
    border: 1px solid #ccc;
    background-color: #fff;
}

nav.in-page-nav ul li a.active:before {
    content: "";
}

.card-header,
.card-body,
.card-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /*display: flex; flex-wrap: wrap;*/
    width: 100%;
    clear: both;
    overflow: hidden; /* min-height: 90px; display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-header p,
.card-body p,
.card-footer p {
    color: #000; /* display: block; */
}

.card-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; /* border:1px solid #f00; padding: 20px 20px 20px; */
    padding: 6%; /*flex: 1 0 auto; display: flow-root;*/
}

.card-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; /*border:1px solid #0f0;*/
}

.card-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; /*border:1px solid #000;*/
    display: block;
}

/*.flex{flex: 1 0 calc(100% - 40px); display: flex; flex-direction: row;
	div{ width: 100%;  margin:0 10px; border: 1px solid #f00;}
	div:first-of-type{margin-left: 0px;}
	div:last-of-type{margin-right: 0px;}

}*/
.flex-xs,
.flex-sm,
.flex-md,
.flex-lg,
.flex-xl {
    /*	div:first-of-type{margin-left: 0px; }
  	div:last-of-type{margin-right: 0px;}*/
}
.flex-xs div,
.flex-sm div,
.flex-md div,
.tts-controls.tts-nav-down {
    top: 72px !important;
}
.flex-lg div,
.flex-xl div {
    width: 100%;
}

@media (min-width: 0px) {
    .flex-xs div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 10px);
        flex: 1 0 calc(50% - 10px);
        margin: 0 5px 10px; /*border: 1px solid #0f0;*/
    }
}
@media (min-width: 576px) {
    .flex-sm div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 10px);
        flex: 1 0 calc(50% - 10px);
        margin: 0 5px 10px; /*border: 1px solid #00f;*/
    }
}
@media (min-width: 767px) {
    .flex-md div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 20px);
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 0 5px 10px; /* border: 1px solid #f00;*/
    }
}
@media (min-width: 992px) {
    .flex-lg div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 10px);
        flex: 1 0 calc(50% - 10px);
        margin: 0 5px 10px; /*border: 1px solid #000;*/
    }
}
@media (min-width: 1201px) {
    .flex-xl div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 10px);
        flex: 1 0 calc(50% - 10px);
        margin: 0 5px 10px;
    }
}
@media (max-width: 991px) {
    /*.card{ flex: 1 0 calc(100% / 3 - 24px); }*/
}
@media (max-width: 767px) {
    .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 20px);
        flex: 1 0 calc(33.3333333333% - 20px);
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .cards .card .btn {
        margin: 10px 6px;
    }
}
@media (max-width: 575px) {
    .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 16px);
        flex: 1 0 calc(33.3333333333% - 16px);
        max-width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 30px; /*padding: 24px;*/
    }
}
.x-1-lg .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 0px;
    margin-right: 0px;
}

/*.x-1.no-margin .card{ @include x-1_no-margin; }*/
.x-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.x-2 .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 24px);
    flex: 1 0 calc(50% - 24px); /*margin-left: 0%; margin-right: 0%;*/
}

.x-2.no-margin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.x-3 .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.3333333333% - 24px);
    flex: 1 0 calc(33.3333333333% - 24px);
}

.x-3.no-margin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%; /*margin-left: 0%; margin-right: 0%;*/
}

.x-4 .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(25% - 24px);
    flex: 1 0 calc(25% - 24px);
}

.x-4.no-margin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%; /*margin-left: 0%; margin-right: 0%;*/
}

.x-5 .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(20% - 24px);
    flex: 1 0 calc(20% - 24px);
}

.x-5.no-margin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%; /*margin-left: 0%; margin-right: 0%;*/
}

.x-6 .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(16.6666666667% - 24px);
    flex: 1 0 calc(16.6666666667% - 24px);
}

.x-6.no-margin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.6666666667%;
    flex: 1 0 16.6666666667%; /*margin-left: 0%; margin-right: 0%;*/
}

.x-7 .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(14.2857142857% - 24px);
    flex: 1 0 calc(14.2857142857% - 24px);
}

.x-7.no-margin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14.2857142857%;
    flex: 1 0 14.2857142857%; /*margin-left: 0%; margin-right: 0%;*/
}

.x-8 .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(12.5% - 24px);
    flex: 1 0 calc(12.5% - 24px);
}

.x-8.no-margin .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 12.5%;
    flex: 1 0 12.5%; /*margin-left: 0%; margin-right: 0%;*/
}

/* Large - lg */
@media (max-width: 1199px) {
    .x-1-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    /*.x-1-lg.no-margin .card{ @include x-1_no-margin;}*/
    .x-2-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 24px);
        flex: 1 0 calc(50% - 24px); /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-2-lg.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    .x-3-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 24px);
        flex: 1 0 calc(33.3333333333% - 24px);
    }
    .x-3-lg.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
        flex: 1 0 33.3333333333%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-4-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 24px);
        flex: 1 0 calc(25% - 24px);
    }
    .x-4-lg.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-5-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(20% - 24px);
        flex: 1 0 calc(20% - 24px);
    }
    .x-5-lg.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
        flex: 1 0 20%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-6-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(16.6666666667% - 24px);
        flex: 1 0 calc(16.6666666667% - 24px);
    }
    .x-6-lg.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666667%;
        flex: 1 0 16.6666666667%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-7-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(14.2857142857% - 24px);
        flex: 1 0 calc(14.2857142857% - 24px);
    }
    .x-7-lg.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 14.2857142857%;
        flex: 1 0 14.2857142857%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-8-lg .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(12.5% - 24px);
        flex: 1 0 calc(12.5% - 24px);
    }
    .x-8-lg.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
        flex: 1 0 12.5%; /*margin-left: 0%; margin-right: 0%;*/
    }
}
/* Medium - md */
@media (max-width: 991px) {
    .x-1-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    /*.x-1-md.no-margin .card{ @include x-1_no-margin;}*/
    .x-2-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 24px);
        flex: 1 0 calc(50% - 24px); /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-2-md.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    .x-3-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 24px);
        flex: 1 0 calc(33.3333333333% - 24px);
    }
    .x-3-md.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
        flex: 1 0 33.3333333333%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-4-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 24px);
        flex: 1 0 calc(25% - 24px);
    }
    .x-4-md.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-5-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(20% - 24px);
        flex: 1 0 calc(20% - 24px);
    }
    .x-5-md.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
        flex: 1 0 20%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-6-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(16.6666666667% - 24px);
        flex: 1 0 calc(16.6666666667% - 24px);
    }
    .x-6-md.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666667%;
        flex: 1 0 16.6666666667%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-7-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(14.2857142857% - 24px);
        flex: 1 0 calc(14.2857142857% - 24px);
    }
    .x-7-md.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 14.2857142857%;
        flex: 1 0 14.2857142857%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-8-md .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(12.5% - 24px);
        flex: 1 0 calc(12.5% - 24px);
    }
    .x-8-md.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
        flex: 1 0 12.5%; /*margin-left: 0%; margin-right: 0%;*/
    }
}
/* Small - sm */
@media (max-width: 767px) {
    .x-1-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    /*.x-1-sm.no-margin .card{ @include x-1_no-margin;}*/
    .x-2-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 24px);
        flex: 1 0 calc(50% - 24px); /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-2-sm.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    .x-3-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 24px);
        flex: 1 0 calc(33.3333333333% - 24px);
    }
    .x-3-sm.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
        flex: 1 0 33.3333333333%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-4-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 24px);
        flex: 1 0 calc(25% - 24px);
    }
    .x-4-sm.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-5-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(20% - 24px);
        flex: 1 0 calc(20% - 24px);
    }
    .x-5-sm.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
        flex: 1 0 20%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-6-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(16.6666666667% - 24px);
        flex: 1 0 calc(16.6666666667% - 24px);
    }
    .x-6-sm.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666667%;
        flex: 1 0 16.6666666667%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-7-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(14.2857142857% - 24px);
        flex: 1 0 calc(14.2857142857% - 24px);
    }
    .x-7-sm.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 14.2857142857%;
        flex: 1 0 14.2857142857%; /*margin-left: 0%; margin-right: 0%;*/
    }
    .x-8-sm .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(12.5% - 24px);
        flex: 1 0 calc(12.5% - 24px);
    }
    .x-8-sm.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
        flex: 1 0 12.5%; /*margin-left: 0%; margin-right: 0%;*/
    }
}
/* Extra Small - xs */
@media (min-width: 0px) and (max-width: 575px) {
    .x-1-xs .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 16px);
        flex: 1 0 calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px; /*@include x-1-margin; */
    }
    .x-2-xs .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 16px);
        flex: 1 0 calc(33.3333333333% - 16px); /*max-width: 100%;*/
        margin-left: 8px;
        margin-right: 8px;
        /*flex: 1 0 calc(100% / 3 - 24px);
    align-content:flex-start;
    max-width: calc(100% - 16px);*/
    }
    .x-2-xs.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    .x-3-xs .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 16px);
        flex: 1 0 calc(33.3333333333% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
    .x-4-xs .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 16px);
        flex: 1 0 calc(25% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
    .x-5-xs .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(20% - 16px);
        flex: 1 0 calc(20% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
    .x-6-xs.no-margin .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(16.6666666667% - 16px);
        flex: 1 0 calc(16.6666666667% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
    .x-7-xs .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(14.2857142857% - 16px);
        flex: 1 0 calc(14.2857142857% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
    .x-8-xs .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(12.5% - 16px);
        flex: 1 0 calc(12.5% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
}
/* Cards --------------

 Style-1
 Style-2
 Style-3
 Style-4
 Style-5

 Steps
 Divider

 */
.padding-10 .card {
    padding: 10px !important;
}

.padding-20 .card {
    padding: 20px !important;
}

.padding-30 .card {
    padding: 30px !important;
}

.padding-40 .card {
    padding: 40px !important;
}

.padding-50 .card {
    padding: 50px !important;
}

.card-header {
    padding: 30px 10px 5px;
}

.card-header.inline {
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 20px 20px 0;
}

.card-header + .card-body {
    padding-top: 0;
}

.card-body {
    padding: 20px 30px;
}

.card-footer {
    padding: 5px 10px 30px;
}

/* TEMP */
.Icon-star--correct {
    background-image: url("../img/icon/Icon-star--correct.svg");
    background-repeat: no-repeat;
}

/*	.Icon--mini,
		.Icon--xsmall,
		.Icon--small,
		.Icon--medium,
		.Icon--large,
		.Icon--xlarge,
		.Icon--xxlarge,
		.Icon--xxxlarge { display: inline-block; vertical-align: middle; background-position: 0 0; background-repeat: none;}
		.Icon--xxlarge { width: 56px; height: 56px; -moz-background-size: 56px 56px; -o-background-size: 56px 56px; background-size: 56px 56px;}
*/
span.icon {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
    background-repeat: none;
}

.center .style-1 .card,
.center .card.style-1,
.center .cards.style-2 .card,
.center .card.style-2 {
    text-align: center;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p {
    color: #eee;
}
.bg-dark .style-1 .card,
.bg-dark .card.style-1,
.bg-dark .cards.style-2 .card,
.bg-dark .card.style-2 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #eee;
}
.bg-dark .style-1 .card:hover,
.bg-dark .card.style-1:hover,
.bg-dark .cards.style-2 .card:hover,
.bg-dark .card.style-2:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.style-1 .card,
.card.style-1 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 5px;
}
.style-1 .card .card-body,
.card.style-1 .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; /*padding: 20px 25px;*/
    display: flow-root;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.style-1 .card .card-footer,
.card.style-1 .card-footer {
    /*padding:5px 10px 30px; */
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: flow-root;
    text-align: center;
}
.style-1 .card .card-footer a,
.card.style-1 .card-footer a {
    margin: 0 0px 20px;
    padding: 10px 20px;
    white-space: nowrap;
}
.style-1 .card .card-footer a:hover,
.card.style-1 .card-footer a:hover {
    text-decoration: underline;
}
.style-1 .card .card-footer a.btn,
.card.style-1 .card-footer a.btn {
    white-space: initial; /*font-size: 15px; font-weight: 400;*/
}
.style-1 .card .card-footer a.btn:hover,
.card.style-1 .card-footer a.btn:hover {
    text-decoration: none;
}

.style-1 .card h3 {
    margin: 10px 0 8px;
    line-height: 2.4rem;
    font-size: 1.5rem;
}

.style-1 .card h3 span,
.card.style-1 h3 span {
    /* display: block; */
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #777; /*white-space: nowrap;*/
    margin-left: 0.3rem;
}

.pricing .card h3,
.card svg + h3 {
    margin: 0.5rem 0 1rem;
}

.card-header.inline h3 {
    width: fit-content;
    margin: 0;
}

.card.most-popular {
    border: 1px solid #00b39490 !important;
    /* box-shadow: 0 0 0 3px #00000020;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12),  */
    box-shadow: 0 0 0 3px #00b39450;
}

.card.most-popular:before {
    content: "Most popular";
    position: absolute;
    right: 20px;
    top: -20px;
    background: #fff;
    padding: 4px 15px;
    border: 3px solid #00b39460;
    border-radius: 5px;
    color: #00b394;
    /* background: #00b394;
  box-shadow: 0 0 0 2px #00b39420;*/
    /* color: #fff; */
    font-weight: 500;
    /* background: #666; */
    /* font-size: .85rem; */
    font-size: 0.95rem;
    border: 2px solid #00b39490;
    box-shadow: 0 0 0 3px #00b39430;
}

.small-card {
    border: 1px solid #eee;
    padding: 8px 12px;
    /* width: 100%; */
    display: block;
    border-radius: 5px;
    font-weight: 300;
    font-size: 0.8rem;
    color: #222;
    margin: 0 -12px;
    /* background: #f9f9f9; */
}
.small-card strong {
    font-weight: 500;
}
.small-card span {
    display: inline-block;
}

@media (max-width: 767px) {
    .card {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .card-header {
        padding: 30px 10px 5px;
    }
    .card-body {
        padding: 20px 30px;
    }
    .card-footer {
        padding: 5px 10px 30px;
    }
}
@media (max-width: 575px) {
    .style-1 .card,
    .card.style-1 {
        margin-left: 2px;
        margin-right: 2px;
    }
    .card-header {
        padding: 20px 20px 5px;
    }
    .card-body {
        padding: 15px 20px;
    }
    .card-footer {
        padding: 5px 20px 20px;
    }
}
.card-b-1 .card,
.card-b-1.card {
    border: 1px solid #ddd;
}

.card-b-2 .card,
.card-b-2.card {
    border: 2px solid #ddd;
}

.cards.style-2 .card,
.card.style-2 {
    background-color: rgba(255, 255, 255, 0.6); /* padding: 30px;*/
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; /*border: solid 1px #ddd; border-top: 5px solid $primary; */ /*flex-direction: column;*/
}
.cards.style-2 .card:hover,
.card.style-2:hover {
    background-color: rgb(255, 255, 255);
}
.cards.style-2 .card .caption,
.card.style-2 .caption {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #f5f3f1;
    padding: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold; /*order:1;*/
}
.cards.style-2 .card .content,
.card.style-2 .content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
}
.cards.style-2 .card .collapse,
.card.style-2 .collapse {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: left;
    margin-bottom: 20px;
}
.cards.style-2 .card .collapse .toggle,
.card.style-2 .collapse .toggle {
    font-weight: bold;
    padding: 15px;
}
.cards.style-2 .card .collapse .toggle:hover,
.card.style-2 .collapse .toggle:hover {
    text-decoration: underline;
}
.cards.style-2 .card .collapse .collapse-content .inner,
.card.style-2 .collapse .collapse-content .inner {
    padding: 10px;
    display: block;
}
.cards.style-2 .card .collapse .collapse-content .feature-list li,
.card.style-2 .collapse .collapse-content .feature-list li {
    padding: 20px 10px;
    border-top: 1px solid #ccc;
}
.cards.style-2 .card .collapse .collapse-content .feature-list li:first-of-type,
.card.style-2 .collapse .collapse-content .feature-list li:first-of-type {
    border-top: none;
}
.cards.style-2 .card .collapse .collapse-content .feature-list li:last-of-type,
.card.style-2 .collapse .collapse-content .feature-list li:last-of-type {
    padding-bottom: none;
}
.cards.style-2 .card .collapse .collapse-content .feature-list li .Icon,
.card.style-2 .collapse .collapse-content .feature-list li .Icon {
    position: absolute;
}
.cards.style-2 .card .collapse .collapse-content .feature-list .icon,
.card.style-2 .collapse .collapse-content .feature-list .icon {
    position: absolute;
}
.cards.style-2 .card .collapse .collapse-content .feature-list div,
.card.style-2 .collapse .collapse-content .feature-list div {
    margin-left: 50px;
    position: relative;
}

.cards.style-3 .card,
.card.style-3 {
    margin-bottom: 30px;
    background-color: #ffffff;
    border: solid 1px #dedede;
    text-align: center;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.cards.style-3 .card .card-body,
.card.style-3 .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; /*padding: 20px 30px;*/
    display: flow-root;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.cards.style-3 .card .card-footer,
.card.style-3 .card-footer {
    /*padding: 20px;*/
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: flow-root; /*background:#eee;*/
}
.cards.style-3 .card span.icon,
.card.style-3 span.icon {
    width: 100%;
    height: 60px;
    background-size: 60px 60px;
    background-position: 50% 0;
}

.cards.style-4 .card,
.card.style-4 {
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}
.cards.style-4 .card span.icon,
.card.style-4 span.icon {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    margin: auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cards.style-4 .card a,
.card.style-4 a {
    text-decoration: underline;
    display: contents;
}
.cards.style-4 .card .btn,
.card.style-4 .btn {
    /*display: block;*/
}

/* Small - sm */
@media (max-width: 767px) {
    .cards.style-4 .card {
        /*padding: 20px;*/
        margin-bottom: 20px;
        display: block;
    }
}
.cards.style-5 .card,
.card.style-5 {
    background-color: #f8f8f8;
    text-align: center; /*padding: 40px;*/
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.cards.style-5 .card a,
.card.style-5 a {
    text-decoration: underline;
    display: contents;
}
.cards.style-5 .card .btn,
.card.style-5 .btn {
    /*display: block;*/
}

/* Small - sm */
/* @media (max-width: 767px) {
  .cards.style-5 .card { width: 100%; }
} */
.cards.style-6 .card,
.card.style-6 {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    text-align: center; /*padding: 40px;*/
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cards.style-6 .card a,
.card.style-6 a {
    text-decoration: underline;
    display: contents;
}
.cards.style-6 .card .btn,
.card.style-6 .btn {
    /*display: block;*/
}
.cards.style-6 .card:hover,
.card.style-6:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.cards.style-6 .card p,
.card.style-6 p {
    text-align: left;
}

/* Small - sm */
/* @media (max-width: 767px) {
  .cards.style-6 .card { width: 100%; }
} */
.icon {
    width: 75px;
    margin: 0 auto;
}

.icon-2 {
    width: 60px;
    margin: 0 auto;
}

.steps {
    counter-reset: cardNum;
}
.steps .card {
    counter-increment: cardNum;
}
.steps .card:before {
    content: "Step";
}
.steps .card:before {
    content: counter(cardNum);
    display: block;
    background-color: #434343;
    line-height: 2.2;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    margin: 0px auto 10px;
    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    text-align: center;
}
.steps.primary .card:before {
    background-color: #f25;
}
.steps.medium .card:before {
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    margin: 30px auto 0px;
}

.divider .card {
    padding: 0 2%;
    margin: 0;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 24%;
}
.divider .card + .card {
    border-left: 1px solid #ddd;
}

@media (max-width: 991px) {
    .divider .card + .card {
        border-left: none;
    }
    .divider .card {
        padding: 0 3% 3%;
        margin: 0;
        width: 45%; /* border:1px solid #f00; */
    }
    .divider .card:nth-child(even) {
        border-left: 1px solid #ddd;
    }
    .divider .card:nth-child(n + 3) {
        border-top: 1px solid #ddd;
        padding: 3%;
    }
}
@media (max-width: 575px) {
    .divider .card {
        border: none;
        padding: 2%;
        margin: 0;
        width: 90%;
    }
    .divider .card:first-child {
        border: none;
        padding: 0 3% 4%;
    }
    .divider .card:nth-child(n + 2) {
        border: none;
        padding: 3% 4%;
        border-top: 1px solid #ddd;
    }
    .divider .card:last-child {
        padding: 4% 3% 0;
    }
}
.details {
    text-align: left;
}
.details p {
    font-size: 14px; /*line-height: 20px;*/
    margin: 2px 0 8px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.25s;
    animation-name: fadeIn;
    animation-duration: 0.25s;
}

.modal-content {
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.25s;
    animation-name: slideIn;
    animation-duration: 0.25s;
}

/* The Close Button */
.close {
    /*color: #fff;*/
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 0px auto;
    padding: 10px 0px 5px;
    padding: 30px 30px 0 0;
}
.close:before {
    content: "✕";
    display: block;
    text-align: center;
    float: left;
    margin-right: 7px;
}
.close:hover,
.close:focus {
    text-decoration: underline;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /*background: #004346; color: #fff;*/
}
.modal-header h2 {
    padding: 20px 0 10px;
    margin: 0;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -250px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
@keyframes slideIn {
    from {
        bottom: -250px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 700px) {
    .modal-content {
        position: fixed;
        bottom: 0;
        background-color: #fefefe;
        width: 100%;
    }
}
@media (min-width: 700px) {
    .modal-content {
        top: 0;
        background-color: #fefefe;
        width: 600px;
        margin: 50px auto;
    }
}
/* previous modal

.close{ color: #fff; opacity: 1; z-index: 9999; position: absolute; right: 0; font-size: 32px; margin-top: -5px;
&:hover,
&:focus{color: #fff; opacity:.7; }
}


.modal{
	z-index: 999999;
}
.modal-backdrop { background-color: #192441; z-index: 999996;
  &.fade {opacity:0; }
  &.in {opacity:.9; }
}





@media (max-width: 768px) {


}*/
/* Selected clients  */
.client-logo {
    width: 20%;
    display: inline-block;
    margin: 2.5%; /* max-width:10em; */
    max-width: 140px;
    min-width: 120px;
}
.client-logo img {
    width: 100%;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    opacity: 0.75;
}
.client-logo img:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    opacity: 1;
}

@media screen and (max-width: 699px) {
    .client-logo {
        width: 26%;
        margin: 3%;
    }
    body {
        font-size: 18px;
    }
}
/* Forms */
form.form-2-col,
form.form-1-col {
    width: 100%; /*padding: 30px;*/
}
form.form-2-col .form-row,
form.form-1-col .form-row {
    text-align: left;
    margin: 5px 0 10px;
}
form.form-2-col .form-row label {
    width: 40%;
    display: inline-block;
    font-family: "Poppins", helvetica, arial;
    font-weight: 600;
    font-size: 15px;
    vertical-align: top;
    margin-top: 8px;
}
form.form-1-col .form-row label {
    width: 100%;
    display: inline-block;
    font-family: "Poppins", helvetica, arial;
    font-weight: 600;
    font-size: 15px;
    vertical-align: top;
    margin-top: 8px;
}

form input,
form textarea {
    border: 1px solid #ddd !important;
    padding: 10px;
    outline: none;
    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    font-size: 14px;
    width: 90%;
    border-radius: 4px;
}

form input:focus,
form textarea:focus {
    border-color: #ccc !important;
    box-shadow: 0 0 0 3px rgba(255, 34, 85, 0.15);
}

form.form-2-col .form-row input,
form.form-2-col .form-row textarea.form-input {
    width: 58%;
    display: inline-block;
}

@media (max-width: 991px) {
    form.form-1-col-md .form-row {
        text-align: left;
        margin: 5px 0 15px;
    }
    form.form-1-col-md .form-row label {
        width: 100%;
        display: inline-block;
        font-size: 15px;
        vertical-align: top;
        margin: 7px 0;
    }
    form.form-1-col-md .form-row input,
    form.form-1-col-md .form-row textarea.form-input {
        padding: 10px;
        width: 100%;
        display: inline-block;
        font-size: 14px;
    }
}
input[name="human"] {
    display: none !important;
}

footer {
    clear: both;
    background-color: #333;
    border-top: 1px solid #e5e5e5;
    color: #555;
    position: relative;
    /*    h6{ font-family: $font-secondary-bold; color: #333; font-size: 1.2em;  border-bottom: 1px solid #ccc;  display: block; margin: 0 1em .5em 0 !important; padding-bottom: 10px;}

        a{color: #888; text-decoration: none; font-size: 13px; font-family: $font-secondary-regular;  display: block; border-radius: 100px; padding: 5px 15px; text-align: left;
    &:hover,
    &:focus{  color:#00BBAA; transition: all .1s; color: #707070; background: #e6e6e6;}
  }
   */
    /*a {
      @include font-primary;
  }*/
}

.post-full-hero footer .container,
footer .container {
    padding-top: 40px;
    padding-bottom: 80px;
}
footer .footer-categories .card {
    width: 30%;
}
footer .site-info .card {
    width: 90%;
}
footer .copyright {
    font-size: 0.8em;
}

@media (max-width: 767px) {
    footer a {
        font-size: 14px;
    }
}

/* Sticky Bottom Banner */
.sticky-bottom-banner {
    position: sticky;
    bottom: 5px;
    z-index: 990;
    background: #f7edf1;
    padding: 0.8rem 0.8rem 0.4rem;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 10px 5px 10px;
    width: calc(100% - 20px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: default;
}
.sticky-bottom-banner.fab-mode {
    width: fit-content;
    padding: 0.8rem 1.3rem;
    border-radius: 50rem;
    /* background: #f25;
  color: #fff;*/
    margin: 0;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 34, 85, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: auto;
    order: -1;
    background: #fff;
    color: #f25;
    box-shadow: inset 0 0 0 2px #00000077;
    float: right;
    right: 15px;
    bottom: 20px;
}
.sticky-bottom-banner.fab-mode:hover {
    background: #e01e5a;
    /* transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(255, 34, 85, 0.4);*/
    box-shadow: none;
    color: #fff !important;
}

.sticky-bottom-banner.fab-mode:hover p strong {
    color: #fff !important;
}

.sticky-bottom-banner.fab-mode .container {
    max-width: none;
    margin: 0;
    padding: 0;
}
.sticky-bottom-banner.fab-mode p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    white-space: nowrap;
    font-family: "poppins", sans-serif;
}
.sticky-bottom-banner.fab-mode p strong,
.sticky-bottom-banner.fab-mode a {
    color: #444;
    font-weight: 500;
    text-decoration: none;
}
.sticky-bottom-banner.fab-mode .sticky-banner-close {
    display: none;
}
.sticky-bottom-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-bottom-banner p {
    margin: 0;
    padding-right: 2rem;
}
.sticky-bottom-banner a {
    color: #f25;
    font-weight: 600;
    text-decoration: none;
}
.sticky-bottom-banner a:hover {
    text-decoration: underline;
}
.sticky-banner-close {
    position: absolute;
    right: 0.5rem;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: opacity 0.2s ease;
    z-index: 10;
    position: relative;
    margin: initial;
}
.sticky-banner-close:hover {
    border-color: #f25 !important;
    background: rgba(255, 34, 85, 0.08) !important;
    color: #f00;
    box-shadow: none;
}
.sticky-banner-close svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
    .sticky-bottom-banner {
        bottom: 0px;
        padding: 0.8rem;
        border-radius: 0px;
        margin: 0 0px 0px 0px;
        width: 100%;
    }

    .sticky-bottom-banner .container {
        padding: 0 0.8rem;
    }
}

/* Transitions ////// */
/*body.home{padding-top:0px;}*/
/*@media (min-width:767px){

  body.home section .container {
      padding-top: 70px;
      padding-bottom: 70px;
  }
};*/
a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
ul li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.sticky-header {
    position: sticky;
    top: 0px;
    z-index: 7;
    padding: 90px 20px 10px;
    background: #fff;
    display: table-cell;
    z-index: 8;
}

.text-cycle {
    position: relative;
    height: 70px;
}
.text-cycle h2 {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.text-cycle h2 .active {
    opacity: 1;
}
@media (max-width: 767px) {
    .text-cycle {
        height: 10rem;
    }
}

.z-6 {
    z-index: 6;
}

.z-7 {
    z-index: 7;
}

.z-8 {
    z-index: 8;
}

.z-9 {
    z-index: 9;
}

.z-10 {
    z-index: 10;
}

.z-11 {
    z-index: 11;
}

/*.sticky .stick{ position:sticky; top:80px; background: #fff; z-index: 9;}
.sticky.true .stick{ position:fixed; }*/
.main-content {
    padding: 40px 50px 30px;
}
.main-content ul {
    margin: 10px 10px 20px;
}
.main-content ul li {
    list-style: inside;
}

div.main {
    padding: 0 0 0px;
}
div.main .right-col {
    padding-left: 240px;
    display: block;
}
div.main .right-col .row {
    border-left: 1px solid #e2e2e2;
}

aside {
    padding: 40px;
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
}
aside p {
    font-family: "Poppins", helvetica, arial;
    font-weight: 200;
    font-size: 15px;
}

section .container,
.home section:first-of-type .container {
    padding: 70px 40px;
    min-height: 400px;
}

section .container:first-of-type {
    padding-top: 50px;
}

section.specialising .container {
    padding-top: 0vw;
}

section.specialising .card-body img {
    margin-top: 0.5rem;
    width: 80px;
}

section.specialising h3 {
    margin-top: 0.5rem;
}

/* Moved from page markup — avoid inline styles in Automad .txt content */
.mt-2rem {
    margin-top: 2rem !important;
}

.dc-ux-hint {
    margin: 1rem 0;
    padding: 1rem;
    background: #ff225509;
    border-radius: 8px;
}

.dc-ux-hint a.dc-ux-hint__link {
    color: #f25;
    font-weight: 600;
}

.section-ux-audit-cta {
    padding: 3rem 0;
    background: linear-gradient(135deg, #fff5f5 0%, #f8f9fa 100%);
}

.svg-icon-heading-lg {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.2em;
    margin-right: 0.3em;
}

.svg-icon-heading-sm {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.15em;
    margin-right: 0.3em;
}

.svg-icon-feature {
    width: 48px;
    height: 48px;
}

.blog-grid--my {
    margin: 3rem 0;
}

.case-metric-svg-lg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1em;
}

.case-metric-svg-sm {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25em;
}

.case-metric-svg-sm.case-metric-svg-sm--note {
    margin: 0 0.25em 0 0;
}

.legal-doc ul.bullet li {
    list-style-type: disc;
    margin: 10px 0 20px 20px;
    line-height: 25px;
    font-size: 16px;
}

.legal-doc strong {
    font-weight: 600;
}

.legal-doc h3 {
    margin: 30px 0 20px;
}

.legal-doc p {
    width: inherit;
}

section.intro .container {
    min-height: initial;
    padding-top: 20px;
    padding-bottom: initial;
}

@media (min-width: 1200px) {
    aside {
        border-width: 0 0 0 1px;
    }
}
@media (max-width: 1200px) {
    aside {
        border-width: 1px 1px 1px 0;
        border-width: 1px 0 0 0;
    }
    h1 {
        text-align: initial;
    }
}
@media (max-width: 991px) {
    .sticky-header {
        padding: 30px 20px 10px;
        -webkit-box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.7);
        box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.7);
        display: block;
    }
}
@media (max-width: 767px) {
    .main-content {
        padding: 40px 20px 30px;
    }
    aside {
        padding: 40px 20px;
    }
}
@media (min-width: 768px) {
    .hero {
        /* margin:25px; */
        width: auto;
    }
}
@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }
    div.main {
        padding: 0 0 70px;
    }
    div.main .right-col {
        padding-left: initial;
    }
    div.main .right-col .row {
        border-left: initial;
    }
    .main-content {
        border-left: none;
    }
}
button,
.btn {
    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    border-radius: 60px;
    padding: 12px 25px 12px;
    /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); */
    margin: 20px auto 20px;
    background-color: #f25;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    line-height: 23px;
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
button.disabled,
.btn.disabled {
    background-color: #ddd !important;
    color: #bbb;
}

button:hover,
a.btn:hover,
a.card:hover .btn.default {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
    background-color: #f25;
    -webkit-transition: all 0.03s;
    transition: all ease-in-out 0.03s;
}

/* button.secondary,
.btn.secondary {
  background-color: #4cc;
  color: #fff;
} */

button.default,
.btn.default,
button.secondary,
.btn.secondary {
    background-color: #434343;
    color: #eee;
}

button.tertairy,
.btn.tertairy {
    background-color: #fff;
    color: #434343;
    border: 1px solid #ccc;
    text-shadow: initial;
}
button.tertairy:hover,
button.tertairy:active,
.btn.tertairy:hover,
.btn.tertairy:active {
    background-color: #fff;
}
button.tertairy.disabled,
.btn.tertairy.disabled {
    background-color: #eee;
    color: #aaa;
}

/* Teal (~166° hue) complements brand pink #f25 (~346°) on the wheel */
.btn.tertairy.quote-card-action.is-quote-selected,
button.tertairy.quote-card-action.is-quote-selected {
    background-color: #098;
    color: #fff;
    border-color: #098;
}

.btn.tertairy.quote-card-action.is-quote-selected:hover,
.btn.tertairy.quote-card-action.is-quote-selected:active,
button.tertairy.quote-card-action.is-quote-selected:hover,
button.tertairy.quote-card-action.is-quote-selected:active {
    background-color: #115e59;
    color: #fff;
    border-color: #115e59;
}

.btn-white-outline-opaque {
    background: #ffffff20;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 500;
}
.btn-outline-2 {
    background-color: #ffffff11;
    border-color: #ffffff22;
}
.btn-white-outline-opaque:hover {
    color: #fff;
    background-color: #ffffff50 !important;
    border-color: #ffffff;
}

.cta-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start !important;
}
.cta-group .btn {
    margin: initial;
}

.center-items {
    text-align: center;
    display: block;
}

.align-left {
    text-align: left !important;
    justify-content: left !important;
}

.align-right {
    text-align: right !important;
    justify-content: right !important;
}
.text-center {
    text-align: center !important;
    justify-content: center !important;
}

@media (max-width: 600px) {
    .cta-group {
        flex-direction: column;
    }
}
.center {
    display: table;
}

.pills {
    text-align: center;
}

.pills a {
    text-decoration: none;
    font-family: "Poppins", helvetica, arial;
    font-weight: 300;
    font-size: 0.85em;
    color: #707070;
    background: #e6e6e6;
    padding: 10px 25px;
    margin: 0.3em 0.1em;
    border-radius: 100px;
    display: inline-block;
}

.pills a:hover {
    background: #f25;
    color: #fff;
}

/* .featured{
  .cards{
    .card{
      img{ border-radius: .25rem;}
      .card-body{ justify-content: left;
        p{margin: 0 0 15px;}
      }
      a{ text-decoration: none; font-family: $font-primary;
        &:hover img{ box-shadow:$shadow-1; }
      }
    }
  }
}


.hero{
  h1{ padding-bottom: 10px;}
  h3{font:26px/38px $font-secondary-light; }
}
*/
/* Hero 2023 */
#large-header {
    height: calc(100vh - 10vw);
    margin-top: -70px;
    position: relative; /*box-shadow: inset 0px -30px 20px -20px #fff;*/
}
.home #large-header {
    height: initial;
    margin-top: -70px;
    padding: 4rem 0;
    position: relative; /*box-shadow: inset 0px -30px 20px -20px #fff;*/
}
.header-container {
    top: 0px;
    width: 100%;
    height: 750px;
    position: relative;
    background: rgb(78, 0, 240);
    background: linear-gradient(
        30deg,
        rgb(78, 0, 240) 0%,
        rgb(252, 34, 85) 100%
    );
    background: linear-gradient(30deg, #0aa 0%, rgb(252, 34, 85) 100%);
}
.header-container .logo {
    width: 250px;
    padding: 40px 40px 0;
}
.header-container .logo img {
    max-width: 100%;
    padding: 0;
}
.header-container .header-bg-img {
    background: no-repeat url("../img/bg/wireframe-sketch.png") 100% 0;
    mix-blend-mode: darken;
    background-size: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.header-container .bg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.header-container .graphics .clip-path-01 {
    -webkit-clip-path: polygon(0% 100%, 55% 78%, 93% 82%, 100% 37%, 100% 100%);
    clip-path: polygon(0% 100%, 55% 78%, 93% 82%, 100% 37%, 100% 100%);
    width: 40vw;
    height: 300px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: -1px;
    opacity: 1;
    z-index: 4;
}
.header-container .graphics .clip-path-02 {
    -webkit-clip-path: polygon(
        0% 100%,
        34% 77%,
        55% 78%,
        73% 64%,
        88% 63%,
        100% 34%,
        100% 100%
    );
    clip-path: polygon(
        0% 100%,
        34% 77%,
        55% 78%,
        73% 64%,
        88% 63%,
        100% 34%,
        100% 100%
    );
    width: 40vw;
    height: 300px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.2;
}
.header-container .graphics .clip-path-03 {
    -webkit-clip-path: polygon(30% 100%, 55% 78%, 72% 80%, 100% 25%, 100% 100%);
    clip-path: polygon(30% 100%, 55% 78%, 72% 80%, 100% 25%, 100% 100%);
    width: 40vw;
    height: 300px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.2;
}

/*  .header-content{
    position: absolute; padding: 40px; color:#fff;  text-align:center;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    box-shadow: inset 0 -120px 130px -95px rgba(133,0,10, 60%);
    box-shadow: inset 0 -200px 110px -45px rgba(0,0,0, 90%);
    box-shadow: inset 0 -250px 130px -145px rgba(17,6,8, 100%);}
*/
/* Footer */
footer .logo {
    color: #f25;
    width: 200px;
    display: inline-block;
    padding: 0px 0 0;
}
footer .logo svg {
    height: 55px;
    width: 100%;
}
footer a {
    color: #eee;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer h4,
footer h5,
footer h6 {
    color: #bbb;
    margin: 10px 0 10px;
}

.contact-01,
.contact-02 {
    display: inline-block; /* border: 1px solid #999; */
}
.contact-01 h5,
.contact-01 a,
.contact-02 h5,
.contact-02 a {
    /*@include font-primary-light;*/
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: initial;
    margin: 2px 0;
}

.contact-01 {
    width: 150px;
}
.contact-01 h2,
.contact-01 h5 {
    color: #f25;
}
.contact-01 h2 {
    font-size: 1.7rem;
}

.contact-02 {
    width: 250px;
}
.contact-02 h2,
.contact-02 h5 {
    color: #fff;
}

.bg-angle {
    background: rgb(238, 238, 238);
    background: linear-gradient(
        355deg,
        rgb(238, 238, 238) 0%,
        rgb(242, 242, 242) 50%,
        rgb(255, 255, 255) 50%,
        rgb(255, 255, 255) 100%
    );
    background-attachment: fixed;
    background-position: 100% 100%;
}

@media (max-width: 767px) {
    .hero h1 {
        padding-bottom: 10px;
    }
    .hero h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
.bg {
    background-color: #f5f5f5;
}

/* .bg-primary{ color: #fff;
 h1{color: #fff;}
} */
.article-card {
    margin: 6em auto;
}

@media screen and (max-width: 991px) {
    .article-card {
        margin: 3em auto;
    }
}
.align-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.half-screen-img {
    max-height: 550px;
    overflow: hidden;
}
.half-screen-img img {
    width: 100%;
}

@media (max-width: 767px) {
    section .container {
        padding: 60px 30px;
        min-height: 400px;
    }

    .half-screen-img {
        max-height: 40vw;
        margin-bottom: 30px;
        text-align: center;
    }
    .half-screen-img img {
        width: 90%;
        margin: -20% 0;
    }
}
@media screen and (max-width: 575px) {
    /*body{ width:300px; box-shadow:0 1px 20px #000;overflow-x:hidden; }
  .header-top{width:300px;}*/
    section .container {
        padding: 50px 20px;
    }

    section.intro .container {
        min-height: initial;
        padding-top: 20px;
        padding-bottom: initial;
    }

    #large-header {
        height: 100vh;
    }
    .header-container .info {
        padding: 1rem 1rem;
        top: 2.5rem;
    }
    .in-page-container {
        padding: 50px 30px;
    }
    #menu-list {
        display: none;
    }
    /*.in-page-nav {height: 100dvh;}*/
    .in-page-nav a.btn.sticky {
        /*display: none;*/
        /* top: calc(100dvh - 100px);*/
        /*top: calc(100vh - 250px);
    bottom:20px;
    margin-left: calc(40vw - 100px); */
    }
    .client-logo {
        padding: 3%;
        width: 35%;
        margin: 3%;
    }
    button,
    .btn {
        font-size: 16px;
    }
}
/*@media only screen {

  .in-page-nav a.btn.sticky {margin-left: calc(48vw - 100px); }

}
*/
.pagination {
    padding: 20px 0 0;
    margin: 0 -20px;
    cursor: default;
    list-style: none;
    text-align: center;
    font-size: 0.001px; /* border-top: 1px solid #ddd; */
}

.pagination > li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}

.pagination-previous {
    float: left;
}

.pagination-next {
    float: right;
}

.pagination > li > a,
.pagination > li > span {
    display: inline-block;
    min-width: 6px;
    padding: 3px 10px;
    line-height: 20px;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    font-weight: 500;
    color: #333;
    border-radius: 50px;
    padding: 10px 20px;
}

.pagination > li > a:hover {
    background-color: #eee;
}

.pagination > li:nth-child(n + 2) {
    margin-left: 0;
}

[class*="icon-"] {
    display: inline-block;
}

.icon-next:before {
    display: block;
    content: " ";
    background-image: url(../img/icons/chevron-right.svg);
    background-size: 20px 23px;
    height: 17px;
    width: 19px;
}

.icon-previous:before {
    display: block;
    content: " ";
    background-image: url(../img/icons/chevron-left.svg);
    background-size: 20px 23px;
    height: 17px;
    width: 19px;
}

input[type="text"] {
    border: 1px solid #cdcbc3;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 15px;
}

.collapse {
    display: relative;
    border: 1px solid #ccc;
    border-width: 1px 0;
}
.collapse .toggle {
    display: block;
}
.collapse .toggle.active {
    color: green;
}
.collapse .toggle.active + .collapse-content {
    height: auto;
    opacity: 1;
    min-height: auto;
    padding-bottom: 10px;
}
.collapse .collapse-content {
    height: 0px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    /* .inner{ padding: 20px; } */
}

/*Accordion 02*/
#faq {
    max-width: 700px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}

section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
}

#faq ul {
    text-align: left;
}

#faq .no-select,
#faq h5 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#faq .no-select p {
    margin: 0;
}

#faq h5 {
    color: #f25;
    display: block;
    margin: 0;
    margin: 0px 0 5px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: calc(100% - 30px);
    font-weight: 500;
}

#faq p {
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 20px 0 0px;
    -webkit-transition:
        0.3s opacity,
        0.6s max-height;
    transition:
        0.3s opacity,
        0.6s max-height;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    z-index: 2;
}

#faq ul li {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
}

#faq ul li + li {
    margin-top: 15px;
}

#faq ul li i {
    position: absolute;
    -webkit-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    margin-top: 10px;
    right: 15px;
}

#faq ul li i:before,
#faq ul li i:after {
    content: "";
    position: absolute;
    background-color: #f25;
    width: 2px;
    height: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#faq ul li i:before {
    -webkit-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
    -webkit-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

#faq ul li input[type="checkbox"]:checked ~ h5 {
    color: #434343;
}

#faq ul li input[type="checkbox"]:checked ~ p {
    margin: 0;
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    padding: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

#faq ul li input[type="checkbox"]:checked ~ i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type="checkbox"]:checked ~ i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}

a {
    color: currentColor;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/* ---------------------------- */
section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
}

.accordion-radio {
    max-width: 800px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}
.accordion-radio .no-select,
.accordion-radio h6 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion-radio h6 {
    color: #434343;
    display: block;
    margin: 0;
    margin: 0px 0 5px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: calc(100% - 30px);
    font-weight: 500;
}
.accordion-radio .no-select p {
    margin: 0;
}
.accordion-radio p {
    /*font-size: 15px; line-height: 1.5rem;*/
    margin: 0;
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    padding: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.accordion-radio ul {
    text-align: left;
}
.accordion-radio ul li {
    position: relative;
    overflow: hidden;
    padding: 25px 25px 20px;
    margin: 0;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 0.1);
}
.accordion-radio ul li:hover {
    -webkit-box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-radio ul li i {
    position: absolute;
    -webkit-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    margin-top: 10px;
    right: 15px;
}
.accordion-radio ul li i:before,
.accordion-radio ul li i:after {
    content: "";
    position: absolute;
    background-color: #f25;
    width: 2px;
    height: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.accordion-radio ul li i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
}
.accordion-radio ul li i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-radio ul input[type="radio"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    top: 0;
    left: 0;
}
.accordion-radio ul input[type="radio"]:checked ~ h6 {
    color: #f25;
}
.accordion-radio ul input[type="radio"]:checked ~ p {
    color: #333;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0px 20px 0 0px;
    -webkit-transition:
        0.3s opacity,
        0.6s max-height;
    transition:
        0.3s opacity,
        0.6s max-height;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    z-index: 2;
}
.accordion-radio ul input[type="radio"]:checked ~ p:first-of-type {
    margin-top: 20px;
}
.accordion-radio ul input[type="radio"]:checked ~ p:last-of-type {
    margin-bottom: 20px;
}
.accordion-radio ul input[type="radio"]:checked ~ i:before {
    -webkit-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
}
.accordion-radio ul input[type="radio"]:checked ~ i:after {
    -webkit-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
}
.accordion-radio ul li + li {
    margin-top: 15px;
}
.accordion-radio a {
    color: currentColor;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.prev-next {
    display: flex;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    justify-content: space-between;
    gap: 2rem;
}

.prev-next a {
    width: 49%;
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 575px) {
    .accordion-radio {
        padding: 0px;
    }

    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .prev-next {
        display: flex;
        justify-content: flex-end;
        padding-top: 1rem;
        border-top: 1px solid #eee;
        flex-direction: column;
        gap: 0;
    }

    .prev-next a {
        display: flex;
        /* flex-basis: 50%; */
        width: 100%;
        padding: 0.2rem 0;
        opacity: 1;
        text-decoration: none;
    }

    .prev-next a:hover {
        color: #f25;
    }

    .prev-next span + span {
        margin-left: 0.7rem;
    }

    .prev-next .prev {
        padding-right: 2rem;
        text-align: right;
    }

    .prev-next .next {
        justify-content: flex-end;
        padding-left: 2rem;
    }

    .prev-next .arrow {
        font-size: 1.35rem;
        line-height: 1.35;
    }
}

/* TTS */

:root {
    --accent: #333;
    --border-highlight: #ccc;
    --grey-opacity-1: rgba(0, 0, 0, 0.1);
    --grey-opacity-2: rgba(0, 0, 0, 0.5);
    --border-radius: 5px;
    --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --font-family: "Poppins", sans-serif;
    --font-size: 1rem;
    --line-height: 1.6;
    --primary-bg: #fff;
    --primary-color: #222;
    --panel-shadow: 0 6px 32px rgba(0, 0, 0, 0.07);
    --control-bg: #fff;
    --icon-size: 24px;
}

html,
body {
    height: 100%;
    margin: 0;
    color: var(--primary-color);
    font-family: var(--font-family);
    font-size: var(--font-size);
    line-height: var(--line-height);
    min-height: 100vh;
}
/* body  {  min-height: 100vh; box-sizing: border-box; margin: 0; padding: 0;} */
.page-header {
    background: #333;
    color: #fff;
    padding: 2rem 0 1rem 0;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: var(--font-family);
    font-weight: 300;
    margin-bottom: 2rem;
    box-shadow: 0 2px 16px -10px rgba(0, 0, 0, 0.15);
}
/* .tts-section  {  display: flex; flex-direction: column; align-items: center; width: 100%; } */
.tts-container {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0px auto 0 auto;
    position: relative;
    top: 0px;
}
.tts-controls {
    position: fixed;
    top: 10px;
    z-index: 7;
    background: var(--control-bg);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    border: none;
    border-radius: 100px;
    border-width: 1px 1px 0 1px;
    background: #fff;
    padding: 0.5rem;
    box-shadow: 0 2px 26px -20px rgba(0, 0, 0, 0.2);
    width: fit-content;
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    justify-self: right;
    transition: top 0.3s ease;
}
.tts-controls.tts-nav-up {
    top: 12px !important;
}
.tts-controls.tts-nav-down {
    top: 90px !important;
}
.tts-word-highlight {
    background-color: #d1eaff !important;
    color: #222 !important;
    border-radius: 3px;
    padding: 2px 0;
    transition: background-color 0.2s ease;
}
.tts-btn {
    background: none;
    border: none;
    padding: 0.8rem;
    margin: 0rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

@media (max-width: 760px) {
    .tts-btn#prev-btn {
        display: none;
    }
    .tts-btn#next-btn {
        display: none;
    }
    .tts-btn#clear-btn {
        display: none;
    }
    .tts-controls {
        gap: 0px;
    }
}

@media (max-width: 991px) {
    .tts-controls.tts-nav-down {
        top: 82px !important;
    }
}
@media (min-width: 991px) {
    .tts-controls.tts-nav-down {
        top: 100px !important;
    }
}

@media screen and (max-width: 575px) {
    .tts-controls.tts-nav-down {
        top: 74px !important;
    }
}

.tts-btn:focus,
.tts-btn:hover {
    transform: translateY(-2px);
    background: #f3f3f3;
    box-shadow: none;
}
.tts-btn[disabled] {
    opacity: 0.4;
    pointer-events: none;
}
.tts-btn svg {
    width: var(--icon-size);
    height: var(--icon-size);
    stroke: var(--accent);
}
.tts-controls .spacer {
    flex: 1 1 auto;
}
.tts-textarea-container {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 20px;
}
tts-container-header h1 {
    margin-top: 0px;
}

.tts-textarea-wrapper {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 50vh;
}
.tts-textarea {
    font-family: var(--font-family);
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-weight: 300;
    border: 1.5px solid #eaeaea;
    border-radius: var(--border-radius);
    min-height: 120px; /*max-height: 80vh;*/
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #f9fafd;
    color: var(--primary-color);
    outline: none;
    transition: var(--transition);
    resize: vertical;
    padding: 1.2rem 1rem;
    overflow-y: auto;
    z-index: 1;
    position: relative;
    display: block;
    min-height: 60vh;
}
.tts-textarea:focus {
    border-color: var(--grey-opacity-1);
    box-shadow: inset 0 0px 2px var(--grey-opacity-2);
    background: #f2f7ff;
}
#mirror-div {
    position: absolute;
    visibility: hidden;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    z-index: -1;
    pointer-events: none;
}
.tts-options-panel {
    position: absolute;
    top: 4.2rem;
    right: 0.8rem;
    min-width: 200px;
    max-width: 260px;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--panel-shadow);
    padding: 0.8rem 1rem 1rem 1rem;
    z-index: 100;
    display: none;
    flex-direction: column;
    gap: 0.7rem;
    font-size: 0.98rem;
    animation: fadeIn 0.16s;
    box-shadow: 0 13px 32px rgba(0, 0, 0, 0.07);
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tts-options-panel.active {
    display: flex;
}
.tts-options-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.2rem;
}
.tts-options-title {
    font-weight: 500;
    font-size: 1.05rem;
    color: #f25;
}
.tts-options-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.7rem;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition);
    color: #000;
}
.tts-options-close:hover {
    background: #f3f3f3;
    box-shadow: none;
}
.tts-options-group {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 0.1rem;
}
.tts-options-label {
    font-size: 0.96rem;
    color: #333;
    margin-bottom: 0.1rem;
    font-weight: 500;
}
.tts-options-select,
.tts-options-range {
    width: 100%;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background: #f8fafd;
    font-size: 0.97rem;
    font-family: inherit;
    transition: border var(--transition);
    outline: none;
}
.tts-options-range {
    padding: 0;
    height: 1.7rem;
}
.tts-options-range-value {
    font-size: 0.94rem;
    margin-left: 0.5rem;
    color: #888;
}
.tts-speed-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.5rem;
    margin-top: 0.3rem;
}
.tts-speed-btn {
    padding: 0.4rem 0.8rem;
    border: 1px solid #eaeaea;
    background: #f8fafd;
    border-radius: 100px;
    font-size: 0.9rem;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #555;
    margin: 0;
}
.tts-speed-btn:hover {
    background: #e8f0f8;
    border-color: #d0d8e0;
    color: #333;
}
.tts-speed-btn.active {
    background: #f25;
    border-color: #f25;
    color: #fff;
    font-weight: 500;
}
.tts-duration {
    color: #666;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.4rem;
}
@media (max-width: 700px) {
    .tts-container,
    .tts-controls,
    .tts-textarea-container {
        max-width: 99vw;
    }
    .tts-options-panel {
        right: 0.2rem;
        min-width: 90vw;
        max-width: 98vw;
        padding: 0.7rem 0.5rem 0.8rem 0.5rem;
    }
}
.demo-content {
    max-width: 700px;
    margin: 2rem auto;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 16px -10px rgba(0, 0, 0, 0.08);
    font-size: 1.08rem;
    color: #444;
}

/* -------------------------------------------------------
   Work with us: intro (hero) layout
   ------------------------------------------------------- */

.intro.intro--work-with-us {
    position: relative;
    overflow: hidden;
}

.intro.intro--work-with-us .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.intro.intro--work-with-us .row {
    align-items: center;
    gap: 24px 0;
}

.intro.intro--work-with-us h1 {
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.intro.intro--work-with-us h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

.intro.intro--work-with-us p {
    max-width: 52ch;
}

.intro.intro--work-with-us::before {
    content: "";
    position: absolute;
    inset: -30% -25% auto auto;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    background: radial-gradient(
        circle at 30% 30%,
        rgba(255, 34, 85, 0.16),
        rgba(255, 34, 85, 0)
    );
    pointer-events: none;
}

@media (max-width: 991px) {
    .intro.intro--work-with-us .container {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .intro.intro--work-with-us p {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .intro.intro--work-with-us .container {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}
