/* :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;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L180 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L185 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L193 */
  .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) {
  /* :L204 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.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 */
.dropdown-item-ylw {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: white;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: none;
}
/* :L38 */
.dropdown-item-ylw:hover,
.dropdown-item-ylw:focus {
  color: #16181b;
  text-decoration: none;
  font-weight: 600;
  background-color: #ffe582;
  border: none;
}
/* :L49 */
.dropdown-menu-ylw {
  display: none;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
}
/* :L57 */
.dropdown-menu-ylw {
  display: none;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
}
/* instanda-carts */

@charset "utf-8";
/* CSS Document */

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

/* :L72 */
.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 */

/* :L79 */
div.container.rfrlmsg {
  background-color: white;
  border: none;
  color: #222222;
}
/* :L85 */
.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;
}
/* :L90 */
.rfrlmsg ul li {
  list-style-type: none;
}
/* :L94 */
.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;
}
/* :L102 */
.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 */

/* Navbar */

/* :L114 */
.navbar-default {
  border: none;
}
/* :L117 */
.navbar-default .flex {
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
/* :L124 */
.navbar-default .container {
  height: 100%;
}
/* :L127 */
.navbar-default .container > * {
  margin: 0!important;
  padding: 0!important;
}
/* :L132 */
.navbar-default .container::before,
.navbar-default .container::after {
  content: none;
}
/* :L138 */
.navbar-default .navbar-top {
  height: 90px;
}
/* :L141 */
.navbar-default .navbar-top .navbar-left {
  display: flex;
  align-items: center;
}
/* :L145 */
.navbar-default .navbar-top .navbar-left a.navbar-brand,
.navbar-default .navbar-top .navbar-left p {
  padding: 0;
  margin: 0;
}
/* :L150 */
.navbar-default .navbar-top .navbar-left .white-border-left {
  width: 1px;
  height: 100%;
  border: none;
  background-color: white;
}
/* :L158 */
/* :L159 */
.navbar-default .navbar-top .navbar-right > * {
  margin: 0;
}
/* :L165 */
.navbar-default .navbar-bottom {
  padding: 16px 0;
}
/* :L168 */
/* :L169 */
.navbar-default .navbar-bottom .navbar-collapse::before,
.navbar-default .navbar-bottom .navbar-collapse::after {
  content: none;
}
/* :L174 */
/* :L175 */
.navbar-default .navbar-bottom .navbar-collapse ul::before,
.navbar-default .navbar-bottom .navbar-collapse ul::after {
  content: none;
}
/* :L181 */
.navbar-default .navbar-bottom .navbar-collapse .navbar-right {
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: white;
}
/* :L186 */
.navbar-default .navbar-bottom .navbar-collapse .navbar-right a {
  border: none;
}
/* :L191 */
.navbar-default .navbar-bottom .navbar-collapse a {
  padding: 0;
}
/* :L198 */
.instanda-documents a {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  text-decoration: none;
  text-align: left;
  line-height: 2em;
}
/* :L207 */
.instanda-documents a:hover {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #ffcb00;
  text-decoration: none;
}
/* :L214 */
.container .instanda-documents a::before {
  content: "\25CF";
  color: #ffcb00;
  width: 1em;
  font-weight: normal;
  display: inline-block;
  margin-left: -1em;
  font-size: 1.2em;
}
/* :L225 */
.container .instanda-documents {
  text-align: left;
}
/* :L229 */
.container .instanda-documents a::after {
  content: "\A";
  white-space: pre;
}
/* :L234 */
.instanda-responsive-help-text a {
  color: #222222;
  text-decoration: underline;
}
/* :L239 */
.instanda-responsive-help-text a:hover {
  color: #222222;
  text-decoration: underline;
  text-decoration-color: #ffcb00;
}
/* :L245 */
a.instanda-pagelink:hover {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #ffcb00;
  text-decoration: none;
}
/* :L252 */
a.instanda-pagelink {
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  text-decoration: none;
}
/* :L259 */
table.banded tr td {
  border: 2px solid white;
}
/* :L264 */
.banded tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* :L268 */
.banded td {
  padding: 0.8em;
  vertical-align: top;
}
/* Instanda Elements Styling */

/* :L276 */
.container .justincase {
  display: none;
}
/* :L280 */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ffcb00;
  color: black;
}
/* :L285 */
.overflow div {
  background-color: #fff7d8;
  width: 500px;
  height: 100px;
  border: 1px solid #ffeda8;
  overflow-y: scroll;
}
/* :L293 */
.fancy-bullet ul,
.fancy-bullet li {
  list-style: none;
}
/* :L297 */
.fancy-bullet li::before {
  content: "\25CF";
  color: #ffcb00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1.2em;
}
/* :L307 */
.form-control:focus {
  border-color: #ffcb00;
  box-shadow: 0px 0px 5px 1px #ffe582;
  -webkit-box-shadow: 0px 0px 5px 1px #ffe582;
}
/* :L308 */
.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* :L310 */
.alert-danger {
  color: #f78d14;
  background-color: #ffefdd;
  border-color: #f9c98e;
}
/* :L316 */
.alert-success {
  color: #f7931d;
  background-color: #fff7d8;
  border-color: #ffcb00;
}
/* :L322 */
.alert-success strong::before {
  content: "\1F5F8";
  color: #f7931d;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
/* :L332 */
.label-danger {
  background-color: #f7931d;
  font-weight: normal;
  margin-top: 5px;
}
/* :L337 */
.instanda-questionHeader h2 {
  border-bottom: solid 4px #ffcb00;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 1px 2px 9px 1px #eeeeee;
}
/* :L346 */
.instanda-container-fluid {
  background-color: transparent;
}
/* :L351 */
.btn-primary {
  background-color: #ffcb00;
  color: black;
  border: none;
  border-radius: 0px;
}
/* :L359 */
.btn-primary:hover {
  color: black;
  background-color: #fcb70e;
  border: none;
}
/* :L366 */
.btn-primary.checked,
.btn-primary:checked {
  color: black;
  background-color: lime !important;
  border: none;
}
/* :L373 */
.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;
}
/* :L385 */
.nav-btn-right {
  margin-top: 15px;
}
/* :L389 */
.instanda-responsive-help-icon {
  color: #666666;
}
/* :L393 */
.instanda-responsive-help-icon:hover {
  color: #ffcb00;
}
/* :L397 */
.instanda-responsive-help-icon:focus {
  color: #ffcb00;
}
/* Accordion */

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

/* :L420 */
h1 {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 3.2em;
  padding-bottom: 0.5em;
}
/* :L428 */
h2 {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 2.2em;
}
/* :L435 */
h3 {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 1.8em;
}
/* :L442 */
h4 {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 1.5em;
}
/* :L449 */
h5 {
  font-family: arial, serif;
  font-weight: 600;
  font-size: 1.2em;
}
/* :L456 */
h6 {
  font-family: arial, serif;
  font-weight: 600;
  font-size: 0.8em;
}
/* :L463 */
p .smalltxt {
  font-weight: 400;
  font-family: arial, serif;
  font-size: 0.8em;
}
/* :L471 */
.museo {
  font-family: museo-slab, serif;
  font-weight: 300;
}
/* :L476 */
.serif {
  font-family: arial, serif;
  font-weight: 300;
}
/* :L481 */
.museo-b {
  font-family: museo-slab, serif;
  font-weight: 500;
}
/* :L486 */
.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";
}
/* :L491 */
.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;
}
/* :L500 */
.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;
}
/* :L514 */
.qqheader h1,
.qqheader h2 {
  padding: 0px;
  margin: 0px;
}
/* :L520 */
.qqheader .row {
  padding: 20px 0 10px 0;
}
/* :L524 */
.qqheader h1,
.qqheader h2,
.qqheader p {
  line-height: 30px;
}
/* :L528 */
.qqheader p {
  text-align: right;
}
/* :L532 */
.h3museo {
  font-family: museo-slab, serif;
  font-weight: 300;
}
/* :L538 */
.instanda-confirm-billing-address,
.hide-billing-address {
  display: none;
}
/* :L543 */
.firstcolbold td:first-child {
  font-weight: bold;
}
/* :L548 */
h4.tableheader,
p.tableheader {
  font-family: arial, serif;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 16px;
}
/* :L557 */
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;
}
/* :L571 */
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) {
  /* :L583 */
  .questionHeader .bs-callout {
    margin: 20px 0px 20px -15px;
  }
}
@media (min-width: 768px) {
  /* :L589 */
  .questionHeader .bs-callout {
    margin: 20px 15px 20px -15px;
  }
}
/* :L594 */
.bs-callout {
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid #ffcb00;
  background: #fff7d8;
  border-left-width: 5px;
  border-radius: 3px;
}
/* :L602 */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
/* :L607 */
.bs-callout p:last-child {
  margin-bottom: 0;
}
/* :L611 */
.bs-callout code {
  border-radius: 3px;
}
/* :L615 */
.bs-callout + .bs-callout {
  margin-top: -5px;
}
/* :L620 */
.bs-callout-danger {
  border-left-color: #f7931d;
}
/* :L623 */
.bs-callout-danger h4 {
  color: black;
}
/* :L628 */
.bs-callout-info {
  border-left-color: #a5a5a5;
}
/* :L631 */
.bs-callout-info h4 {
  color: #222222;
}
/* :L636 */
.footer-links a {
  color: white;
}
/* :L640 */
.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 */
  
  /* :L650 */
  .navbar-default .navbar-toggle .icon-bar {
    color: #dddddd;
    background-color: #dddddd;
  }
  /* :L655 */
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #333333;
  }
  /* :L659 */
  .navbar-brand > img {
    width: 170px;
  }
  /* :L663 */
  .nav-btn-right {
    margin-top: 5px;
  }
  /* :L667 */
  .navbar-toggle {
    margin-left: 15px;
  }
  /* :L671 */
  .nav li {
    padding: 10 30 10 10;
    margin: 3px;
    background-color: #eeeeee;
  }
  /* :L678 */
  .nav li a:hover {
    background-color: #777777;
  }
  /* :L684 */
  .nav .dropdown-menu li {
    background-color: #bbbbbb;
  }
}
/* :L692 */
.nav-item a {
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}
/* :L699 */
.nav-item a:hover {
  text-decoration-color: #ffcb03;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}
/* :L708 */
.white-border-left {
  border-left: 1px solid white !important;
}
/* :L713 */
.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;
}
/* :L722 */
.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;
}
/* :L733 */
.text-white {
  color: white;
}
/* From here until the bottom of the CSS are all the padding and margins styles */

/* :L741 */
.m-0 {
  margin: 0 !important;
}
/* :L745 */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
/* :L750 */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
/* :L755 */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
/* :L760 */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
/* :L765 */
.m-1 {
  margin: 0.25rem !important;
}
/* :L769 */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
/* :L774 */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
/* :L779 */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
/* :L784 */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
/* :L789 */
.m-2 {
  margin: 0.5rem !important;
}
/* :L793 */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
/* :L798 */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
/* :L803 */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
/* :L808 */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
/* :L813 */
.m-3 {
  margin: 1rem !important;
}
/* :L817 */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
/* :L822 */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
/* :L827 */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
/* :L832 */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
/* :L837 */
.m-4 {
  margin: 1.5rem !important;
}
/* :L841 */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
/* :L846 */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
/* :L851 */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
/* :L856 */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
/* :L861 */
.m-5 {
  margin: 3rem !important;
}
/* :L865 */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
/* :L870 */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
/* :L875 */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
/* :L880 */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
/* :L888 */
.p-0 {
  padding: 0 !important;
}
/* :L892 */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
/* :L897 */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
/* :L902 */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
/* :L907 */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
/* :L912 */
.p-1 {
  padding: 0.25rem !important;
}
/* :L916 */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
/* :L921 */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
/* :L926 */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
/* :L931 */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
/* :L936 */
.p-2 {
  padding: 0.5rem !important;
}
/* :L940 */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
/* :L945 */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
/* :L950 */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
/* :L955 */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
/* :L960 */
.p-3 {
  padding: 1rem !important;
}
/* :L964 */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
/* :L969 */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
/* :L974 */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
/* :L979 */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
/* :L984 */
.p-4 {
  padding: 1.5rem !important;
}
/* :L988 */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
/* :L993 */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
/* :L998 */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
/* :L1003 */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
/* :L1008 */
.p-5 {
  padding: 3rem !important;
}
/* :L1012 */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
/* :L1017 */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
/* :L1022 */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
/* :L1027 */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/* :L1032 */
.m-auto {
  margin: auto !important;
}
/* :L1036 */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
/* :L1041 */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
/* :L1046 */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
/* :L1051 */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  /* :L1057 */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* :L1060 */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* :L1064 */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* :L1068 */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* :L1072 */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* :L1076 */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* :L1079 */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1083 */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1087 */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1091 */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1095 */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* :L1098 */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1102 */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1106 */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1110 */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1114 */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* :L1117 */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* :L1121 */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* :L1125 */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1129 */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* :L1133 */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* :L1136 */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1140 */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1144 */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1148 */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1152 */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* :L1155 */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* :L1159 */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* :L1163 */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1167 */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* :L1171 */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* :L1174 */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* :L1178 */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* :L1182 */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* :L1186 */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* :L1190 */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* :L1193 */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1197 */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1201 */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1205 */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1209 */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* :L1212 */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1216 */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1220 */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1224 */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1228 */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* :L1231 */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* :L1235 */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* :L1239 */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1243 */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* :L1247 */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* :L1250 */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1254 */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1258 */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1262 */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1266 */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* :L1269 */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* :L1273 */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* :L1277 */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1281 */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* :L1285 */
  .m-sm-auto {
    margin: auto !important;
  }
  /* :L1288 */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* :L1292 */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* :L1296 */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* :L1300 */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* :L1307 */
  .m-md-0 {
    margin: 0 !important;
  }
  /* :L1310 */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* :L1314 */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* :L1318 */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* :L1322 */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* :L1326 */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* :L1329 */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1333 */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1337 */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1341 */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1345 */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* :L1348 */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1352 */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1356 */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1360 */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1364 */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* :L1367 */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* :L1371 */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* :L1375 */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1379 */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* :L1383 */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* :L1386 */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1390 */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1394 */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1398 */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1402 */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* :L1405 */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* :L1409 */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* :L1413 */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1417 */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* :L1421 */
  .p-md-0 {
    padding: 0 !important;
  }
  /* :L1424 */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* :L1428 */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* :L1432 */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* :L1436 */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* :L1440 */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* :L1443 */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1447 */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1451 */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1455 */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1459 */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* :L1462 */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1466 */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1470 */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1474 */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1478 */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* :L1481 */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* :L1485 */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* :L1489 */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1493 */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* :L1497 */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* :L1500 */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1504 */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1508 */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1512 */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1516 */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* :L1519 */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* :L1523 */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* :L1527 */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1531 */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* :L1536 */
  .m-md-auto {
    margin: auto !important;
  }
  /* :L1539 */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* :L1543 */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* :L1547 */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* :L1551 */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* :L1558 */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* :L1561 */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* :L1565 */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* :L1569 */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* :L1573 */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* :L1577 */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* :L1580 */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1584 */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1588 */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1592 */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1596 */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* :L1599 */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1603 */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1607 */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1611 */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1615 */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* :L1618 */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* :L1622 */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* :L1626 */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1630 */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* :L1634 */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* :L1637 */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1641 */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1645 */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1649 */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1653 */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* :L1656 */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* :L1660 */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* :L1664 */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1668 */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* :L1672 */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* :L1675 */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* :L1679 */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* :L1683 */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* :L1687 */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* :L1691 */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* :L1694 */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1698 */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1702 */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1706 */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1710 */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* :L1713 */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1717 */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1721 */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1725 */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1729 */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* :L1732 */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* :L1736 */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* :L1740 */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1744 */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* :L1748 */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* :L1751 */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* :L1755 */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* :L1759 */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L1763 */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* :L1767 */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* :L1770 */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* :L1774 */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* :L1778 */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* :L1782 */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* :L1788 */
  .m-lg-auto {
    margin: auto !important;
  }
  /* :L1791 */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* :L1795 */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* :L1799 */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* :L1803 */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* :L1810 */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* :L1813 */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* :L1817 */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* :L1821 */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* :L1825 */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* :L1829 */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* :L1832 */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* :L1836 */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* :L1840 */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* :L1844 */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* :L1848 */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* :L1851 */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* :L1855 */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* :L1859 */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* :L1863 */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* :L1867 */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* :L1870 */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* :L1874 */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* :L1878 */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* :L1882 */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* :L1886 */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* :L1889 */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* :L1893 */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* :L1897 */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* :L1901 */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* :L1905 */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* :L1908 */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* :L1912 */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* :L1916 */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* :L1920 */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* :L1924 */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* :L1927 */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* :L1931 */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* :L1935 */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* :L1939 */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* :L1943 */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* :L1946 */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* :L1950 */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* :L1954 */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* :L1958 */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* :L1962 */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* :L1965 */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* :L1969 */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* :L1973 */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* :L1977 */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* :L1981 */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* :L1984 */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* :L1988 */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* :L1992 */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* :L1996 */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* :L2000 */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* :L2003 */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* :L2007 */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* :L2011 */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* :L2015 */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* :L2019 */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* :L2022 */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* :L2026 */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* :L2030 */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* :L2034 */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* :L2039 */
  .m-xl-auto {
    margin: auto !important;
  }
  /* :L2042 */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* :L2046 */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* :L2050 */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* :L2054 */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* Help Text */

/* :L2061 */
.instanda-responsive-help-text {
  background-color: #eeeeee;
  padding: 8px 16px;
  border-radius: 4px;
  width: 50%;
}
/* :L2067 */
.instanda-responsive-help-text div {
  width: 100%;
}
/* Confirm Question */

/* :L2073 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  display: flex;
}
/* :L2076 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input ul {
  padding-left: 16px;
}
/* :L2079 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input ul li {
  text-align: justify;
}
/* Global */

/* Header */

/* :L2087 */
/* :L2088 */
/* :L2089 */
/* :L2090 */
nav.navbar.navbar-default .navbar-top .navbar-left.flex a.navbar-brand {
  height: auto;
}
/* :L2093 */
nav.navbar.navbar-default .navbar-top .navbar-left.flex a.navbar-brand img {
  width: 200px;
}
/* :L2100 */
/* :L2101 */
/* :L2102 */
nav.navbar.navbar-default .navbar-bottom ul.nav.navbar-nav.navbar-left.px-5.px-md-0 li.nav-item {
  padding: 0 16px;
}
/* :L2105 */
/* :L2106 */
/* :L2107 */
nav.navbar.navbar-default .navbar-bottom ul.nav.navbar-nav.navbar-left.px-5.px-md-0 li.nav-item ul.dropdown-menu li a {
  padding: 16px;
}
/* :L2110 */
nav.navbar.navbar-default .navbar-bottom ul.nav.navbar-nav.navbar-left.px-5.px-md-0 li.nav-item ul.dropdown-menu li a:hover {
  background-color: #ffe582;
}
/* :L2119 */
nav.navbar.navbar-default .navbar-bottom .navbar-right {
  margin: 0;
}
/* Help Text */

/* :L2126 */
/* :L2127 */
.help-icon-hidden .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L2132 */
.instanda-responsive-help-text {
  margin-left: 0;
}
/* :L2135 */
.instanda-responsive-help-text:has(.help-txt-display) {
  display: block;
}
