/* Hairly HTML Template */


/*
    font-family: 'DM Sans', sans-serif;
    font-family: 'DM Serif Display', serif;
    font-family: 'Viner_Hand_ITC', sans-serif;
*/




/*** 

====================================================================
	Root Code Variables
====================================================================

 ***/

:root {

    /* #f25630 in decimal RGB */
  --main-color: rgb(242,86,48);

	/* #db8d83 in decimal RGB */
  --main-color-two: rgb(219,141,131);
    
  /* #fbf3f2 in decimal RGB */
  --color-three: rgb(251,243,242);
  
  /* #01a13c in decimal RGB */
  --color-four: rgb(1,161,60);
  
  /* #ff6b4f in decimal RGB */
  --color-five: rgb(255,107,79);
  
  /* #df4c84 in decimal RGB */
  --color-six: rgb(223,76,132);
  
  /* #8361c8 in decimal RGB */
  --color-seven: rgb(131,97,200);
  
  /* #f0545f in decimal RGB */
  --color-eight: rgb(240,84,95);
  
  /* #f7bd01 in decimal RGB */
  --color-nine: rgb(247,189,1);
  
  /* #2930e1 in decimal RGB */
  --color-ten: rgb(41,48,225);
  
  /* #22c7a9 in decimal RGB */
  --color-eleven: rgb(34,199,169);
  
  /* #c6e8f6 in decimal RGB */
  --color-twelve: rgb(198,232,246);
  
  /* #fff5e1 in decimal RGB */
  --color-thirteen: rgb(255,245,225);
  
  /* #e1f6ff in decimal RGB */
  --color-fourteen: rgb(225,246,225);
  
  /* #cffffc in decimal RGB */
  --color-fifteen: rgb(207,255,252);
  
  /* #ffc64a in decimal RGB */
  --color-sixteen: rgb(255,198,74);
  
  /* #ff8071 in decimal RGB */
  --color-seventeen: rgb(255,128,113);
  
  /* #fff3f2 in decimal RGB */
  --color-eighteen: rgb(255,243,242);
  
  /* #5bb9a9 in decimal RGB */
  --color-nineteen: rgb(91,185,169);
  
  /* #e1f6e9 in decimal RGB */
  --color-twenty: rgb(225,246,233);
  
  /* #cdfff6 in decimal RGB */
  --color-twentyone: rgb(205,255,246);
  
  /* #eaf8ff in decimal RGB */
  --color-twentytwo: rgb(234,248,255);
  
  /* #0096ff in decimal RGB */
  --color-twentythree: rgb(0,150,255);
  
  /* #fdf1f0 in decimal RGB */
  --color-twentyfour: rgb(253,241,240);
  
  /* #daf1e4 in decimal RGB */
  --color-twentyfive: rgb(218,241,228);
  
  /* #d2e8db in decimal RGB */
  --color-twentysix: rgb(210,232,219);
  
  /* #009cff in decimal RGB */
  --color-twentyseven: rgb(0,156,255);
  
  /* #002c62 in decimal RGB */
  --color-twentyeight: rgb(0,44,98);

  /* #505050 in decimal RGB */
  --color-twentynine: rgb(80,80,80);

  /* #f7bd01 in decimal RGB */
  --color-thirty: rgb(247,189,1);

  /* #d1d3d5 in decimal RGB */
  --color-thirtyone: rgb(209,211,213);

  /* #db8d83 in decimal RGB */
  --color-thirtytwo: rgb(219,141,131);

  /* #707070 in decimal RGB */
  --color-thirtythree: rgb(112,112,112);
  
  /* #ffffff in decimal RGB */
  --white-color:rgb(255,255,255);
  
  /* #ffffff in decimal RGBA */
  --white-color-opacity:rgba(255,255,255,0.80);
  
  /* #ffffff in decimal RGBA Two */
  --white-color-opacity-two:rgba(255,255,255,0.40);
  
  /* #000000 in decimal RGB */
  --black-color:rgb(0,0,0);
  
  /* #000000 in decimal RGBA one */
  --black-color-opacity:rgba(0,0,0,0.70);
  
  /* #000000 in decimal RGBA two */
  --black-color-opacity-two:rgba(0,0,0,0.40);

  /* #000000 in decimal RGBA Three */
  --black-color-opacity-three:rgba(0,0,0,0.0);

  /* #000000 in decimal RGBA Three */
  --black-color-opacity-four:rgba(0,0,0,0.10);
  
  /* #1b212f in decimal RGB */
  --text-color:rgb(27,33,47);
  
  /* #010101 Heading Color in decimal RGB */
  --heading-color:rgb(1,1,1);
  
  /* #222222 Dark Color in decimal RGB */
  --dark-color:rgb(34,34,34);

  /* #313131 Dark Color in decimal RGB */
  --dark-color-two:rgb(49,49,49);
  
  /* Fonts Variable */
  --font-family-DMsans: 'Heebo', sans-serif;
  
  --font-family-DMserif: 'Manrope', sans-serif;

  --font-family-VinerHand: 'Viner_Hand_ITC', cursive;
  
/* Heading Fonts */
  
  --font-8: 8px;
  --font-10: 10px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-28: 28px;
  --font-30: 30px;
  --font-32: 32px;
  --font-34: 34px;
  --font-36: 36px;
  --font-38: 38px;
  --font-40: 40px;
  --font-42: 42px;
  --font-44: 44px;
  --font-48: 48px;
  --font-50: 50px;
  --font-52: 52px;
  --font-54: 54px;
  --font-56: 56px;
  --font-58: 58px;
  --font-60: 60px;
  --font-62: 62px;
  --font-64: 64px;
  --font-66: 66px;
  --font-68: 68px;
  --font-70: 70px;
  --font-72: 72px;
  --font-74: 74px;
  --font-76: 76px;
  --font-78: 78px;
  --font-80: 80px;
  --font-90: 90px;
  --font-100: 100px;
  --font-110: 110px;
  --font-120: 120px;
  --font-140: 140px;
  --font-150: 150px;
  --font-200: 200px;
  
  --margin-zero: 0px;
  
  /* Margin Left Variables */
  --margin-left-5: 5px;
  --margin-left-10: 10px;
  --margin-left-15: 15px;
  --margin-left-20: 20px;
  --margin-left-25: 25px;
  --margin-left-30: 30px;
  --margin-left-35: 35px;
  --margin-left-40: 40px;
  --margin-left-45: 45px;
  --margin-left-50: 50px;
  --margin-left-55: 55px;
  --margin-left-60: 60px;
  --margin-left-65: 65px;
  --margin-left-70: 70px;
  --margin-left-75: 75px;
  --margin-left-80: 80px;
  --margin-left-85: 85px;
  --margin-left-90: 90px;
  --margin-left-95: 95px;
  --margin-left-100: 100px;
  --margin-left-130: 130px;
  --margin-left-140: 140px;
  --margin-left-180: 180px;
  --margin-left-200: 200px;
  --margin-left-250: 250px;
  --margin-left-300: 300px;
  
  /* Margin Top Variables */
  --margin-top-5: 5px;
  --margin-top-10: 10px;
  --margin-top-15: 15px;
  --margin-top-20: 20px;
  --margin-top-25: 25px;
  --margin-top-30: 30px;
  --margin-top-35: 35px;
  --margin-top-40: 40px;
  --margin-top-45: 45px;
  --margin-top-50: 50px;
  --margin-top-55: 55px;
  --margin-top-60: 60px;
  --margin-top-65: 65px;
  --margin-top-70: 70px;
  --margin-top-75: 75px;
  --margin-top-80: 80px;
  --margin-top-85: 85px;
  --margin-top-90: 90px;
  --margin-top-95: 95px;
  --margin-top-110: 110px;
  --margin-top-120: 120px;
  --margin-top-130: 130px;
  --margin-top-140: 140px;
  --margin-top-150: 150px;
  --margin-top-200: 200px;
  
  /* Margin Right Variables */
  --margin-right-5: 5px;
  --margin-right-10: 10px;
  --margin-right-15: 15px;
  --margin-right-20: 20px;
  --margin-right-25: 25px;
  --margin-right-30: 30px;
  --margin-right-35: 35px;
  --margin-right-40: 40px;
  --margin-right-45: 45px;
  --margin-right-50: 50px;
  --margin-right-55: 55px;
  --margin-right-60: 60px;
  --margin-right-65: 65px;
  --margin-right-70: 70px;
  --margin-right-75: 75px;
  --margin-right-80: 80px;
  --margin-right-85: 85px;
  --margin-right-90: 90px;
  --margin-right-95: 95px;
  --margin-right-100: 100px;
  --margin-right-130: 130px;
  --margin-right-140: 140px;
  
  /* Margin Bottom Variables */
  --margin-bottom-5: 5px;
  --margin-bottom-7: 7px;
  --margin-bottom-10: 10px;
  --margin-bottom-12: 12px;
  --margin-bottom-15: 15px;
  --margin-bottom-20: 20px;
  --margin-bottom-25: 25px;
  --margin-bottom-30: 30px;
  --margin-bottom-35: 35px;
  --margin-bottom-40: 40px;
  --margin-bottom-45: 45px;
  --margin-bottom-50: 50px;
  --margin-bottom-55: 55px;
  --margin-bottom-60: 60px;
  --margin-bottom-65: 65px;
  --margin-bottom-70: 70px;
  --margin-bottom-75: 75px;
  --margin-bottom-80: 80px;
  --margin-bottom-85: 85px;
  --margin-bottom-90: 90px;
  --margin-bottom-95: 95px;
  --margin-bottom-100: 100px;
  --margin-bottom-150: 150px;
  --margin-bottom-200: 200px;
  
  
  --padding-zero: 0px;
  
  /* Padding Left Variables */
  --padding-left-0: 0px;
  --padding-left-5: 5px;
  --padding-left-10: 10px;
  --padding-left-15: 15px;
  --padding-left-20: 20px;
  --padding-left-25: 25px;
  --padding-left-30: 30px;
  --padding-left-35: 35px;
  --padding-left-40: 40px;
  --padding-left-45: 45px;
  --padding-left-50: 50px;
  --padding-left-55: 55px;
  --padding-left-60: 60px;
  --padding-left-65: 65px;
  --padding-left-70: 70px;
  --padding-left-75: 75px;
  --padding-left-80: 80px;
  --padding-left-85: 85px;
  --padding-left-90: 90px;
  --padding-left-95: 95px;
  --padding-left-100: 100px;
  --padding-left-110: 110px;
  --padding-left-120: 120px;
  --padding-left-130: 130px;
  --padding-left-140: 140px;
  --padding-left-150: 150px;
  --padding-left-160: 160px;
  --padding-left-170: 170px;
  --padding-left-180: 180px;
  --padding-left-190: 190px;
  --padding-left-200: 200px;
  --padding-left-210: 210px;
  --padding-left-220: 220px;
  
  /* Padding Top Variables */
  --padding-top-0: 0px;
  --padding-top-5: 5px;
  --padding-top-10: 10px;
  --padding-top-15: 15px;
  --padding-top-20: 20px;
  --padding-top-25: 25px;
  --padding-top-30: 30px;
  --padding-top-35: 35px;
  --padding-top-40: 40px;
  --padding-top-45: 45px;
  --padding-top-50: 50px;
  --padding-top-55: 55px;
  --padding-top-60: 60px;
  --padding-top-65: 65px;
  --padding-top-70: 70px;
  --padding-top-75: 75px;
  --padding-top-80: 80px;
  --padding-top-85: 85px;
  --padding-top-90: 90px;
  --padding-top-95: 95px;
  --padding-top-100: 100px;
  --padding-top-110: 110px;
  --padding-top-120: 120px;
  --padding-top-130: 130px;
  --padding-top-140: 140px;
  --padding-top-150: 150px;
  --padding-top-160: 160px;
  --padding-top-180: 180px;
  --padding-top-200: 200px;
  
  /* Padding Right Variables */
  --padding-right-0: 0px;
  --padding-right-5: 5px;
  --padding-right-10: 10px;
  --padding-right-15: 15px;
  --padding-right-20: 20px;
  --padding-right-25: 25px;
  --padding-right-30: 30px;
  --padding-right-35: 35px;
  --padding-right-40: 40px;
  --padding-right-45: 45px;
  --padding-right-50: 50px;
  --padding-right-55: 55px;
  --padding-right-60: 60px;
  --padding-right-65: 65px;
  --padding-right-70: 70px;
  --padding-right-75: 75px;
  --padding-right-80: 80px;
  --padding-right-85: 85px;
  --padding-right-90: 90px;
  --padding-right-95: 95px;
  --padding-right-100: 100px;
  --padding-right-110: 110px;
  --padding-right-150: 150px;
  --padding-right-160: 160px;
  --padding-right-170: 170px;
  --padding-right-200: 200px;
  --padding-right-250: 250px;
  
  /* Padding Bottom Variables */
  --padding-bottom-0: 0px;
  --padding-bottom-5: 5px;
  --padding-bottom-10: 10px;
  --padding-bottom-15: 15px;
  --padding-bottom-20: 20px;
  --padding-bottom-25: 25px;
  --padding-bottom-30: 30px;
  --padding-bottom-35: 35px;
  --padding-bottom-40: 40px;
  --padding-bottom-45: 45px;
  --padding-bottom-50: 50px;
  --padding-bottom-55: 55px;
  --padding-bottom-60: 60px;
  --padding-bottom-65: 65px;
  --padding-bottom-70: 70px;
  --padding-bottom-75: 75px;
  --padding-bottom-80: 80px;
  --padding-bottom-85: 85px;
  --padding-bottom-90: 90px;
  --padding-bottom-95: 95px;
  --padding-bottom-100: 100px;
  --padding-bottom-110: 110px;
  --padding-bottom-120: 120px;
  --padding-bottom-130: 130px;
  --padding-bottom-150: 150px;
  --padding-bottom-180: 180px;
  --padding-bottom-200: 200px;
  --padding-bottom-250: 250px;
  
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: var(--font-family-DMsans);
	font-size:var(--font-18);
	color:var(--text-color);
	line-height:1.6em;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	position: relative;
	text-decoration:none;
	cursor:pointer;
	color:var(--main-color);
}

section{
	background-color: #ffffff;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px 0px;
	background:none;
    line-height: 1.25em;
	font-weight:700;
    letter-spacing: 0.02em;
	color:var(--heading-color);
	font-family:var(--font-family-DMserif);
}

.theme_color{
    color:var(--main-color);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
    text-decoration:none;
    outline:none;
}

h1{
    font-size: var(--font-70);
}

h2{
    font-size: var(--font-48);
}

h3{
    font-size: var(--font-24);
}

h4{
    font-size: var(--font-24);
}

h5{
    font-size: var(--font-20);
}

h6{
    font-size: var(--font-16);
}

input,select,button{
    font-family: var(--font-family-DMsans);
}

textarea{
    overflow:hidden;
    resize: none;   
}

button{
    outline: none !important;
    cursor: pointer;
}

p{
    line-height: 1.6em;
}

.text{
    line-height: 1.6em;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
    overflow: hidden;
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}

ul,li{
    list-style:none;
    padding:var(--padding-zero);
    margin:var(--margin-zero);
}

figure{
    margin-bottom: var(--margin-zero);
}

.theme-btn{
    display:inline-block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.theme-btn i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered{
    text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    color: var(--white-color);
    letter-spacing: 0.03em;
    font-weight: 700;
    border-radius:25px;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
    position: relative;
    display:block;
    font-size: var(--font-14);
    line-height: 24px;
    padding: 11px 36px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    z-index:1;
}

.btn-style-one:hover{
    color: var(--main-color);
    border-color: var(--main-color);
    background: var(--black-color-opacity-three);
}

/*Btn Style Two*/

.btn-style-two{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    background: var(--white-color);
    color: var(--main-color);
    letter-spacing: 0.03em;
    font-weight: 700;
    border-radius:25px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
    position: relative;
    display:block;
    font-size: var(--font-14);
    line-height: 24px;
    padding: 13px 36px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    z-index:1;
}

.btn-style-two:hover{
    color: var(--white-color);
    border-color: var(--main-color);
    background: var(--main-color);
}


.pull-right{
    float: right;
}

.pull-left{
    float: left;
}

.preloader{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.svg);
	background-size:120px;
}

.preloader .icon{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:5; 
    background-color: var(--black-color-opacity-three);
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-animation-name: rotateMe; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: rotateMe; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: rotateMe; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: rotateMe; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} 

.page-loaded .preloader .icon{
    opacity:0; 
}

img{
    display:inline-block;
    max-width:100%;
    height:auto;    
}

.dropdown-toggle::after{
    display: none;
}

.fa{
    line-height: inherit;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position:fixed;
    right:20px;
    bottom:20px;
    width:50px;
    height:50px;
    color: var(--main-color);
    font-size: var(--font-20);
    line-height: 50px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    background: var(--white-color);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    border-radius: 50%;
    display:none;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.scroll-to-top:hover{
    background: var(--main-color);
    color: var(--white-color);
    box-shadow:0px 0px 25px 0px rgba(0,0,0,0.25);
}


/* Default Form Style */

.default-form{
    position: relative;
}

.default-form .row{
    margin: 0 -15px;
}

.default-form .form-group{
    position:relative;
    margin-bottom: 30px;
}

.default-form .field-inner{
    position: relative;
    display: block;
}

.default-form .field-inner .alt-icon{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 20px;
    color: var(--main-color);
    z-index: 1;
    pointer-events: none;
}

.default-form .form-group .field-label{
    position:relative;
    display: block;
    color: var(--text-color);
    font-size: var(--font-14);
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: var(--margin-bottom-10);
}

.default-form .form-group .e-label{
    position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: var(--font-16);
    color: var(--text-color);
    line-height: 28px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: var(--white-color);
    border: 1px solid var(--black-color-opacity-two);
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
    height: 210px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
    display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus{
    border-color: var(--main-color);
}

.default-form .form-group select{
    -moz-appearance:  none;
    -ms-appearance:  none;
    appearance:  none;
    background-image: url('../images/icons/icon-select.png');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.default-form .form-group select option{
    padding-left: 20px;
    text-indent: 20px;
}

.default-form ::-webkit-input-placeholder{color: var(--text-color);}

.default-form ::-moz-input-placeholder{color: var(--text-color); }

.default-form ::-ms-input-placeholder{color: var(--text-color);}

.default-form label.error{
    color: var(--main-color);;
    font-size: var(--font-14);
    text-transform: capitalize;
    text-align:left;
    display:block;
    font-weight: 500;
    padding-top: var(--padding-top-10);
    line-height: 24px;
    margin-bottom: var(--margin-zero);
}