ol,
ul,
dl {
  padding:0;
  margin-bottom: 0;
}

figure {
  margin: 0 0 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem; font-weight: 700;
}
.h2_title{
  padding-bottom: 15px;
}
h3, .h3 {
    font-size: 1.8rem; color:#222222; font-weight: 700;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}
p{
  margin-bottom: 0;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.wh_pre { white-space: pre-line; }
.keep-all{word-break: keep-all;overflow-wrap: break-word;word-break: break-word;}
.wh_nowrap { white-space: nowrap; }
.line1_text { white-space: normal; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;} 
.line2_text { white-space: normal; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.find-text{}
.find-text p{font-size:14.5px; font-weight:300; padding:0 30px 0 15px; position:relative; color:#595959;}
.find-text p:after{ content: '*';  position:absolute; left:0; top:2px;}
/* .row {  
  margin-right: -10px;
  margin-left: -10px;
} */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.form-text{font-size: 1.2rem;display: none; align-items: center;}
.form-text i{margin-right: 0.25rem;}
.ip_valid .ip_valid{display:inline-block; color: #663399;}
.ip_invalid .ip_invalid{display:inline-block; color: var(--danger);}
.checks label {display: flex;  align-items: center;  cursor: pointer; gap:10px; margin: 0;}
.checks input {display: none;}

/*�߰��� css*/
.checks .ic_box {display: inline-block;  width: 2.2rem;  height: 2.2rem;  font-size: 2rem;  text-align: center;  border-radius: 0.5rem;  border: 1px solid #ccc;   color: var(--border);   display: flex;   align-items: center;   justify-content: center;   background-size: auto;   background-repeat: no-repeat; background-position: center;  background-color: #fff;   flex-shrink: 0;  background-image: url(../img/check01_off.png);}
.checks input:checked + .ic_box {border-color: #2AB0CF;  color: #2AB0CF;  background-image: url(../img/check01_on.png);  background-color: #2AB0CF;}
input ~ .chk_p { font-weight: 300; font-size:14px;}
.login-btn-box{display: flex; align-items: center;  justify-content: space-between; margin: 2rem 0 3rem;}
.login-btn-box .find-btn{display: flex; align-items: center; gap: 15px;}
.login-btn-box .find-btn a{font-size: 13px; font-weight: 300;}
.g-line{width: 1px; height: 18px; background-color: #eaeaea;}
.one-text{font-size: 15px; text-align: center;   font-weight: 600;  word-break: keep-all;  margin: 2rem 0 4rem;}
.modal-btn-box{display: flex; justify-content: center;  align-items: center; gap: 10px;}
.cancel-btn{border:1px solid #ccc; background-color:#fff; border-radius:6px; padding:14px 0; text-align:center; font-size:15px; font-weight:500; color:#333; width:100%;}
.complete-btn{border:1px solid #2AB0CF; background-color:#2AB0CF;border-radius:6px; padding:14px 0; text-align:center; font-size:15px; font-weight:500; color:#fff; width:100%;}
.modal-btn-box .cancel-btn{max-width:140px;}
.modal-btn-box .complete-btn{max-width:140px;}
.ip_valid.find-id .input-group:nth-child(2){margin-bottom:0;}
.counter{display: flex; justify-content: space-between; align-items: center; font-size:15px; margin-bottom: 8px !important;}
.checks.flex{display: flex; justify-content: space-between; align-items: center;}
.checks.flex button{font-size: 14px; border: 0;  background-color: #fff;  color: #707070;  font-weight: 300;}
.mandatory{border-bottom:1px solid #333333;}
.email-input{display: flex; align-items: center; justify-content: flex-end;  gap: 5px;  flex-wrap: wrap;}
.email-input input{border-radius: 6px !important; border: 1px solid #eaeaea; width: calc(50% - 12px);}
.email-input select{border-radius: 6px !important;  border: 1px solid #eaeaea; width: calc(50% - 12px); height: calc(1.5em + 2.4rem + 2px);  padding: 0.375rem 1.5rem;  color: #222222;  font-size: 1.5rem;  font-weight: 300;}
select:focus-visible{outline: none; border: 1px solid #2AB0CF;}
.lottie-box{display: flex;  align-items: center;  justify-content: center;}
.header_top .btn{padding:0;}
.line{width:1px; height:18px; background-color:#EAEAEA; display: inline-block;}
.card .thumbnail-img{aspect-ratio: 59 / 28;}
.card .thumbnail-img img{border-radius:6px; object-fit: cover;  width: 100%;}
.event_list_title p{color: #333;}
.event-detail-img img{width:100%;}
.align-cneter{align-items: center;}
.modal-header .close{padding: 0; opacity: 1; margin: 0;}
.modal-header .close img{width: 30px;}
.sm-button{background-color: #2AB0CF; border-color: #2AB0CF;  width: 150px;  font-size: 15px;}

@media (min-width: 1240px) {.container, .container-sm, .container-md, .container-lg, .container-xl {  max-width: 1240px; }
}

/* nav */
.header_left .lnb li:first-child a {
  /* color: #2AB0CF; 원하는 색상으로 변경 */
}
/* Buttons */
.btn{
  padding:1.2rem 2.1rem;   
  border-radius:6px;
  font-size: 1.5rem; font-weight: 600;     
}
.btn.focus, .btn:focus {
  outline: 0;
  
}
.input-group-btn button{min-width: 100px; font-size: 14px; font-weight: 700; height: 100%; border-radius: 6px;}
.btn-primary {
  color: #fff;
  background-color: #2AB0CF;
  border:1px solid #2AB0CF;
}

/* #663399 */

.btn-primary:hover {
  color: #fff;
  background-color: #2AB0CF;
  border:1px solid #2AB0CF; 
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2AB0CF;
  border:1px solid #2AB0CF;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #707070;
  background-color: #E1E1E1;
  border:1px solid #E1E1E1;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #707070;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-secondary {
  color: #fff;
  background:#756EF0;
  border:1px solid #756EF0;    
}

.btn-secondary:hover {
  background-color: #5E57CE;
  border-color: #5E57CE;
}

.btn-secondary:focus, .btn-secondary.focus {
  background-color: #5E57CE;
  border:1px solid #5E57CE;
  box-shadow: 0 0 0 0.2rem rgba(74, 68, 172, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #707070
  background-color: #E1E1E1;
  border:1px solid #E1E1E1;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #707070
  background-color: #E1E1E1;
  border:1px solid #E1E1E1;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 68, 172, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #05378D;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 1.7rem 3rem;
  font-size: 1.7rem;
  line-height: 1.5;  
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;  
}

.btn-outline-primary {
  color: #007bff;
  background-color: #fff;
  border:1px solid #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border:1px solid #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(34,34,34, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #707070
  background-color: #E1E1E1;
  border:1px solid #E1E1E1;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #707070
  background-color: #E1E1E1;
  border:1px solid #E1E1E1;;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34,34,34, 0.5);
}

.btn-outline-secondary {
  color: #756EF0;
  border-color: #756EF0;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #756EF0;
  border-color: #756EF0;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 110, 240, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: rgba(255,255,255,0.6);
  background-color: #A9A6E9;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4A44AC;
  border-color: #4A44AC;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 110, 240, 0.5);
}

.btn-outline-light {
  color: #333;
  border:1px solid #ccc;
}

.btn-outline-light:hover {
  color: #663399;
  background-color: #fff;
  border-color: #663399;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 111, 129, 0.25);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: rgba(95, 111, 129, 0.5);
  background-color: #F1F4F9;
  border-color: #F1F4F9;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-dark:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}


.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
  }
  
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }
  
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  
/* Background Color */
.bg-primary {
  background-color: #222 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #333 !important;
}

.bg-secondary {
  background:#756EF0;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5E57CE !important;
}
.bg-light {
background-color: #F2F3F7 !important;
}
  
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #E8ECF5 !important;
}

/* Badge */
.badge {    
    padding: 0.6rem 1rem;
    font-weight: 500;
}
.badge-primary {
    color: #fff;
    background:#663399;
}
  
a.badge-secondary:hover, a.badge-secondary:focus {
   color: #fff;
   background-color: #545b62;
}
  
a.badge-secondary:focus, a.badge-secondary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* Paginataion */

.page-link{ padding: 0; border:0; color:#999999; font-size: 17px; text-align: center; font-weight:600;}
.page-item:first-child .page-link, .page-item:last-child .page-link{border-radius: 50%; border: 1px solid #eaeaea;  display: flex;  justify-content: center;  align-items: center;  width: 34px;  height: 34px;}
.page-item.active .page-link{text-decoration: underline;  background-color: #fff;  color: #000;}
.page-link:hover{color: #222; background-color: #fff;}

/* Badge */
.badge-light{
    background-color: #F7F7F7;
}


/* 뱃지 */
.badge2 {
  padding: 0.6rem 1.0rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.badge-light-primary {background-color: var(--primary-light);color: var(--primary);}
.badge-gray {background-color: rgba(88,94,101,0.08);color:#9EA4AB;}
.badge-state01 {background-color: rgba(51,102,204,0.08);color: #3366CC;}
.badge-state02 {background-color: rgba(242,55,40,0.08);color: #F23728;}
.badge-state03 {background-color: rgba(23,161,64,0.08);color: #17A140;}
.badge-state04 {background-color: rgba(214,0,193,0.08);color: #D600C1;}
.badge-state05 {background-color: rgba(0,163,214,0.08);color: #00A3D6;}
.badge-state06 {background-color: rgba(53,103,162,0.08);color: #3567A2;}
.badge-state07 {background-color: rgba(128,165,0,0.08);color: #80A500;}

.badge-disabled{color:#999;background:#ddd;}

.badge-sm{font-size:1.2rem;padding: 0.4rem 0.8rem;}

/* Table */
.table th,
.table td {
  padding: 1.25rem;
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
}
.table thead th{
  border-top: 2px solid #dee2e6;
  border-bottom:1px solid #dee2e6;
}
.table thead th{
  color:#999999; font-weight: 400;
}
.table tbody td{
  color:#333333; font-size: 1.5rem;
}

/* 테이블 */
.table_01 {
  width:100%; border-collapse: collapse;   border-bottom:1px solid #e3e3e3; text-align:center; border-top: 2px var(--gray-dark) solid;
}
.table_01 th {
  background: #F6F6F6;  text-align:center;  border:1px solid #e3e3e3; font-size: 1.3rem;
}
.table_01 td {
  border:1px solid #e3e3e3; font-size: 1.5rem;
}
.table_01 th, .table_01 td{
  padding:1rem 0.8rem;
}

/* 테이블 슬래쉬 */
.table_01 th.slash {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="rgb(77,77,77)" /></svg>'); background-repeat: no-repeat;
}
.table_01 th.backslash {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(77,77,77)" /></svg>'); background-repeat: no-repeat;
}
.table_01 th.slash, .table_01 th.backslash { text-align: left; }
.slash div, .backslash div { text-align: right; }

/*테이블 반응형때*/
.table_scroll { overflow-x: auto; overflow-y: hidden; padding: 0px !important; }

/* Form */
.form-control {
  height: calc(1.5em + 2.4rem + 2px); padding: 0.375rem 1.5rem;  
  color:#222222; font-size: 1.5rem; font-weight: 300;
}
.ip_wr .form-control{border-radius:6px !important; border:1px solid #e1e1e1;}
.login .login-btn{background-color: #2AB0CF;  border-radius: 6px; border: 0; color: #fff;  font-size: 15px;  font-weight: 700;  padding: 18px 0;}
.join-btn{background-color: #fff; border-radius: 6px; border: 1px solid #2AB0CF; color: #2AB0CF;  font-size: 15px;  font-weight: 700;  padding: 18px 0;}

select.form-control{
  background: url(../img/bg_select.png) no-repeat right 10px top 50%;
  background-size: 14px 8px;  
  cursor: pointer;
}
select option[value=""][disabled] {
	display: none;
}
textarea.form-control{
  padding:1rem 1.5rem;
}
textarea.form-control:focus{
    outline:0;
    border-color: #222;    
    box-shadow: 0 0 0 0.2rem rgb(0 201 136 / 25%);
}
.form-group {
  position:relative;
}
.form-group label{
  font-size: 1.6rem; 
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #2AB0CF;
	outline: 0;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #B2BBC8;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #B2BBC8;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #B2BBC8;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #B2BBC8;
  opacity: 1;
}

.form-control::placeholder {
  color: #B2BBC8;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
/* form */
.form-check input{
  display: none;
}

.form-check {
  padding-left: 0;
}

.form-check-label {
  cursor: pointer;
  color: #333; font-weight: 500;
}
.chkbox{
  display: inline-block; width:24px; height:24px; margin:0 auto; margin-right: 4px; line-height: 24px; text-align: center;
  border:1px solid #e3e3e3; border-radius:6px; background-color: #fff; transition: all 0.2s ease-in; font-weight: 300;
}
.chkbox.radio{
  border-radius: 50%;
}
.chkbox-lg{
  width:20px; height:20px;
}
.chkbox i{
  width:100%; height:100%;
  color:#D2DCE8; font-size: 1.6rem;

}
.form-check .form-check-input:checked + .form-check-label .chkbox{
  border-color: #2AB0CF; background-color: #2AB0CF;
}
.form-check .form-check-input:checked + .form-check-label .chkbox i{
  color:#fff
}


.form-control-sm {
  height: calc(1.7em + 0.9rem + 2px);
  padding: 0.25rem 1.3rem;
  font-size: 1.4rem;
  border-radius: 0;
}
select.form-control-sm{
  padding: 0.25rem 2.4rem 0.25rem 1.3rem;
}
.form-control-lg {
  height: calc(1.5em + 3.6rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.9rem;
  line-height: 1.5;
  border-radius: 0;
}
.form-group.calendar{
  position:relative;
}
.form-group.calendar i{
  position:absolute; right:20px; top:13px;
}
.form-group.calendar img{  position:absolute; right:10px; top:12.5px;}
/* Text Color */
a:hover{
  color:#2AB0CF;  
}
a.text-primary:hover, a.text-primary:focus {
  color: #333 !important;
}
.text-primary {
  color: #2AB0CF !important;
}
.text-b1b1b1{color: #b1b1b1 !important;}
.text-secondary {
  color: #707070 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #707070 !important;
}

.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-semidark {
  color: #5F6F81 !important;
}
a.text-semidark:hover, a.text-dark:focus {
  color: #4c5866 !important;
}

.text-darkgray {
  color: #707070 !important;
}
a.text-darkgray:hover, a.text-semidark:focus {
  color: #2AB0CF !important;
}

.text-gray {
  color: #B2BFC8 !important;
}
a.text-gray:hover, a.text-gray:focus {
  color: #a7b2bb !important;
}

.text-lightgray {
  color: #D2DFE8 !important;
}
a.text-lightgray:hover, a.text-lightgray:focus {
  color: #cbd7df !important;
}

.text-light {
  color: #E8ECF5 !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dfe2eb !important;
}

.text-exlight {
  color: #F1F4F9 !important;
}
a.text-exlight:hover, a.text-exlight:focus {
  color: #e7eaee !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}
.text-underline{
  text-decoration: underline;
}
/* Borders */
.border-primary{
    border-color: #222!important;
}

/* Rounded */
.rounded {
  border-radius: 1rem !important;
}

/* Margin Padding */
.m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .m-05 {
    margin: 0.5rem !important;
  }
  
  .mt-05,
  .my-05 {
    margin-top: 0.5rem !important;
  }
  
  .mr-05,
  .mx-05 {
    margin-right: 0.5rem !important;
  }
  
  .mb-05,
  .my-05 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-05,
  .mx-05 {
    margin-left: 0.5rem !important;
  }
  
  .m-1 {
    margin: 1rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 1rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 1rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 1rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 1rem !important;
  }
  
  .m-2 {
    margin: 2rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 2rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 2rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 2rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 2rem !important;
  }
  
  .m-3 {
    margin: 3rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 3rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 3rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 3rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 3rem !important;
  }
  
  .m-4 {
    margin: 4rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 4rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 4rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 4rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 4rem !important;
  }
  
  .m-5 {
    margin: 5rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 5rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 5rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 5rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 5rem !important;
  }
  .mt-10,
  .my-10 {
    margin-top: 1.5rem !important;
  }
  .m-15 {
    margin: 1.5rem !important;
  }
  
  .mt-15,
  .my-15 {
    margin-top: 1.5rem !important;
  }
  
  .mr-15,
  .mx-15 {
    margin-right: 1.5rem !important;
  }
  
  .mb-15,
  .my-15 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-15,
  .mx-15 {
    margin-left: 1.5rem !important;
  }
  .mt-20{margin-top: 2rem }
  .m-25 {
    margin: 2.5rem !important;
  }
  
  .mt-25,
  .my-25 {
    margin-top: 2.5rem !important;
  }
  
  .mr-25,
  .mx-25 {
    margin-right: 2.5rem !important;
  }
  
  .mb-25,
  .my-25 {
    margin-bottom: 2.5rem !important;
  }
  
  .ml-25,
  .mx-25 {
    margin-left: 2.5rem !important;
  }
  
  .m-35 {
    margin: 3.5rem !important;
  }
  
  .mt-35,
  .my-35 {
    margin-top: 3.5rem !important;
  }
  
  .mr-35,
  .mx-35 {
    margin-right: 3.5rem !important;
  }
  
  .mb-35,
  .my-35 {
    margin-bottom: 3.5rem !important;
  }
  
  .ml-35,
  .mx-35 {
    margin-left: 3.5rem !important;
  }
  
  .m-45 {
    margin: 4.5rem !important;
  }
  
  .mt-45,
  .my-45 {
    margin-top: 4.5rem !important;
  }
  
  .mr-45,
  .mx-45 {
    margin-right: 4.5rem !important;
  }
  
  .mb-45,
  .my-45 {
    margin-bottom: 4.5rem !important;
  }
  
  .ml-45,
  .mx-45 {
    margin-left: 4.5rem !important;
  }
  .mt-50{margin-top: 5rem}
  .m-55 {
    margin: 5.5rem !important;
  }
  
  .mt-55,
  .my-55 {
    margin-top: 5.5rem !important;
  }
  
  .mr-55,
  .mx-55 {
    margin-right: 5.5rem !important;
  }
  
  .mb-55,
  .my-55 {
    margin-bottom: 5.5rem !important;
  }
  
  .ml-55,
  .mx-55 {
    margin-left: 5.5rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }

  .p-05 {
    padding: 0.5rem !important;
  }
  
  .pt-05,
  .py-05 {
    padding-top: 0.5rem !important;
  }
  
  .pr-05,
  .px-05 {
    padding-right: 0.5rem !important;
  }
  
  .pb-05,
  .py-05 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-05,
  .px-05 {
    padding-left: 0.5rem !important;
  }
  
  .p-1 {
    padding: 1rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 1rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 1rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 1rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 1rem !important;
  }
  
  .p-2 {
    padding: 2rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 2rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 2rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 2rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 2rem !important;
  }
  
  .p-3 {
    padding: 3rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 3rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 3rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 3rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 3rem !important;
  }
  
  .p-4 {
    padding: 4rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 4rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 4rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 4rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 4rem !important;
  }
  
  .p-5 {
    padding: 5rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 5rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 5rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 5rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 5rem !important;
  }

  .p-15 {
    padding: 1.5rem !important;
  }
  
  .pt-15,
  .py-15 {
    padding-top: 1.5rem !important;
  }
  
  .pr-15,
  .px-15 {
    padding-right: 1.5rem !important;
  }
  
  .pb-15,
  .py-15 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-15,
  .px-15 {
    padding-left: 1.5rem !important;
  }
  
  .p-25 {
    padding: 2.5rem !important;
  }
  
  .pt-25,
  .py-25 {
    padding-top: 2.5rem !important;
  }
  
  .pr-25,
  .px-25 {
    padding-right: 2.5rem !important;
  }
  
  .pb-25,
  .py-25 {
    padding-bottom: 2.5rem !important;
  }
  
  .pl-25,
  .px-25 {
    padding-left: 2.5rem !important;
  }
  
  .p-35 {
    padding: 3.5rem !important;
  }
  
  .pt-35,
  .py-35 {
    padding-top: 3.5rem !important;
  }
  
  .pr-35,
  .px-35 {
    padding-right: 3.5rem !important;
  }
  
  .pb-35,
  .py-35 {
    padding-bottom: 3.5rem !important;
  }
  
  .pl-35,
  .px-35 {
    padding-left: 3.5rem !important;
  }
  
  .p-45 {
    padding: 4.5rem !important;
  }
  
  .pt-45,
  .py-45 {
    padding-top: 4.5rem !important;
  }
  
  .pr-45,
  .px-45 {
    padding-right: 4.5rem !important;
  }
  
  .pb-45,
  .py-45 {
    padding-bottom: 4.5rem !important;
  }
  
  .pl-45,
  .px-45 {
    padding-left: 4.5rem !important;
  }
  
  .p-55 {
    padding: 5.5rem !important;
  }
  
  .pt-55,
  .py-55 {
    padding-top: 5.5rem !important;
  }
  
  .pr-55,
  .px-55 {
    padding-right: 5.5rem !important;
  }
  
  .pb-55,
  .py-55 {
    padding-bottom: 5.5rem !important;
  }
  
  .pl-55,
  .px-55 {
    padding-left: 5.5rem !important;
  }

  .m-n05 {
    margin: -0.5rem !important;
  }
  
  .mt-n05,
  .my-n05 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n05,
  .mx-n05 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n05,
  .my-n05 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n05,
  .mx-n05 {
    margin-left: -0.5rem !important;
  }
  
  .m-n1 {
    margin: -1rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -1rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -1rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -1rem !important;
  }
  
  .m-n2 {
    margin: -2rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -2rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -2rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -2rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -2rem !important;
  }
  
  .m-n3 {
    margin: -3rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -3rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -3rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -3rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -3rem !important;
  }
  
  .m-n4 {
    margin: -4rem !important;
  }
  
  .mt-n4,
  .my-n4 {
    margin-top: -4rem !important;
  }
  
  .mr-n4,
  .mx-n4 {
    margin-right: -4rem !important;
  }
  
  .mb-n4,
  .my-n4 {
    margin-bottom: -4rem !important;
  }
  
  .ml-n4,
  .mx-n4 {
    margin-left: -4rem !important;
  }
  
  .m-n5 {
    margin: -5rem !important;
  }
  
  .mt-n5,
  .my-n5 {
    margin-top: -5rem !important;
  }
  
  .mr-n5,
  .mx-n5 {
    margin-right: -5rem !important;
  }
  
  .mb-n5,
  .my-n5 {
    margin-bottom: -5rem !important;
  }
  
  .ml-n5,
  .mx-n5 {
    margin-left: -5rem !important;
  }

  .m-n1 {
    margin: -1rem !important;
  }
  
  .mt-n15,
  .my-n15 {
    margin-top: -1.5rem !important;
  }
  
  .mr-n15,
  .mx-n15 {
    margin-right: -1.5rem !important;
  }
  
  .mb-n15,
  .my-n15 {
    margin-bottom: -1.5rem !important;
  }
  
  .ml-n15,
  .mx-n15 {
    margin-left: -1.5rem !important;
  }
  
  .m-n25 {
    margin: -2.5rem !important;
  }
  
  .mt-n25,
  .my-n25 {
    margin-top: -2.5rem !important;
  }
  
  .mr-n25,
  .mx-n25 {
    margin-right: -2.5rem !important;
  }
  
  .mb-n25,
  .my-n25 {
    margin-bottom: -2.5rem !important;
  }
  
  .ml-n25,
  .mx-n25 {
    margin-left: -2.5rem !important;
  }
  
  .m-n35 {
    margin: -3.5rem !important;
  }
  
  .mt-n35,
  .my-n35 {
    margin-top: -3.5rem !important;
  }
  
  .mr-n35,
  .mx-n35 {
    margin-right: -3.5rem !important;
  }
  
  .mb-n35,
  .my-n35 {
    margin-bottom: -3.5rem !important;
  }
  
  .ml-n35,
  .mx-n35 {
    margin-left: -3.5rem !important;
  }
  
  .m-n45 {
    margin: -4.5rem !important;
  }
  
  .mt-n45,
  .my-n45 {
    margin-top: -4.5rem !important;
  }
  
  .mr-n45,
  .mx-n45 {
    margin-right: -4.5rem !important;
  }
  
  .mb-n45,
  .my-n45 {
    margin-bottom: -4.5rem !important;
  }
  
  .ml-n45,
  .mx-n45 {
    margin-left: -4.5rem !important;
  }
  
  .m-n55 {
    margin: -5.5rem !important;
  }
  
  .mt-n55,
  .my-n55 {
    margin-top: -5.5rem !important;
  }
  
  .mr-n55,
  .mx-n55 {
    margin-right: -5.5rem !important;
  }
  
  .mb-n55,
  .my-n55 {
    margin-bottom: -5.5rem !important;
  }
  
  .ml-n55,
  .mx-n55 {
    margin-left: -5.5rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 576px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
    }

    /* .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
    } */

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
    }
    .btn {
        padding: 1.3rem 3.2rem;
        font-size: 1.6rem;
    }
    .btn-sm, .btn-group-sm > .btn {
      padding: 0.8rem 2rem;
    }
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-05 {
        margin: 0.5rem !important;
      }
      .mt-sm-05,
      .my-sm-05 {
        margin-top: 0.5rem !important;
      }
      .mr-sm-05,
      .mx-sm-05 {
        margin-right: 0.5rem !important;
      }
      .mb-sm-05,
      .my-sm-05 {
        margin-bottom: 0.5rem !important;
      }
      .ml-sm-05,
      .mx-sm-05 {
        margin-left: 0.5rem !important;
      }
    .m-sm-1 {
      margin: 1rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 1rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 1rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 1rem !important;
    }
    .m-sm-2 {
      margin: 2rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 2rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 2rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 2rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 2rem !important;
    }
    .m-sm-3 {
      margin: 3rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 3rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 3rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 3rem !important;
    }
    .m-sm-4 {
      margin: 4rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 4rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 4rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 4rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 4rem !important;
    }
    .m-sm-5 {
      margin: 5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 5rem !important;
    }
    .mt-sm-15,
    .my-sm-15 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-15,
    .my-sm-15 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
      margin-left: 1.5rem !important;
    }
    .m-sm-25 {
      margin: 2.5rem !important;
    }
    .mt-sm-25,
    .my-sm-25 {
      margin-top: 2.5rem !important;
    }
    .mr-sm-25,
    .mx-sm-25 {
      margin-right: 2.5rem !important;
    }
    .mb-sm-25,
    .my-sm-25 {
      margin-bottom: 2.5rem !important;
    }
    .ml-sm-25,
    .mx-sm-25 {
      margin-left: 2.5rem !important;
    }
    .m-sm-35 {
      margin: 3.5rem !important;
    }
    .mt-sm-35,
    .my-sm-35 {
      margin-top: 3.5rem !important;
    }
    .mr-sm-35,
    .mx-sm-35 {
      margin-right: 3.5rem !important;
    }
    .mb-sm-35,
    .my-sm-35 {
      margin-bottom: 3.5rem !important;
    }
    .ml-sm-35,
    .mx-sm-35 {
      margin-left: 3.5rem !important;
    }
    .m-sm-45 {
      margin: 4.5rem !important;
    }
    .mt-sm-45,
    .my-sm-45 {
      margin-top: 4.5rem !important;
    }
    .mr-sm-45,
    .mx-sm-45 {
      margin-right: 4.5rem !important;
    }
    .mb-sm-45,
    .my-sm-45 {
      margin-bottom: 4.5rem !important;
    }
    .ml-sm-45,
    .mx-sm-45 {
      margin-left: 4.5rem !important;
    }
    .m-sm-55 {
      margin: 5.5rem !important;
    }
    .mt-sm-55,
    .my-sm-55 {
      margin-top: 5.5rem !important;
    }
    .mr-sm-55,
    .mx-sm-55 {
      margin-right: 5.5rem !important;
    }
    .mb-sm-55,
    .my-sm-55 {
      margin-bottom: 5.5rem !important;
    }
    .ml-sm-55,
    .mx-sm-55 {
      margin-left: 5.5rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-05 {
        padding: 0.5 !important;
      }
      .pt-sm-05,
      .py-sm-05 {
        padding-top: 0.5 !important;
      }
      .pr-sm-05,
      .px-sm-05 {
        padding-right: 0.5 !important;
      }
      .pb-sm-05,
      .py-sm-05 {
        padding-bottom: 0.5 !important;
      }
      .pl-sm-05,
      .px-sm-05 {
        padding-left: 0.5 !important;
      }
    .p-sm-1 {
      padding: 1rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 1rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 1rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 1rem !important;
    }
    .p-sm-2 {
      padding: 2rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 2rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 2rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 2rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 2rem !important;
    }
    .p-sm-3 {
      padding: 3rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 3rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 3rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 3rem !important;
    }
    .p-sm-4 {
      padding: 4rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 4rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 4rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 4rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 4rem !important;
    }
    .p-sm-5 {
      padding: 5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 5rem !important;
    }
    .p-sm-15 {
      padding: 1.5rem !important;
    }
    .pt-sm-15,
    .py-sm-15 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-15,
    .px-sm-15 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-15,
    .py-sm-15 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-15,
    .px-sm-15 {
      padding-left: 1.5rem !important;
    }
    .p-sm-25 {
      padding: 2.5rem !important;
    }
    .pt-sm-25,
    .py-sm-25 {
      padding-top: 2.5rem !important;
    }
    .pr-sm-25,
    .px-sm-25 {
      padding-right: 2.5rem !important;
    }
    .pb-sm-25,
    .py-sm-25 {
      padding-bottom: 2.5rem !important;
    }
    .pl-sm-25,
    .px-sm-25 {
      padding-left: 2.5rem !important;
    }
    .p-sm-35 {
      padding: 3.5rem !important;
    }
    .pt-sm-35,
    .py-sm-35 {
      padding-top: 3.5rem !important;
    }
    .pr-sm-35,
    .px-sm-35 {
      padding-right: 3.5rem !important;
    }
    .pb-sm-35,
    .py-sm-35 {
      padding-bottom: 3.5rem !important;
    }
    .pl-sm-35,
    .px-sm-35 {
      padding-left: 3.5rem !important;
    }
    .p-sm-45 {
      padding: 4.5rem !important;
    }
    .pt-sm-45,
    .py-sm-45 {
      padding-top: 4.5rem !important;
    }
    .pr-sm-45,
    .px-sm-45 {
      padding-right: 4.5rem !important;
    }
    .pb-sm-45,
    .py-sm-45 {
      padding-bottom: 4.5rem !important;
    }
    .pl-sm-45,
    .px-sm-45 {
      padding-left: 4.5rem !important;
    }
    .p-sm-55 {
      padding: 5.5rem !important;
    }
    .pt-sm-55,
    .py-sm-55 {
      padding-top: 5.5rem !important;
    }
    .pr-sm-55,
    .px-sm-55 {
      padding-right: 5.5rem !important;
    }
    .pb-sm-55,
    .py-sm-55 {
      padding-bottom: 5.5rem !important;
    }
    .pl-sm-55,
    .px-sm-55 {
      padding-left: 5.5rem !important;
    }
    .m-sm-n05 {
        margin: -0.5rem !important;
      }
      .mt-sm-n05,
      .my-sm-n05 {
        margin-top: -0.5rem !important;
      }
      .mr-sm-n05,
      .mx-sm-n05 {
        margin-right: -0.5rem !important;
      }
      .mb-sm-n05,
      .my-sm-n05 {
        margin-bottom: -0.5rem !important;
      }
      .ml-sm-n05,
      .mx-sm-n05 {
        margin-left: -0.5rem !important;
      }
    .m-sm-n1 {
      margin: -1rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -1rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -1rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -1rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -1rem !important;
    }
    .m-sm-n2 {
      margin: -2rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -2rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -2rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -2rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -2rem !important;
    }
    .m-sm-n3 {
      margin: -3rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -3rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -3rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -3rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -3rem !important;
    }
    .m-sm-n4 {
      margin: -4rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -4rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -4rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -4rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -4rem !important;
    }
    .m-sm-n5 {
      margin: -5rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -5rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -5rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -5rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -5rem !important;
    }
    .m-sm-n15 {
      margin: -1.5rem !important;
    }
    .mt-sm-n15,
    .my-sm-n15 {
      margin-top: -1.5rem !important;
    }
    .mr-sm-n15,
    .mx-sm-n15 {
      margin-right: -1.5rem !important;
    }
    .mb-sm-n15,
    .my-sm-n15 {
      margin-bottom: -1.5rem !important;
    }
    .ml-sm-n15,
    .mx-sm-n15 {
      margin-left: -1.5rem !important;
    }
    .m-sm-n25 {
      margin: -2.5rem !important;
    }
    .mt-sm-n25,
    .my-sm-n25 {
      margin-top: -2.5rem !important;
    }
    .mr-sm-n25,
    .mx-sm-n25 {
      margin-right: -2.5rem !important;
    }
    .mb-sm-n25,
    .my-sm-n25 {
      margin-bottom: -2.5rem !important;
    }
    .ml-sm-n25,
    .mx-sm-n25 {
      margin-left: -2.5rem !important;
    }
    .m-sm-n35 {
      margin: -3.5rem !important;
    }
    .mt-sm-n35,
    .my-sm-n35 {
      margin-top: -3.5rem !important;
    }
    .mr-sm-n35,
    .mx-sm-n35 {
      margin-right: -3.5rem !important;
    }
    .mb-sm-n35,
    .my-sm-n35 {
      margin-bottom: -3.5rem !important;
    }
    .ml-sm-n35,
    .mx-sm-n35 {
      margin-left: -3.5rem !important;
    }
    .m-sm-n45 {
      margin: -4.5rem !important;
    }
    .mt-sm-n45,
    .my-sm-n45 {
      margin-top: -4.5rem !important;
    }
    .mr-sm-n45,
    .mx-sm-n45 {
      margin-right: -4.5rem !important;
    }
    .mb-sm-n45,
    .my-sm-n45 {
      margin-bottom: -4.5rem !important;
    }
    .ml-sm-n45,
    .mx-sm-n45 {
      margin-left: -4.5rem !important;
    }
    .m-sm-n55 {
      margin: -5.5rem !important;
    }
    .mt-sm-n55,
    .my-sm-n55 {
      margin-top: -5.5rem !important;
    }
    .mr-sm-n55,
    .mx-sm-n55 {
      margin-right: -5.5rem !important;
    }
    .mb-sm-n55,
    .my-sm-n55 {
      margin-bottom: -5.5rem !important;
    }
    .ml-sm-n55,
    .mx-sm-n55 {
      margin-left: -5.5rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 768px) {
    h2, .h2 {        
        font-size: 2.4rem; font-weight: 700;
    }
    h3, .h3{
        font-size: 2.0rem;
    }
    h4, .h4 {
        font-size: 1.8rem;
    }
    .btn-lg, .btn-group-lg > .btn {
        padding: 1.75rem 6rem;
        font-size: 1.9rem;
        line-height: 1.5;  
    }
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-05 {
        margin: 0.5rem !important;
      }
      .mt-md-05,
      .my-md-05 {
        margin-top: 0.5rem !important;
      }
      .mr-md-05,
      .mx-md-05 {
        margin-right: 0.5rem !important;
      }
      .mb-md-05,
      .my-md-05 {
        margin-bottom: 0.5rem !important;
      }
      .ml-md-05,
      .mx-md-05 {
        margin-left: 0.5rem !important;
      }
    .m-md-1 {
      margin: 1rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 1rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 1rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 1rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 1rem !important;
    }
    .m-md-2 {
      margin: 2rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 2rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 2rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 2rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 2rem !important;
    }
    .m-md-3 {
      margin: 3rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 3rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 3rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 3rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 3rem !important;
    }
    .m-md-4 {
      margin: 4rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 4rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 4rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 4rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 4rem !important;
    }
    .m-md-5 {
      margin: 5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 5rem !important;
    }
    .m-md-15 {
      margin: 1.5rem !important;
    }
    .mt-md-15,
    .my-md-15 {
      margin-top: 1.5rem !important;
    }
    .mr-md-15,
    .mx-md-15 {
      margin-right: 1.5rem !important;
    }
    .mb-md-15,
    .my-md-15 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-15,
    .mx-md-15 {
      margin-left: 1.5rem !important;
    }
    .m-md-25 {
      margin: 2.5rem !important;
    }
    .mt-md-25,
    .my-md-25 {
      margin-top: 2.5rem !important;
    }
    .mr-md-25,
    .mx-md-25 {
      margin-right: 2.5rem !important;
    }
    .mb-md-25,
    .my-md-25 {
      margin-bottom: 2.5rem !important;
    }
    .ml-md-25,
    .mx-md-25 {
      margin-left: 2.5rem !important;
    }
    .m-md-35 {
      margin: 3.5rem !important;
    }
    .mt-md-35,
    .my-md-35 {
      margin-top: 3.5rem !important;
    }
    .mr-md-35,
    .mx-md-35 {
      margin-right: 3.5rem !important;
    }
    .mb-md-35,
    .my-md-35 {
      margin-bottom: 3.5rem !important;
    }
    .ml-md-35,
    .mx-md-35 {
      margin-left: 3.5rem !important;
    }
    .m-md-45 {
      margin: 4.5rem !important;
    }
    .mt-md-45,
    .my-md-45 {
      margin-top: 4.5rem !important;
    }
    .mr-md-45,
    .mx-md-45 {
      margin-right: 4.5rem !important;
    }
    .mb-md-45,
    .my-md-45 {
      margin-bottom: 4.5rem !important;
    }
    .ml-md-45,
    .mx-md-45 {
      margin-left: 4.5rem !important;
    }
    .m-md-55 {
      margin: 5.5rem !important;
    }
    .mt-md-55,
    .my-md-55 {
      margin-top: 5.5rem !important;
    }
    .mr-md-55,
    .mx-md-55 {
      margin-right: 5.5rem !important;
    }
    .mb-md-55,
    .my-md-55 {
      margin-bottom: 5.5rem !important;
    }
    .ml-md-55,
    .mx-md-55 {
      margin-left: 5.5rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-05 {
        padding: 0.5rem !important;
      }
      .pt-md-05,
      .py-md-05 {
        padding-top: 0.5rem !important;
      }
      .pr-md-05,
      .px-md-05 {
        padding-right: 0.5rem !important;
      }
      .pb-md-05,
      .py-md-05 {
        padding-bottom: 0.5rem !important;
      }
      .pl-md-05,
      .px-md-05 {
        padding-left: 0.5rem !important;
      }
    .p-md-1 {
      padding: 1rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 1rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 1rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 1rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 1rem !important;
    }
    .p-md-2 {
      padding: 2rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 2rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 2rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 2rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 2rem !important;
    }
    .p-md-3 {
      padding: 3rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 3rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 3rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 3rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 3rem !important;
    }
    .p-md-4 {
      padding: 4rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 4rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 4rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 4rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 4rem !important;
    }
    .p-md-5 {
      padding: 5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 5rem !important;
    }
    .p-md-15 {
      padding: 1.5rem !important;
    }
    .pt-md-15,
    .py-md-15 {
      padding-top: 1.5rem !important;
    }
    .pr-md-15,
    .px-md-15 {
      padding-right: 1.5rem !important;
    }
    .pb-md-15,
    .py-md-15 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-15,
    .px-md-15 {
      padding-left: 1.5rem !important;
    }
    .p-md-25 {
      padding: 2.5rem !important;
    }
    .pt-md-25,
    .py-md-25 {
      padding-top: 2.5rem !important;
    }
    .pr-md-25,
    .px-md-25 {
      padding-right: 2.5rem !important;
    }
    .pb-md-25,
    .py-md-25 {
      padding-bottom: 2.5rem !important;
    }
    .pl-md-25,
    .px-md-25 {
      padding-left: 2.5rem !important;
    }
    .p-md-35 {
      padding: 3.5rem !important;
    }
    .pt-md-35,
    .py-md-35 {
      padding-top: 3.5rem !important;
    }
    .pr-md-35,
    .px-md-35 {
      padding-right: 3.5rem !important;
    }
    .pb-md-35,
    .py-md-35 {
      padding-bottom: 3.5rem !important;
    }
    .pl-md-35,
    .px-md-35 {
      padding-left: 3.5rem !important;
    }
    .p-md-45 {
      padding: 4.5rem !important;
    }
    .pt-md-45,
    .py-md-45 {
      padding-top: 4.5rem !important;
    }
    .pr-md-45,
    .px-md-45 {
      padding-right: 4.5rem !important;
    }
    .pb-md-45,
    .py-md-45 {
      padding-bottom: 4.5rem !important;
    }
    .pl-md-45,
    .px-md-45 {
      padding-left: 4.5rem !important;
    }
    .p-md-55 {
      padding: 5.5rem !important;
    }
    .pt-md-55,
    .py-md-55 {
      padding-top: 5.5rem !important;
    }
    .pr-md-55,
    .px-md-55 {
      padding-right: 5.5rem !important;
    }
    .pb-md-55,
    .py-md-55 {
      padding-bottom: 5.5rem !important;
    }
    .pl-md-55,
    .px-md-55 {
      padding-left: 5.5rem !important;
    }
    .m-md-n05 {
      margin: -0.5rem !important;
    }
    .mt-md-n05,
    .my-md-n05 {
      margin-top: -0.5rem !important;
    }
    .mr-md-n05,
    .mx-md-n05 {
      margin-right: -0.5rem !important;
    }
    .mb-md-n05,
    .my-md-n05 {
      margin-bottom: -0.5rem !important;
    }
    .ml-md-n05,
    .mx-md-n05 {
      margin-left: -0.5rem !important;
    }
    .m-md-n1 {
        margin: -1rem !important;
      }
      .mt-md-n1,
      .my-md-n1 {
        margin-top: -1rem !important;
      }
      .mr-md-n1,
      .mx-md-n1 {
        margin-right: -1rem !important;
      }
      .mb-md-n1,
      .my-md-n1 {
        margin-bottom: -1rem !important;
      }
      .ml-md-n1,
      .mx-md-n1 {
        margin-left: -1rem !important;
      }
    .m-md-n2 {
      margin: -2rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -2rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -2rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -2rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -2rem !important;
    }
    .m-md-n3 {
      margin: -3rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -3rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -3rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -3rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -3rem !important;
    }
    .m-md-n4 {
      margin: -4rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -4rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -4rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -4rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -4rem !important;
    }
    .m-md-n5 {
      margin: -5rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -5rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -5rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -5rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -5rem !important;
    }
    .m-md-n15 {
      margin: -1.5rem !important;
    }
    .mt-md-n15,
    .my-md-n15 {
      margin-top: -1.5rem !important;
    }
    .mr-md-n15,
    .mx-md-n15 {
      margin-right: -1.5rem !important;
    }
    .mb-md-n15,
    .my-md-n15 {
      margin-bottom: -1.5rem !important;
    }
    .ml-md-n15,
    .mx-md-n15 {
      margin-left: -1.5rem !important;
    }
    .m-md-n25 {
      margin: -2.5rem !important;
    }
    .mt-md-n25,
    .my-md-n25 {
      margin-top: -2.5rem !important;
    }
    .mr-md-n25,
    .mx-md-n25 {
      margin-right: -2.5rem !important;
    }
    .mb-md-n25,
    .my-md-n25 {
      margin-bottom: -2.5rem !important;
    }
    .ml-md-n25,
    .mx-md-n25 {
      margin-left: -2.5rem !important;
    }
    .m-md-n35 {
      margin: -3.5rem !important;
    }
    .mt-md-n35,
    .my-md-n35 {
      margin-top: -3.5rem !important;
    }
    .mr-md-n35,
    .mx-md-n35 {
      margin-right: -3.5rem !important;
    }
    .mb-md-n35,
    .my-md-n35 {
      margin-bottom: -3.5rem !important;
    }
    .ml-md-n35,
    .mx-md-n35 {
      margin-left: -3.5rem !important;
    }
    .m-md-n45 {
      margin: -4.5rem !important;
    }
    .mt-md-n45,
    .my-md-n45 {
      margin-top: -4.5rem !important;
    }
    .mr-md-n45,
    .mx-md-n45 {
      margin-right: -4.5rem !important;
    }
    .mb-md-n45,
    .my-md-n45 {
      margin-bottom: -4.5rem !important;
    }
    .ml-md-n45,
    .mx-md-n45 {
      margin-left: -4.5rem !important;
    }
    .m-md-n55 {
      margin: -5.5rem !important;
    }
    .mt-md-n55,
    .my-md-n55 {
      margin-top: -5.5rem !important;
    }
    .mr-md-n55,
    .mx-md-n55 {
      margin-right: -5.5rem !important;
    }
    .mb-md-n55,
    .my-md-n55 {
      margin-bottom: -5.5rem !important;
    }
    .ml-md-n55,
    .mx-md-n55 {
      margin-left: -5.5rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 992px) {
    h2, .h2 {        
      font-size: 2.8rem; font-weight: 700;
    }
    h3, .h3 {        
      font-size: 2.2rem; font-weight: 700;
    }
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }

    .m-lg-05 {
        margin: 0.5rem !important;
      }
      .mt-lg-05,
      .my-lg-05 {
        margin-top: 0.5rem !important;
      }
      .mr-lg-05,
      .mx-lg-05 {
        margin-right: 0.5rem !important;
      }
      .mb-lg-05,
      .my-lg-05 {
        margin-bottom: 0.5rem !important;
      }
      .ml-lg-05,
      .mx-lg-05 {
        margin-left: 0.5rem !important;
      }
    .m-lg-1 {
      margin: 1rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 1rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 1rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 1rem !important;
    }
    .m-lg-2 {
      margin: 2rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 2rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 2rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 2rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 2rem !important;
    }
    .m-lg-3 {
      margin: 3rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 3rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 3rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 3rem !important;
    }
    .m-lg-4 {
      margin: 4rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 4rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 4rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 4rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 4rem !important;
    }
    .m-lg-5 {
      margin: 5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 5rem !important;
    }
    .m-lg-15 {
      margin: 1.5rem !important;
    }
    .mt-lg-15,
    .my-lg-15 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-15,
    .my-lg-15 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
      margin-left: 1.5rem !important;
    }
    .m-lg-25 {
      margin: 2.5rem !important;
    }
    .mt-lg-25,
    .my-lg-25 {
      margin-top: 2.5rem !important;
    }
    .mr-lg-25,
    .mx-lg-25 {
      margin-right: 2.5rem !important;
    }
    .mb-lg-25,
    .my-lg-25 {
      margin-bottom: 2.5rem !important;
    }
    .ml-lg-25,
    .mx-lg-25 {
      margin-left: 2.5rem !important;
    }
    .m-lg-35 {
      margin: 3.5rem !important;
    }
    .mt-lg-35,
    .my-lg-35 {
      margin-top: 3.5rem !important;
    }
    .mr-lg-35,
    .mx-lg-35 {
      margin-right: 3.5rem !important;
    }
    .mb-lg-35,
    .my-lg-35 {
      margin-bottom: 3.5rem !important;
    }
    .ml-lg-35,
    .mx-lg-35 {
      margin-left: 3.5rem !important;
    }
    .m-lg-45 {
      margin: 4.5rem !important;
    }
    .mt-lg-45,
    .my-lg-45 {
      margin-top: 4.5rem !important;
    }
    .mr-lg-45,
    .mx-lg-45 {
      margin-right: 4.5rem !important;
    }
    .mb-lg-45,
    .my-lg-45 {
      margin-bottom: 4.5rem !important;
    }
    .ml-lg-45,
    .mx-lg-45 {
      margin-left: 4.5rem !important;
    }
    .m-lg-55 {
      margin: 5.5rem !important;
    }
    .mt-lg-55,
    .my-lg-55 {
      margin-top: 5.5rem !important;
    }
    .mr-lg-55,
    .mx-lg-55 {
      margin-right: 5.5rem !important;
    }
    .mb-lg-55,
    .my-lg-55 {
      margin-bottom: 5.5rem !important;
    }
    .ml-lg-55,
    .mx-lg-55 {
      margin-left: 5.5rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-05 {
        padding: 0.5rem !important;
      }
      .pt-lg-05,
      .py-lg-05 {
        padding-top: 0.5rem !important;
      }
      .pr-lg-05,
      .px-lg-05 {
        padding-right: 0.5rem !important;
      }
      .pb-lg-05,
      .py-lg-05 {
        padding-bottom: 0.5rem !important;
      }
      .pl-lg-05,
      .px-lg-05 {
        padding-left: 0.5rem !important;
      }
    .p-lg-1 {
      padding: 1rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 1rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 1rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 1rem !important;
    }
    .p-lg-2 {
      padding: 2rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 2rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 2rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 2rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 2rem !important;
    }
    .p-lg-3 {
      padding: 3rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 3rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 3rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 3rem !important;
    }
    .p-lg-4 {
      padding: 4rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 4rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 4rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 4rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 4rem !important;
    }
    .p-lg-5 {
      padding: 5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 5rem !important;
    }
    .p-lg-15 {
      padding: 1.5rem !important;
    }
    .pt-lg-15,
    .py-lg-15 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-15,
    .px-lg-15 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-15,
    .py-lg-15 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-15,
    .px-lg-15 {
      padding-left: 1.5rem !important;
    }
    .p-lg-25 {
      padding: 2.5rem !important;
    }
    .pt-lg-25,
    .py-lg-25 {
      padding-top: 2.5rem !important;
    }
    .pr-lg-25,
    .px-lg-25 {
      padding-right: 2.5rem !important;
    }
    .pb-lg-25,
    .py-lg-25 {
      padding-bottom: 2.5rem !important;
    }
    .pl-lg-25,
    .px-lg-25 {
      padding-left: 2.5rem !important;
    }
    .p-lg-35 {
      padding: 3.5rem !important;
    }
    .pt-lg-35,
    .py-lg-35 {
      padding-top: 3.5rem !important;
    }
    .pr-lg-35,
    .px-lg-35 {
      padding-right: 3.5rem !important;
    }
    .pb-lg-35,
    .py-lg-35 {
      padding-bottom: 3.5rem !important;
    }
    .pl-lg-35,
    .px-lg-35 {
      padding-left: 3.5rem !important;
    }
    .p-lg-45 {
      padding: 4.5rem !important;
    }
    .pt-lg-45,
    .py-lg-45 {
      padding-top: 4.5rem !important;
    }
    .pr-lg-45,
    .px-lg-45 {
      padding-right: 4.5rem !important;
    }
    .pb-lg-45,
    .py-lg-45 {
      padding-bottom: 4.5rem !important;
    }
    .pl-lg-45,
    .px-lg-45 {
      padding-left: 4.5rem !important;
    }
    .p-lg-55 {
      padding: 5.5rem !important;
    }
    .pt-lg-55,
    .py-lg-55 {
      padding-top: 5.5rem !important;
    }
    .pr-lg-55,
    .px-lg-55 {
      padding-right: 5.5rem !important;
    }
    .pb-lg-55,
    .py-lg-55 {
      padding-bottom: 5.5rem !important;
    }
    .pl-lg-55,
    .px-lg-55 {
      padding-left: 5.5rem !important;
    }
    .m-lg-n05 {
        margin: -0.5rem !important;
      }
      .mt-lg-n05,
      .my-lg-n05 {
        margin-top: -0.5rem !important;
      }
      .mr-lg-n05,
      .mx-lg-n05 {
        margin-right: -0.5rem !important;
      }
      .mb-lg-n05,
      .my-lg-n05 {
        margin-bottom: -0.5rem !important;
      }
      .ml-lg-n05,
      .mx-lg-n05 {
        margin-left: -0.5rem !important;
      }
    .m-lg-n1 {
      margin: -1rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -1rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -1rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -1rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -1rem !important;
    }
    .m-lg-n2 {
      margin: -2rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -2rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -2rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -2rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -2rem !important;
    }
    .m-lg-n3 {
      margin: -3rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -3rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -3rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -3rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -3rem !important;
    }
    .m-lg-n4 {
      margin: -4rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -4rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -4rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -4rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -4rem !important;
    }
    .m-lg-n5 {
      margin: -5rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -5rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -5rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -5rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -5rem !important;
    }
    .m-lg-n15 {
      margin: -1.5rem !important;
    }
    .mt-lg-n15,
    .my-lg-n15 {
      margin-top: -1.5rem !important;
    }
    .mr-lg-n15,
    .mx-lg-n15 {
      margin-right: -1.5rem !important;
    }
    .mb-lg-n15,
    .my-lg-n15 {
      margin-bottom: -1.5rem !important;
    }
    .ml-lg-n15,
    .mx-lg-n15 {
      margin-left: -1.5rem !important;
    }
    .m-lg-n25 {
      margin: -2.5rem !important;
    }
    .mt-lg-n25,
    .my-lg-n25 {
      margin-top: -2.5rem !important;
    }
    .mr-lg-n25,
    .mx-lg-n25 {
      margin-right: -2.5rem !important;
    }
    .mb-lg-n25,
    .my-lg-n25 {
      margin-bottom: -2.5rem !important;
    }
    .ml-lg-n25,
    .mx-lg-n25 {
      margin-left: -2.5rem !important;
    }
    .m-lg-n35 {
      margin: -3.5rem !important;
    }
    .mt-lg-n35,
    .my-lg-n35 {
      margin-top: -3.5rem !important;
    }
    .mr-lg-n35,
    .mx-lg-n35 {
      margin-right: -3.5rem !important;
    }
    .mb-lg-n35,
    .my-lg-n35 {
      margin-bottom: -3.5rem !important;
    }
    .ml-lg-n35,
    .mx-lg-n35 {
      margin-left: -3.5rem !important;
    }
    .m-lg-n45 {
      margin: -4.5rem !important;
    }
    .mt-lg-n45,
    .my-lg-n45 {
      margin-top: -4.5rem !important;
    }
    .mr-lg-n45,
    .mx-lg-n45 {
      margin-right: -4.5rem !important;
    }
    .mb-lg-n45,
    .my-lg-n45 {
      margin-bottom: -4.5rem !important;
    }
    .ml-lg-n45,
    .mx-lg-n45 {
      margin-left: -4.5rem !important;
    }
    .m-lg-n55 {
      margin: -5.5rem !important;
    }
    .mt-lg-n55,
    .my-lg-n55 {
      margin-top: -5.5rem !important;
    }
    .mr-lg-n55,
    .mx-lg-n55 {
      margin-right: -5.5rem !important;
    }
    .mb-lg-n55,
    .my-lg-n55 {
      margin-bottom: -5.5rem !important;
    }
    .ml-lg-n55,
    .mx-lg-n55 {
      margin-left: -5.5rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 1200px) {
    h2, .h2 {        
      font-size: 3.2rem; font-weight: 700;
    }
    h3, .h3 {        
        font-size: 2.4rem; font-weight: 700;
      }
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-05 {
        margin: 0.5rem !important;
      }
      .mt-xl-05,
      .my-xl-05 {
        margin-top: 0.5rem !important;
      }
      .mr-xl-05,
      .mx-xl-05 {
        margin-right: 0.5rem !important;
      }
      .mb-xl-05,
      .my-xl-05 {
        margin-bottom: 0.5rem !important;
      }
      .ml-xl-05,
      .mx-xl-05 {
        margin-left: 0.5rem !important;
      }
    .m-xl-1 {
      margin: 1rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 1rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 1rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 1rem !important;
    }
    .m-xl-2 {
      margin: 2rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 2rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 2rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 2rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 2rem !important;
    }
    .m-xl-3 {
      margin: 3rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 3rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 3rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 3rem !important;
    }
    .m-xl-4 {
      margin: 4rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 4rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 4rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 4rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 4rem !important;
    }
    .m-xl-5 {
      margin: 5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 5rem !important;
    }
    .m-xl-15 {
      margin: 1.5rem !important;
    }
    .mt-xl-15,
    .my-xl-15 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-15,
    .my-xl-15 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
      margin-left: 1.5rem !important;
    }
    .m-xl-25 {
      margin: 2.5rem !important;
    }
    .mt-xl-25,
    .my-xl-25 {
      margin-top: 2.5rem !important;
    }
    .mr-xl-25,
    .mx-xl-25 {
      margin-right: 2.5rem !important;
    }
    .mb-xl-25,
    .my-xl-25 {
      margin-bottom: 2.5rem !important;
    }
    .ml-xl-25,
    .mx-xl-25 {
      margin-left: 2.5rem !important;
    }
    .m-xl-35 {
      margin: 3.5rem !important;
    }
    .mt-xl-35,
    .my-xl-35 {
      margin-top: 3.5rem !important;
    }
    .mr-xl-35,
    .mx-xl-35 {
      margin-right: 3.5rem !important;
    }
    .mb-xl-35,
    .my-xl-35 {
      margin-bottom: 3.5rem !important;
    }
    .ml-xl-35,
    .mx-xl-35 {
      margin-left: 3.5rem !important;
    }
    .m-xl-45 {
      margin: 4.5rem !important;
    }
    .mt-xl-45,
    .my-xl-45 {
      margin-top: 4.5rem !important;
    }
    .mr-xl-45,
    .mx-xl-45 {
      margin-right: 4.5rem !important;
    }
    .mb-xl-45,
    .my-xl-45 {
      margin-bottom: 4.5rem !important;
    }
    .ml-xl-45,
    .mx-xl-45 {
      margin-left: 4.5rem !important;
    }
    .m-xl-55 {
      margin: 5.5rem !important;
    }
    .mt-xl-55,
    .my-xl-55 {
      margin-top: 5.5rem !important;
    }
    .mr-xl-55,
    .mx-xl-55 {
      margin-right: 5.5rem !important;
    }
    .mb-xl-55,
    .my-xl-55 {
      margin-bottom: 5.5rem !important;
    }
    .ml-xl-55,
    .mx-xl-55 {
      margin-left: 5.5rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-05 {
        padding: 0.5rem !important;
      }
      .pt-xl-05,
      .py-xl-05 {
        padding-top: 0.5rem !important;
      }
      .pr-xl-05,
      .px-xl-05 {
        padding-right: 0.5rem !important;
      }
      .pb-xl-05,
      .py-xl-05 {
        padding-bottom: 0.5rem !important;
      }
      .pl-xl-05,
      .px-xl-05 {
        padding-left: 0.5rem !important;
      }
    .p-xl-1 {
      padding: 1rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 1rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 1rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 1rem !important;
    }
    .p-xl-2 {
      padding: 2rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 2rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 2rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 2rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 2rem !important;
    }
    .p-xl-3 {
      padding: 3rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 3rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 3rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 3rem !important;
    }
    .p-xl-4 {
      padding: 4rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 4rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 4rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 4rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 4rem !important;
    }
    .p-xl-5 {
      padding: 5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 5rem !important;
    }
    .p-xl-15 {
      padding: 1.5rem !important;
    }
    .pt-xl-15,
    .py-xl-15 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-15,
    .px-xl-15 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-15,
    .py-xl-15 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-15,
    .px-xl-15 {
      padding-left: 1.5rem !important;
    }
    .p-xl-25 {
      padding: 2.5rem !important;
    }
    .pt-xl-25,
    .py-xl-25 {
      padding-top: 2.5rem !important;
    }
    .pr-xl-25,
    .px-xl-25 {
      padding-right: 2.5rem !important;
    }
    .pb-xl-25,
    .py-xl-25 {
      padding-bottom: 2.5rem !important;
    }
    .pl-xl-25,
    .px-xl-25 {
      padding-left: 2.5rem !important;
    }
    .p-xl-35 {
      padding: 3.5rem !important;
    }
    .pt-xl-35,
    .py-xl-35 {
      padding-top: 3.5rem !important;
    }
    .pr-xl-35,
    .px-xl-35 {
      padding-right: 3.5rem !important;
    }
    .pb-xl-35,
    .py-xl-35 {
      padding-bottom: 3.5rem !important;
    }
    .pl-xl-35,
    .px-xl-35 {
      padding-left: 3.5rem !important;
    }
    .p-xl-45 {
      padding: 4.5rem !important;
    }
    .pt-xl-45,
    .py-xl-45 {
      padding-top: 4.5rem !important;
    }
    .pr-xl-45,
    .px-xl-45 {
      padding-right: 4.5rem !important;
    }
    .pb-xl-45,
    .py-xl-45 {
      padding-bottom: 4.5rem !important;
    }
    .pl-xl-45,
    .px-xl-45 {
      padding-left: 4.5rem !important;
    }
    .p-xl-55 {
      padding: 5.5rem !important;
    }
    .pt-xl-55,
    .py-xl-55 {
      padding-top: 5.5rem !important;
    }
    .pr-xl-55,
    .px-xl-55 {
      padding-right: 5.5rem !important;
    }
    .pb-xl-55,
    .py-xl-55 {
      padding-bottom: 5.5rem !important;
    }
    .pl-xl-55,
    .px-xl-55 {
      padding-left: 5.5rem !important;
    }
    .m-xl-n05 {
        margin: -0.5rem !important;
      }
      .mt-xl-n05,
      .my-xl-n05 {
        margin-top: -0.5rem !important;
      }
      .mr-xl-n05,
      .mx-xl-n05 {
        margin-right: -0.5rem !important;
      }
      .mb-xl-n05,
      .my-xl-n05 {
        margin-bottom: -0.5rem !important;
      }
      .ml-xl-n05,
      .mx-xl-n05 {
        margin-left: -0.5rem !important;
      }
    .m-xl-n1 {
      margin: -1rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -1rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -1rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -1rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -1rem !important;
    }
    .m-xl-n2 {
      margin: -2rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -2rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -2rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -2rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -2rem !important;
    }
    .m-xl-n3 {
      margin: -3rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -3rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -3rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -3rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -3rem !important;
    }
    .m-xl-n4 {
      margin: -4rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -4rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -4rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -4rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -4rem !important;
    }
    .m-xl-n5 {
      margin: -5rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -5rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -5rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -5rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -5rem !important;
    }
    .m-xl-n15 {
      margin: -1.5rem !important;
    }
    .mt-xl-n15,
    .my-xl-n15 {
      margin-top: -1.5rem !important;
    }
    .mr-xl-n15,
    .mx-xl-n15 {
      margin-right: -1.5rem !important;
    }
    .mb-xl-n15,
    .my-xl-n15 {
      margin-bottom: -1.5rem !important;
    }
    .ml-xl-n15,
    .mx-xl-n15 {
      margin-left: -1.5rem !important;
    }
    .m-xl-n25 {
      margin: -2.5rem !important;
    }
    .mt-xl-n25,
    .my-xl-n25 {
      margin-top: -2.5rem !important;
    }
    .mr-xl-n25,
    .mx-xl-n25 {
      margin-right: -2.5rem !important;
    }
    .mb-xl-n25,
    .my-xl-n25 {
      margin-bottom: -2.5rem !important;
    }
    .ml-xl-n25,
    .mx-xl-n25 {
      margin-left: -2.5rem !important;
    }
    .m-xl-n35 {
      margin: -3.5rem !important;
    }
    .mt-xl-n35,
    .my-xl-n35 {
      margin-top: -3.5rem !important;
    }
    .mr-xl-n35,
    .mx-xl-n35 {
      margin-right: -3.5rem !important;
    }
    .mb-xl-n35,
    .my-xl-n35 {
      margin-bottom: -3.5rem !important;
    }
    .ml-xl-n35,
    .mx-xl-n35 {
      margin-left: -3.5rem !important;
    }
    .m-xl-n45 {
      margin: -4.5rem !important;
    }
    .mt-xl-n45,
    .my-xl-n45 {
      margin-top: -4.5rem !important;
    }
    .mr-xl-n45,
    .mx-xl-n45 {
      margin-right: -4.5rem !important;
    }
    .mb-xl-n45,
    .my-xl-n45 {
      margin-bottom: -4.5rem !important;
    }
    .ml-xl-n45,
    .mx-xl-n45 {
      margin-left: -4.5rem !important;
    }
    .m-xl-n55 {
      margin: -5.5rem !important;
    }
    .mt-xl-n55,
    .my-xl-n55 {
      margin-top: -5.5rem !important;
    }
    .mr-xl-n55,
    .mx-xl-n55 {
      margin-right: -5.5rem !important;
    }
    .mb-xl-n55,
    .my-xl-n55 {
      margin-bottom: -5.5rem !important;
    }
    .ml-xl-n55,
    .mx-xl-n55 {
      margin-left: -5.5rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }