@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('app.css');

/* DEVICES */

@media (max-width: 992px) {
    .desktop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile {
        display: none !important;
    }
}

.display-none {
    display: none !important;
}

.none {
    display: none !important;
}

li {
    list-style-type: none;
    padding-left: 2.285714em;
    text-indent: -16px;
    font-size: 18px;
    margin-bottom: 20px;
}@media (max-width: 992px) {
    li {
        font-size: 16px !important;
    }
}

::selection {
  background: #687ded33;
}
::-moz-selection {
  background: #687ded33;
}

/* SCROLLBAR */

::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
::-webkit-scrollbar-thumb {
 background: #00aee5;
 border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover{
 background: #0487b1;
}
::-webkit-scrollbar-track{
 background: #ffffff;
 border-radius: 15px;
 box-shadow: inset 7px 10px 12px #f0f0f0;
}

html{
    font-size:100%
}
@media all and (max-width:768px){
    html{
        font-size:87.5%
    }
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size:1em;
    line-height:1.6em;
    color:#1d1e21;
    font-weight:500;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
    overflow-y:scroll;
}
header {
	padding-top: 10em !important;
    background: #141e2e;
    background-image: url('../img/elements/background.webp');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.anglefly {
    transform: skewY(-7deg);
    height: 29rem;
    width: 100%;
    background: #f3f3f3;
    z-index: 0;
    margin-top: -10rem;
    position: absolute;
}
main {
	padding-top: 3em !important;
}@media (max-width: 992px) {
	main {
		padding-top: 0 !important;
	}
}
@media only screen and (max-width: 768px) {
    #first {
        order: 2;
    }
    #second {
        order: 4;
    }
    #third {
        order: 1;
    }
    #fourth {
        order: 3;
    }
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin-top:0;
    margin-bottom:0;
    font-family: 'Kanit', sans-serif;
    font-weight:700;
    color: #1b2940;
    font-variant-ligatures:common-ligatures
}
h1,.h1{
    font-size: 5rem;
    line-height: 63px;
}
h2,.h2{
    font-size:2.7em;
    line-height: 57px;
}
h3,.h3{
    font-size: 3.75rem;
    font-style: italic;
    line-height: 53px;
}
h4,.h4{
    line-height:1.4em;
    font-size: 2rem;
    font-style: italic;
}
h5,.h5{
    font-size:1em;
    line-height:1.6em
}
h6,.h6{
    font-size:.6em;
    line-height:2.6em
}
.lead{
    font-size:1.4em;
    line-height:1.7em
}
@media all and (max-width:767px){
    h1,.h1{
        font-size:2.8em;
        line-height:1.15em
    }
    h2,.h2{
        font-size: 1.9rem;
        line-height:1.9em
    }
    h3,.h3{
        font-size: 2.3em;
    	line-height: 2.3rem;
    }
    .lead{
        font-size:18px;
        line-height:1.4em
    }
}
@media all and (max-width:1024px){
    html{
        font-size:87.5%
    }
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin-top:0
}
h1,.h1{
    margin-bottom:1.6em
}
h2,.h2{
    margin-bottom:1.1em
}@media (max-width: 992px) {
	h2,.h2 {
		line-height: 1em;
	}
}
h3,.h3{
    margin-bottom:.7125em
}
h4,.h4{
    margin-bottom:.5em
}
h5,.h5{
    margin-bottom:.4em
}
h6,.h6{
    margin-bottom:2.3em;
    letter-spacing:1px;
    font-weight:400;
    text-transform:uppercase
}
@media all and (max-width:992px){
    h1,.h1{
        font-size: 2.3em;
    	line-height: 1em;
    }
}
p {
	font-size: 18px;
    line-height: 33px;
    color: #1d1e21;
}
a {
	color: #ffffff !important;
    text-decoration: none !important;
}
a:hover {
	color: #ffffff !important;
    text-decoration: none !important;
}
.mt-1{
    margin-top:1rem !important
}
.mt-2{
    margin-top:2rem !important
}
.mt-3{
    margin-top:3rem !important
}
.mt-4{
    margin-top:4rem !important
}
.mt-5{
    margin-top:5rem !important
}
.mt-6{
    margin-top:6rem !important
}
.mt-7{
    margin-top:7rem !important
}
.mt-8{
    margin-top:8rem !important
}
.mt-9{
    margin-top:9rem !important
}
.mt-10{
    margin-top:10rem !important
}
.mt-11{
    margin-top:11rem !important
}
.mt-12{
    margin-top:12rem !important
}
.mt-13{
    margin-top:13rem !important
}
.mt-14{
    margin-top:14rem !important
}
.mt-15{
    margin-top:15rem !important
}
.mt-16{
    margin-top:16rem !important
}
.mt-17{
    margin-top:17rem !important
}
.mt-18{
    margin-top:18rem !important
}
.mt-19{
    margin-top:19rem !important
}
.mt-20{
    margin-top:20rem !important
}
.mb-1{
    margin-bottom:1rem !important
}
.mb-2{
    margin-bottom:2rem !important
}
.mb-3{
    margin-bottom:3rem !important
}
.mb-4{
    margin-bottom:4rem !important
}
.mb-5{
    margin-bottom:5rem !important
}
.mb-6{
    margin-bottom:6rem !important
}
.mb-7{
    margin-bottom:7rem !important
}
.mb-8{
    margin-bottom:8rem !important
}
.mb-9{
    margin-bottom:9rem !important
}
.mb-10{
    margin-bottom:10rem !important
}
.mb-11{
    margin-bottom:11rem !important
}
.mb-12{
    margin-bottom:12rem !important
}
.mb-13{
    margin-bottom:13rem !important
}
.mb-14{
    margin-bottom:14rem !important
}
.mb-15{
    margin-bottom:15rem !important
}
.mb-16{
    margin-bottom:16rem !important
}
.mb-17{
    margin-bottom:17rem !important
}
.mb-18{
    margin-bottom:18rem !important
}
.mb-19{
    margin-bottom:19rem !important
}
.mb-20{
    margin-bottom:20rem !important
}
.mr-1{
    margin-right:1rem !important
}
.mr-2{
    margin-right:2rem !important
}
.mr-3{
    margin-right:3rem !important
}
.mr-4{
    margin-right:4rem !important
}
.mr-5{
    margin-right:5rem !important
}
.mr-6{
    margin-right:6rem !important
}
.mr-7{
    margin-right:7rem !important
}
.mr-8{
    margin-right:8rem !important
}
.mr-9{
    margin-right:9rem !important
}
.mr-10{
    margin-right:10rem !important
}
.mr-11{
    margin-right:11rem !important
}
.mr-12{
    margin-right:12rem !important
}
.mr-13{
    margin-right:13rem !important
}
.mr-14{
    margin-right:14rem !important
}
.mr-15{
    margin-right:15rem !important
}
.mr-16{
    margin-right:16rem !important
}
.mr-17{
    margin-right:17rem !important
}
.mr-18{
    margin-right:18rem !important
}
.mr-19{
    margin-right:19rem !important
}
.mr-20{
    margin-right:20rem !important
}
.ml-1{
    margin-left:1rem !important
}
.ml-2{
    margin-left:2rem !important
}
.ml-3{
    margin-left:3rem !important
}
.ml-4{
    margin-left:4rem !important
}
.ml-5{
    margin-left:5rem !important
}
.ml-6{
    margin-left:6rem !important
}
.ml-7{
    margin-left:7rem !important
}
.ml-8{
    margin-left:8rem !important
}
.ml-9{
    margin-left:9rem !important
}
.ml-10{
    margin-left:10rem !important
}
.ml-11{
    margin-left:11rem !important
}
.ml-12{
    margin-left:12rem !important
}
.ml-13{
    margin-left:13rem !important
}
.ml-14{
    margin-left:14rem !important
}
.ml-15{
    margin-left:15rem !important
}
.ml-16{
    margin-left:16rem !important
}
.ml-17{
    margin-left:17rem !important
}
.ml-18{
    margin-left:18rem !important
}
.ml-19{
    margin-left:19rem !important
}
.ml-20{
    margin-left:20rem !important
}
.mt-n-1{
    margin-top:-1rem !important
}
.mt-n-2{
    margin-top:-2rem !important
}
.mt-n-3{
    margin-top:-3rem !important
}
.mt-n-4{
    margin-top:-4rem !important
}
.mt-n-5{
    margin-top:-5rem !important
}
.mt-n-6{
    margin-top:-6rem !important
}
.mt-n-7{
    margin-top:-7rem !important
}
.mt-n-8{
    margin-top:-8rem !important
}
.mt-n-9{
    margin-top:-9rem !important
}
.mt-n-10{
    margin-top:-10rem !important
}
.mt-n-11{
    margin-top:-11rem !important
}
.mt-n-12{
    margin-top:-12rem !important
}
.mt-n-13{
    margin-top:-13rem !important
}
.mt-n-14{
    margin-top:-14rem !important
}
.mt-n-15{
    margin-top:-15rem !important
}
.mt-n-16{
    margin-top:-16rem !important
}
.mt-n-17{
    margin-top:-17rem !important
}
.mt-n-18{
    margin-top:-18rem !important
}
.mt-n-19{
    margin-top:-19rem !important
}
.mt-n-20{
    margin-top:-20rem !important
}
.mb-n-1{
    margin-bottom:-1rem !important
}
.mb-n-2{
    margin-bottom:-2rem !important
}
.mb-n-3{
    margin-bottom:-3rem !important
}
.mb-n-4{
    margin-bottom:-4rem !important
}
.mb-n-5{
    margin-bottom:-5rem !important
}
.mb-n-6{
    margin-bottom:-6rem !important
}
.mb-n-7{
    margin-bottom:-7rem !important
}
.mb-n-8{
    margin-bottom:-8rem !important
}
.mb-n-9{
    margin-bottom:-9rem !important
}
.mb-n-10{
    margin-bottom:-10rem !important
}
.mb-n-11{
    margin-bottom:-11rem !important
}
.mb-n-12{
    margin-bottom:-12rem !important
}
.mb-n-13{
    margin-bottom:-13rem !important
}
.mb-n-14{
    margin-bottom:-14rem !important
}
.mb-n-15{
    margin-bottom:-15rem !important
}
.mb-n-16{
    margin-bottom:-16rem !important
}
.mb-n-17{
    margin-bottom:-17rem !important
}
.mb-n-18{
    margin-bottom:-18rem !important
}
.mb-n-19{
    margin-bottom:-19rem !important
}
.mb-n-20{
    margin-bottom:-20rem !important
}
.mr-n-1{
    margin-right:-1rem !important
}
.mr-n-2{
    margin-right:-2rem !important
}
.mr-n-3{
    margin-right:-3rem !important
}
.mr-n-4{
    margin-right:-4rem !important
}
.mr-n-5{
    margin-right:-5rem !important
}
.mr-n-6{
    margin-right:-6rem !important
}
.mr-n-7{
    margin-right:-7rem !important
}
.mr-n-8{
    margin-right:-8rem !important
}
.mr-n-9{
    margin-right:-9rem !important
}
.mr-n-10{
    margin-right:-10rem !important
}
.mr-n-11{
    margin-right:-11rem !important
}
.mr-n-12{
    margin-right:-12rem !important
}
.mr-n-13{
    margin-right:-13rem !important
}
.mr-n-14{
    margin-right:-14rem !important
}
.mr-n-15{
    margin-right:-15rem !important
}
.mr-n-16{
    margin-right:-16rem !important
}
.mr-n-17{
    margin-right:-17rem !important
}
.mr-n-18{
    margin-right:-18rem !important
}
.mr-n-19{
    margin-right:-19rem !important
}
.mr-n-20{
    margin-right:-20rem !important
}
.ml-n-1{
    margin-left:-1rem !important
}
.ml-n-2{
    margin-left:-2rem !important
}
.ml-n-3{
    margin-left:-3rem !important
}
.ml-n-4{
    margin-left:-4rem !important
}
.ml-n-5{
    margin-left:-5rem !important
}
.ml-n-6{
    margin-left:-6rem !important
}
.ml-n-7{
    margin-left:-7rem !important
}
.ml-n-8{
    margin-left:-8rem !important
}
.ml-n-9{
    margin-left:-9rem !important
}
.ml-n-10{
    margin-left:-10rem !important
}
.ml-n-11{
    margin-left:-11rem !important
}
.ml-n-12{
    margin-left:-12rem !important
}
.ml-n-13{
    margin-left:-13rem !important
}
.ml-n-14{
    margin-left:-14rem !important
}
.ml-n-15{
    margin-left:-15rem !important
}
.ml-n-16{
    margin-left:-16rem !important
}
.ml-n-17{
    margin-left:-17rem !important
}
.ml-n-18{
    margin-left:-18rem !important
}
.ml-n-19{
    margin-left:-19rem !important
}
.ml-n-20{
    margin-left:-20rem !important
}
.pt-1{
    padding-top:1rem !important
}
.pt-2{
    padding-top:2rem !important
}
.pt-3{
    padding-top:3rem !important
}
.pt-4{
    padding-top:4rem !important
}
.pt-5{
    padding-top:5rem !important
}
.pt-6{
    padding-top:6rem !important
}
.pt-7{
    padding-top:7rem !important
}
.pt-8{
    padding-top:8rem !important
}
.pt-9{
    padding-top:9rem !important
}
.pt-10{
    padding-top:10rem !important
}
.pt-11{
    padding-top:11rem !important
}
.pt-12{
    padding-top:12rem !important
}
.pt-13{
    padding-top:13rem !important
}
.pt-14{
    padding-top:14rem !important
}
.pt-15{
    padding-top:15rem !important
}
.pt-16{
    padding-top:16rem !important
}
.pt-17{
    padding-top:17rem !important
}
.pt-18{
    padding-top:18rem !important
}
.pt-19{
    padding-top:19rem !important
}
.pt-20{
    padding-top:20rem !important
}
.pb-1{
    padding-bottom:1rem !important
}
.pb-2{
    padding-bottom:2rem !important
}
.pb-3{
    padding-bottom:3rem !important
}
.pb-4{
    padding-bottom:4rem !important
}
.pb-5{
    padding-bottom:5rem !important
}
.pb-6{
    padding-bottom:6rem !important
}
.pb-7{
    padding-bottom:7rem !important
}
.pb-8{
    padding-bottom:8rem !important
}
.pb-9{
    padding-bottom:9rem !important
}
.pb-10{
    padding-bottom:10rem !important
}
.pb-11{
    padding-bottom:11rem !important
}
.pb-12{
    padding-bottom:12rem !important
}
.pb-13{
    padding-bottom:13rem !important
}
.pb-14{
    padding-bottom:14rem !important
}
.pb-15{
    padding-bottom:15rem !important
}
.pb-16{
    padding-bottom:16rem !important
}
.pb-17{
    padding-bottom:17rem !important
}
.pb-18{
    padding-bottom:18rem !important
}
.pb-19{
    padding-bottom:19rem !important
}
.pb-20{
    padding-bottom:20rem !important
}
@media (min-width: 768px){
    .mt-md-0{
        margin-top:0rem !important
    }
    .mt-md-1{
        margin-top:1rem !important
    }
    .mt-md-2{
        margin-top:2rem !important
    }
    .mt-md-3{
        margin-top:3rem !important
    }
    .mt-md-4{
        margin-top:4rem !important
    }
    .mt-md-5{
        margin-top:5rem !important
    }
    .mt-md-6{
        margin-top:6rem !important
    }
    .mt-md-7{
        margin-top:7rem !important
    }
    .mt-md-8{
        margin-top:8rem !important
    }
    .mt-md-9{
        margin-top:9rem !important
    }
    .mt-md-10{
        margin-top:10rem !important
    }
    .mt-md-11{
        margin-top:11rem !important
    }
    .mt-md-12{
        margin-top:12rem !important
    }
    .mt-md-13{
        margin-top:13rem !important
    }
    .mt-md-14{
        margin-top:14rem !important
    }
    .mt-md-15{
        margin-top:15rem !important
    }
    .mt-md-16{
        margin-top:16rem !important
    }
    .mt-md-17{
        margin-top:17rem !important
    }
    .mt-md-18{
        margin-top:18rem !important
    }
    .mt-md-19{
        margin-top:19rem !important
    }
    .mt-md-20{
        margin-top:20rem !important
    }
    .mb-md-0{
        margin-bottom:0rem !important
    }
    .mb-md-1{
        margin-bottom:1rem !important
    }
    .mb-md-2{
        margin-bottom:2rem !important
    }
    .mb-md-3{
        margin-bottom:3rem !important
    }
    .mb-md-4{
        margin-bottom:4rem !important
    }
    .mb-md-5{
        margin-bottom:5rem !important
    }
    .mb-md-6{
        margin-bottom:6rem !important
    }
    .mb-md-7{
        margin-bottom:7rem !important
    }
    .mb-md-8{
        margin-bottom:8rem !important
    }
    .mb-md-9{
        margin-bottom:9rem !important
    }
    .mb-md-10{
        margin-bottom:10rem !important
    }
    .mb-md-11{
        margin-bottom:11rem !important
    }
    .mb-md-12{
        margin-bottom:12rem !important
    }
    .mb-md-13{
        margin-bottom:13rem !important
    }
    .mb-md-14{
        margin-bottom:14rem !important
    }
    .mb-md-15{
        margin-bottom:15rem !important
    }
    .mb-md-16{
        margin-bottom:16rem !important
    }
    .mb-md-17{
        margin-bottom:17rem !important
    }
    .mb-md-18{
        margin-bottom:18rem !important
    }
    .mb-md-19{
        margin-bottom:19rem !important
    }
    .mb-md-20{
        margin-bottom:20rem !important
    }
    .mr-md-0{
        margin-right:0rem !important
    }
    .mr-md-1{
        margin-right:1rem !important
    }
    .mr-md-2{
        margin-right:2rem !important
    }
    .mr-md-3{
        margin-right:3rem !important
    }
    .mr-md-4{
        margin-right:4rem !important
    }
    .mr-md-5{
        margin-right:5rem !important
    }
    .mr-md-6{
        margin-right:6rem !important
    }
    .mr-md-7{
        margin-right:7rem !important
    }
    .mr-md-8{
        margin-right:8rem !important
    }
    .mr-md-9{
        margin-right:9rem !important
    }
    .mr-md-10{
        margin-right:10rem !important
    }
    .mr-md-11{
        margin-right:11rem !important
    }
    .mr-md-12{
        margin-right:12rem !important
    }
    .mr-md-13{
        margin-right:13rem !important
    }
    .mr-md-14{
        margin-right:14rem !important
    }
    .mr-md-15{
        margin-right:15rem !important
    }
    .mr-md-16{
        margin-right:16rem !important
    }
    .mr-md-17{
        margin-right:17rem !important
    }
    .mr-md-18{
        margin-right:18rem !important
    }
    .mr-md-19{
        margin-right:19rem !important
    }
    .mr-md-20{
        margin-right:20rem !important
    }
    .ml-md-0{
        margin-left:0rem !important
    }
    .ml-md-1{
        margin-left:1rem !important
    }
    .ml-md-2{
        margin-left:2rem !important
    }
    .ml-md-3{
        margin-left:3rem !important
    }
    .ml-md-4{
        margin-left:4rem !important
    }
    .ml-md-5{
        margin-left:5rem !important
    }
    .ml-md-6{
        margin-left:6rem !important
    }
    .ml-md-7{
        margin-left:7rem !important
    }
    .ml-md-8{
        margin-left:8rem !important
    }
    .ml-md-9{
        margin-left:9rem !important
    }
    .ml-md-10{
        margin-left:10rem !important
    }
    .ml-md-11{
        margin-left:11rem !important
    }
    .ml-md-12{
        margin-left:12rem !important
    }
    .ml-md-13{
        margin-left:13rem !important
    }
    .ml-md-14{
        margin-left:14rem !important
    }
    .ml-md-15{
        margin-left:15rem !important
    }
    .ml-md-16{
        margin-left:16rem !important
    }
    .ml-md-17{
        margin-left:17rem !important
    }
    .ml-md-18{
        margin-left:18rem !important
    }
    .ml-md-19{
        margin-left:19rem !important
    }
    .ml-md-20{
        margin-left:20rem !important
    }
    .pt-md-0{
        padding-top:0rem !important
    }
    .pt-md-1{
        padding-top:1rem !important
    }
    .pt-md-2{
        padding-top:2rem !important
    }
    .pt-md-3{
        padding-top:3rem !important
    }
    .pt-md-4{
        padding-top:4rem !important
    }
    .pt-md-5{
        padding-top:5rem !important
    }
    .pt-md-6{
        padding-top:6rem !important
    }
    .pt-md-7{
        padding-top:7rem !important
    }
    .pt-md-8{
        padding-top:8rem !important
    }
    .pt-md-9{
        padding-top:9rem !important
    }
    .pt-md-10{
        padding-top:10rem !important
    }
    .pt-md-11{
        padding-top:11rem !important
    }
    .pt-md-12{
        padding-top:12rem !important
    }
    .pt-md-13{
        padding-top:13rem !important
    }
    .pt-md-14{
        padding-top:14rem !important
    }
    .pt-md-15{
        padding-top:15rem !important
    }
    .pt-md-16{
        padding-top:16rem !important
    }
    .pt-md-17{
        padding-top:17rem !important
    }
    .pt-md-18{
        padding-top:18rem !important
    }
    .pt-md-19{
        padding-top:19rem !important
    }
    .pt-md-20{
        padding-top:20rem !important
    }
    .pb-md-0{
        padding-bottom:0rem !important
    }
    .pb-md-1{
        padding-bottom:1rem !important
    }
    .pb-md-2{
        padding-bottom:2rem !important
    }
    .pb-md-3{
        padding-bottom:3rem !important
    }
    .pb-md-4{
        padding-bottom:4rem !important
    }
    .pb-md-5{
        padding-bottom:5rem !important
    }
    .pb-md-6{
        padding-bottom:6rem !important
    }
    .pb-md-7{
        padding-bottom:7rem !important
    }
    .pb-md-8{
        padding-bottom:8rem !important
    }
    .pb-md-9{
        padding-bottom:9rem !important
    }
    .pb-md-10{
        padding-bottom:10rem !important
    }
    .pb-md-11{
        padding-bottom:11rem !important
    }
    .pb-md-12{
        padding-bottom:12rem !important
    }
    .pb-md-13{
        padding-bottom:13rem !important
    }
    .pb-md-14{
        padding-bottom:14rem !important
    }
    .pb-md-15{
        padding-bottom:15rem !important
    }
    .pb-md-16{
        padding-bottom:16rem !important
    }
    .pb-md-17{
        padding-bottom:17rem !important
    }
    .pb-md-18{
        padding-bottom:18rem !important
    }
    .pb-md-19{
        padding-bottom:19rem !important
    }
    .pb-md-20{
        padding-bottom:20rem !important
    }
    .pr-md-0{
        padding-right:0rem !important
    }
    .pr-md-1{
        padding-right:1rem !important
    }
    .pr-md-2{
        padding-right:2rem !important
    }
    .pr-md-3{
        padding-right:3rem !important
    }
    .pr-md-4{
        padding-right:4rem !important
    }
    .pr-md-5{
        padding-right:5rem !important
    }
    .pr-md-6{
        padding-right:6rem !important
    }
    .pr-md-7{
        padding-right:7rem !important
    }
    .pr-md-8{
        padding-right:8rem !important
    }
    .pr-md-9{
        padding-right:9rem !important
    }
    .pr-md-10{
        padding-right:10rem !important
    }
    .pr-md-11{
        padding-right:11rem !important
    }
    .pr-md-12{
        padding-right:12rem !important
    }
    .pr-md-13{
        padding-right:13rem !important
    }
    .pr-md-14{
        padding-right:14rem !important
    }
    .pr-md-15{
        padding-right:15rem !important
    }
    .pr-md-16{
        padding-right:16rem !important
    }
    .pr-md-17{
        padding-right:17rem !important
    }
    .pr-md-18{
        padding-right:18rem !important
    }
    .pr-md-19{
        padding-right:19rem !important
    }
    .pr-md-20{
        padding-right:20rem !important
    }
    .pl-md-0{
        padding-left:0rem !important
    }
    .pl-md-1{
        padding-left:1rem !important
    }
    .pl-md-2{
        padding-left:2rem !important
    }
    .pl-md-3{
        padding-left:3rem !important
    }
    .pl-md-4{
        padding-left:4rem !important
    }
    .pl-md-5{
        padding-left:5rem !important
    }
    .pl-md-6{
        padding-left:6rem !important
    }
    .pl-md-7{
        padding-left:7rem !important
    }
    .pl-md-8{
        padding-left:8rem !important
    }
    .pl-md-9{
        padding-left:9rem !important
    }
    .pl-md-10{
        padding-left:10rem !important
    }
    .pl-md-11{
        padding-left:11rem !important
    }
    .pl-md-12{
        padding-left:12rem !important
    }
    .pl-md-13{
        padding-left:13rem !important
    }
    .pl-md-14{
        padding-left:14rem !important
    }
    .pl-md-15{
        padding-left:15rem !important
    }
    .pl-md-16{
        padding-left:16rem !important
    }
    .pl-md-17{
        padding-left:17rem !important
    }
    .pl-md-18{
        padding-left:18rem !important
    }
    .pl-md-19{
        padding-left:19rem !important
    }
    .pl-md-20{
        padding-left:20rem !important
    }
}
@media (min-width: 992px){
    .mt-lg-0{
        margin-top:0rem !important
    }
    .mt-lg-1{
        margin-top:1rem !important
    }
    .mt-lg-2{
        margin-top:2rem !important
    }
    .mt-lg-3{
        margin-top:3rem !important
    }
    .mt-lg-4{
        margin-top:4rem !important
    }
    .mt-lg-5{
        margin-top:5rem !important
    }
    .mt-lg-6{
        margin-top:6rem !important
    }
    .mt-lg-7{
        margin-top:7rem !important
    }
    .mt-lg-8{
        margin-top:8rem !important
    }
    .mt-lg-9{
        margin-top:9rem !important
    }
    .mt-lg-10{
        margin-top:10rem !important
    }
    .mt-lg-11{
        margin-top:11rem !important
    }
    .mt-lg-12{
        margin-top:12rem !important
    }
    .mt-lg-13{
        margin-top:13rem !important
    }
    .mt-lg-14{
        margin-top:14rem !important
    }
    .mt-lg-15{
        margin-top:15rem !important
    }
    .mt-lg-16{
        margin-top:16rem !important
    }
    .mt-lg-17{
        margin-top:17rem !important
    }
    .mt-lg-18{
        margin-top:18rem !important
    }
    .mt-lg-19{
        margin-top:19rem !important
    }
    .mt-lg-20{
        margin-top:20rem !important
    }
    .mb-lg-0{
        margin-bottom:0rem !important
    }
    .mb-lg-1{
        margin-bottom:1rem !important
    }
    .mb-lg-2{
        margin-bottom:2rem !important
    }
    .mb-lg-3{
        margin-bottom:3rem !important
    }
    .mb-lg-4{
        margin-bottom:4rem !important
    }
    .mb-lg-5{
        margin-bottom:5rem !important
    }
    .mb-lg-6{
        margin-bottom:6rem !important
    }
    .mb-lg-7{
        margin-bottom:7rem !important
    }
    .mb-lg-8{
        margin-bottom:8rem !important
    }
    .mb-lg-9{
        margin-bottom:9rem !important
    }
    .mb-lg-10{
        margin-bottom:10rem !important
    }
    .mb-lg-11{
        margin-bottom:11rem !important
    }
    .mb-lg-12{
        margin-bottom:12rem !important
    }
    .mb-lg-13{
        margin-bottom:13rem !important
    }
    .mb-lg-14{
        margin-bottom:14rem !important
    }
    .mb-lg-15{
        margin-bottom:15rem !important
    }
    .mb-lg-16{
        margin-bottom:16rem !important
    }
    .mb-lg-17{
        margin-bottom:17rem !important
    }
    .mb-lg-18{
        margin-bottom:18rem !important
    }
    .mb-lg-19{
        margin-bottom:19rem !important
    }
    .mb-lg-20{
        margin-bottom:20rem !important
    }
    .mr-lg-0{
        margin-right:0rem !important
    }
    .mr-lg-1{
        margin-right:1rem !important
    }
    .mr-lg-2{
        margin-right:2rem !important
    }
    .mr-lg-3{
        margin-right:3rem !important
    }
    .mr-lg-4{
        margin-right:4rem !important
    }
    .mr-lg-5{
        margin-right:5rem !important
    }
    .mr-lg-6{
        margin-right:6rem !important
    }
    .mr-lg-7{
        margin-right:7rem !important
    }
    .mr-lg-8{
        margin-right:8rem !important
    }
    .mr-lg-9{
        margin-right:9rem !important
    }
    .mr-lg-10{
        margin-right:10rem !important
    }
    .mr-lg-11{
        margin-right:11rem !important
    }
    .mr-lg-12{
        margin-right:12rem !important
    }
    .mr-lg-13{
        margin-right:13rem !important
    }
    .mr-lg-14{
        margin-right:14rem !important
    }
    .mr-lg-15{
        margin-right:15rem !important
    }
    .mr-lg-16{
        margin-right:16rem !important
    }
    .mr-lg-17{
        margin-right:17rem !important
    }
    .mr-lg-18{
        margin-right:18rem !important
    }
    .mr-lg-19{
        margin-right:19rem !important
    }
    .mr-lg-20{
        margin-right:20rem !important
    }
    .ml-lg-0{
        margin-left:0rem !important
    }
    .ml-lg-1{
        margin-left:1rem !important
    }
    .ml-lg-2{
        margin-left:2rem !important
    }
    .ml-lg-3{
        margin-left:3rem !important
    }
    .ml-lg-4{
        margin-left:4rem !important
    }
    .ml-lg-5{
        margin-left:5rem !important
    }
    .ml-lg-6{
        margin-left:6rem !important
    }
    .ml-lg-7{
        margin-left:7rem !important
    }
    .ml-lg-8{
        margin-left:8rem !important
    }
    .ml-lg-9{
        margin-left:9rem !important
    }
    .ml-lg-10{
        margin-left:10rem !important
    }
    .ml-lg-11{
        margin-left:11rem !important
    }
    .ml-lg-12{
        margin-left:12rem !important
    }
    .ml-lg-13{
        margin-left:13rem !important
    }
    .ml-lg-14{
        margin-left:14rem !important
    }
    .ml-lg-15{
        margin-left:15rem !important
    }
    .ml-lg-16{
        margin-left:16rem !important
    }
    .ml-lg-17{
        margin-left:17rem !important
    }
    .ml-lg-18{
        margin-left:18rem !important
    }
    .ml-lg-19{
        margin-left:19rem !important
    }
    .ml-lg-20{
        margin-left:20rem !important
    }
    .pt-lg-0{
        padding-top:0rem !important
    }
    .pt-lg-1{
        padding-top:1rem !important
    }
    .pt-lg-2{
        padding-top:2rem !important
    }
    .pt-lg-3{
        padding-top:3rem !important
    }
    .pt-lg-4{
        padding-top:4rem !important
    }
    .pt-lg-5{
        padding-top:5rem !important
    }
    .pt-lg-6{
        padding-top:6rem !important
    }
    .pt-lg-7{
        padding-top:7rem !important
    }
    .pt-lg-8{
        padding-top:8rem !important
    }
    .pt-lg-9{
        padding-top:9rem !important
    }
    .pt-lg-10{
        padding-top:10rem !important
    }
    .pt-lg-11{
        padding-top:11rem !important
    }
    .pt-lg-12{
        padding-top:12rem !important
    }
    .pt-lg-13{
        padding-top:13rem !important
    }
    .pt-lg-14{
        padding-top:14rem !important
    }
    .pt-lg-15{
        padding-top:15rem !important
    }
    .pt-lg-16{
        padding-top:16rem !important
    }
    .pt-lg-17{
        padding-top:17rem !important
    }
    .pt-lg-18{
        padding-top:18rem !important
    }
    .pt-lg-19{
        padding-top:19rem !important
    }
    .pt-lg-20{
        padding-top:20rem !important
    }
    .pb-lg-0{
        padding-bottom:0rem !important
    }
    .pb-lg-1{
        padding-bottom:1rem !important
    }
    .pb-lg-2{
        padding-bottom:2rem !important
    }
    .pb-lg-3{
        padding-bottom:3rem !important
    }
    .pb-lg-4{
        padding-bottom:4rem !important
    }
    .pb-lg-5{
        padding-bottom:5rem !important
    }
    .pb-lg-6{
        padding-bottom:6rem !important
    }
    .pb-lg-7{
        padding-bottom:7rem !important
    }
    .pb-lg-8{
        padding-bottom:8rem !important
    }
    .pb-lg-9{
        padding-bottom:9rem !important
    }
    .pb-lg-10{
        padding-bottom:10rem !important
    }
    .pb-lg-11{
        padding-bottom:11rem !important
    }
    .pb-lg-12{
        padding-bottom:12rem !important
    }
    .pb-lg-13{
        padding-bottom:13rem !important
    }
    .pb-lg-14{
        padding-bottom:14rem !important
    }
    .pb-lg-15{
        padding-bottom:15rem !important
    }
    .pb-lg-16{
        padding-bottom:16rem !important
    }
    .pb-lg-17{
        padding-bottom:17rem !important
    }
    .pb-lg-18{
        padding-bottom:18rem !important
    }
    .pb-lg-19{
        padding-bottom:19rem !important
    }
    .pb-lg-20{
        padding-bottom:20rem !important
    }
    .pr-lg-0{
        padding-right:0rem !important
    }
    .pr-lg-1{
        padding-right:1rem !important
    }
    .pr-lg-2{
        padding-right:2rem !important
    }
    .pr-lg-3{
        padding-right:3rem !important
    }
    .pr-lg-4{
        padding-right:4rem !important
    }
    .pr-lg-5{
        padding-right:5rem !important
    }
    .pr-lg-6{
        padding-right:6rem !important
    }
    .pr-lg-7{
        padding-right:7rem !important
    }
    .pr-lg-8{
        padding-right:8rem !important
    }
    .pr-lg-9{
        padding-right:9rem !important
    }
    .pr-lg-10{
        padding-right:10rem !important
    }
    .pr-lg-11{
        padding-right:11rem !important
    }
    .pr-lg-12{
        padding-right:12rem !important
    }
    .pr-lg-13{
        padding-right:13rem !important
    }
    .pr-lg-14{
        padding-right:14rem !important
    }
    .pr-lg-15{
        padding-right:15rem !important
    }
    .pr-lg-16{
        padding-right:16rem !important
    }
    .pr-lg-17{
        padding-right:17rem !important
    }
    .pr-lg-18{
        padding-right:18rem !important
    }
    .pr-lg-19{
        padding-right:19rem !important
    }
    .pr-lg-20{
        padding-right:20rem !important
    }
    .pl-lg-0{
        padding-left:0rem !important
    }
    .pl-lg-1{
        padding-left:1rem !important
    }
    .pl-lg-2{
        padding-left:2rem !important
    }
    .pl-lg-3{
        padding-left:3rem !important
    }
    .pl-lg-4{
        padding-left:4rem !important
    }
    .pl-lg-5{
        padding-left:5rem !important
    }
    .pl-lg-6{
        padding-left:6rem !important
    }
    .pl-lg-7{
        padding-left:7rem !important
    }
    .pl-lg-8{
        padding-left:8rem !important
    }
    .pl-lg-9{
        padding-left:9rem !important
    }
    .pl-lg-10{
        padding-left:10rem !important
    }
    .pl-lg-11{
        padding-left:11rem !important
    }
    .pl-lg-12{
        padding-left:12rem !important
    }
    .pl-lg-13{
        padding-left:13rem !important
    }
    .pl-lg-14{
        padding-left:14rem !important
    }
    .pl-lg-15{
        padding-left:15rem !important
    }
    .pl-lg-16{
        padding-left:16rem !important
    }
    .pl-lg-17{
        padding-left:17rem !important
    }
    .pl-lg-18{
        padding-left:18rem !important
    }
    .pl-lg-19{
        padding-left:19rem !important
    }
    .pl-lg-20{
        padding-left:20rem !important
    }
}
@media (min-width: 1200px){
    .mt-xl-0{
        margin-top:0rem !important
    }
    .mt-xl-1{
        margin-top:1rem !important
    }
    .mt-xl-2{
        margin-top:2rem !important
    }
    .mt-xl-3{
        margin-top:3rem !important
    }
    .mt-xl-4{
        margin-top:4rem !important
    }
    .mt-xl-5{
        margin-top:5rem !important
    }
    .mt-xl-6{
        margin-top:6rem !important
    }
    .mt-xl-7{
        margin-top:7rem !important
    }
    .mt-xl-8{
        margin-top:8rem !important
    }
    .mt-xl-9{
        margin-top:9rem !important
    }
    .mt-xl-10{
        margin-top:10rem !important
    }
    .mt-xl-11{
        margin-top:11rem !important
    }
    .mt-xl-12{
        margin-top:12rem !important
    }
    .mt-xl-13{
        margin-top:13rem !important
    }
    .mt-xl-14{
        margin-top:14rem !important
    }
    .mt-xl-15{
        margin-top:15rem !important
    }
    .mt-xl-16{
        margin-top:16rem !important
    }
    .mt-xl-17{
        margin-top:17rem !important
    }
    .mt-xl-18{
        margin-top:18rem !important
    }
    .mt-xl-19{
        margin-top:19rem !important
    }
    .mt-xl-20{
        margin-top:20rem !important
    }
    .mb-xl-0{
        margin-bottom:0rem !important
    }
    .mb-xl-1{
        margin-bottom:1rem !important
    }
    .mb-xl-2{
        margin-bottom:2rem !important
    }
    .mb-xl-3{
        margin-bottom:3rem !important
    }
    .mb-xl-4{
        margin-bottom:4rem !important
    }
    .mb-xl-5{
        margin-bottom:5rem !important
    }
    .mb-xl-6{
        margin-bottom:6rem !important
    }
    .mb-xl-7{
        margin-bottom:7rem !important
    }
    .mb-xl-8{
        margin-bottom:8rem !important
    }
    .mb-xl-9{
        margin-bottom:9rem !important
    }
    .mb-xl-10{
        margin-bottom:10rem !important
    }
    .mb-xl-11{
        margin-bottom:11rem !important
    }
    .mb-xl-12{
        margin-bottom:12rem !important
    }
    .mb-xl-13{
        margin-bottom:13rem !important
    }
    .mb-xl-14{
        margin-bottom:14rem !important
    }
    .mb-xl-15{
        margin-bottom:15rem !important
    }
    .mb-xl-16{
        margin-bottom:16rem !important
    }
    .mb-xl-17{
        margin-bottom:17rem !important
    }
    .mb-xl-18{
        margin-bottom:18rem !important
    }
    .mb-xl-19{
        margin-bottom:19rem !important
    }
    .mb-xl-20{
        margin-bottom:20rem !important
    }
    .mr-xl-0{
        margin-right:0rem !important
    }
    .mr-xl-1{
        margin-right:1rem !important
    }
    .mr-xl-2{
        margin-right:2rem !important
    }
    .mr-xl-3{
        margin-right:3rem !important
    }
    .mr-xl-4{
        margin-right:4rem !important
    }
    .mr-xl-5{
        margin-right:5rem !important
    }
    .mr-xl-6{
        margin-right:6rem !important
    }
    .mr-xl-7{
        margin-right:7rem !important
    }
    .mr-xl-8{
        margin-right:8rem !important
    }
    .mr-xl-9{
        margin-right:9rem !important
    }
    .mr-xl-10{
        margin-right:10rem !important
    }
    .mr-xl-11{
        margin-right:11rem !important
    }
    .mr-xl-12{
        margin-right:12rem !important
    }
    .mr-xl-13{
        margin-right:13rem !important
    }
    .mr-xl-14{
        margin-right:14rem !important
    }
    .mr-xl-15{
        margin-right:15rem !important
    }
    .mr-xl-16{
        margin-right:16rem !important
    }
    .mr-xl-17{
        margin-right:17rem !important
    }
    .mr-xl-18{
        margin-right:18rem !important
    }
    .mr-xl-19{
        margin-right:19rem !important
    }
    .mr-xl-20{
        margin-right:20rem !important
    }
    .ml-xl-0{
        margin-left:0rem !important
    }
    .ml-xl-1{
        margin-left:1rem !important
    }
    .ml-xl-2{
        margin-left:2rem !important
    }
    .ml-xl-3{
        margin-left:3rem !important
    }
    .ml-xl-4{
        margin-left:4rem !important
    }
    .ml-xl-5{
        margin-left:5rem !important
    }
    .ml-xl-6{
        margin-left:6rem !important
    }
    .ml-xl-7{
        margin-left:7rem !important
    }
    .ml-xl-8{
        margin-left:8rem !important
    }
    .ml-xl-9{
        margin-left:9rem !important
    }
    .ml-xl-10{
        margin-left:10rem !important
    }
    .ml-xl-11{
        margin-left:11rem !important
    }
    .ml-xl-12{
        margin-left:12rem !important
    }
    .ml-xl-13{
        margin-left:13rem !important
    }
    .ml-xl-14{
        margin-left:14rem !important
    }
    .ml-xl-15{
        margin-left:15rem !important
    }
    .ml-xl-16{
        margin-left:16rem !important
    }
    .ml-xl-17{
        margin-left:17rem !important
    }
    .ml-xl-18{
        margin-left:18rem !important
    }
    .ml-xl-19{
        margin-left:19rem !important
    }
    .ml-xl-20{
        margin-left:20rem !important
    }
    .pt-xl-0{
        padding-top:0rem !important
    }
    .pt-xl-1{
        padding-top:1rem !important
    }
    .pt-xl-2{
        padding-top:2rem !important
    }
    .pt-xl-3{
        padding-top:3rem !important
    }
    .pt-xl-4{
        padding-top:4rem !important
    }
    .pt-xl-5{
        padding-top:5rem !important
    }
    .pt-xl-6{
        padding-top:6rem !important
    }
    .pt-xl-7{
        padding-top:7rem !important
    }
    .pt-xl-8{
        padding-top:8rem !important
    }
    .pt-xl-9{
        padding-top:9rem !important
    }
    .pt-xl-10{
        padding-top:10rem !important
    }
    .pt-xl-11{
        padding-top:11rem !important
    }
    .pt-xl-12{
        padding-top:12rem !important
    }
    .pt-xl-13{
        padding-top:13rem !important
    }
    .pt-xl-14{
        padding-top:14rem !important
    }
    .pt-xl-15{
        padding-top:15rem !important
    }
    .pt-xl-16{
        padding-top:16rem !important
    }
    .pt-xl-17{
        padding-top:17rem !important
    }
    .pt-xl-18{
        padding-top:18rem !important
    }
    .pt-xl-19{
        padding-top:19rem !important
    }
    .pt-xl-20{
        padding-top:20rem !important
    }
    .pb-xl-0{
        padding-bottom:0rem !important
    }
    .pb-xl-1{
        padding-bottom:1rem !important
    }
    .pb-xl-2{
        padding-bottom:2rem !important
    }
    .pb-xl-3{
        padding-bottom:3rem !important
    }
    .pb-xl-4{
        padding-bottom:4rem !important
    }
    .pb-xl-5{
        padding-bottom:5rem !important
    }
    .pb-xl-6{
        padding-bottom:6rem !important
    }
    .pb-xl-7{
        padding-bottom:7rem !important
    }
    .pb-xl-8{
        padding-bottom:8rem !important
    }
    .pb-xl-9{
        padding-bottom:9rem !important
    }
    .pb-xl-10{
        padding-bottom:10rem !important
    }
    .pb-xl-11{
        padding-bottom:11rem !important
    }
    .pb-xl-12{
        padding-bottom:12rem !important
    }
    .pb-xl-13{
        padding-bottom:13rem !important
    }
    .pb-xl-14{
        padding-bottom:14rem !important
    }
    .pb-xl-15{
        padding-bottom:15rem !important
    }
    .pb-xl-16{
        padding-bottom:16rem !important
    }
    .pb-xl-17{
        padding-bottom:17rem !important
    }
    .pb-xl-18{
        padding-bottom:18rem !important
    }
    .pb-xl-19{
        padding-bottom:19rem !important
    }
    .pb-xl-20{
        padding-bottom:20rem !important
    }
    .pr-xl-0{
        padding-right:0rem !important
    }
    .pr-xl-1{
        padding-right:1rem !important
    }
    .pr-xl-2{
        padding-right:2rem !important
    }
    .pr-xl-3{
        padding-right:3rem !important
    }
    .pr-xl-4{
        padding-right:4rem !important
    }
    .pr-xl-5{
        padding-right:5rem !important
    }
    .pr-xl-6{
        padding-right:6rem !important
    }
    .pr-xl-7{
        padding-right:7rem !important
    }
    .pr-xl-8{
        padding-right:8rem !important
    }
    .pr-xl-9{
        padding-right:9rem !important
    }
    .pr-xl-10{
        padding-right:10rem !important
    }
    .pr-xl-11{
        padding-right:11rem !important
    }
    .pr-xl-12{
        padding-right:12rem !important
    }
    .pr-xl-13{
        padding-right:13rem !important
    }
    .pr-xl-14{
        padding-right:14rem !important
    }
    .pr-xl-15{
        padding-right:15rem !important
    }
    .pr-xl-16{
        padding-right:16rem !important
    }
    .pr-xl-17{
        padding-right:17rem !important
    }
    .pr-xl-18{
        padding-right:18rem !important
    }
    .pr-xl-19{
        padding-right:19rem !important
    }
    .pr-xl-20{
        padding-right:20rem !important
    }
    .pl-xl-0{
        padding-left:0rem !important
    }
    .pl-xl-1{
        padding-left:1rem !important
    }
    .pl-xl-2{
        padding-left:2rem !important
    }
    .pl-xl-3{
        padding-left:3rem !important
    }
    .pl-xl-4{
        padding-left:4rem !important
    }
    .pl-xl-5{
        padding-left:5rem !important
    }
    .pl-xl-6{
        padding-left:6rem !important
    }
    .pl-xl-7{
        padding-left:7rem !important
    }
    .pl-xl-8{
        padding-left:8rem !important
    }
    .pl-xl-9{
        padding-left:9rem !important
    }
    .pl-xl-10{
        padding-left:10rem !important
    }
    .pl-xl-11{
        padding-left:11rem !important
    }
    .pl-xl-12{
        padding-left:12rem !important
    }
    .pl-xl-13{
        padding-left:13rem !important
    }
    .pl-xl-14{
        padding-left:14rem !important
    }
    .pl-xl-15{
        padding-left:15rem !important
    }
    .pl-xl-16{
        padding-left:16rem !important
    }
    .pl-xl-17{
        padding-left:17rem !important
    }
    .pl-xl-18{
        padding-left:18rem !important
    }
    .pl-xl-19{
        padding-left:19rem !important
    }
    .pl-xl-20{
        padding-left:20rem !important
    }
}
@media (min-width: 1600px){
    .mt-xxl-0{
        margin-top:0rem !important
    }
    .mt-xxl-1{
        margin-top:1rem !important
    }
    .mt-xxl-2{
        margin-top:2rem !important
    }
    .mt-xxl-3{
        margin-top:3rem !important
    }
    .mt-xxl-4{
        margin-top:4rem !important
    }
    .mt-xxl-5{
        margin-top:5rem !important
    }
    .mt-xxl-6{
        margin-top:6rem !important
    }
    .mt-xxl-7{
        margin-top:7rem !important
    }
    .mt-xxl-8{
        margin-top:8rem !important
    }
    .mt-xxl-9{
        margin-top:9rem !important
    }
    .mt-xxl-10{
        margin-top:10rem !important
    }
    .mt-xxl-11{
        margin-top:11rem !important
    }
    .mt-xxl-12{
        margin-top:12rem !important
    }
    .mt-xxl-13{
        margin-top:13rem !important
    }
    .mt-xxl-14{
        margin-top:14rem !important
    }
    .mt-xxl-15{
        margin-top:15rem !important
    }
    .mt-xxl-16{
        margin-top:16rem !important
    }
    .mt-xxl-17{
        margin-top:17rem !important
    }
    .mt-xxl-18{
        margin-top:18rem !important
    }
    .mt-xxl-19{
        margin-top:19rem !important
    }
    .mt-xxl-20{
        margin-top:20rem !important
    }
    .mb-xxl-0{
        margin-bottom:0rem !important
    }
    .mb-xxl-1{
        margin-bottom:1rem !important
    }
    .mb-xxl-2{
        margin-bottom:2rem !important
    }
    .mb-xxl-3{
        margin-bottom:3rem !important
    }
    .mb-xxl-4{
        margin-bottom:4rem !important
    }
    .mb-xxl-5{
        margin-bottom:5rem !important
    }
    .mb-xxl-6{
        margin-bottom:6rem !important
    }
    .mb-xxl-7{
        margin-bottom:7rem !important
    }
    .mb-xxl-8{
        margin-bottom:8rem !important
    }
    .mb-xxl-9{
        margin-bottom:9rem !important
    }
    .mb-xxl-10{
        margin-bottom:10rem !important
    }
    .mb-xxl-11{
        margin-bottom:11rem !important
    }
    .mb-xxl-12{
        margin-bottom:12rem !important
    }
    .mb-xxl-13{
        margin-bottom:13rem !important
    }
    .mb-xxl-14{
        margin-bottom:14rem !important
    }
    .mb-xxl-15{
        margin-bottom:15rem !important
    }
    .mb-xxl-16{
        margin-bottom:16rem !important
    }
    .mb-xxl-17{
        margin-bottom:17rem !important
    }
    .mb-xxl-18{
        margin-bottom:18rem !important
    }
    .mb-xxl-19{
        margin-bottom:19rem !important
    }
    .mb-xxl-20{
        margin-bottom:20rem !important
    }
    .mr-xxl-0{
        margin-right:0rem !important
    }
    .mr-xxl-1{
        margin-right:1rem !important
    }
    .mr-xxl-2{
        margin-right:2rem !important
    }
    .mr-xxl-3{
        margin-right:3rem !important
    }
    .mr-xxl-4{
        margin-right:4rem !important
    }
    .mr-xxl-5{
        margin-right:5rem !important
    }
    .mr-xxl-6{
        margin-right:6rem !important
    }
    .mr-xxl-7{
        margin-right:7rem !important
    }
    .mr-xxl-8{
        margin-right:8rem !important
    }
    .mr-xxl-9{
        margin-right:9rem !important
    }
    .mr-xxl-10{
        margin-right:10rem !important
    }
    .mr-xxl-11{
        margin-right:11rem !important
    }
    .mr-xxl-12{
        margin-right:12rem !important
    }
    .mr-xxl-13{
        margin-right:13rem !important
    }
    .mr-xxl-14{
        margin-right:14rem !important
    }
    .mr-xxl-15{
        margin-right:15rem !important
    }
    .mr-xxl-16{
        margin-right:16rem !important
    }
    .mr-xxl-17{
        margin-right:17rem !important
    }
    .mr-xxl-18{
        margin-right:18rem !important
    }
    .mr-xxl-19{
        margin-right:19rem !important
    }
    .mr-xxl-20{
        margin-right:20rem !important
    }
    .ml-xxl-0{
        margin-left:0rem !important
    }
    .ml-xxl-1{
        margin-left:1rem !important
    }
    .ml-xxl-2{
        margin-left:2rem !important
    }
    .ml-xxl-3{
        margin-left:3rem !important
    }
    .ml-xxl-4{
        margin-left:4rem !important
    }
    .ml-xxl-5{
        margin-left:5rem !important
    }
    .ml-xxl-6{
        margin-left:6rem !important
    }
    .ml-xxl-7{
        margin-left:7rem !important
    }
    .ml-xxl-8{
        margin-left:8rem !important
    }
    .ml-xxl-9{
        margin-left:9rem !important
    }
    .ml-xxl-10{
        margin-left:10rem !important
    }
    .ml-xxl-11{
        margin-left:11rem !important
    }
    .ml-xxl-12{
        margin-left:12rem !important
    }
    .ml-xxl-13{
        margin-left:13rem !important
    }
    .ml-xxl-14{
        margin-left:14rem !important
    }
    .ml-xxl-15{
        margin-left:15rem !important
    }
    .ml-xxl-16{
        margin-left:16rem !important
    }
    .ml-xxl-17{
        margin-left:17rem !important
    }
    .ml-xxl-18{
        margin-left:18rem !important
    }
    .ml-xxl-19{
        margin-left:19rem !important
    }
    .ml-xxl-20{
        margin-left:20rem !important
    }
    .pt-xxl-0{
        padding-top:0rem !important
    }
    .pt-xxl-1{
        padding-top:1rem !important
    }
    .pt-xxl-2{
        padding-top:2rem !important
    }
    .pt-xxl-3{
        padding-top:3rem !important
    }
    .pt-xxl-4{
        padding-top:4rem !important
    }
    .pt-xxl-5{
        padding-top:5rem !important
    }
    .pt-xxl-6{
        padding-top:6rem !important
    }
    .pt-xxl-7{
        padding-top:7rem !important
    }
    .pt-xxl-8{
        padding-top:8rem !important
    }
    .pt-xxl-9{
        padding-top:9rem !important
    }
    .pt-xxl-10{
        padding-top:10rem !important
    }
    .pt-xxl-11{
        padding-top:11rem !important
    }
    .pt-xxl-12{
        padding-top:12rem !important
    }
    .pt-xxl-13{
        padding-top:13rem !important
    }
    .pt-xxl-14{
        padding-top:14rem !important
    }
    .pt-xxl-15{
        padding-top:15rem !important
    }
    .pt-xxl-16{
        padding-top:16rem !important
    }
    .pt-xxl-17{
        padding-top:17rem !important
    }
    .pt-xxl-18{
        padding-top:18rem !important
    }
    .pt-xxl-19{
        padding-top:19rem !important
    }
    .pt-xxl-20{
        padding-top:20rem !important
    }
    .pb-xxl-0{
        padding-bottom:0rem !important
    }
    .pb-xxl-1{
        padding-bottom:1rem !important
    }
    .pb-xxl-2{
        padding-bottom:2rem !important
    }
    .pb-xxl-3{
        padding-bottom:3rem !important
    }
    .pb-xxl-4{
        padding-bottom:4rem !important
    }
    .pb-xxl-5{
        padding-bottom:5rem !important
    }
    .pb-xxl-6{
        padding-bottom:6rem !important
    }
    .pb-xxl-7{
        padding-bottom:7rem !important
    }
    .pb-xxl-8{
        padding-bottom:8rem !important
    }
    .pb-xxl-9{
        padding-bottom:9rem !important
    }
    .pb-xxl-10{
        padding-bottom:10rem !important
    }
    .pb-xxl-11{
        padding-bottom:11rem !important
    }
    .pb-xxl-12{
        padding-bottom:12rem !important
    }
    .pb-xxl-13{
        padding-bottom:13rem !important
    }
    .pb-xxl-14{
        padding-bottom:14rem !important
    }
    .pb-xxl-15{
        padding-bottom:15rem !important
    }
    .pb-xxl-16{
        padding-bottom:16rem !important
    }
    .pb-xxl-17{
        padding-bottom:17rem !important
    }
    .pb-xxl-18{
        padding-bottom:18rem !important
    }
    .pb-xxl-19{
        padding-bottom:19rem !important
    }
    .pb-xxl-20{
        padding-bottom:20rem !important
    }
    .pr-xxl-0{
        padding-right:0rem !important
    }
    .pr-xxl-1{
        padding-right:1rem !important
    }
    .pr-xxl-2{
        padding-right:2rem !important
    }
    .pr-xxl-3{
        padding-right:3rem !important
    }
    .pr-xxl-4{
        padding-right:4rem !important
    }
    .pr-xxl-5{
        padding-right:5rem !important
    }
    .pr-xxl-6{
        padding-right:6rem !important
    }
    .pr-xxl-7{
        padding-right:7rem !important
    }
    .pr-xxl-8{
        padding-right:8rem !important
    }
    .pr-xxl-9{
        padding-right:9rem !important
    }
    .pr-xxl-10{
        padding-right:10rem !important
    }
    .pr-xxl-11{
        padding-right:11rem !important
    }
    .pr-xxl-12{
        padding-right:12rem !important
    }
    .pr-xxl-13{
        padding-right:13rem !important
    }
    .pr-xxl-14{
        padding-right:14rem !important
    }
    .pr-xxl-15{
        padding-right:15rem !important
    }
    .pr-xxl-16{
        padding-right:16rem !important
    }
    .pr-xxl-17{
        padding-right:17rem !important
    }
    .pr-xxl-18{
        padding-right:18rem !important
    }
    .pr-xxl-19{
        padding-right:19rem !important
    }
    .pr-xxl-20{
        padding-right:20rem !important
    }
    .pl-xxl-0{
        padding-left:0rem !important
    }
    .pl-xxl-1{
        padding-left:1rem !important
    }
    .pl-xxl-2{
        padding-left:2rem !important
    }
    .pl-xxl-3{
        padding-left:3rem !important
    }
    .pl-xxl-4{
        padding-left:4rem !important
    }
    .pl-xxl-5{
        padding-left:5rem !important
    }
    .pl-xxl-6{
        padding-left:6rem !important
    }
    .pl-xxl-7{
        padding-left:7rem !important
    }
    .pl-xxl-8{
        padding-left:8rem !important
    }
    .pl-xxl-9{
        padding-left:9rem !important
    }
    .pl-xxl-10{
        padding-left:10rem !important
    }
    .pl-xxl-11{
        padding-left:11rem !important
    }
    .pl-xxl-12{
        padding-left:12rem !important
    }
    .pl-xxl-13{
        padding-left:13rem !important
    }
    .pl-xxl-14{
        padding-left:14rem !important
    }
    .pl-xxl-15{
        padding-left:15rem !important
    }
    .pl-xxl-16{
        padding-left:16rem !important
    }
    .pl-xxl-17{
        padding-left:17rem !important
    }
    .pl-xxl-18{
        padding-left:18rem !important
    }
    .pl-xxl-19{
        padding-left:19rem !important
    }
    .pl-xxl-20{
        padding-left:20rem !important
    }
}
.m-b-1{
    margin-bottom:.5rem !important
}
.m-b-2{
    margin-bottom:1rem !important
}
.m-b-3{
    margin-bottom:1.5rem !important
}
.m-b-4{
    margin-bottom:2rem !important
}
.m-b-5{
    margin-bottom:2.5rem !important
}
.m-b-6{
    margin-bottom:3rem !important
}
.lead{
    margin-bottom:1.13em;
    font-weight:300
}
.preamble{
    margin-bottom:100px;
    text-align:center
}
@media(max-width:1199px){
    .preamble{
        margin-bottom:80px
    }
}
@media(max-width:991px){
    .preamble{
        margin-bottom:60px
    }
}
@media(max-width:767px){
    .preamble{
        margin-bottom:40px
    }
}
.preamble--light .title{
    color:#fff
}
.preamble--light p{
    color:rgba(255,255,255,0.85)
}
a{
    color:#00b4ff;
    transition:.2s ease-in
}
a:hover{
    color:#4dcbff;
    text-decoration:none
}
.btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    transition: .2s ease-in;
}
.icon--btn {
    margin-right: 7px;
}
.btn.btn--lg{
    padding: 1rem 4rem;
}
.btn.btn--md{
    padding:12px 25px
}
.btn.btn--secondary{
    background:#425672;
    border-color:#425672;
    color:#fff
}
.btn.btn--secondary:hover{
    background:#394a62
}
.btn.btn--primary{
    /*background:#e3ebf7;*/
    border-color:#e3ebf7;
    color:#1a65b4
}
.btn.btn--primary:hover{
    background:#e9eff9;
    color:#1b6abd
}
.btn.btn-third{
    background:transparent;
    border:2px solid #fff;
    color:#fff
}
.btn.btn-third:hover{
    background:#fff;
    color:#3ecf8e
}
.btn.btn--green{
    background:#3ecf8e;
    border-color:#3ecf8e;
    color:#fff
}
.btn.btn--green:hover{
    background:#30c381
}
.btn.btn--blue{
    background:#00b4ff;
    border:2px solid #00b4ff;
    color:#fff
}
.btn.btn--blue:hover{
    background:#00adf5;
    color:#fff
}
.btn.btn--white{
    background:transparent;
    border:2px solid #fff;
    color:#fff
}
.btn.btn--white:hover{
    background:#fff;
    color:#3ecf8e
}
.btn.btn--blue-1{
    background:transparent;
    border:2px solid #00b4ff;
    color:#00b4ff
}
.btn.btn--blue-1:hover{
    background:#00b4ff;
    color:#fff
}
.modal-dialog{
    max-width:auto
}
@media(max-width:991px){
    .modal-dialog{
        max-width:calc(100% - 60px)
    }
}
@media(max-width:767px){
    .modal-dialog{
        max-width:100%
    }
}
.modal-dialog .modal-content{
    border-radius:6px;
    border:0;
    margin-left:.5em
}
.modal-dialog .modal-content .close{
    position:absolute;
    right:30px;
    top:30px;
    z-index:1
}
.modal-dialog .modal-content .modal-body{
    padding:0;
    background:#fff;
    background-size:cover;
    border-radius:6px
}
.modal-dialog .modal-content .modal-body__image{
    background:url(../img/modal.jpg) no-repeat center;
    background-size:cover;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px
}
.modal-dialog .modal-content .modal-body__content{
    padding:90px 0
}
@media(max-width:767px){
    .modal-dialog .modal-content .modal-body__content{
        padding:50px
    }
}
.modal-dialog .modal-content .modal-body__content input{
    height:49px
}
.modal-dialog .modal-content .modal-body__content .btn{
    /*height:49px*/
}
.modal-cardarts-1{
    margin-top:7em;
    width:100%
}

.uppercase {
	text-transform: uppercase;
}

.w-100 {
	width: 100% !important;
}

/*.snowshadow {
  animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}*/
@keyframes blinker { to { text-shadow: none; } }

.title-snow {
    font-size: 7rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    font-style: italic;
    color: #00f0ff;
    text-shadow: 0px 0px 11px #00f0ffa3;
    margin-bottom: 0;
}@media (max-width: 992px) {
	.title-snow {
	    font-size: 3.7rem;
	    text-transform: uppercase;
	    position: relative;
	    line-height: 1;
	    font-style: italic;
	    color: #00f0ff;
	    text-shadow: 0px 0px 11px #00f0ffa3;
	    margin-bottom: 0;
	    margin-left: 0;
	}
}@media (max-width: 992px) {
    .title-snow {
        font-size: 3.1rem;
        text-transform: uppercase;
        position: relative;
        line-height: 1;
        font-style: italic;
        color: #00f0ff;
        text-shadow: 0px 0px 11px #00f0ffa3;
        margin-bottom: 0;
        margin-left: -4px;
    }
}

.snowteam-1 {
	color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-size: 7rem;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: -21px;
    z-index: -1;
    opacity: 0.2;
}@media (max-width: 992px) {
	.snowteam-1 {
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        font-size: 3.3rem;
        text-transform: uppercase;
        font-style: italic;
        margin-bottom: -19px;
        z-index: -1;
        opacity: 0.2;
        margin-left: 0;
	}
}@media (max-width: 320px) {
    .snowteam-1 {
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        font-size: 3rem;
        text-transform: uppercase;
        font-style: italic;
        margin-bottom: -20px;
        z-index: -1;
        opacity: 0.2;
        margin-left: 0;
    }
}

.snowteam-2 {
	color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-size: 7rem;
    text-transform: uppercase;
    font-style: italic;
    margin-top: -19px;
    z-index: -1;
    opacity: 0.2;
}@media (max-width: 992px) {
	.snowteam-2 {
	    color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        font-size: 3.3rem;
        text-transform: uppercase;
        font-style: italic;
        margin-top: -20px;
        z-index: -1;
        opacity: 0.2;
        margin-left: 0;
	}
}@media (max-width: 320px) {
    .snowteam-2 {
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        font-size: 3rem;
        text-transform: uppercase;
        font-style: italic;
        margin-top: -19px;
        z-index: -1;
        opacity: 0.2;
        margin-left: 0;
    }
}

/*
.title-team {
	font-size: 7rem;
    color: #536b7e4d;
    margin-bottom: -65px;
    text-transform: uppercase;
    line-height: 1;
    font-style: italic;
}*/

.centered {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center !important;
}

.snowzed {
	color: #01cfdd !important;
}

.snowtag {
	display: inline-block;
    position: relative;
    padding: 2px 6px;
    z-index: 4;
}

.snowbackbar:before {
	content: '';
    width: 95%;
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    margin: 0 -6px;
    z-index: -1;
    background: #01cfdd;
}

.snowbackbar:after {
	content: '';
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    margin: 0 -5px;
    z-index: -1;
    background: #01cfdd;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: 0.7em;
}

.snowangled-1:after {
    position: absolute;
    left: -5%;
    right: 0;
    height: 230px;
    width: 120%;
    transform: rotate(-5deg);
    background-image: linear-gradient(-180deg,#fff 70%,#fff 100%);
    content: "";
    bottom: 7em;
}

.dan-hero {
	position: relative;
    z-index: 3;
    text-align: center;
}@media (max-width: 1440px) {
    .dan-hero {
        margin-top: 15rem;
        z-index: 3;
    }
}

.container-header {
    width: 75% !important
}

.danielsnow {
	font-family: 'Kanit', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -8px;
    letter-spacing: 4px;
}
}

.head-top {
	margin-top: 4em;
}

.todoperfil {
	margin-bottom: -34px;
    color: #1b29402b;
    font-size: 6.125rem;
    line-height: 1;
    font-style: italic;
}@media (max-width: 992px) {
	.todoperfil {
		margin-bottom: -34px;
	    color: #1b29402b;
	    font-size: 3.4rem;
	    line-height: 64px;
	    font-style: italic;
	    word-break: break-word;
	}
}

.list-perfil {
	margin-left: 4rem;
}@media (max-width: 992px) {
	.list-perfil {
		margin-left: 0;
	}
}

.tipo-perfil {
	margin-bottom: 0px;
    font-style: italic;
}

.tipo-perfil i {
	font-size: 35px !important;
}

.list-perfil h2 {
	transition:all .5s ease;
    text-shadow: 3px 2px 1px #39f4ff;
}@media (max-width: 992px) {
	.list-perfil {
		margin-top: 4em;
	}
}

/*
.list-perfil h2:hover {
	transition:all .5s ease;
    color: auto;
    text-shadow: 3px 2px 1px #39f4ff;
}*/

.bg-snowdark {
	background: #141e2e;
}

.text-white {
	color: #fff !important;
}

.evolucao {
	border-radius: 7px;
    border: 3px solid #01cfdd;
}

.detail-section {
	margin-top: 12rem !important;
}

.detail-icon {
	font-size: 10rem;
    margin-bottom: 17px;
    background: -webkit-linear-gradient(#08efff, #1d91a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}@media (max-width: 992px) {
	.detail-icon {
        margin-top: -3rem;
        margin-bottom: 3rem;
	    font-size: 6rem;
	    background: -webkit-linear-gradient(#08efff, #1d91a3);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	}
}

.bold {
	font-weight: bolder;
}

.italic {
	font-style: italic !important;
}

.snow-divider {
	margin-bottom: 2em;
    margin-top: 1em;
    height: 6px;
    border: none;
    background: rgb(8,239,255);
	background: linear-gradient(140deg, rgba(8,239,255,1) 0%, rgba(29,145,163,0) 100%);
    max-width: 150px;
}@media (max-width: 992px) {
    .snow-divider {
        margin: 16px 30% 10px auto;
    }
}

.snow-contatodireto {
	padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bg-snowdark-2 {
	background: #141e2e;
    background-image: url('../img/elements/background-2.jpg');
    background-size: cover;
    background-position: top;
}

.snow-btn {
	color: #1b2940!important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 500px;
    display: inline-block;
    transition: all .4s ease-in-out;
    background: #01d2e2;
    border-color: #01bccf;
    box-shadow: 0 5px 11px -3px #25d366;
    -webkit-box-shadow: 0 5px 11px -3px #00efff;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    text-align: center;
}

.title-evolution {
	line-height: 2.5rem;
	background: -webkit-linear-gradient(#08efff, #1d91a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}@media (max-width: 992px) {
	.title-evolution {
		text-align: center;
	}
}

@media (min-width: 992px) {
    .list-vantagens {
        transform: translateX(20%);
    }
}

.list-vantagens p {
	font-size: 1.4rem;
}

.list-vantagens i {
	color: #01d2e2;
	margin-right: 10px;
}

.text-footer {
	line-height: 2.3rem;
}

.text-footer-2 {
	font-size: 23px;
    line-height: 31px;
    margin-top: 13px;
}@media (max-width: 992px) {
	.text-footer-2 {
		font-size: 21px;
	    line-height: 28px;
	    margin-top: 13px;
	}
}

@media (max-width: 992px) {
	.copyright-terms {
		text-align: center !important;
	}
}

.text-footer-3 {
	font-size: 42px;
	line-height: 42px;
}@media (max-width: 992px) {
	.text-footer-3 {
		font-size: 1.9em !important;
        line-height: 1.9rem !important;
	}
}

footer {
	background: #141e2e;
}

footer p {
	font-size: 16px;
    line-height: 23px;
    text-align: justify;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #3b4a60;
    font-weight: 400;
    margin-bottom: 0;
}

.logo-footer {
	margin-top: -51px;
}

@media (max-width: 992px) {
	.dan-hero {
		margin-top: -3rem;
	}
	.dan-circle {
		margin-bottom: 5rem;
	}
}

@media (max-width: 992px) {
    .order-2 {
        order: 0 !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }
    .offset-2 {
        margin-left: 0 !important;
    }
}

.coachfitness {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.snowgray {
    background: #f3f3f3;
}

.logo-snow-top {
    max-width: 100%;
    width: 6rem;
    margin-bottom: 3rem;
}

.arrowfly,
.arrowfly:before {
  position: absolute;
  left: 50%;
}

.arrowfly {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #01d2e2 solid;
  border-bottom: 2px #01d2e2 solid;
}

.arrowfly:before {
  content: "";
    width: 20px;
    height: 20px;
    margin: 10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #01d2e2 solid;
    border-bottom: 1px #01d2e2 solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrowfly;
}

@keyframes arrowfly {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.snowzed-boost {
    text-shadow: 0px 1px 3px #00edff;
}

.btn-float-fixed {
    box-shadow:0 0 25px 0 rgb(0 0 0 / 4%);
    animation:fadeInDown .3s ease-out forwards;
    background: rgba(255, 255, 255, 0.8);
    mix-blend-mode: normal;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    width: 100%;
    height: 7rem;
    position: fixed;
    bottom: 0;
    margin: auto;
    z-index: 10;
}@media (max-width:992px) {
    .btn-float-fixed {
        height: 7.9rem;
    }
}

.btn-float-whatsapp {
    position: fixed;
    bottom: -1rem;
    z-index: 9999;
    margin:auto;
    left: 50%;
    transform: translate(-50%, -50%);
}@media (max-width:992px ) {
    .btn-float-whatsapp {
        width: 90%!important;
    }
}

.btn-float-whatsapp a {
    color:#fff!important;
    width: 30rem;
}@media (max-width:992px ) {
    .btn-float-whatsapp a {
        width: 100%!important;
    }
}

.btn-float-whatsapp img {
    width: 20px;
    margin-right: 9px;
}

.member-team {
    border-radius: 50%;
    border: 7px solid #01cfdd;
}@media (max-width: 767px) {
    .member-team {
        border-radius: 50%;
        border: 4px solid #01cfdd;
        max-width: 170px!important;
    }
    .bx-member-team {
        width: 50%!important;
    }
}

.member-team-name {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 17px;
}

.member-team-kh {
    margin-top: -12px;
    font-size: 16px;
}

.dan-nutri {
    margin-top: -8px!important;
}