/*-- Bootstrap Grid --*/
.container {
    max-width:92%;
    width:100%;
    padding-right:20px;
    padding-left:20px;
    margin-right:auto;
    margin-left:auto;
}

.container-fluid {
    max-width:100%;
    width:100%;
    margin-right:auto;
    margin-left:auto;
}

.row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-65,.col-7,.col-8, .col-85,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-85, .col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-85, .col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-85, .col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-85, .col-xl-9,.col-xl-auto {
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:1.5rem;
    padding-left:1.5rem;
}

.col {-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-65{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}

.offset-1{margin-left:8.333333%}
.offset-2{margin-left:16.666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.333333%}
.offset-5{margin-left:41.666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.333333%}
.offset-8{margin-left:66.666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.333333%}
.offset-11{margin-left:91.666667%}

@media (min-width:300px){
    .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
    .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
    .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
    .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
    .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-sm-65{-webkit-box-flex:0;-ms-flex:0 0 53%;flex:0 0 53%;max-width:53%}
    .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
    .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
    .col-sm-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
    .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
    .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
    .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
    .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

    .order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
    .order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
    .order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
    .order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
    .order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
    .order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
    .order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
    .order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
    .order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
    .order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
    .order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
    .order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
    .order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
    .order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
    .order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}

    .offset-sm-0{margin-left:0}
    .offset-sm-1{margin-left:8.333333%}
    .offset-sm-2{margin-left:16.666667%}
    .offset-sm-3{margin-left:25%}
    .offset-sm-4{margin-left:33.333333%}
    .offset-sm-5{margin-left:41.666667%}
    .offset-sm-6{margin-left:50%}
    .offset-sm-7{margin-left:58.333333%}
    .offset-sm-8{margin-left:66.666667%}
    .offset-sm-9{margin-left:75%}
    .offset-sm-10{margin-left:83.333333%}
    .offset-sm-11{margin-left:91.666667%}
}

@media (min-width:768px){
    .col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
    .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
    .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
    .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
    .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
    .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
    .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
    .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    .col-md-65{-webkit-box-flex:0;-ms-flex:0 0 53%;flex:0 0 53%;max-width:53%}
    .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
    .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
    .col-md-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}
    .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
    .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
    .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
    .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    
    .order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}
    .order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}
    .order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}
    .order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
    .order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
    .order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
    .order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
    .order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
    .order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
    .order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
    .order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
    .order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
    .order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}
    .order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}
    .order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}
    
    .offset-md-0{margin-left:0}
    .offset-md-1{margin-left:8.333333%}
    .offset-md-2{margin-left:16.666667%}
    .offset-md-3{margin-left:25%}
    .offset-md-4{margin-left:33.333333%}
    .offset-md-5{margin-left:41.666667%}
    .offset-md-6{margin-left:50%}
    .offset-md-7{margin-left:58.333333%}
    .offset-md-8{margin-left:66.666667%}
    .offset-md-9{margin-left:75%}
    .offset-md-10{margin-left:83.333333%}
    .offset-md-11{margin-left:91.666667%}
}

@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}

@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-85{-webkit-box-flex:0;-ms-flex:0 0 70.83335%;flex:0 0 70.83335%;max-width:70.83335%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}

/*-- Bootstrap Grid --*/

/*--- Color & Font Variables ---*/
:root {
    --black: #2D2D2F;
    --dark-blue: #194775;
    --blue:#00B0F0;
    --orange: #FF9900;
    --pale: #F2EFEB;
    --white: #FFFFFF
  }

@font-face {font-family: "Poppins Medium"; src: url("../fonts/poppins/Poppins-Medium.ttf");}
@font-face {font-family: "Poppins SemiBold"; src: url("../fonts/poppins/Poppins-SemiBold.ttf");}
@font-face {font-family: "Inter"; src: url("../fonts/inter/Inter-Regular.ttf");}
@font-face {font-family: "Inter Medium"; src: url("../fonts/inter/Inter-Medium.ttf");}
@font-face {font-family: "Inter SemiBold"; src: url("../fonts/inter/Inter-SemiBold.ttf");}
@font-face {font-family: "Inter Bold"; src: url("../fonts/inter/Inter-Bold.ttf");}
/*--- Color & Font Variables ---*/

/*-- Buttons --*/
.btn:link,
.btn:visited {
    font-family:'Inter Medium', sans-serif;
    padding:1.9rem 2.5rem;
    margin-right:1rem;
    text-decoration:none; 
    font-size:1.7rem;
    letter-spacing: .1rem; 
    width:100%;
    text-align:center;
    border-radius: 2px;
}
@media (min-width: 768px) {.btn:link, .btn:visited {font-size:1.4rem; padding:1.4rem 1.8rem;}}

    .btn:hover,
    .btn:active {transition:.4s;}

.btn-primary:link,
.btn-primary:visited {
    background-color:var(--orange);
    color:#fff;
}

    .btn-primary:hover,
    .btn-primary:active {color: #fff !important; background-color:var(--blue);}
/*-- Buttons --*/

.blue {color:var(--blue)}

/*--Reusable Code--*/

*,
*::after,
*::before {
margin:0 0;
padding:0 0;
-webkit-box-sizing: inherit;
        box-sizing: inherit;
outline:none;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size:2.3vw;
    overflow-x:hidden !important;
    scroll-behavior: smooth;
}


@media (min-width: 768px) {html {font-size:.75vw;}}

body {
    line-height: 1.3;
    color:var(--black);
    background-color:#fff !important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    font-family: 'Inter', sans-serif;
    overflow:hidden;
    font-size:1.7rem;
}

@media (min-width: 768px) {body {font-size:1.5rem;}}

sub {
    vertical-align: sub;
    font-size: 60%;
}

.section {margin-top:8rem;}

.tc {text-align:center;}

.vc {display:flex; align-items:center;} /* Vertical Align*/

.d {display:none;}
    @media (min-width: 768px) {.d {display:inline-block;}}

.m {display:inline-block !important;}
    @media (min-width: 768px) {.m {display:none !important;}}

/* Headers & Paragraphs */

h1 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:3.3rem;
    line-height:1.2;
    margin-bottom:1.5rem;
}

@media (min-width: 768px) {h1 {font-size:3.6rem;}}

h5 {
    color:var(--dark-blue);
    text-transform:uppercase;
    font-family:'Poppins Medium', sans-serif;
    font-size:1.3rem;
    margin-bottom:1rem;
}


/* Value (Component) */

.value {
    margin-bottom:10rem;
}

    .value .thumbnail {margin:2rem 1rem;}

    @media (min-width: 768px) {.value .thumbnail {margin:2rem;}}

        .value .thumbnail img {height:3.8rem; margin-bottom:1rem;}

        .value .thumbnail h4 {
            font-family:'Poppins Medium', sans-serif;
            margin-bottom:1rem;
            font-size:2rem;
        }

        @media (min-width: 768px) {.value .thumbnail h4 {font-size:1.5rem;}}

        .value .thumbnail p {font-size:1.7rem;}

        @media (min-width: 768px) {.value .thumbnail p {font-size:1.4rem;}}

/*-- Testimonial --*/

.testimonial {
    background-color:var(--dark-blue);
    border-bottom:var(--blue) 10px solid;
    padding:6.5rem 1.5rem;
}

@media (min-width: 768px) {.testimonial {padding:6.5rem;}}

    .testimonial img {
        height:2rem;
        margin-bottom:2.7rem;
    }

    .testimonial p {
        color:#fff;
        font-size:1.9rem;
        font-family:'Poppins Medium', sans-serif;
        width:100%;
        margin:auto;
    }

    @media (min-width: 768px) {.testimonial p {width:78%; font-size:2.3rem;}}

    .testimonial span {
        font-size:1.6rem;
        font-family:'Poppins', sans-serif;
    }

    @media (min-width: 768px) { .testimonial span {font-size:1.8rem;}}


/*-- Features --*/

.features {
    position:relative;
    background-color:var(--pale);
    padding:5rem 0;
    margin-bottom:10rem;
}

    .features .imgbox {position:relative;}

        .features .imgbox img {height:28rem;}

        @media (min-width: 768px) {.features .imgbox img {height:45rem;}}

    .features .thumbnail {padding:5rem 0 5rem 0; display:flex; align-items:center;}

    @media (min-width: 768px) {.features .thumbnail {padding:5rem 0 5rem 0;}}

    .features .thumbnail.left .textbox,
    .features .thumbnail.right .textbox {padding:3rem 2rem 0 2rem; }

    @media (min-width: 768px) { .features .thumbnail.left .textbox {padding:0rem 2rem 0 7rem;}}
    @media (min-width: 768px) { .features .thumbnail.right .textbox {padding:0rem 7rem 0 2rem;}}

    .features .thumbnail h3 {
        font-family:'Poppins SemiBold', sans-serif;
        font-size:2.4rem;
        margin-bottom:1rem;
        line-height:1.2;
    }

    @media (min-width: 768px) {.features .thumbnail h3 {font-size:3.5rem;}}

    .features .thumbnail p {
       font-size:1.7rem; 
       margin-bottom:4rem;
    }

    @media (min-width: 768px) {.features .thumbnail p {margin-bottom:3rem;}}


/*-- Products --*/

.products {
    margin-bottom:10rem;
}

.products .title h2 {
    font-size:3.5rem;
    margin-left:1.4rem;
    font-family:'Poppins SemiBold', sans-serif;
    width:100%;
    margin-bottom:4rem;
}

@media (min-width: 768px) {.products .title h2 {font-size:3.8rem; width:38%;}}

.products .thumbnail {margin:3rem 1rem}

@media (min-width: 768px) {.product .thumbnail {margin:1rem}}

.products .thumbnail img {
    width:100%;
    margin-bottom:1rem;
}

.products .thumbnail h4 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:2.3rem;
    margin-bottom:1rem;
}

@media (min-width: 768px) {.products .thumbnail h4 { font-size:1.8rem; margin-bottom:1rem;}}

.products .thumbnail p {margin-bottom:1.4rem;}

.products .thumbnail a {
    color:var(--blue);
    font-family:'Poppins SemiBold', sans-serif;
    font-size:1.8rem;
}

@media (min-width: 768px) {.products .thumbnail a { font-size:1.5rem;}}

.products .thumbnail a:hover,
.products .thumbnail a:active {
    color:var(--orange);
    transition:.4s;
}

/*-- Guarantee --*/

.guarantee {margin-bottom:10rem;}

.guarantee .tile {
    margin:0 2.5rem 2rem 2.5rem;
    border-radius:1rem;
    padding:3.5rem 3rem;
}

.guarantee .tile.left {background-color:var(--dark-blue);}
.guarantee .tile.right {background-color:var(--pale); border:var(--dark-blue) 3px solid;}

.guarantee .tile h4 {
   font-family:'Poppins SemiBold', sans-serif;
   font-size:2.7rem; 
   margin-bottom:.5rem;
}

.guarantee .tile.left h4, .guarantee .tile.left p {color:#fff;}
.guarantee .tile.right h4, .guarantee .tile.right p {color:var(--dark-blue);}


/*-- Awards --*/

.awards {
    background-color:var(--pale);
    padding:7rem 0;
    margin-bottom:9rem;
}

.awards .title h3 {
   font-family:'Poppins SemiBold', sans-serif;
   font-size:3.2rem; 
   margin-bottom:5rem;
}

@media (min-width: 768px) {.awards .title h3 {font-size:3.8rem;}}

.awards .logo img {height:12rem; margin-bottom:2rem;}

@media (min-width: 768px) {.awards .logo img {margin-bottom:2rem;}}

/*-- Process --*/

.process {margin-bottom:3rem;}

.process .title {margin-bottom:5rem;}

.process .title h5 {
   font-family:'Poppins Medium', sans-serif;
   font-size:1.4rem;
   letter-spacing:.2rem; 
   margin-bottom:.5rem;
}

.process .title h3 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:3.8rem;
 }

 .process .thumbnail {padding:0 2rem; margin-bottom:8rem}

 @media (min-width: 768px) {.process .thumbnail {padding:0 6rem;}}

 .process .thumbnail img {height:3.8rem; margin-bottom:.75rem;}

 .process .thumbnail h4 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:2rem;
    margin-bottom:.75rem;
}

.process .thumbnail p {margin-bottom:3rem;}

/*--- CTA ---*/

.cta {
    background-color:var(--dark-blue);
    border-bottom:solid 9px var(--blue);
}

.cta .textbox {
    padding:9rem 0 11rem 0;
    width:100%;
    margin:auto;
}

@media (min-width: 768px) {.cta .textbox {width:50%;}}

.cta .textbox h2 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:2.8rem;
    color:#fff;
    margin-bottom:1.75rem;
}

@media (min-width: 768px) {.cta .textbox h2 {font-size:3.8rem; margin-bottom:1.5rem;}}

.cta .textbox p {
    color:#fff;
    margin-bottom:3.8rem;
}

@media (min-width: 768px) {.cta .textbox p {margin-bottom:3.5rem;}}

.cta .textbox .phone {
    color:#fff;
    font-family:'Poppins SemiBold', sans-serif;
}

.cta .textbox .phone:hover,
.cta .textbox .phone:active {
    color:var(--orange);
    transition:.4s;
}


/*------------------------------------- SOLUTIONS --------------------------------------------*/

.solutions-header {margin-top:11rem;}

@media (min-width: 768px) {.solutions-header {margin-top:12rem;}}

.solutions-header .textbox {margin:5rem auto 0 0rem;}

@media (min-width: 768px) {.solutions-header .textbox {margin:9rem auto 0 4rem;}}

.solutions-header .textbox h1 {font-size:4rem; width:100%; color:var(--black);}

@media (min-width: 768px) {.solutions-header .textbox h1 {width:90%;}}

.solutions-header .textbox p {width:100%; margin-bottom:4rem;}

@media (min-width: 768px) {.solutions-header .textbox p {width:95%; margin-bottom:3rem;}}

.solutions-header .imgbox img {width:100%;}

@media (min-width: 768px) {.solutions-header .imgbox img {width:90%;}}


/*-- Solution Introduction --*/

.solution {background-color:var(--pale); margin-bottom:10rem; border-radius:1rem; padding:3rem 2rem 5rem 2rem;}

@media (min-width: 768px) {.solution {padding:5rem;}}

.solution .textbox {padding:1rem 1rem 0 2.5rem;}

@media (min-width: 768px) {.solution .textbox {padding:0 0rem 1.5rem 0;}}

.solution .textbox h2 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:3.2rem;
    line-height:1.2;
    width:100%;
    margin:0 auto 2rem auto;
}

@media (min-width: 768px) {.solution .textbox h2 {font-size:3.5rem; margin-bottom:2rem; width:40%;}}

.solution .textbox p {width:100%; margin:0 auto 5rem auto;}

@media (min-width: 768px) {.solution .textbox p {width:45%; margin-bottom:4rem;}}

/*-- Mobile Application --*/

.app {margin-bottom:2rem;}

@media (min-width: 768px) {.app {margin-bottom:10rem;}}

.app .imgbox img {width:85%;}

@media (min-width: 768px) {.app .imgbox img {width:80%;}}

.app .textbox {padding:7rem 1rem 5rem 1.5rem;}

@media (min-width: 768px) {.app .textbox {padding:7rem 3rem 5rem 2rem;}}

.app .textbox h3 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:3rem;
    width:100%;
    line-height:1.2;
    margin-bottom:1.5rem;
}

@media (min-width: 768px) {.app .textbox h3 {font-size:3.8rem; width:80%;}}

.app .textbox p {width:100%; margin-bottom:3rem;}

@media (min-width: 768px) {.app .textbox p {width:90%; margin-bottom:3rem;}}

/*--- Added Value ---*/

.add-value {margin-bottom:9rem;}

.add-value .tile {
    background-color:var(--dark-blue);
    border-radius:1rem 1rem 0 0;
    margin:0 1.5rem 3rem 1.5rem;
    padding:3rem;
    color:#fff;
}

@media (min-width: 768px) {.add-value .tile {margin:0 1.5rem 1rem 1.5rem;}}

.add-value .tile.blue-border {border-bottom:.75rem solid var(--blue);}
.add-value .tile.orange-border {border-bottom:.75rem solid var(--orange);}

.add-value .tile h4 {
    font-family:'Poppins SemiBold', sans-serif;
    margin-bottom:.5rem;
}



/*------------------------------------- PRODUCTS --------------------------------------------*/

.products-header {margin:11rem auto;}

@media (min-width: 768px) {.products-header {margin-top:12rem;}}

.products-header .product-nav {
    font-family:'Poppins Medium', sans-serif;
    font-size:1.3rem;
    text-transform:uppercase;
    color: #8E8E8E;
    margin:1rem 3rem 3rem 0;
}

@media (min-width: 768px) {.products-header .product-nav {margin:3rem;}}

.products-header .product-nav a {text-decoration:none;color: #8E8E8E;}

.products-header .product-nav a:hover,
.products-header .product-nav a:active {color: var(--orange); transition:.3s;}

.products-header .textbox {margin-top:5rem;}

@media (min-width: 768px) {.products-header .textbox {margin:0 auto 0 4rem;}}

.products-header .textbox h1 {font-size:4rem; width:100%; color:var(--black);}

@media (min-width: 768px) {.products-header .textbox h1 {width:100%; font-size:3.5rem;}}

.products-header .textbox p {width:100%; margin-bottom:4rem;}

@media (min-width: 768px) {.products-header .textbox p {width:95%; margin-bottom:3rem;}}

.products-header .imgbox img {width:100%;}

@media (min-width: 768px) {.products-header .imgbox img {width:90%;}}


/*-- The System --*/


.system {margin:0rem auto 13rem auto;}

@media (min-width: 768px) {.system {margin:0rem auto 4rem auto;}}

.system .textbox {margin-top:5rem;}

@media (min-width: 768px) {.system .textbox {margin:0 auto 0 4rem;}}

.system .textbox h3 {
    font-family:'Poppins SemiBold', sans-serif;
    font-size:2.7rem;
    width:100%;
    margin-bottom:2rem;
    line-height:1.2;
}

@media (min-width: 768px) {.system .textbox h3 {width:100%; font-size:3.2rem;}}

.system .textbox p {width:100%; margin-bottom:4rem;}

@media (min-width: 768px) {.system .textbox p {width:95%; margin-bottom:3rem;}}

.system .imgbox img {width:100%;}

@media (min-width: 768px) {.system .imgbox img {width:90%;}}