/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L37 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L45 */
.instanda-documents {
  text-align: center;
}
/* :L49 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L53 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L59 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L63 */
.instanda-questionHeader h4 {
  margin-bottom: 20px;
}
/* :L68 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L79 */
.instanda-main-content-container {
  position: relative;
}
/* :L83 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L89 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L94 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L101 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L105 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L110 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L116 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L124 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L130 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L137 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L144 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L151 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L157 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L164 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L171 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L182 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L187 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L191 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L195 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L206 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L214 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L221 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L226 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L233 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L237 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L241 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L245 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L249 */
.warning-message-payment {
  padding-top: 30%;
  display: none;
  color: #efefef;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #333333c7;
  font-weight: bold;
  padding: 25px;
}


@charset "utf-8";
/* CSS Document */

/* :L22 */
ul.dropdown-menu li {
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  text-align: left;
}
/* :L28 */
ul.dropdown-menu li a {
  background-color: transparent;
  text-align: left;
}
/* :L33 */
ul.dropdown-menu li a:hover {
  background-color: transparent;
  text-align: left;
  color: #16181b;
}
/* :L40 */
ul.dropdown-menu li:hover {
  text-decoration: none;
  background-color: #ffe582;
  border: none;
}
/* :L47 */
ul.dropdown-menu li a:focus {
  background-color: transparent;
}
/* :L52 */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
@charset "utf-8";
/* CSS Document */

/*Hide greyed out buy now button on the Quote Page - LSS*/

/* :L62 */
.page-quote .pull-right {
  display: none;
}
/* Referral Styling - will not be required once can't quote page works, should remove this and also the jquery script */

/* :L69 */
div.container.rfrlmsg {
  background-color: white;
  border: none;
  color: #222222;
}
/* :L75 */
.rfrlmsg span.instanda-condition-met {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto";
  display: none;
}
/* :L80 */
.rfrlmsg ul li {
  list-style-type: none;
}
/* :L84 */
.rfrlmsg ul::before {
  content: "Your quote has been referred to our team";
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 2.2em;
  margin-bottom: 4em;
}
/* :L92 */
.rfrlmsg ul::after {
  margin-top: 20px;
  content: "Due to the information you have provided we are unable to quote you online. One of our risk specialists is reviewing your application now and we will email you regarding the outcome within one business day. Alternately, we may contact you for further information. If your quote is urgent you can contact us directly on 1300 880 253.";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto";
  font-weight: 300;
  font-size: 2rem;
}
/* End referral styling */

/* :L102 */
.navbar-default {
  border: none;
}
/* :L106 */
.instanda-documents a {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  text-decoration: none;
  text-align: left;
  line-height: 2em;
}
/* :L115 */
.instanda-documents a:hover {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #ffcb00;
  text-decoration: none;
}
/* :L122 */
.container .instanda-documents a::before {
  content: "\25CF";
  color: #ffcb00;
  width: 1em;
  font-weight: normal;
  display: inline-block;
  margin-left: -1em;
  font-size: 1.2em;
}
/* :L133 */
.container .instanda-documents {
  text-align: left;
}
/* :L137 */
.container .instanda-documents a::after {
  content: "\A";
  white-space: pre;
}
/* :L142 */
.instanda-responsive-help-text a {
  color: #222222;
  text-decoration: underline;
}
/* :L147 */
.instanda-responsive-help-text a:hover {
  color: #222222;
  text-decoration: underline;
  text-decoration-color: #ffcb00;
}
/* :L153 */
a.instanda-pagelink:hover {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #ffcb00;
  text-decoration: none;
}
/* :L160 */
a.instanda-pagelink {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  text-decoration: none;
}
/* :L167 */
table.banded tr td {
  border: 2px solid white;
}
/* :L172 */
.banded tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* :L176 */
.banded td {
  padding: 0.8em;
  vertical-align: top;
}
/* Instanda Elements Styling */

/* :L184 */
.container .justincase {
  display: none;
}
/* :L188 */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ffcb00;
  color: black;
}
/* :L193 */
.overflow div {
  background-color: #fff7d8;
  width: 500px;
  height: 100px;
  border: 1px solid #ffeda8;
  overflow-y: scroll;
}
/* :L201 */
.fancy-bullet ul,
.fancy-bullet li {
  list-style: none;
}
/* :L205 */
.fancy-bullet li::before {
  content: "\25CF";
  color: #ffcb00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.2em;
}
/* :L215 */
.form-control:focus {
  border-color: #ffcb00;
  box-shadow: 0px 0px 5px 1px #ffe582;
  -webkit-box-shadow: 0px 0px 5px 1px #ffe582;
}
/* :L216 */
.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* :L218 */
.alert-danger {
  color: #f78d14;
  background-color: #ffefdd;
  border-color: #f9c98e;
}
/* :L224 */
.alert-success {
  color: #f7931d;
  background-color: #fff7d8;
  border-color: #ffcb00;
}
/* :L230 */
.alert-success strong::before {
  content: "\1F5F8";
  color: #f7931d;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
/* :L240 */
.label-danger {
  background-color: #f7931d;
  font-weight: normal;
  margin-top: 5px;
}
/* :L245 */
.instanda-questionHeader h2 {
  border-bottom: solid 4px #ffcb00;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 1px 2px 9px 1px #eeeeee;
}
/* :L254 */
.instanda-container-fluid {
  background-color: transparent;
}
/* :L259 */
.btn-primary {
  background-color: #ffcb00;
  color: black;
  border: none;
  border-radius: 0px;
}
/* :L267 */
.btn-primary:hover {
  color: black;
  background-color: #fcb70e;
  border: none;
}
/* :L274 */
.btn-primary.checked,
.btn-primary:checked {
  color: black;
  background-color: lime !important;
  border: none;
}
/* :L281 */
.btn-primary:active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:active,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.focus {
  color: black;
  background-color: #fcb70e !important;
  border: none;
  border-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}
/* :L293 */
.nav-btn-right {
  margin-top: 15px;
}
/* :L297 */
.instanda-responsive-help-icon {
  color: #666666;
}
/* :L301 */
.instanda-responsive-help-icon:hover {
  color: #ffcb00;
}
/* :L305 */
.instanda-responsive-help-icon:focus {
  color: #ffcb00;
}
/* Accordion */

/* :L311 */
.panel-default > .panel-heading {
  background-color: #ffcb00;
  border-color: #ffcb00;
}
/* :L316 */
.panel {
  border-color: #ffcb00;
}
/* :L320 */
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffcb00;
}
/* Typekit and Typography */

/* :L328 */
h1 {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 3.2em;
  padding-bottom: 0.5em;
}
/* :L336 */
h2 {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 2.2em;
}
/* :L343 */
h3 {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 1.8em;
}
/* :L350 */
h4 {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 1.5em;
}
/* :L357 */
h5 {
  font-family: arial, serif;
  font-weight: 600;
  font-size: 1.2em;
}
/* :L364 */
h6 {
  font-family: arial, serif;
  font-weight: 600;
  font-size: 0.8em;
}
/* :L371 */
p .smalltxt {
  font-weight: 400;
  font-family: arial, serif;
  font-size: 0.8em;
}
/* :L379 */
.museo {
  font-family: museo-slab, serif;
  font-weight: 300;
}
/* :L384 */
.serif {
  font-family: arial, serif;
  font-weight: 300;
}
/* :L389 */
.museo-b {
  font-family: museo-slab, serif;
  font-weight: 500;
}
/* :L394 */
.lead {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* :L399 */
.instanda-questionHeader h2,
.instanda-questionHeader h3,
h3.fauxqheader {
  border-bottom: solid 4px #ffcb00;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 10px 10px 3px;
  box-shadow: 1px 2px 9px 1px #eeeeee;
}
/* :L408 */
.storage-quote-header h5 {
  border-bottom: solid 4px #ffcb00;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 10px 10px 10px 3px;
  box-shadow: 1px 2px 9px 1px #eeeeee;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 1.8em;
}
/* :L422 */
.qqheader h1,
.qqheader h2 {
  padding: 0px;
  margin: 0px;
}
/* :L428 */
.qqheader .row {
  padding: 20px 0 10px 0;
}
/* :L432 */
.qqheader h1,
.qqheader h2,
.qqheader p {
  line-height: 30px;
}
/* :L436 */
.qqheader p {
  text-align: right;
}
/* :L440 */
.h3museo {
  font-family: museo-slab, serif;
  font-weight: 300;
}
/* :L446 */
.instanda-confirm-billing-address,
.hide-billing-address {
  display: none;
}
/* :L451 */
.firstcolbold td:first-child {
  font-weight: bold;
}
/* :L456 */
h4.tableheader,
p.tableheader {
  font-family: arial, serif;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 16px;
}
/* :L465 */
h4.fauxtableheader,
h5.fauxtableheader {
  border-bottom: 2px solid #ffcb00 !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: arial, serif;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 16px;
}
/* :L479 */
tr.tabletop td {
  border-top: 3px solid #ffcb00 !important;
  border-left: 0px solid white !important;
  border-right: 0px solid white !important;
  padding-top: 15px;
}
/* callouts */

@media (max-width: 767px) {
  /* :L491 */
  .questionHeader .bs-callout {
    margin: 20px 0px 20px -15px;
  }
}
@media (min-width: 768px) {
  /* :L497 */
  .questionHeader .bs-callout {
    margin: 20px 15px 20px -15px;
  }
}
/* :L502 */
.bs-callout {
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid #ffcb00;
  background: #fff7d8;
  border-left-width: 5px;
  border-radius: 3px;
}
/* :L510 */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
/* :L515 */
.bs-callout p:last-child {
  margin-bottom: 0;
}
/* :L519 */
.bs-callout code {
  border-radius: 3px;
}
/* :L523 */
.bs-callout + .bs-callout {
  margin-top: -5px;
}
/* :L528 */
.bs-callout-danger {
  border-left-color: #f7931d;
}
/* :L531 */
.bs-callout-danger h4 {
  color: black;
}
/* :L536 */
.bs-callout-info {
  border-left-color: #a5a5a5;
}
/* :L539 */
.bs-callout-info h4 {
  color: #222222;
}
/* :L544 */
.footer-links a {
  color: white;
}
/* :L548 */
.footer-links a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-color: #ffcb00;
}
@media (max-width: 767px) {
  /* These are the styles for the top navigation bar and footer */
  
  /* :L558 */
  .navbar-default .navbar-toggle .icon-bar {
    color: #dddddd;
    background-color: #dddddd;
  }
  /* :L563 */
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #333333;
  }
  /* :L567 */
  .navbar-brand > img {
    width: 170px;
  }
  /* :L571 */
  .nav-btn-right {
    margin-top: 5px;
  }
  /* :L575 */
  .navbar-toggle {
    margin-left: 15px;
  }
  /* :L579 */
  .nav li {
    padding: 10 30 10 10;
    margin: 3px;
    background-color: #eeeeee;
  }
  /* :L586 */
  .nav li a:hover {
    background-color: #777777;
  }
  /* :L592 */
  .nav .dropdown-menu li {
    background-color: #bbbbbb;
  }
}
/* :L600 */
.nav-item a {
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}
/* :L607 */
.nav-item a:hover {
  text-decoration-color: #ffcb03;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}
/* :L616 */
.white-border-left {
  border-left: 1px solid white !important;
}
/* :L621 */
.footer-text {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.2rem;
  color: white;
}
/* :L630 */
.footer-text:hover {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.2rem;
  color: white;
}
/* :L641 */
.text-white {
  color: white;
}
/* From here until the bottom of the CSS are all the padding and margins styles */

/* :L649 */
.m-0 {
  margin: 0 !important;
}
/* :L653 */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
/* :L658 */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
/* :L663 */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
/* :L668 */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
/* :L673 */
.m-1 {
  margin: 0.25rem !important;
}
/* :L677 */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
/* :L682 */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
/* :L687 */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
/* :L692 */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
/* :L697 */
.m-2 {
  margin: 0.5rem !important;
}
/* :L701 */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
/* :L706 */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
/* :L711 */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
/* :L716 */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
/* :L721 */
.m-3 {
  margin: 1rem !important;
}
/* :L725 */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
/* :L730 */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
/* :L735 */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
/* :L740 */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
/* :L745 */
.m-4 {
  margin: 1.5rem !important;
}
/* :L749 */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
/* :L754 */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
/* :L759 */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
/* :L764 */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
/* :L769 */
.m-5 {
  margin: 3rem !important;
}
/* :L773 */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
/* :L778 */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
/* :L783 */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
/* :L788 */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
/* :L796 */
.p-0 {
  padding: 0 !important;
}
/* :L800 */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
/* :L805 */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
/* :L810 */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
/* :L815 */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
/* :L820 */
.p-1 {
  padding: 0.25rem !important;
}
/* :L824 */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
/* :L829 */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
/* :L834 */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
/* :L839 */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
/* :L844 */
.p-2 {
  padding: 0.5rem !important;
}
/* :L848 */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
/* :L853 */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
/* :L858 */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
/* :L863 */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
/* :L868 */
.p-3 {
  padding: 1rem !important;
}
/* :L872 */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
/* :L877 */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
/* :L882 */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
/* :L887 */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
/* :L892 */
.p-4 {
  padding: 1.5rem !important;
}
/* :L896 */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
/* :L901 */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
/* :L906 */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
/* :L911 */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
/* :L916 */
.p-5 {
  padding: 3rem !important;
}
/* :L920 */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
/* :L925 */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
/* :L930 */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
/* :L935 */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/* :L940 */
.m-auto {
  margin: auto !important;
}
/* :L944 */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
/* :L949 */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
/* :L954 */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
/* :L959 */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  /* :L965 */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* :L968 */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* :L972 */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* :L976 */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* :L980 */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* :L984 */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* :L987 */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* :L991 */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* :L995 */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L999 */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1003 */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* :L1006 */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1010 */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1014 */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1018 */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1022 */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* :L1025 */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* :L1029 */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* :L1033 */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1037 */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* :L1041 */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* :L1044 */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1048 */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1052 */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1056 */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1060 */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* :L1063 */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* :L1067 */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* :L1071 */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1075 */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* :L1079 */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* :L1082 */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* :L1086 */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* :L1090 */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* :L1094 */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* :L1098 */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* :L1101 */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1105 */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1109 */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1113 */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1117 */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* :L1120 */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1124 */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1128 */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1132 */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1136 */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* :L1139 */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* :L1143 */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* :L1147 */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1151 */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* :L1155 */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* :L1158 */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1162 */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1166 */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1170 */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1174 */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* :L1177 */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* :L1181 */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* :L1185 */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1189 */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* :L1193 */
  .m-sm-auto {
    margin: auto !important;
  }
  /* :L1196 */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* :L1200 */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* :L1204 */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* :L1208 */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* :L1215 */
  .m-md-0 {
    margin: 0 !important;
  }
  /* :L1218 */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* :L1222 */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* :L1226 */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* :L1230 */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* :L1234 */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* :L1237 */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1241 */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1245 */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1249 */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1253 */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* :L1256 */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1260 */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1264 */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1268 */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1272 */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* :L1275 */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* :L1279 */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* :L1283 */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1287 */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* :L1291 */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* :L1294 */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1298 */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1302 */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1306 */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1310 */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* :L1313 */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* :L1317 */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* :L1321 */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1325 */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* :L1329 */
  .p-md-0 {
    padding: 0 !important;
  }
  /* :L1332 */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* :L1336 */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* :L1340 */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* :L1344 */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* :L1348 */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* :L1351 */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1355 */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1359 */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1363 */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1367 */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* :L1370 */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1374 */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1378 */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1382 */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1386 */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* :L1389 */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* :L1393 */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* :L1397 */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1401 */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* :L1405 */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* :L1408 */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1412 */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1416 */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1420 */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1424 */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* :L1427 */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* :L1431 */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* :L1435 */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1439 */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* :L1444 */
  .m-md-auto {
    margin: auto !important;
  }
  /* :L1447 */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* :L1451 */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* :L1455 */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* :L1459 */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* :L1466 */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* :L1469 */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* :L1473 */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* :L1477 */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* :L1481 */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* :L1485 */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* :L1488 */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1492 */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1496 */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1500 */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1504 */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* :L1507 */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1511 */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1515 */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1519 */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1523 */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* :L1526 */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* :L1530 */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* :L1534 */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1538 */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* :L1542 */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* :L1545 */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1549 */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1553 */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1557 */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1561 */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* :L1564 */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* :L1568 */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* :L1572 */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1576 */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* :L1580 */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* :L1583 */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* :L1587 */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* :L1591 */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* :L1595 */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* :L1599 */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* :L1602 */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1606 */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1610 */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1614 */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1618 */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* :L1621 */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1625 */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1629 */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1633 */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1637 */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* :L1640 */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* :L1644 */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* :L1648 */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1652 */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* :L1656 */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* :L1659 */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1663 */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1667 */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1671 */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1675 */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* :L1678 */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* :L1682 */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* :L1686 */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1690 */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* :L1696 */
  .m-lg-auto {
    margin: auto !important;
  }
  /* :L1699 */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* :L1703 */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* :L1707 */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* :L1711 */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* :L1718 */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* :L1721 */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* :L1725 */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* :L1729 */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* :L1733 */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* :L1737 */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* :L1740 */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1744 */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1748 */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1752 */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1756 */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* :L1759 */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1763 */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1767 */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1771 */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1775 */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* :L1778 */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* :L1782 */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* :L1786 */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1790 */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* :L1794 */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* :L1797 */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1801 */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1805 */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1809 */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1813 */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* :L1816 */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* :L1820 */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* :L1824 */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1828 */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* :L1832 */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* :L1835 */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* :L1839 */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* :L1843 */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* :L1847 */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* :L1851 */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* :L1854 */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1858 */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1862 */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1866 */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1870 */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* :L1873 */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1877 */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1881 */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1885 */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1889 */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* :L1892 */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* :L1896 */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* :L1900 */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1904 */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* :L1908 */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* :L1911 */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1915 */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1919 */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1923 */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1927 */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* :L1930 */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* :L1934 */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* :L1938 */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1942 */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* :L1947 */
  .m-xl-auto {
    margin: auto !important;
  }
  /* :L1950 */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* :L1954 */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* :L1958 */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* :L1962 */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*-----LOADING ANIMATION - needs HMTL in the layout & JS snippet*/

/* :L1969 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L1973 */
.custom-loading-animation {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999999;
  display: block;
  width: 100vw;
  height: 100vh;
}
/* :L1984 */
.animation {
  position: absolute;
  left: calc(50% - 1.5em);
  top: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
  background: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=U4RmQD6Ojw77fyZ82f2Xtw__');
  /*Loader image*/
  background-size: contain;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
