@charset "UTF-8";

/*-------------------------------------------------------------------- 
  font-style
--------------------------------------------------------------------*/
.bold { font-weight: bold !important;}
.italic { font-style: italic !important;}

/*-------------------------------------------------------------------- 
  font-color
--------------------------------------------------------------------*/
.fc-white { color: #fff !important;}
.fc-primary { color: var(--primary-color) !important;}
.fc-accent { color: var(--accent-color) !important;}
.fc-sub { color: var(--sub-color) !important;}

/*-------------------------------------------------------------------- 
  font-family
--------------------------------------------------------------------*/
.ff-english { font-family: var(--english-font) !important;}

/*-------------------------------------------------------------------- 
  font-size
--------------------------------------------------------------------*/
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-22{font-size: 22px;}
.fs-24{font-size: 24px;}
@media screen and (min-width:576px){
  .fs-sm-12{font-size: 12px;}
  .fs-sm-13{font-size: 13px;}
  .fs-sm-14{font-size: 14px;}
  .fs-sm-15{font-size: 15px;}
  .fs-sm-16{font-size: 16px;}
  .fs-sm-18{font-size: 18px;}
  .fs-sm-20{font-size: 20px;}
  .fs-sm-22{font-size: 22px;}
  .fs-sm-24{font-size: 24px;}
}
@media screen and (min-width:768px){
  .fs-md-12{font-size: 12px;}
  .fs-md-13{font-size: 13px;}
  .fs-md-14{font-size: 14px;}
  .fs-md-15{font-size: 15px;}
  .fs-md-16{font-size: 16px;}
  .fs-md-18{font-size: 18px;}
  .fs-md-20{font-size: 20px;}
  .fs-md-22{font-size: 22px;}
  .fs-md-24{font-size: 24px;}
}
@media screen and (min-width:1110px){
  .fs-lg-12{font-size: 12px;}
  .fs-lg-13{font-size: 13px;}
  .fs-lg-14{font-size: 14px;}
  .fs-lg-15{font-size: 15px;}
  .fs-lg-16{font-size: 16px;}
  .fs-lg-18{font-size: 18px;}
  .fs-lg-20{font-size: 20px;}
  .fs-lg-22{font-size: 22px;}
  .fs-lg-24{font-size: 24px;}
}
@media screen and (min-width:1400px){
  .fs-xl-12{font-size: 12px;}
  .fs-xl-13{font-size: 13px;}
  .fs-xl-14{font-size: 14px;}
  .fs-xl-15{font-size: 15px;}
  .fs-xl-16{font-size: 16px;}
  .fs-xl-18{font-size: 18px;}
  .fs-xl-20{font-size: 20px;}
  .fs-xl-22{font-size: 22px;}
  .fs-xl-24{font-size: 24px;}
}

/*-------------------------------------------------------------------- 
  line-height
--------------------------------------------------------------------*/
.lh-10 { line-height: 1 !important;}
.lh-11 { line-height: 1.1 !important;}
.lh-12 { line-height: 1.2 !important;}
.lh-13 { line-height: 1.3 !important;}
.lh-14 { line-height: 1.4 !important;}
.lh-15 { line-height: 1.5 !important;}
.lh-16 { line-height: 1.6 !important;}
.lh-17 { line-height: 1.7 !important;}
.lh-18 { line-height: 1.8 !important;}
.lh-19 { line-height: 1.9 !important;}
.lh-20 { line-height: 2 !important;}
.lh-21 { line-height: 2.1 !important;}
.lh-22 { line-height: 2.2 !important;}
.lh-23 { line-height: 2.3 !important;}
.lh-24 { line-height: 2.4 !important;}
.lh-25 { line-height: 2.5 !important;}
@media screen and (min-width:576px){
  .lh-sm-10 { line-height: 1 !important;}
  .lh-sm-11 { line-height: 1.1 !important;}
  .lh-sm-12 { line-height: 1.2 !important;}
  .lh-sm-13 { line-height: 1.3 !important;}
  .lh-sm-14 { line-height: 1.4 !important;}
  .lh-sm-15 { line-height: 1.5 !important;}
  .lh-sm-16 { line-height: 1.6 !important;}
  .lh-sm-17 { line-height: 1.7 !important;}
  .lh-sm-18 { line-height: 1.8 !important;}
  .lh-sm-19 { line-height: 1.9 !important;}
  .lh-sm-20 { line-height: 2 !important;}
  .lh-sm-21 { line-height: 2.1 !important;}
  .lh-sm-22 { line-height: 2.2 !important;}
  .lh-sm-23 { line-height: 2.3 !important;}
  .lh-sm-24 { line-height: 2.4 !important;}
  .lh-sm-25 { line-height: 2.5 !important;}
}
@media screen and (min-width:768px){
  .lh-md-10 { line-height: 1 !important;}
  .lh-md-11 { line-height: 1.1 !important;}
  .lh-md-12 { line-height: 1.2 !important;}
  .lh-md-13 { line-height: 1.3 !important;}
  .lh-md-14 { line-height: 1.4 !important;}
  .lh-md-15 { line-height: 1.5 !important;}
  .lh-md-16 { line-height: 1.6 !important;}
  .lh-md-17 { line-height: 1.7 !important;}
  .lh-md-18 { line-height: 1.8 !important;}
  .lh-md-19 { line-height: 1.9 !important;}
  .lh-md-20 { line-height: 2 !important;}
  .lh-md-21 { line-height: 2.1 !important;}
  .lh-md-22 { line-height: 2.2 !important;}
  .lh-md-23 { line-height: 2.3 !important;}
  .lh-md-24 { line-height: 2.4 !important;}
  .lh-md-25 { line-height: 2.5 !important;}
}
@media screen and (min-width:1110px){
  .lh-lg-10 { line-height: 1 !important;}
  .lh-lg-11 { line-height: 1.1 !important;}
  .lh-lg-12 { line-height: 1.2 !important;}
  .lh-lg-13 { line-height: 1.3 !important;}
  .lh-lg-14 { line-height: 1.4 !important;}
  .lh-lg-15 { line-height: 1.5 !important;}
  .lh-lg-16 { line-height: 1.6 !important;}
  .lh-lg-17 { line-height: 1.7 !important;}
  .lh-lg-18 { line-height: 1.8 !important;}
  .lh-lg-19 { line-height: 1.9 !important;}
  .lh-lg-20 { line-height: 2 !important;}
  .lh-lg-21 { line-height: 2.1 !important;}
  .lh-lg-22 { line-height: 2.2 !important;}
  .lh-lg-23 { line-height: 2.3 !important;}
  .lh-lg-24 { line-height: 2.4 !important;}
  .lh-lg-25 { line-height: 2.5 !important;}
}
@media screen and (min-width:1400px){
  .lh-xl-10 { line-height: 1 !important;}
  .lh-xl-11 { line-height: 1.1 !important;}
  .lh-xl-12 { line-height: 1.2 !important;}
  .lh-xl-13 { line-height: 1.3 !important;}
  .lh-xl-14 { line-height: 1.4 !important;}
  .lh-xl-15 { line-height: 1.5 !important;}
  .lh-xl-16 { line-height: 1.6 !important;}
  .lh-xl-17 { line-height: 1.7 !important;}
  .lh-xl-18 { line-height: 1.8 !important;}
  .lh-xl-19 { line-height: 1.9 !important;}
  .lh-xl-20 { line-height: 2 !important;}
  .lh-xl-21 { line-height: 2.1 !important;}
  .lh-xl-22 { line-height: 2.2 !important;}
  .lh-xl-23 { line-height: 2.3 !important;}
  .lh-xl-24 { line-height: 2.4 !important;}
  .lh-xl-25 { line-height: 2.5 !important;}
}

/*-------------------------------------------------------------------- 
  letter-spacing 
--------------------------------------------------------------------*/
.ls-10per{letter-spacing: 10%;}
.ls-15per{letter-spacing: 15%;}
.ls-20per{letter-spacing: 20%;}
.ls-25per{letter-spacing: 25%;}
.ls-30per{letter-spacing: 30%;}

/*-------------------------------------------------------------------- 
  text-align
--------------------------------------------------------------------*/
.text-center{ text-align: center !important;}
.text-left{ text-align: left !important;}
.text-right{ text-align: right !important;}
@media screen and (min-width:576px){
  .text-sm-center{ text-align: center !important;}
  .text-sm-left{ text-align: left !important;}
  .text-sm-right{ text-align: right !important;}
}
@media screen and (min-width:768px){
  .text-md-center{ text-align: center !important;}
  .text-md-left{ text-align: left !important;}
  .text-md-right{ text-align: right !important;}
}
@media screen and (min-width:1110px){
  .text-lg-center{ text-align: center !important;}
  .text-lg-left{ text-align: left !important;}
  .text-lg-right{ text-align: right !important;}
}
@media screen and (min-width:1400px){
  .text-xl-center{ text-align: center !important;}
  .text-xl-left{ text-align: left !important;}
  .text-xl-right{ text-align: right !important;}
}

/*-------------------------------------------------------------------- 
  display
--------------------------------------------------------------------*/
.d-none{ display: none !important;}
.d-inline{ display: inline !important;}
.d-inline-block{ display: inline-block !important;}
.d-block{ display: block !important;}
@media screen and (min-width:576px){
  .d-sm-none{ display: none !important;}
  .d-sm-inline{ display: inline !important;}
  .d-sm-inline-block{ display: inline-block !important;}
  .d-sm-block{ display: block !important;}
}
@media screen and (min-width:768px){
  .d-md-none{ display: none !important;}
  .d-md-inline{ display: inline !important;}
  .d-md-inline-block{ display: inline-block !important;}
  .d-md-block{ display: block !important;}
}
@media screen and (min-width:1110px){
  .d-lg-none{ display: none !important;}
  .d-lg-inline{ display: inline !important;}
  .d-lg-inline-block{ display: inline-block !important;}
  .d-lg-block{ display: block !important;}
}
@media screen and (min-width:1400px){
  .d-xl-none{ display: none !important;}
  .d-xl-inline{ display: inline !important;}
  .d-xl-inline-block{ display: inline-block !important;}
  .d-xl-block{ display: block !important;}
}

/*-------------------------------------------------------------------- 
  margin-top
--------------------------------------------------------------------*/
.mt-0 {margin-top: 0 !important;}
.mt-05 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
@media screen and (min-width:576px){
  .mt-sm-0 {margin-top: 0 !important;}
  .mt-sm-05 {margin-top: 5px !important;}
  .mt-sm-10 {margin-top: 10px !important;}
  .mt-sm-15 {margin-top: 15px !important;}
  .mt-sm-20 {margin-top: 20px !important;}
  .mt-sm-30 {margin-top: 30px !important;}
  .mt-sm-40 {margin-top: 40px !important;}
  .mt-sm-50 {margin-top: 50px !important;}
  .mt-sm-60 {margin-top: 60px !important;}
  .mt-sm-70 {margin-top: 70px !important;}
  .mt-sm-80 {margin-top: 80px !important;}
  .mt-sm-90 {margin-top: 90px !important;}
}
@media screen and (min-width:768px){
  .mt-md-0 {margin-top: 0 !important;}
  .mt-md-05 {margin-top: 5px !important;}
  .mt-md-10 {margin-top: 10px !important;}
  .mt-md-15 {margin-top: 15px !important;}
  .mt-md-20 {margin-top: 20px !important;}
  .mt-md-30 {margin-top: 30px !important;}
  .mt-md-40 {margin-top: 40px !important;}
  .mt-md-50 {margin-top: 50px !important;}
  .mt-md-60 {margin-top: 60px !important;}
  .mt-md-70 {margin-top: 70px !important;}
  .mt-md-80 {margin-top: 80px !important;}
  .mt-md-90 {margin-top: 90px !important;}
}
@media screen and (min-width:1110px){
  .mt-lg-0 {margin-top: 0 !important;}
  .mt-lg-05 {margin-top: 5px !important;}
  .mt-lg-10 {margin-top: 10px !important;}
  .mt-lg-15 {margin-top: 15px !important;}
  .mt-lg-20 {margin-top: 20px !important;}
  .mt-lg-30 {margin-top: 30px !important;}
  .mt-lg-40 {margin-top: 40px !important;}
  .mt-lg-50 {margin-top: 50px !important;}
  .mt-lg-60 {margin-top: 60px !important;}
  .mt-lg-70 {margin-top: 70px !important;}
  .mt-lg-80 {margin-top: 80px !important;}
  .mt-lg-90 {margin-top: 90px !important;}
}
@media screen and (min-width:1400px){
  .mt-xl-0 {margin-top: 0 !important;}
  .mt-xl-05 {margin-top: 5px !important;}
  .mt-xl-10 {margin-top: 10px !important;}
  .mt-xl-15 {margin-top: 15px !important;}
  .mt-xl-20 {margin-top: 20px !important;}
  .mt-xl-30 {margin-top: 30px !important;}
  .mt-xl-40 {margin-top: 40px !important;}
  .mt-xl-50 {margin-top: 50px !important;}
  .mt-xl-60 {margin-top: 60px !important;}
  .mt-xl-70 {margin-top: 70px !important;}
  .mt-xl-80 {margin-top: 80px !important;}
  .mt-xl-90 {margin-top: 90px !important;}
}

/*-------------------------------------------------------------------- 
  margin-bottom
--------------------------------------------------------------------*/
.mb-0 {margin-bottom: 0 !important;}
.mb-05 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
@media screen and (min-width:576px){
  .mb-sm-0 {margin-bottom: 0 !important;}
  .mb-sm-05 {margin-bottom: 5px !important;}
  .mb-sm-10 {margin-bottom: 10px !important;}
  .mb-sm-15 {margin-bottom: 15px !important;}
  .mb-sm-20 {margin-bottom: 20px !important;}
  .mb-sm-30 {margin-bottom: 30px !important;}
  .mb-sm-40 {margin-bottom: 40px !important;}
  .mb-sm-50 {margin-bottom: 50px !important;}
  .mb-sm-60 {margin-bottom: 60px !important;}
  .mb-sm-70 {margin-bottom: 70px !important;}
  .mb-sm-80 {margin-bottom: 80px !important;}
  .mb-sm-90 {margin-bottom: 90px !important;}
}
@media screen and (min-width:768px){
  .mb-md-0 {margin-bottom: 0 !important;}
  .mb-md-05 {margin-bottom: 5px !important;}
  .mb-md-10 {margin-bottom: 10px !important;}
  .mb-md-15 {margin-bottom: 15px !important;}
  .mb-md-20 {margin-bottom: 20px !important;}
  .mb-md-30 {margin-bottom: 30px !important;}
  .mb-md-40 {margin-bottom: 40px !important;}
  .mb-md-50 {margin-bottom: 50px !important;}
  .mb-md-60 {margin-bottom: 60px !important;}
  .mb-md-70 {margin-bottom: 70px !important;}
  .mb-md-80 {margin-bottom: 80px !important;}
  .mb-md-90 {margin-bottom: 90px !important;}
}
@media screen and (min-width:1110px){
  .mb-lg-0 {margin-bottom: 0 !important;}
  .mb-lg-05 {margin-bottom: 5px !important;}
  .mb-lg-10 {margin-bottom: 10px !important;}
  .mb-lg-15 {margin-bottom: 15px !important;}
  .mb-lg-20 {margin-bottom: 20px !important;}
  .mb-lg-30 {margin-bottom: 30px !important;}
  .mb-lg-40 {margin-bottom: 40px !important;}
  .mb-lg-50 {margin-bottom: 50px !important;}
  .mb-lg-60 {margin-bottom: 60px !important;}
  .mb-lg-70 {margin-bottom: 70px !important;}
  .mb-lg-80 {margin-bottom: 80px !important;}
  .mb-lg-90 {margin-bottom: 90px !important;}
}
@media screen and (min-width:1400px){
  .mb-xl-0 {margin-bottom: 0 !important;}
  .mb-xl-05 {margin-bottom: 5px !important;}
  .mb-xl-10 {margin-bottom: 10px !important;}
  .mb-xl-15 {margin-bottom: 15px !important;}
  .mb-xl-20 {margin-bottom: 20px !important;}
  .mb-xl-30 {margin-bottom: 30px !important;}
  .mb-xl-40 {margin-bottom: 40px !important;}
  .mb-xl-50 {margin-bottom: 50px !important;}
  .mb-xl-60 {margin-bottom: 60px !important;}
  .mb-xl-70 {margin-bottom: 70px !important;}
  .mb-xl-80 {margin-bottom: 80px !important;}
  .mb-xl-90 {margin-bottom: 90px !important;}
}

/*-------------------------------------------------------------------- 
  margin-left
--------------------------------------------------------------------*/
.ml-0 {margin-left: 0 !important;}
.ml-05 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
@media screen and (min-width:576px){
  .ml-sm-0 {margin-left: 0 !important;}
  .ml-sm-05 {margin-left: 5px !important;}
  .ml-sm-10 {margin-left: 10px !important;}
  .ml-sm-15 {margin-left: 15px !important;}
  .ml-sm-20 {margin-left: 20px !important;}
  .ml-sm-30 {margin-left: 30px !important;}
  .ml-sm-40 {margin-left: 40px !important;}
  .ml-sm-50 {margin-left: 50px !important;}
  .ml-sm-60 {margin-left: 60px !important;}
  .ml-sm-70 {margin-left: 70px !important;}
  .ml-sm-80 {margin-left: 80px !important;}
  .ml-sm-90 {margin-left: 90px !important;}
}
@media screen and (min-width:768px){
  .ml-md-0 {margin-left: 0 !important;}
  .ml-md-05 {margin-left: 5px !important;}
  .ml-md-10 {margin-left: 10px !important;}
  .ml-md-15 {margin-left: 15px !important;}
  .ml-md-20 {margin-left: 20px !important;}
  .ml-md-30 {margin-left: 30px !important;}
  .ml-md-40 {margin-left: 40px !important;}
  .ml-md-50 {margin-left: 50px !important;}
  .ml-md-60 {margin-left: 60px !important;}
  .ml-md-70 {margin-left: 70px !important;}
  .ml-md-80 {margin-left: 80px !important;}
  .ml-md-90 {margin-left: 90px !important;}
}
@media screen and (min-width:1110px){
  .ml-lg-0 {margin-left: 0 !important;}
  .ml-lg-05 {margin-left: 5px !important;}
  .ml-lg-10 {margin-left: 10px !important;}
  .ml-lg-15 {margin-left: 15px !important;}
  .ml-lg-20 {margin-left: 20px !important;}
  .ml-lg-30 {margin-left: 30px !important;}
  .ml-lg-40 {margin-left: 40px !important;}
  .ml-lg-50 {margin-left: 50px !important;}
  .ml-lg-60 {margin-left: 60px !important;}
  .ml-lg-70 {margin-left: 70px !important;}
  .ml-lg-80 {margin-left: 80px !important;}
  .ml-lg-90 {margin-left: 90px !important;}
}
@media screen and (min-width:1400px){
  .ml-xl-0 {margin-left: 0 !important;}
  .ml-xl-05 {margin-left: 5px !important;}
  .ml-xl-10 {margin-left: 10px !important;}
  .ml-xl-15 {margin-left: 15px !important;}
  .ml-xl-20 {margin-left: 20px !important;}
  .ml-xl-30 {margin-left: 30px !important;}
  .ml-xl-40 {margin-left: 40px !important;}
  .ml-xl-50 {margin-left: 50px !important;}
  .ml-xl-60 {margin-left: 60px !important;}
  .ml-xl-70 {margin-left: 70px !important;}
  .ml-xl-80 {margin-left: 80px !important;}
  .ml-xl-90 {margin-left: 90px !important;}
}

/*-------------------------------------------------------------------- 
  margin-right
--------------------------------------------------------------------*/
.mr-0 {margin-right: 0 !important;}
.mr-05 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
@media screen and (min-width:576px){
  .mr-sm-0 {margin-right: 0 !important;}
  .mr-sm-05 {margin-right: 5px !important;}
  .mr-sm-10 {margin-right: 10px !important;}
  .mr-sm-15 {margin-right: 15px !important;}
  .mr-sm-20 {margin-right: 20px !important;}
  .mr-sm-30 {margin-right: 30px !important;}
  .mr-sm-40 {margin-right: 40px !important;}
  .mr-sm-50 {margin-right: 50px !important;}
  .mr-sm-60 {margin-right: 60px !important;}
  .mr-sm-70 {margin-right: 70px !important;}
  .mr-sm-80 {margin-right: 80px !important;}
  .mr-sm-90 {margin-right: 90px !important;}
}
@media screen and (min-width:768px){
  .mr-md-0 {margin-right: 0 !important;}
  .mr-md-05 {margin-right: 5px !important;}
  .mr-md-10 {margin-right: 10px !important;}
  .mr-md-15 {margin-right: 15px !important;}
  .mr-md-20 {margin-right: 20px !important;}
  .mr-md-30 {margin-right: 30px !important;}
  .mr-md-40 {margin-right: 40px !important;}
  .mr-md-50 {margin-right: 50px !important;}
  .mr-md-60 {margin-right: 60px !important;}
  .mr-md-70 {margin-right: 70px !important;}
  .mr-md-80 {margin-right: 80px !important;}
  .mr-md-90 {margin-right: 90px !important;}
}
@media screen and (min-width:1110px){
  .mr-lg-0 {margin-right: 0 !important;}
  .mr-lg-05 {margin-right: 5px !important;}
  .mr-lg-10 {margin-right: 10px !important;}
  .mr-lg-15 {margin-right: 15px !important;}
  .mr-lg-20 {margin-right: 20px !important;}
  .mr-lg-30 {margin-right: 30px !important;}
  .mr-lg-40 {margin-right: 40px !important;}
  .mr-lg-50 {margin-right: 50px !important;}
  .mr-lg-60 {margin-right: 60px !important;}
  .mr-lg-70 {margin-right: 70px !important;}
  .mr-lg-80 {margin-right: 80px !important;}
  .mr-lg-90 {margin-right: 90px !important;}
}
@media screen and (min-width:1400px){
  .mr-xl-0 {margin-right: 0 !important;}
  .mr-xl-05 {margin-right: 5px !important;}
  .mr-xl-10 {margin-right: 10px !important;}
  .mr-xl-15 {margin-right: 15px !important;}
  .mr-xl-20 {margin-right: 20px !important;}
  .mr-xl-30 {margin-right: 30px !important;}
  .mr-xl-40 {margin-right: 40px !important;}
  .mr-xl-50 {margin-right: 50px !important;}
  .mr-xl-60 {margin-right: 60px !important;}
  .mr-xl-70 {margin-right: 70px !important;}
  .mr-xl-80 {margin-right: 80px !important;}
  .mr-xl-90 {margin-right: 90px !important;}
}