@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html ::-moz-selection {
  background: #ff4d01;
  color: white;
}

html ::selection {
  background: #ff4d01;
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

button:focus {
  outline: 1px dashed #011d36;
}

input,
select,
textarea {
  border: 0;
  font-family: Lexend, sans-serif;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

img {
  max-width: 100%;
}

.sr-only {
  display: none;
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none;
  }
}

.bg-primary {
  background: #011d36;
}

.bg-accent {
  background: #ff4d01;
}

.bg-white {
  background: white !important;
}

@media (min-width: 768px) {
  .hover\:bg-white:hover {
    background: white !important;
  }
}

.bg-light {
  background: #ffebc7;
}

.bg-gray {
  background: #f0f0f0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.m-20 {
  margin: 5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-20 {
  padding: 5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 576px) {
  .sm\:m-0 {
    margin: 0;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .lg\:m-0 {
    margin: 0;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1400px) {
  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:m-1 {
    margin: 0.25rem;
  }

  .xxl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xxl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xxl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xxl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xxl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:p-1 {
    padding: 0.25rem;
  }

  .xxl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xxl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xxl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xxl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xxl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxl\:m-2 {
    margin: 0.5rem;
  }

  .xxl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xxl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xxl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xxl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xxl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:p-2 {
    padding: 0.5rem;
  }

  .xxl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xxl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xxl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xxl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xxl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxl\:m-4 {
    margin: 1rem;
  }

  .xxl\:mt-4 {
    margin-top: 1rem;
  }

  .xxl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxl\:ml-4 {
    margin-left: 1rem;
  }

  .xxl\:mr-4 {
    margin-right: 1rem;
  }

  .xxl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:p-4 {
    padding: 1rem;
  }

  .xxl\:pt-4 {
    padding-top: 1rem;
  }

  .xxl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxl\:pl-4 {
    padding-left: 1rem;
  }

  .xxl\:pr-4 {
    padding-right: 1rem;
  }

  .xxl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:m-6 {
    margin: 1.5rem;
  }

  .xxl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:p-6 {
    padding: 1.5rem;
  }

  .xxl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:m-8 {
    margin: 2rem;
  }

  .xxl\:mt-8 {
    margin-top: 2rem;
  }

  .xxl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxl\:ml-8 {
    margin-left: 2rem;
  }

  .xxl\:mr-8 {
    margin-right: 2rem;
  }

  .xxl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:p-8 {
    padding: 2rem;
  }

  .xxl\:pt-8 {
    padding-top: 2rem;
  }

  .xxl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxl\:pl-8 {
    padding-left: 2rem;
  }

  .xxl\:pr-8 {
    padding-right: 2rem;
  }

  .xxl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:m-10 {
    margin: 2.5rem;
  }

  .xxl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:p-10 {
    padding: 2.5rem;
  }

  .xxl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:m-20 {
    margin: 5rem;
  }

  .xxl\:mt-20 {
    margin-top: 5rem;
  }

  .xxl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xxl\:ml-20 {
    margin-left: 5rem;
  }

  .xxl\:mr-20 {
    margin-right: 5rem;
  }

  .xxl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:p-20 {
    padding: 5rem;
  }

  .xxl\:pt-20 {
    padding-top: 5rem;
  }

  .xxl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xxl\:pl-20 {
    padding-left: 5rem;
  }

  .xxl\:pr-20 {
    padding-right: 5rem;
  }

  .xxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

@media (min-width: 576px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }
}

@media (min-width: 992px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }
}

@media (min-width: 1200px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }
}

@media (min-width: 1400px) {
  .xxl\:absolute {
    position: absolute;
  }

  .xxl\:static {
    position: static;
  }

  .xxl\:fixed {
    position: fixed;
  }
}

.relative {
  position: relative;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.none {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

@media (min-width: 576px) {
  .sm\:none {
    display: none !important;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }
}

@media (min-width: 768px) {
  .md\:none {
    display: none !important;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }
}

@media (min-width: 992px) {
  .lg\:none {
    display: none !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }
}

@media (min-width: 1200px) {
  .xl\:none {
    display: none !important;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }
}

@media (min-width: 1400px) {
  .xxl\:none {
    display: none !important;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:flex {
    display: flex;
  }

  .xxl\:grid {
    display: grid;
  }
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.self-end {
  align-self: end;
}

.flex-col {
  flex-direction: column;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.shadow-md {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.shadow-accent {
  box-shadow: 0.25rem 0.25rem 0 0.25rem #ff4d01;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-12 {
  grid-column: span 12/span 12;
}

@media (min-width: 576px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 992px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 1200px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 1400px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxl\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxl\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxl\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxl\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxl\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxl\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxl\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxl\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxl\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxl\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxl\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-20 {
  gap: 5rem;
}

@media (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }
}

@media (min-width: 768px) {
  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }
}

@media (min-width: 992px) {
  .lg\:gap-0 {
    gap: 0;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }
}

@media (min-width: 1200px) {
  .xl\:gap-0 {
    gap: 0;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }
}

@media (min-width: 1400px) {
  .xxl\:gap-0 {
    gap: 0;
  }

  .xxl\:gap-1 {
    gap: 0.25rem;
  }

  .xxl\:gap-2 {
    gap: 0.5rem;
  }

  .xxl\:gap-4 {
    gap: 1rem;
  }

  .xxl\:gap-6 {
    gap: 1.5rem;
  }

  .xxl\:gap-8 {
    gap: 2rem;
  }

  .xxl\:gap-10 {
    gap: 2.5rem;
  }

  .xxl\:gap-20 {
    gap: 5rem;
  }
}

table {
  width: 100%;
}

table th {
  border-bottom: 2px solid #011d36;
  color: #011d36;
}

table tr:not(:last-child) td {
  border-bottom: 1px solid #011d36;
}

@-webkit-keyframes heroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-0.8rem, 0, 0);
  }
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-0.8rem, 0, 0);
  }
}

.border-none {
  border: none;
}

.border-light {
  border: 1px solid #ffebc7;
}

.border-top-light {
  border-top: 1px solid #ffebc7;
}

.border-right-light {
  border-right: 1px solid #ffebc7;
}

.border-primary {
  border: 1px solid #011d36;
}

.border-accent {
  border: 1px solid #ff4d01;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 99rem;
}

.w-0 {
  width: 0;
}

.h-0 {
  height: 0;
}

.w-1 {
  width: 0.25rem;
}

.h-1 {
  height: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.h-2 {
  height: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  font-family: Lexend, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.columns {
  -moz-columns: 30ch 2;
       columns: 30ch 2;
}

.font-display {
  font-family: "Roboto Condensed", serif;
}

.lim p {
  max-width: 100%;
}

p {
  margin-bottom: 2rem;
  line-height: 1.8;
  text-align:justify;
}

a.theme {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #ff4d01;
}

a.theme svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  transition: all 0.3s ease-out;
}

a.theme:hover svg {
  -webkit-animation: 1s ease infinite alternate shake;
          animation: 1s ease infinite alternate shake;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

@media (min-width: 576px) {
  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-md {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-md {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-md {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-md {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .xxl\:text-xs {
    font-size: 0.75rem;
  }

  .xxl\:text-sm {
    font-size: 0.875rem;
  }

  .xxl\:text-md {
    font-size: 1rem;
  }

  .xxl\:text-lg {
    font-size: 1.125rem;
  }

  .xxl\:text-xl {
    font-size: 1.25rem;
  }

  .xxl\:text-2xl {
    font-size: 1.5rem;
  }

  .xxl\:text-3xl {
    font-size: 1.875rem;
  }

  .xxl\:text-4xl {
    font-size: 2.25rem;
  }

  .xxl\:text-5xl {
    font-size: 3rem;
  }
}

.text-primary {
  color: #011d36;
}

.hover\:text-primary:hover {
  color: #011d36;
}

.text-gray {
  color: #999;
}

.text-accent {
  color: #ff4d01;
}

.text-light {
  color: #ffebc7;
}

.text-white {
  color: white;
}

.text-green {
  color: forestgreen;
}

.text-red {
  color: firebrick;
}

.hover\:text-accent:hover {
  color: #ff4d01;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.font-bold {
  font-weight: 700;
}

.underline {
  width: 5rem;
  height: 4px;
}

.underline--center {
  margin-left: auto;
  margin-right: auto;
}

.accordion-header {
  border-top: 1px solid #ffebc7;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #011d36;
}

.brand {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

.brand .brand-small {
  font-size: 1.2rem;
  font-weight: normal;
}

.btn {
  padding: 0.5rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn svg {
  margin-left: 1rem;
}

.btn.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .btn {
    padding: 1rem 2rem;
  }
}

.btn-primary {
  background: #011d36;
  color: white;
}

.btn-primary:hover {
  background: #000204;
}

.btn-accent {
  background: #1990c6;
  color: white;
}

.btn-accent:hover {
  background: #e74500;
}

.search-widget form {
  box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.05);
}

.search-widget .search-widget-header {
  border-bottom: 1px solid #aaa;
}

.search-widget .search-widget-body {
  height: calc(100vh - 8rem);
  overflow-y: auto;
}

.search-widget .search-widget-footer {
  border-top: 1px solid #aaa;
}

.search-widget .label-button {
  border: 2px solid #aaa;
  border-radius: 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  cursor: pointer;
}

.search-widget .label-button svg {
  color: #ddd;
}

.search-widget [type=checkbox]:checked + .label-button {
  border: 2px solid #011d36;
  background: #86c5fd;
}

.search-widget [type=checkbox]:checked + .label-button svg {
  color: #ff4d01;
}

.search-widget .custom-check {
  color: #999;
  cursor: pointer;
}

.search-widget .custom-check svg {
  color: #ddd;
}

.search-widget [type=checkbox]:checked + .custom-check,
.search-widget [type=radio]:checked + .custom-check {
  color: #011d36;
}

.search-widget [type=checkbox]:checked + .custom-check svg,
.search-widget [type=radio]:checked + .custom-check svg {
  color: #ff4d01;
}

.hero .overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
}

.hero img {
  width: 100vw;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .hero img {
    /*height: calc(100vh - 5rem);*/
    height: 100vh;
    
  }
}

.hero-alt img {
  display: block;
  width: 100%;
  height: 30rem;
  /*height:100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-alt .overlay {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  width: 100%;
}

.hero-alt .hero-text {
  bottom: 0;
  padding-bottom: 3rem;
}

.hero-alt h1 {
  max-width: 1200px;
  font-size: calc(4vw + 1rem);
  line-height: 1.2;
  font-weight: 700;
  color: white;
}

.review img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.tour {
  position: relative;
  border-radius: 0.8rem;
}

.tour .top {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
}

.tour .top img {
  display: block;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.tour .top__overlay {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(1, 29, 54, 0.4));
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  color: white;
}

.tour .offer {
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  background: #ff4d01;
  padding: 0.35rem 1rem;
  height: 2rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
}

.tour .offer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 1rem solid #ff4d01;
  border-right: 0.5rem solid #ff4d01;
  border-bottom: 1rem solid #ff4d01;
  border-left: 1rem solid transparent;
}

.tour .offer::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 0.25rem solid #cd3d00;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #cd3d00;
}

.tour .bottom {
  border-left: 1px solid #ffdccd;
  border-bottom: 1px solid #ffdccd;
  border-right: 1px solid #ffdccd;
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
}

.tour:hover .top img {
  transform: scale(1);
}

.tour .icon {
  color: #011d36;
}

.tour .summary {
  display: none;
}

@media (min-width: 768px) {
  .tour.large {
    grid-column: span 2/span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .tour.large .top img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
  }

  .tour.large .details {
    display: block;
  }

  .tour.large .summary {
    margin: 0.5rem 0;
  }

  .tour.large .stars {
    border: 0;
    justify-content: flex-start;
  }
}

.review p {
  font-style: italic;
}

.article img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.article h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.article:hover h2 {
  color: #ff4d01;
}

input:focus,
select:focus,
textarea:focus {
  outline: 1px dashed #011d36;
}

.form-group label {
  color: #011d36;
}

.form-group input,
.form-group select,
.form-group textarea {
  display: block;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  width: 100%;
  max-width: 30rem;
}

.has-icon {
  position: relative;
}

.has-icon .icon {
  position: absolute;
}

.has-icon.icon-right .icon {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.header {
  background: rgb(252 252 252);
  color: #15516c;
  z-index: 99;
  height: 5rem;
}
.header.scrolled {
    background: white;
}

.header .logo img {
  height: 4.5rem;
}

@media (max-width: 991px) {
  .header nav:not(.show) {
    display: none;
  }

  .header nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: white;
  }
}

@media (min-width: 992px) {
  .header .dropdown,
  .header .dropright {
    width: 12rem;
  }
}

.header .dropdown {
  top: 100%;
  left: 0;
  box-shadow: inset 0 0 0 1px #ffebc7;
  border-radius: 0 0 0.5rem 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.header .dropright {
  top: 0;
  left: 100%;
  box-shadow: inset 0 0 0 1px #ffebc7;
  border-radius: 0 0 0.5rem 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.header__searchform {
  top: 100%;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .header__searchform {
    left: 3rem;
    right: 3rem;
  }
}

.header__searchform input:focus {
  outline: none;
}

.header__searchform:focus-within {
  box-shadow: 0 1rem 1rem rgba(255, 77, 1, 0.2);
}

/*#topIO {*/
/*  height: 5rem;*/
/*}*/

.newsletter {
  background: #eee;
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .newsletter {
    text-align: center;
  }
}

.newsletter .grid {
  display: grid;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .newsletter .grid {
    grid-template-columns: 1fr 1fr;
  }
}

.newsletter p {
  margin-bottom: 0;
}

.newsletter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter input {
  border: 2px solid #ddd;
  font-size: 1.2rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .newsletter input {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .newsletter input {
    margin-bottom: 0;
  }
}

.newsletter button {
  background: #ff4d01;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}

footer {
  padding: 4rem 0 0;
}

footer h1 {
  font-weight: 700;
  margin-bottom: 1rem;
}

footer li {
  margin-bottom: 0.5rem;
}

footer li a {
  transition: all 0.3s ease-out;
}

footer li a:hover {
  color: #ff4d01;
}

footer svg {
  width: 1.2rem;
  height: 1.2rem;
}

footer .social-links {
  display: flex;
}

footer .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background: #011d36;
  padding: 0.25rem;
  margin-right: 0.5rem;
  color: white;
  transition: all 0.3s ease-out;
}

footer .social-links a:hover {
  background: #ff4d01;
  color: white;
}

@media (min-width: 768px) {
  footer .social-links a {
    padding: 1rem;
  }
}

footer .bottom {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  footer .bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .ap .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.affiliations ul {
  display: flex;
  align-items: center;
}

.affiliations ul li {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.25rem;
}

.affiliations img {
  height: 3rem;
}

.payments {
  text-align: center;
}

.payments img {
  height: 1.2rem;
}

.hero-slider .text {
  max-width: 580px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

@media (max-width: 991px) {
  .hero-slider .text {
    bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .hero-slider .text {
    top: 65%;
  }
}

.hero-slider .text .buttons {
  bottom: 0;
  transform: translate(2rem, 50%);
}

.hero-slider-controls {
  bottom: 35%;
  z-index: 98;
}

.hero-slider-controls button {
  background: rgba(255, 255, 255, 0.8);
  color: #011d36;
  padding: 0.5rem;
}

.hero-slider-controls button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.destination__img {
  overflow: hidden;
  border-radius: 1rem;
}

.destination img {
  min-height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.destination .text {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
}

.destination a:hover img,
.destination a:focus img,
.destination a:active img {
  transform: scale(1);
}

.about__grid {
  grid-template-rows: auto 2rem 15rem;
  grid-template-columns: 2rem auto 2rem;
}

.about__bg {
  grid-row: 1/span 2;
  grid-column: 1/span 3;
  border-radius: 1rem;
}

.about__text {
  grid-column: 1/span 3;
  grid-row: 1/span 1;
}

.about__image {
  grid-column: 2/span 1;
  grid-row: 2/span 2;
}

.about__image > div {
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}

@media (min-width: 992px) {
  .about__grid {
    grid-template-rows: 2rem auto 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about__bg {
    grid-column: 1/span 3;
    grid-row: 2/span 1;
  }

  .about__text {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }

  .about__image {
    grid-column: 3/span 1;
    padding-top:50px;
  }
}

.activity {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.activity img {
  height: 15rem;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity .text {
  bottom: 0;
  left: 0;
  border-top-right-radius: 1rem;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.activity .text .font-display {
  transform: translateY(1rem);
  transition: all 0.3s ease-out;
}

.activity .text .tours {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.activity:hover .font-display {
  transform: translateY(0);
}

.activity:hover .tours {
  opacity: 1;
}

.tour-details .hero img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-details .hero .overlay {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  width: 100%;
}

.tour-details .hero .caption h2 {
  font-size: 3rem;
  font-weight: 600;
  color: white;
}

.tour-details .hero .caption p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  color: white;
}

.tour-details .hero .ratings-wrapper {
  padding: 0 2rem;
  background: #011d36;
  color: white;
  align-self: flex-end;
}

.tour-details .hero .ratings-wrapper svg {
  width: 1rem;
  height: 1rem;
}

.tour-details h1.tour-title {
  color: #011d36;
  margin: 2rem 0;
}

.tour-details a.print {
  display: inline-block;
  color: #011d36;
}

.tour-details a.print i {
  color: #ff4d01;
}

.tour-details a.print:hover {
  color: #ff4d01;
  text-decoration: none;
}

.tour-details .tour-details-bar {
  top: 4.6rem;
  background: #ffebc7;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.tour-details .tour-details-section {
  display: block;
}

.tour-details .tour-details-section:not(:first-child) {
  padding-top: 6rem;
}

.tour-details h2 {
  color: #011d36;
  font-weight: 600;
  margin-bottom: 1rem;
}

.tour-details h3 {
  color: #011d36;
  font-weight: 600;
}

.tour-details .highlights li,
.tour-details .includes li,
.tour-details .excludes li,
.tour-details .complimentary li,
.tour-details .essential-info li
{
  display: flex;
  margin-bottom: 0.5rem;
}

.tour-details .highlights li::before,
.tour-details .includes li::before,
.tour-details .excludes li::before,
.tour-details .complimentary li::before,
.tour-details .essential-info li::before
{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.tour-details .highlights li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23E67A00' stroke='%none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .includes li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='forestgreen' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .excludes li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='firebrick' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .complimentary li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%232170a5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 6v6m0 0v6m0-6h6m-6 0H6'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .essential-info li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%232170a5' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .tabular {
  margin-bottom: 3rem;
  background: #f6f6f6;
  padding: 2rem;
}

.tour-details .tabular .table-item .icon {
  font-size: 1.5rem;
  font-weight: 600;
  color: #011d36;
  flex: 0 0 48px;
  text-align: center;
}

.tour-details .tabular .table-item .icon svg {
  fill: #ff4d01;
}

.tour-details .tabular .table-item .data {
  color: #011d36;
  flex: 1 1 100%;
}

.tour-details .tabular .table-item .data .field-name {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  color: #888;
  margin-bottom: 0;
}

.tour-details .tabular .table-item .data .field-value {
  margin-bottom: 0;
}

.tour-details .tabular svg {
  height: 3rem;
  width: 3rem;
}

.tour-details #overview-text.collapse:not(.show) {
  display: block;
  height: 10rem;
  overflow: hidden;
  position: relative;
}

.tour-details #overview-text.collapse:not(.show)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

@media only screen and (min-width: 768px) {
  .tour-details #overview-text.collapse:not(.show) {
    height: unset;
  }

  .tour-details #overview-text.collapse:not(.show)::after {
    display: none;
  }
}

.tour-details .trip-note {
  border: 1px solid #ddd;
  padding: 10px;
  border: none;
  border-left: 5px solid #011d36;
}

@media only screen and (min-width: 768px) {
  .tour-details #toggle-overview {
    display: none;
  }
}

.tour-details .itinerary .collapse-toggle button {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tour-details .itinerary .collapse-toggle button h3 {
  margin-bottom: 0;
}

.tour-details .itinerary .collapse-toggle button:hover {
  text-decoration: none;
}

.tour-details .itinerary .collapse-toggle button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16 fill=%233a95d8%3e%3cpath fill-rule=evenodd d=M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z/%3e%3c/svg%3e");
}

.tour-details .itinerary .collapse-toggle button svg {
  color: #ff4d01;
}

.tour-details .itinerary .itinerary-row {
  display: flex;
  position: relative;
}

.tour-details .itinerary .itinerary-row .day {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  border: 3px solid #011d36;
  color: #011d36;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-right: 15px;
  position: relative;
}

.tour-details .itinerary .itinerary-row .day .d {
  margin: 10px 0 -3px;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
}

.tour-details .itinerary .itinerary-row .day::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tour-details .itinerary .itinerary-row .itinerary-text {
  padding: 2.5rem 0 0.5px;
  border-bottom: 1px solid #011d36;
  flex-grow: 1;
}

.tour-details .itinerary .itinerary-row::after {
  content: "";
  display: block;
  top: 93px;
  border-left: 2px dotted #011d36;
  position: absolute;
  left: 30px;
  height: 100%;
}

.tour-details .itinerary .itinerary-row:last-child::after {
  height: 0;
}

.tour-details .itinerary .itinerary-row:last-child .itinerary-text {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .tour-details #date-price table,
  .tour-details #date-price thead,
  .tour-details #date-price tbody,
  .tour-details #date-price th,
  .tour-details #date-price td,
  .tour-details #date-price tr {
    display: block;
  }

  .tour-details #date-price thead tr {
    height: 0;
    margin: 0;
    overflow: hidden;
  }

  .tour-details #date-price td::before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 120px;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 0.8rem;
  }

  .tour-details #date-price tr {
    margin: 0 0 2rem 0;
  }

  .tour-details #date-price td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 0.25rem 0.25rem 0.25rem 130px;
  }

  .tour-details #date-price td:last-of-type {
    border-bottom: none;
  }

  .tour-details #date-price td:nth-of-type(1):before {
    content: "Start Date";
  }

  .tour-details #date-price td:nth-of-type(2):before {
    content: "End Date";
  }

  .tour-details #date-price td:nth-of-type(3):before {
    content: "Offer Price";
  }

  .tour-details #date-price td:nth-of-type(4):before {
    content: "Status";
  }

  .tour-details #date-price td:nth-of-type(5):before {
    content: "";
  }
}

.tour-details .nodisplay {
  display: none !important;
}

.tour-details .review-card {
  padding: 1rem;
  text-align: justify;
}

.tour-details .review-card .review {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  position: relative;
}

.tour-details .review-card .review::after,
.tour-details .review-card .review:before {
  content: "";
  position: absolute;
  border: solid transparent;
}

.tour-details .review-card .review::after {
  top: 2rem;
  left: 100%;
  border-width: 1rem;
  border-left: 1rem solid #fff;
}

.tour-details .review-card .review::before {
  top: calc(2rem - 1px);
  left: 100%;
  border-width: calc(1rem + 1px);
  border-left: calc(1rem + 1px) solid #ccc;
}

.tour-details .review-card .review-text {
  font-size: 0.88rem;
}

.tour-details .review-card .stars {
  margin-bottom: 0;
}

.tour-details .review-card .stars i.active {
  color: #ff4d01;
  font-size: 0.8rem;
}

.tour-details .review-card .reviewer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.tour-details .review-card .reviewer img {
  flex: 0 0 64px;
  margin-bottom: 1rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.tour-details .review-card .reviewer .reviewer-info p {
  text-align: center;
  margin-bottom: 0;
}

.tour-details .review-card .reviewer .reviewer-info p.name {
  font-weight: 600;
  color: #555;
}

.tour-details .review-card .reviewer .reviewer-info p.from {
  font-size: 0.8rem;
}

@media screen and (max-width: 992px) {
  .tour-details .review-card {
    padding: 1rem 0;
  }

  .tour-details .review-card .review {
    border: none;
    padding: 0;
  }

  .tour-details .review-card .review::before,
  .tour-details .review-card .review::after {
    display: none;
  }
}

.tour-details .sticky-price {
  top: 8rem;
}

.tour-details .group-discounts-card {
  background: #ff4d01;
  color: #fff;
}

.tour-details .group-discounts-card small {
  padding: 1rem;
}

.tour-details .group-discounts-card table {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #fff;
}

.tour-details .group-discounts-card th {
  padding: 1rem 0.8rem;
  color: #fff;
}

.tour-details .group-discounts-card td {
  padding: 0.25rem 1rem;
}

.tour-details .share-links a {
  color: #ff4d01;
  margin-right: 1rem;
}

.tour-details .share-links a i {
  font-size: 1.4rem;
}

.tour-details .btn-customize {
  padding: 0.7rem;
  font-weight: 600;
}

.tour-details .btn-customize i {
  margin-right: 10px;
}

.tour-details .btn.btn-book-now {
  display: block;
  width: 100%;
  background: #ff4d01;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.tour-details .btn.btn-book-now:hover,
.tour-details .btn.btn-book-now:focus {
  background: #011d36;
}

.tour-details .btn.btn-book-now:active {
  box-shadow: inset 1px 5px 3px rgba(0, 0, 0, 0.1);
}

.tour-details .features ul {
  padding-left: 40px;
}

.tour-details .features ul li {
  font-size: 1.2rem;
  color: #011d36;
  text-transform: uppercase;
  font-weight: 600;
}

.tour-details .features ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.tour-details .features ul li::before {
  display: inline-block;
  width: 40px;
  margin-left: -40px;
  line-height: 24px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  color: #ff4d01;
  content: "\F35A";
  font-weight: 600;
}

.tour-details .experts-card {
  background: #011d36;
  padding: 1rem;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tour-details .experts-card h3 {
  color: white;
}

.tour-details .experts-card svg {
  color: #f6f6f6;
}

.tour-details .experts-card .experts-phone a {
  font-size: 1.1rem;
  color: #fff;
}

.tour-details .experts-card .experts-phone a i {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #ff4d01;
}

.tour-details .experts-card .experts-phone a:hover {
  text-decoration: none;
}

.tour-details .essential-info {
  background: #ffebc7;
  padding: 15px;
}

.tour-details .essential-info h3 {
  color: #ff4d01;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff4d01;
}

.tour-details .essential-info .essential-links li a {
  color: #555555;
  font-weight: 600;
}

.tour-details .essential-info .essential-links li a:hover {
  text-decoration: none;
  color: #011d36;
}

.tour-details .essential-info .essential-links li svg {
  color: #011d36;
}

.tour-details .package-card-sm {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  color: #fff;
}

.tour-details .package-card-sm .img {
  height: 160px;
  background-position: center;
  background-size: cover;
}

.tour-details .package-card-sm .title {
  position: absolute;
  bottom: 0.5rem;
  left: 10px;
  right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
}

.tour-details .package-card-sm .days {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 0.9rem;
}

.tour-details .package-card-sm .price {
  position: absolute;
  right: 0;
  top: 0;
  background: #011d36;
  padding: 0.8rem;
  border-radius: 0 0 0 0.5rem;
}

.tour-details .package-card-sm .info .days,
.tour-details .package-card-sm .info .price {
  line-height: 1.2;
}

.tour-details .package-card-sm .info .days {
  margin-bottom: 4px;
}

.tour-details .package-card-sm:hover .title {
  color: #ff4d01;
  text-decoration: none;
}

.tour-details .latest-blog-card {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tour-details .latest-blog-card .title {
  font-size: 1rem;
  color: #011d36;
}

.tour-details .controls {
  background: #011d36;
  padding: 15px;
}

.tour-details .complimentary {
  background: #f6f6f6;
}

.tour-details .complimentary ul {
  margin-bottom: 0;
}

.tour-details .complimentary ul li svg {
  color: #ff4d01;
}

.tour-details .ta-widget {
  text-align: center;
  background: #fff;
}

.breadcrumb-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.breadcrumb-wrapper ol.breadcrumb {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  list-style-type: none;
}

.breadcrumb-wrapper ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin-right: 1rem;
  color: #011d36;
}

.breadcrumb-wrapper ol.breadcrumb li {
  margin-right: 1rem;
}

.breadcrumb-wrapper ol.breadcrumb li a {
  color: #f6f6f6;
  font-weight: 600;
}

.breadcrumb-wrapper ol.breadcrumb li.active {
  color: white;
}

p.select-ratings i {
  color: #888;
}

p.select-ratings i.active {
  color: #ff4d01;
}

p.select-ratings i:hover {
  cursor: pointer;
}

#photo-input {
  margin-bottom: 1rem;
}

#write-review-photo {
  width: 120px;
  max-width: 100%;
  border-radius: 0.5rem;
  display: block;
}

.tour-details-tabs a {
  border-radius: 0.25rem;
}

.price-card .ribbon {
  height: 2.4rem;
}

.price-card .ribbon::after {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  border-right: 2rem solid transparent;
  border-top: 1.2rem solid white;
  border-bottom: 1.2rem solid white;
  border-left: 2rem solid white;
}

.gallery .overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

.gallery .overlay::after {
  content: "";
  transform: translate();
  width: 2rem;
  height: 2rem;
  border-radius: 3rem;
  background: #011d36;
  transition: all 0.3s ease-out;
}

.gallery svg {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery .item:hover .overlay {
  opacity: 1;
}

.gallery .item:hover .overlay::after {
  width: 4rem;
  height: 4rem;
}

.gallery .item:hover svg {
  opacity: 1;
}

.sm-simple {
  background: transparent;
  box-shadow: 0 0.5rem 0.2rem rgba(0, 0, 0, 0.05);
}

.sm-simple > li {
  background: white;
}

.sm-simple a {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  font-family: Lexend, sans-serif;
  color: #555555;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  font-size: 15px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 13px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 13px;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (max-width: 768px) {
  .sm-simple .sub-arrow::before {
    content: "+";
  }

  .sm-simple.highlighted .sub-arrow::before {
    content: "-";
  }
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/

  /* start... (it's not recommended editing these rules) */

  .sm-simple {
    box-shadow: none;
  }

  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
    background: transparent;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */

  .sm-simple {
    background: transparent;
  }

  .sm-simple a {
    text-transform: uppercase;
    padding: 0.5rem 18px;
    font-family: "Roboto Condensed", serif;
    color: #011d36;
  }

  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    background: transparent;
  }

  .sm-simple a.current {
    background: #555555;
    color: #ff4d01;
  }

  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }

  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 18px;
    width: 8px;
    height: 16px;
    font: 13px/16px monospace !important;
    background: transparent;
  }

  .sm-simple a.highlighted .sub-arrow::before {
    content: "";
  }

  .sm-simple > li {
    border-top: 0;
  }

  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .sm-simple ul a {
    border: 0;
    color: #555;
    text-transform: none;
    font-family: Lexend, sans-serif;
  }

  .sm-simple ul a:hover,
  .sm-simple ul a:focus,
  .sm-simple ul a:active,
  .sm-simple ul a.highlighted {
    color: #555;
    background: #eed;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 18px;
  }

  .sm-simple ul a .sub-arrow {
    left: 6px;
    right: auto;
  }

  .sm-simple ul > li {
    border-left: 0;
    border-top: 0;
    float: none;
  }

  .sm-simple ul > li:first-child {
    border-top: 0;
  }

  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }

  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #333 transparent;
  }

  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #333 transparent transparent transparent;
  }
}

.scroll .sm-simple a,
.scroll .sm-simple a:hover,
.scroll .sm-simple a:focus,
.scroll .sm-simple a:active,
.scroll .sm-simple a.highlighted {
  color: #333;
}

@media (max-width: 991px) {
  #main-nav {
    overflow-y: scroll;
  }
}

.mega-menu {
  border: 0 !important;
}

.mega-menu .lg\:fixed {
  top: 5rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: white;
}

.mega-menu ul {
  display: block;
  position: static;
  width: 100%;
  border: 0;
  box-shadow: none;
}

.mega-menu li {
  border: 0;
  float: none;
}

.mega-menu a {
  padding: 0.5rem 1rem;
  border-left: 0 !important;
}

.mega-menu .mega-menu-column > li:not(:last-child) {
  margin-bottom: 1rem;
}

.mega-menu .mega-menu-column > li > a {
  border-bottom: 1px solid #ddd;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  font-size: 16px;
  color: #ff4d01;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .mega-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .mega-menu a {
    padding: 0.25rem 1rem;
    border-left: 0 !important;
  }

  .mega-menu .mega-menu-column > li > a {
    margin-bottom: 0.25rem;
  }
}

