@charset "UTF-8";
/*
Theme Name: Majestic Nepal
Theme URI: https://majesticnepal.com.au
Author: AICT
Author URI: https://accessibleict.com.au/
Description:  Majestic Nepal is a Nepal-based tour operator with international allure, to organize your dream getaway in South Asia.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Majestic Nepal
Tags: majestic, nepal, tour, travel, holidays, entertainment

*/
/*===========================
=            npm            =
===========================*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400");
:root {
  --blue: #4267B2;
  --indigo: #6610f2;
  --purple: #6A47DA;
  --pink: #F75358;
  --red: #FA6541;
  --orange: #F8B91C;
  --yellow: #ffc107;
  --green: #09C098;
  --teal: #0EE25C;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #F8B91C;
  --secondary: #6c757d;
  --success: #09C098;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #FA6541;
  --light: #f8f9fa;
  --dark: #343a40;
  --purple: #6A47DA;
  --pink: #F75358;
  --red: #FA6541;
  --orange: #F8B91C;
  --teal: #0EE25C;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344051;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.25rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #F8B91C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: currentColor;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 3.12rem; }

h2, .h2 {
  font-size: 2.5rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 0.85rem; }

h6, .h6 {
  font-size: 0.72rem; }

.lead {
  font-size: 2.5rem;
  font-weight: 700; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1.25rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.table {
  width: 100%;
  margin-bottom: 1.25rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fdebbf; }

.table-hover .table-primary:hover {
  background-color: #fce3a6; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #fce3a6; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #baede2; }

.table-hover .table-success:hover {
  background-color: #a6e8da; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a6e8da; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fed4ca; }

.table-hover .table-danger:hover {
  background-color: #fec0b1; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fec0b1; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d5cbf5; }

.table-hover .table-purple:hover {
  background-color: #c4b6f1; }
  .table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #c4b6f1; }

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #fdcfd0; }

.table-hover .table-pink:hover {
  background-color: #fcb7b8; }
  .table-hover .table-pink:hover > td,
  .table-hover .table-pink:hover > th {
    background-color: #fcb7b8; }

.table-red,
.table-red > th,
.table-red > td {
  background-color: #fed4ca; }

.table-hover .table-red:hover {
  background-color: #fec0b1; }
  .table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #fec0b1; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fdebbf; }

.table-hover .table-orange:hover {
  background-color: #fce3a6; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #fce3a6; }

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #bcf7d1; }

.table-hover .table-teal:hover {
  background-color: #a5f4c1; }
  .table-hover .table-teal:hover > td,
  .table-hover .table-teal:hover > th {
    background-color: #a5f4c1; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #344051;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.625rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F8B91C; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.625rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F8B91C; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.625rem 1.25rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1.25rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #F8B91C !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #da9e07 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #09C098 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #078f71 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #FA6541 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f93d0f !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-purple {
  background-color: #6A47DA !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4e28c6 !important; }

.bg-pink {
  background-color: #F75358 !important; }

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #f52229 !important; }

.bg-red {
  background-color: #FA6541 !important; }

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #f93d0f !important; }

.bg-orange {
  background-color: #F8B91C !important; }

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #da9e07 !important; }

.bg-teal {
  background-color: #0EE25C !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #0bb248 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #ced4da !important; }

.border-top {
  border-top: 1px solid #ced4da !important; }

.border-right {
  border-right: 1px solid #ced4da !important; }

.border-bottom {
  border-bottom: 1px solid #ced4da !important; }

.border-left {
  border-left: 1px solid #ced4da !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #F8B91C !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #09C098 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #FA6541 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-purple {
  border-color: #6A47DA !important; }

.border-pink {
  border-color: #F75358 !important; }

.border-red {
  border-color: #FA6541 !important; }

.border-orange {
  border-color: #F8B91C !important; }

.border-teal {
  border-color: #0EE25C !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.3125rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.3125rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.3125rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.3125rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.3125rem !important; }

.m-2 {
  margin: 0.625rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.625rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.625rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.625rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.625rem !important; }

.m-3 {
  margin: 1.25rem !important; }

.mt-3,
.my-3 {
  margin-top: 1.25rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1.25rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1.25rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1.25rem !important; }

.m-4 {
  margin: 1.875rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.875rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.875rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.875rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.875rem !important; }

.m-5 {
  margin: 3.75rem !important; }

.mt-5,
.my-5 {
  margin-top: 3.75rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3.75rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3.75rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3.75rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.3125rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.3125rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.3125rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.3125rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.3125rem !important; }

.p-2 {
  padding: 0.625rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.625rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.625rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.625rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.625rem !important; }

.p-3 {
  padding: 1.25rem !important; }

.pt-3,
.py-3 {
  padding-top: 1.25rem !important; }

.pr-3,
.px-3 {
  padding-right: 1.25rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1.25rem !important; }

.pl-3,
.px-3 {
  padding-left: 1.25rem !important; }

.p-4 {
  padding: 1.875rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.875rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.875rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.875rem !important; }

.p-5 {
  padding: 3.75rem !important; }

.pt-5,
.py-5 {
  padding-top: 3.75rem !important; }

.pr-5,
.px-5 {
  padding-right: 3.75rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3.75rem !important; }

.pl-5,
.px-5 {
  padding-left: 3.75rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.3125rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !important; }
  .m-sm-2 {
    margin: 0.625rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important; }
  .m-sm-3 {
    margin: 1.25rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.25rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.25rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.25rem !important; }
  .m-sm-4 {
    margin: 1.875rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important; }
  .m-sm-5 {
    margin: 3.75rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.3125rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !important; }
  .p-sm-2 {
    padding: 0.625rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important; }
  .p-sm-3 {
    padding: 1.25rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.25rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.25rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.25rem !important; }
  .p-sm-4 {
    padding: 1.875rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important; }
  .p-sm-5 {
    padding: 3.75rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.3125rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !important; }
  .m-md-2 {
    margin: 0.625rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important; }
  .m-md-3 {
    margin: 1.25rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.25rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.25rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.25rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.25rem !important; }
  .m-md-4 {
    margin: 1.875rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important; }
  .m-md-5 {
    margin: 3.75rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.3125rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !important; }
  .p-md-2 {
    padding: 0.625rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important; }
  .p-md-3 {
    padding: 1.25rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.25rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.25rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.25rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.25rem !important; }
  .p-md-4 {
    padding: 1.875rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important; }
  .p-md-5 {
    padding: 3.75rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.3125rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !important; }
  .m-lg-2 {
    margin: 0.625rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important; }
  .m-lg-3 {
    margin: 1.25rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.25rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.25rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.25rem !important; }
  .m-lg-4 {
    margin: 1.875rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important; }
  .m-lg-5 {
    margin: 3.75rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.3125rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !important; }
  .p-lg-2 {
    padding: 0.625rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important; }
  .p-lg-3 {
    padding: 1.25rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.25rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.25rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.25rem !important; }
  .p-lg-4 {
    padding: 1.875rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important; }
  .p-lg-5 {
    padding: 3.75rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.3125rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !important; }
  .m-xl-2 {
    margin: 0.625rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important; }
  .m-xl-3 {
    margin: 1.25rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.25rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.25rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.25rem !important; }
  .m-xl-4 {
    margin: 1.875rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important; }
  .m-xl-5 {
    margin: 3.75rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.3125rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !important; }
  .p-xl-2 {
    padding: 0.625rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important; }
  .p-xl-3 {
    padding: 1.25rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.25rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.25rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.25rem !important; }
  .p-xl-4 {
    padding: 1.875rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important; }
  .p-xl-5 {
    padding: 3.75rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #F8B91C !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #da9e07 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #09C098 !important; }

a.text-success:hover, a.text-success:focus {
  color: #078f71 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #FA6541 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #f93d0f !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-purple {
  color: #6A47DA !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #4e28c6 !important; }

.text-pink {
  color: #F75358 !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #f52229 !important; }

.text-red {
  color: #FA6541 !important; }

a.text-red:hover, a.text-red:focus {
  color: #f93d0f !important; }

.text-orange {
  color: #F8B91C !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #da9e07 !important; }

.text-teal {
  color: #0EE25C !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #0bb248 !important; }

.text-body {
  color: #344051 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fcdf98;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.625rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #344051;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.4375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(3.25rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #09C098; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(9, 192, 152, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #09C098; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #09C098;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #09C098; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #09C098; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #52f7d3; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #0bf1bf; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(9, 192, 152, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(9, 192, 152, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #09C098; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FA6541; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(250, 101, 65, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FA6541; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #FA6541;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FA6541; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FA6541; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fdcabd; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fb8d73; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(250, 101, 65, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(250, 101, 65, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FA6541; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #F8B91C; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 185, 28, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 185, 28, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fdeec9; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F8B91C; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #F8B91C; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(248, 185, 28, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(248, 185, 28, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F8B91C; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(248, 185, 28, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #fcdf98;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 223, 152, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(252, 223, 152, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.4375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.25rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #fcdf98;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #fcdf98; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 185, 28, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 185, 28, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 185, 28, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(248, 185, 28, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #F8B91C;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #fdeec9; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #F8B91C;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #fdeec9; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #F8B91C;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #fdeec9; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #F8B91C;
  border-color: #F8B91C; }
  .btn-primary:hover {
    color: #212529;
    background-color: #e7a707;
    border-color: #da9e07; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #F8B91C;
    border-color: #F8B91C; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #da9e07;
    border-color: #ce9506; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #09C098;
  border-color: #09C098; }
  .btn-success:hover {
    color: #fff;
    background-color: #079b7b;
    border-color: #078f71; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #09C098;
    border-color: #09C098; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #078f71;
    border-color: #068368; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FA6541;
  border-color: #FA6541; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f9471c;
    border-color: #f93d0f; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FA6541;
    border-color: #FA6541; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f93d0f;
    border-color: #f53506; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #6A47DA;
  border-color: #6A47DA; }
  .btn-purple:hover {
    color: #fff;
    background-color: #522ad1;
    border-color: #4e28c6; }
  .btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #6A47DA;
    border-color: #6A47DA; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4e28c6;
    border-color: #4926bc; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5); }

.btn-pink {
  color: #fff;
  background-color: #F75358;
  border-color: #F75358; }
  .btn-pink:hover {
    color: #fff;
    background-color: #f52e35;
    border-color: #f52229; }
  .btn-pink:focus, .btn-pink.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #F75358;
    border-color: #F75358; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #f52229;
    border-color: #f4161d; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5); }

.btn-red {
  color: #fff;
  background-color: #FA6541;
  border-color: #FA6541; }
  .btn-red:hover {
    color: #fff;
    background-color: #f9471c;
    border-color: #f93d0f; }
  .btn-red:focus, .btn-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #FA6541;
    border-color: #FA6541; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #f93d0f;
    border-color: #f53506; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }

.btn-orange {
  color: #212529;
  background-color: #F8B91C;
  border-color: #F8B91C; }
  .btn-orange:hover {
    color: #212529;
    background-color: #e7a707;
    border-color: #da9e07; }
  .btn-orange:focus, .btn-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #F8B91C;
    border-color: #F8B91C; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #212529;
    background-color: #da9e07;
    border-color: #ce9506; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }

.btn-teal {
  color: #fff;
  background-color: #0EE25C;
  border-color: #0EE25C; }
  .btn-teal:hover {
    color: #fff;
    background-color: #0cbe4d;
    border-color: #0bb248; }
  .btn-teal:focus, .btn-teal.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #0EE25C;
    border-color: #0EE25C; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #0bb248;
    border-color: #0aa644; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5); }

.btn-outline-primary {
  color: #F8B91C;
  background-color: transparent;
  background-image: none;
  border-color: #F8B91C; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #F8B91C;
    border-color: #F8B91C; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #F8B91C;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #F8B91C;
    border-color: #F8B91C; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #09C098;
  background-color: transparent;
  background-image: none;
  border-color: #09C098; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #09C098;
    border-color: #09C098; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #09C098;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #09C098;
    border-color: #09C098; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(9, 192, 152, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #FA6541;
  background-color: transparent;
  background-image: none;
  border-color: #FA6541; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FA6541;
    border-color: #FA6541; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FA6541;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FA6541;
    border-color: #FA6541; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-purple {
  color: #6A47DA;
  background-color: transparent;
  background-image: none;
  border-color: #6A47DA; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #6A47DA;
    border-color: #6A47DA; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #6A47DA;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6A47DA;
    border-color: #6A47DA; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(106, 71, 218, 0.5); }

.btn-outline-pink {
  color: #F75358;
  background-color: transparent;
  background-image: none;
  border-color: #F75358; }
  .btn-outline-pink:hover {
    color: #fff;
    background-color: #F75358;
    border-color: #F75358; }
  .btn-outline-pink:focus, .btn-outline-pink.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5); }
  .btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #F75358;
    background-color: transparent; }
  .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #F75358;
    border-color: #F75358; }
    .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(247, 83, 88, 0.5); }

.btn-outline-red {
  color: #FA6541;
  background-color: transparent;
  background-image: none;
  border-color: #FA6541; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #FA6541;
    border-color: #FA6541; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #FA6541;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #FA6541;
    border-color: #FA6541; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(250, 101, 65, 0.5); }

.btn-outline-orange {
  color: #F8B91C;
  background-color: transparent;
  background-image: none;
  border-color: #F8B91C; }
  .btn-outline-orange:hover {
    color: #212529;
    background-color: #F8B91C;
    border-color: #F8B91C; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #F8B91C;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #F8B91C;
    border-color: #F8B91C; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 185, 28, 0.5); }

.btn-outline-teal {
  color: #0EE25C;
  background-color: transparent;
  background-image: none;
  border-color: #0EE25C; }
  .btn-outline-teal:hover {
    color: #fff;
    background-color: #0EE25C;
    border-color: #0EE25C; }
  .btn-outline-teal:focus, .btn-outline-teal.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5); }
  .btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #0EE25C;
    background-color: transparent; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #0EE25C;
    border-color: #0EE25C; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(14, 226, 92, 0.5); }

.btn-link {
  font-weight: 400;
  color: #F8B91C;
  background-color: transparent; }
  .btn-link:hover {
    color: currentColor;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(3.25rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.4375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #344051;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #F8B91C;
    border-color: #F8B91C; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #81600f;
  background-color: #fdebbf; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #81600f;
    background-color: #fce3a6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #81600f;
    border-color: #81600f; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #05644f;
  background-color: #baede2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #05644f;
    background-color: #a6e8da; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #05644f;
    border-color: #05644f; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #823522;
  background-color: #fed4ca; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #823522;
    background-color: #fec0b1; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #823522;
    border-color: #823522; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-purple {
  color: #372571;
  background-color: #d5cbf5; }
  .list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #372571;
    background-color: #c4b6f1; }
  .list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #372571;
    border-color: #372571; }

.list-group-item-pink {
  color: #802b2e;
  background-color: #fdcfd0; }
  .list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
    color: #802b2e;
    background-color: #fcb7b8; }
  .list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #802b2e;
    border-color: #802b2e; }

.list-group-item-red {
  color: #823522;
  background-color: #fed4ca; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #823522;
    background-color: #fec0b1; }
  .list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #823522;
    border-color: #823522; }

.list-group-item-orange {
  color: #81600f;
  background-color: #fdebbf; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #81600f;
    background-color: #fce3a6; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #81600f;
    border-color: #81600f; }

.list-group-item-teal {
  color: #077630;
  background-color: #bcf7d1; }
  .list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
    color: #077630;
    background-color: #a5f4c1; }
  .list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #077630;
    border-color: #077630; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #F8B91C;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #81600f;
  background-color: #fef1d2;
  border-color: #fdebbf; }
  .alert-primary hr {
    border-top-color: #fce3a6; }
  .alert-primary .alert-link {
    color: #533e0a; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #05644f;
  background-color: #cef2ea;
  border-color: #baede2; }
  .alert-success hr {
    border-top-color: #a6e8da; }
  .alert-success .alert-link {
    color: #033329; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #823522;
  background-color: #fee0d9;
  border-color: #fed4ca; }
  .alert-danger hr {
    border-top-color: #fec0b1; }
  .alert-danger .alert-link {
    color: #5a2517; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-purple {
  color: #372571;
  background-color: #e1daf8;
  border-color: #d5cbf5; }
  .alert-purple hr {
    border-top-color: #c4b6f1; }
  .alert-purple .alert-link {
    color: #24184b; }

.alert-pink {
  color: #802b2e;
  background-color: #fdddde;
  border-color: #fdcfd0; }
  .alert-pink hr {
    border-top-color: #fcb7b8; }
  .alert-pink .alert-link {
    color: #5a1e20; }

.alert-red {
  color: #823522;
  background-color: #fee0d9;
  border-color: #fed4ca; }
  .alert-red hr {
    border-top-color: #fec0b1; }
  .alert-red .alert-link {
    color: #5a2517; }

.alert-orange {
  color: #81600f;
  background-color: #fef1d2;
  border-color: #fdebbf; }
  .alert-orange hr {
    border-top-color: #fce3a6; }
  .alert-orange .alert-link {
    color: #533e0a; }

.alert-teal {
  color: #077630;
  background-color: #cff9de;
  border-color: #bcf7d1; }
  .alert-teal hr {
    border-top-color: #a5f4c1; }
  .alert-teal .alert-link {
    color: #04461c; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*=============================
=            base             =
=============================*/
[data-background] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  [data-background]:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    content: " ";
    z-index: -1;
    background: #344051; }

.site-branding img, .homepage-slider .slider-image img, .postcard__head-thumbnail img, .card.horizontal-card .card__head-image img, .imagecard__thumbnail img, .singlecard__head-thumbnail img, .productcard .card__image img, .teamprofiles li .circleimg img, .fancybox img, .gallery-icon img, .destinationsingle__figure img, .testimonialslider img,
.quoteform img, .home-videos img, .package-single-article .wp-block-image img, .checkoutcont__head-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.postcard .post-content .post-title a, .imagecard .post-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.imagecard .postcat, .imagecard .post-title {
  text-shadow: 0 1px 7px #495057; }

html,
body {
  min-height: 100%;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin: 0; }

body {
  overflow-x: hidden;
  padding-top: 50px;
  font-weight: 300; }
  @media (min-width: 768px) {
    body {
      padding-top: 100px; } }
  body.modal-open {
    -webkit-transform: none;
    transform: none;
    min-height: 1px;
    height: auto; }

*::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

*::-webkit-scrollbar-track {
  background: none; }

*::-webkit-scrollbar-thumb {
  background: #F8B91C;
  border-radius: 5px; }

*::-webkit-scrollbar-thumb:hover {
  background: #da9e07; }

.notopspace {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.flexblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flexright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #app #content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  #app #footer,
  #app #header {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.list-columns {
  padding: 0px;
  list-style: none; }
  @media (min-width: 576px) {
    .list-columns {
      -webkit-column-count: 2;
      column-count: 2; } }
  .list-columns > li {
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem; }

.mb-max-lg {
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .mb-max-lg {
      margin-bottom: 0rem; } }

.bgImage {
  background-size: cover; }

label.bottom-text {
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0px; }

.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0px;
  font-size: 1rem;
  margin-left: -0.4em;
  margin-right: -0.4em; }
  .list-inline > * {
    margin-left: 0.4em;
    margin-right: 0.4em; }

.section-title {
  font-size: 1rem; }

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 50; }

input:not([type="button"])::-webkit-input-placeholder,
input:not([type="reset"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #757575; }

input:not([type="button"]):-moz-placeholder,
input:not([type="reset"]):-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #757575; }

input:not([type="button"])::-moz-placeholder,
input:not([type="reset"])::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #757575; }

input:not([type="button"]):-ms-input-placeholder,
input:not([type="reset"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #757575; }

figure img {
  max-width: 100%;
  height: auto; }

*:focus {
  outline: none; }

@media (min-width: 992px) {
  .container {
    max-width: 1250px; } }

.wp-block-preformatted {
  overflow: hidden; }
  .wp-block-preformatted iframe {
    width: 99%;
    height: auto;
    min-height: 200px; }
    @media (min-width: 768px) {
      .wp-block-preformatted iframe {
        min-height: 600px; } }

iframe {
  max-width: 100%; }

/*==============================
=            layout            =
==============================*/
.home .site-header {
  background: none;
  border: none; }

.home.scrolled .site-header.nav-down, .home.scrolled .site-header.nav-up {
  background: #fff;
  border-bottom: 1px solid #dee2e6; }

.site-header {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 0.625rem;
  width: 100%;
  height: 46px;
  z-index: 999;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0; }
  .site-header.nav-up {
    top: -100%; }
  @media (min-width: 768px) {
    .site-header {
      height: 83px;
      padding: 0.9375rem 1.875rem; } }
  .site-header .flexcontainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .site-header .hgroup-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-header .search-icon {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .site-header .search-icon svg {
      cursor: pointer;
      width: 16px;
      fill: #344051; }
    .site-header .search-icon:hover svg {
      fill: #F8B91C; }
  .site-header .account-container {
    margin-left: 1.25rem; }
    .site-header .account-container .accountbtn {
      cursor: pointer;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .site-header .account-container .btn {
      padding: 5px 15px;
      min-width: inherit;
      border-radius: 3px; }

.site-title {
  margin: 0; }
  .site-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 1.5rem; }
  .site-title .main-logo-svicong {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.625rem; }
  .site-title .svg-majestic-logo {
    width: 30px;
    fill: #F8B91C; }

.site-branding {
  max-width: 50%; }
  @media (min-width: 576px) {
    .site-branding {
      max-width: initial; } }

.site-footer {
  background: url("./images/footer-bg.png") no-repeat;
  background-size: cover;
  padding: 1.25rem 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 6.25rem 0;
      background-size: 100% 100%; } }
  .site-footer .widget-area {
    display: none; }
    @media (min-width: 768px) {
      .site-footer .widget-area {
        display: block;
        padding-bottom: 2.5rem; } }

.site-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dee2e6;
  padding: 2.5rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .site-info .inline-socials {
    margin-left: auto; }
    .site-info .inline-socials ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-info .inline-socials a:hover svg {
      fill: #F8B91C !important; }

.inline-navigation {
  display: none;
  margin-left: 1.25rem; }
  @media (min-width: 768px) {
    .inline-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .inline-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .inline-navigation li {
    margin: 0 0.625rem; }
    .inline-navigation li a {
      color: #6c757d;
      text-transform: uppercase; }
      .inline-navigation li a:hover {
        color: #F8B91C; }
    .inline-navigation li.current-menu-item a {
      color: #F8B91C; }

.copyright {
  border-top: 1px solid #ced4da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .copyright {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .copyright p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .copyright__right img {
    margin-right: 0.625rem;
    max-width: 16px; }

.widget {
  margin-bottom: 1.25rem; }
  .widget-title {
    font-size: 1.14rem;
    margin-bottom: 0.9375rem;
    text-transform: uppercase; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .widget li {
    margin-bottom: 0.3125rem; }
    .widget li a {
      color: #6c757d; }
      .widget li a:hover {
        color: #F8B91C; }

/*=========================================
=            vendor       =
=========================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.intl-tel-input {
  position: relative;
  z-index: 99; }

.intl-tel-input .hide {
  display: none; }

.intl-tel-input .flag-dropdown {
  position: absolute;
  z-index: 1;
  cursor: pointer; }

.intl-tel-input .flag-dropdown .selected-flag {
  margin: 1px;
  padding: 12px 16px 10px 6px; }

.intl-tel-input .flag-dropdown .selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
  top: 6px;
  position: relative;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black; }

.intl-tel-input .flag-dropdown .country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  position: absolute;
  top: 29px;
  width: 330px;
  max-height: 200px; }

.intl-tel-input .flag-dropdown .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc; }

.intl-tel-input .flag-dropdown .country-list .country {
  line-height: 16px;
  padding: 4px 10px; }

.intl-tel-input .flag-dropdown .country-list .country .dial-code {
  color: #999999; }

.intl-tel-input .flag-dropdown .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input .flag-dropdown .country-list .flag {
  display: inline-block;
  vertical-align: bottom; }

.intl-tel-input .flag-dropdown .country-list .flag, .intl-tel-input .flag-dropdown .country-list .country-name {
  margin-right: 6px; }

.intl-tel-input input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 40px;
  padding-left: 47px;
  position: relative;
  z-index: 0;
  border-radius: 0; }
  .intl-tel-input input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #4267B2; }

/* originally from https://github.com/lafeber/world-flags-sprite */
.f16 .flag {
  width: 16px;
  height: 16px;
  background: url("images/flags16.png") no-repeat; }

.f16 ._African_Union {
  background-position: 0 -16px; }

.f16 ._Arab_League {
  background-position: 0 -32px; }

.f16 ._ASEAN {
  background-position: 0 -48px; }

.f16 ._CARICOM {
  background-position: 0 -64px; }

.f16 ._CIS {
  background-position: 0 -80px; }

.f16 ._Commonwealth {
  background-position: 0 -96px; }

.f16 ._England {
  background-position: 0 -112px; }

.f16 ._European_Union {
  background-position: 0 -128px; }

.f16 ._Islamic_Conference {
  background-position: 0 -144px; }

.f16 ._Kosovo {
  background-position: 0 -160px; }

.f16 ._NATO {
  background-position: 0 -176px; }

.f16 ._Northern_Cyprus {
  background-position: 0 -192px; }

.f16 ._Northern_Ireland {
  background-position: 0 -208px; }

.f16 ._Olimpic_Movement {
  background-position: 0 -224px; }

.f16 ._OPEC {
  background-position: 0 -240px; }

.f16 ._Red_Cross {
  background-position: 0 -256px; }

.f16 ._Scotland {
  background-position: 0 -272px; }

.f16 ._Somaliland {
  background-position: 0 -288px; }

.f16 ._Tibet {
  background-position: 0 -304px; }

.f16 ._United_Nations {
  background-position: 0 -320px; }

.f16 ._Wales {
  background-position: 0 -336px; }

.f16 .ad {
  background-position: 0 -352px; }

.f16 .ae {
  background-position: 0 -368px; }

.f16 .af {
  background-position: 0 -384px; }

.f16 .ag {
  background-position: 0 -400px; }

.f16 .ai {
  background-position: 0 -416px; }

.f16 .al {
  background-position: 0 -432px; }

.f16 .am {
  background-position: 0 -448px; }

.f16 .an {
  background-position: 0 -464px; }

.f16 .ao {
  background-position: 0 -480px; }

.f16 .aq {
  background-position: 0 -496px; }

.f16 .ar {
  background-position: 0 -512px; }

.f16 .as {
  background-position: 0 -528px; }

.f16 .at {
  background-position: 0 -544px; }

.f16 .au {
  background-position: 0 -560px; }

.f16 .aw {
  background-position: 0 -576px; }

.f16 .az {
  background-position: 0 -592px; }

.f16 .ba {
  background-position: 0 -608px; }

.f16 .bb {
  background-position: 0 -624px; }

.f16 .bd {
  background-position: 0 -640px; }

.f16 .be {
  background-position: 0 -656px; }

.f16 .bf {
  background-position: 0 -672px; }

.f16 .bg {
  background-position: 0 -688px; }

.f16 .bh {
  background-position: 0 -704px; }

.f16 .bi {
  background-position: 0 -720px; }

.f16 .bj {
  background-position: 0 -736px; }

.f16 .bm {
  background-position: 0 -752px; }

.f16 .bn {
  background-position: 0 -768px; }

.f16 .bo {
  background-position: 0 -784px; }

.f16 .br {
  background-position: 0 -800px; }

.f16 .bs {
  background-position: 0 -816px; }

.f16 .bt {
  background-position: 0 -832px; }

.f16 .bw {
  background-position: 0 -848px; }

.f16 .by {
  background-position: 0 -864px; }

.f16 .bz {
  background-position: 0 -880px; }

.f16 .ca {
  background-position: 0 -896px; }

.f16 .cg {
  background-position: 0 -912px; }

.f16 .cf {
  background-position: 0 -928px; }

.f16 .cd {
  background-position: 0 -944px; }

.f16 .ch {
  background-position: 0 -960px; }

.f16 .ci {
  background-position: 0 -976px; }

.f16 .ck {
  background-position: 0 -992px; }

.f16 .cl {
  background-position: 0 -1008px; }

.f16 .cm {
  background-position: 0 -1024px; }

.f16 .cn {
  background-position: 0 -1040px; }

.f16 .co {
  background-position: 0 -1056px; }

.f16 .cr {
  background-position: 0 -1072px; }

.f16 .cu {
  background-position: 0 -1088px; }

.f16 .cv {
  background-position: 0 -1104px; }

.f16 .cy {
  background-position: 0 -1120px; }

.f16 .cz {
  background-position: 0 -1136px; }

.f16 .de {
  background-position: 0 -1152px; }

.f16 .dj {
  background-position: 0 -1168px; }

.f16 .dk {
  background-position: 0 -1184px; }

.f16 .dm {
  background-position: 0 -1200px; }

.f16 .do {
  background-position: 0 -1216px; }

.f16 .dz {
  background-position: 0 -1232px; }

.f16 .ec {
  background-position: 0 -1248px; }

.f16 .ee {
  background-position: 0 -1264px; }

.f16 .eg {
  background-position: 0 -1280px; }

.f16 .eh {
  background-position: 0 -1296px; }

.f16 .er {
  background-position: 0 -1312px; }

.f16 .es {
  background-position: 0 -1328px; }

.f16 .et {
  background-position: 0 -1344px; }

.f16 .fi {
  background-position: 0 -1360px; }

.f16 .fj {
  background-position: 0 -1376px; }

.f16 .fm {
  background-position: 0 -1392px; }

.f16 .fo {
  background-position: 0 -1408px; }

.f16 .fr {
  background-position: 0 -1424px; }

.f16 .ga {
  background-position: 0 -1440px; }

.f16 .gb {
  background-position: 0 -1456px; }

.f16 .gd {
  background-position: 0 -1472px; }

.f16 .ge {
  background-position: 0 -1488px; }

.f16 .gg {
  background-position: 0 -1504px; }

.f16 .gh {
  background-position: 0 -1520px; }

.f16 .gi {
  background-position: 0 -1536px; }

.f16 .gl {
  background-position: 0 -1552px; }

.f16 .gm {
  background-position: 0 -1568px; }

.f16 .gn {
  background-position: 0 -1584px; }

.f16 .gp {
  background-position: 0 -1600px; }

.f16 .gq {
  background-position: 0 -1616px; }

.f16 .gr {
  background-position: 0 -1632px; }

.f16 .gt {
  background-position: 0 -1648px; }

.f16 .gu {
  background-position: 0 -1664px; }

.f16 .gw {
  background-position: 0 -1680px; }

.f16 .gy {
  background-position: 0 -1696px; }

.f16 .hk {
  background-position: 0 -1712px; }

.f16 .hn {
  background-position: 0 -1728px; }

.f16 .hr {
  background-position: 0 -1744px; }

.f16 .ht {
  background-position: 0 -1760px; }

.f16 .hu {
  background-position: 0 -1776px; }

.f16 .id {
  background-position: 0 -1792px; }

.f16 .mc {
  background-position: 0 -1792px; }

.f16 .ie {
  background-position: 0 -1808px; }

.f16 .il {
  background-position: 0 -1824px; }

.f16 .im {
  background-position: 0 -1840px; }

.f16 .in {
  background-position: 0 -1856px; }

.f16 .iq {
  background-position: 0 -1872px; }

.f16 .ir {
  background-position: 0 -1888px; }

.f16 .is {
  background-position: 0 -1904px; }

.f16 .it {
  background-position: 0 -1920px; }

.f16 .je {
  background-position: 0 -1936px; }

.f16 .jm {
  background-position: 0 -1952px; }

.f16 .jo {
  background-position: 0 -1968px; }

.f16 .jp {
  background-position: 0 -1984px; }

.f16 .ke {
  background-position: 0 -2000px; }

.f16 .kg {
  background-position: 0 -2016px; }

.f16 .kh {
  background-position: 0 -2032px; }

.f16 .ki {
  background-position: 0 -2048px; }

.f16 .km {
  background-position: 0 -2064px; }

.f16 .kn {
  background-position: 0 -2080px; }

.f16 .kp {
  background-position: 0 -2096px; }

.f16 .kr {
  background-position: 0 -2112px; }

.f16 .kw {
  background-position: 0 -2128px; }

.f16 .ky {
  background-position: 0 -2144px; }

.f16 .kz {
  background-position: 0 -2160px; }

.f16 .la {
  background-position: 0 -2176px; }

.f16 .lb {
  background-position: 0 -2192px; }

.f16 .lc {
  background-position: 0 -2208px; }

.f16 .li {
  background-position: 0 -2224px; }

.f16 .lk {
  background-position: 0 -2240px; }

.f16 .lr {
  background-position: 0 -2256px; }

.f16 .ls {
  background-position: 0 -2272px; }

.f16 .lt {
  background-position: 0 -2288px; }

.f16 .lu {
  background-position: 0 -2304px; }

.f16 .lv {
  background-position: 0 -2320px; }

.f16 .ly {
  background-position: 0 -2336px; }

.f16 .ma {
  background-position: 0 -2352px; }

.f16 .md {
  background-position: 0 -2368px; }

.f16 .me {
  background-position: 0 -2384px; }

.f16 .mg {
  background-position: 0 -2400px; }

.f16 .mh {
  background-position: 0 -2416px; }

.f16 .mk {
  background-position: 0 -2432px; }

.f16 .ml {
  background-position: 0 -2448px; }

.f16 .mm {
  background-position: 0 -2464px; }

.f16 .mn {
  background-position: 0 -2480px; }

.f16 .mo {
  background-position: 0 -2496px; }

.f16 .mq {
  background-position: 0 -2512px; }

.f16 .mr {
  background-position: 0 -2528px; }

.f16 .ms {
  background-position: 0 -2544px; }

.f16 .mt {
  background-position: 0 -2560px; }

.f16 .mu {
  background-position: 0 -2576px; }

.f16 .mv {
  background-position: 0 -2592px; }

.f16 .mw {
  background-position: 0 -2608px; }

.f16 .mx {
  background-position: 0 -2624px; }

.f16 .my {
  background-position: 0 -2640px; }

.f16 .mz {
  background-position: 0 -2656px; }

.f16 .na {
  background-position: 0 -2672px; }

.f16 .nc {
  background-position: 0 -2688px; }

.f16 .ne {
  background-position: 0 -2704px; }

.f16 .ng {
  background-position: 0 -2720px; }

.f16 .ni {
  background-position: 0 -2736px; }

.f16 .nl {
  background-position: 0 -2752px; }

.f16 .no {
  background-position: 0 -2768px; }

.f16 .np {
  background-position: 0 -2784px; }

.f16 .nr {
  background-position: 0 -2800px; }

.f16 .nz {
  background-position: 0 -2816px; }

.f16 .om {
  background-position: 0 -2832px; }

.f16 .pa {
  background-position: 0 -2848px; }

.f16 .pe {
  background-position: 0 -2864px; }

.f16 .pf {
  background-position: 0 -2880px; }

.f16 .pg {
  background-position: 0 -2896px; }

.f16 .ph {
  background-position: 0 -2912px; }

.f16 .pk {
  background-position: 0 -2928px; }

.f16 .pl {
  background-position: 0 -2944px; }

.f16 .pr {
  background-position: 0 -2960px; }

.f16 .ps {
  background-position: 0 -2976px; }

.f16 .pt {
  background-position: 0 -2992px; }

.f16 .pw {
  background-position: 0 -3008px; }

.f16 .py {
  background-position: 0 -3024px; }

.f16 .qa {
  background-position: 0 -3040px; }

.f16 .re {
  background-position: 0 -3056px; }

.f16 .ro {
  background-position: 0 -3072px; }

.f16 .rs {
  background-position: 0 -3088px; }

.f16 .ru {
  background-position: 0 -3104px; }

.f16 .rw {
  background-position: 0 -3120px; }

.f16 .sa {
  background-position: 0 -3136px; }

.f16 .sb {
  background-position: 0 -3152px; }

.f16 .sc {
  background-position: 0 -3168px; }

.f16 .sd {
  background-position: 0 -3184px; }

.f16 .se {
  background-position: 0 -3200px; }

.f16 .sg {
  background-position: 0 -3216px; }

.f16 .si {
  background-position: 0 -3232px; }

.f16 .sk {
  background-position: 0 -3248px; }

.f16 .sl {
  background-position: 0 -3264px; }

.f16 .sm {
  background-position: 0 -3280px; }

.f16 .sn {
  background-position: 0 -3296px; }

.f16 .so {
  background-position: 0 -3312px; }

.f16 .sr {
  background-position: 0 -3328px; }

.f16 .st {
  background-position: 0 -3344px; }

.f16 .sv {
  background-position: 0 -3360px; }

.f16 .sy {
  background-position: 0 -3376px; }

.f16 .sz {
  background-position: 0 -3392px; }

.f16 .tc {
  background-position: 0 -3408px; }

.f16 .td {
  background-position: 0 -3424px; }

.f16 .tg {
  background-position: 0 -3440px; }

.f16 .th {
  background-position: 0 -3456px; }

.f16 .tj {
  background-position: 0 -3472px; }

.f16 .tl {
  background-position: 0 -3488px; }

.f16 .tm {
  background-position: 0 -3504px; }

.f16 .tn {
  background-position: 0 -3520px; }

.f16 .to {
  background-position: 0 -3536px; }

.f16 .tr {
  background-position: 0 -3552px; }

.f16 .tt {
  background-position: 0 -3568px; }

.f16 .tv {
  background-position: 0 -3584px; }

.f16 .tw {
  background-position: 0 -3600px; }

.f16 .tz {
  background-position: 0 -3616px; }

.f16 .ua {
  background-position: 0 -3632px; }

.f16 .ug {
  background-position: 0 -3648px; }

.f16 .us {
  background-position: 0 -3664px; }

.f16 .uy {
  background-position: 0 -3680px; }

.f16 .uz {
  background-position: 0 -3696px; }

.f16 .va {
  background-position: 0 -3712px; }

.f16 .vc {
  background-position: 0 -3728px; }

.f16 .ve {
  background-position: 0 -3744px; }

.f16 .vg {
  background-position: 0 -3760px; }

.f16 .vi {
  background-position: 0 -3776px; }

.f16 .vn {
  background-position: 0 -3792px; }

.f16 .vu {
  background-position: 0 -3808px; }

.f16 .ws {
  background-position: 0 -3824px; }

.f16 .ye {
  background-position: 0 -3840px; }

.f16 .za {
  background-position: 0 -3856px; }

.f16 .zm {
  background-position: 0 -3872px; }

.f16 .zw {
  background-position: 0 -3888px; }

.intl-phone label {
  color: #4267B2; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*===============================
=            modules            =
===============================*/
.flexcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-toggle {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
  padding: 0px;
  border: none;
  width: 1.46667rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .navbar-toggle:focus, .navbar-toggle:hover {
    outline: none; }
  .navbar-toggle .h-bar {
    height: 2px;
    width: 100%;
    display: block;
    background-color: #344051;
    margin-top: 0.26667em;
    border-radius: 2px; }
    .navbar-toggle .h-bar:focus {
      outline: none; }
    .navbar-toggle .h-bar:nth-of-type(1) {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      transition: -webkit-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
      margin-top: 0; }
    .navbar-toggle .h-bar:nth-of-type(2) {
      -webkit-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      transition: -webkit-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
      width: 70%; }
    .navbar-toggle .h-bar:nth-of-type(3) {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
  .navbar-toggle:hover .h-bar {
    background-color: #F8B91C; }

.navbar {
  cursor: pointer;
  padding: 0; }

.main-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .main-menu li {
    padding: 0.625rem 0; }
    .main-menu li a {
      color: #fff;
      font-size: 2rem;
      padding: 0.625rem 0;
      text-transform: uppercase;
      position: relative; }
      .main-menu li a::after {
        background: #F8B91C;
        content: '';
        display: block;
        height: 2px;
        width: 0%;
        -webkit-transition: all .3s;
        transition: all .3s;
        margin: auto;
        position: absolute;
        right: 0;
        bottom: 0px;
        left: 0; }
      .main-menu li a:hover {
        color: #F8B91C; }
        .main-menu li a:hover::after {
          width: 100%; }
    .main-menu li.current-menu-item a {
      color: #F8B91C; }
      .main-menu li.current-menu-item a::after {
        width: 100%; }

.btn-wrap {
  margin: -0.625rem; }
  .btn-wrap > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .btn-wrap .btn {
    margin: 0 0.625rem;
    font-weight: 400;
    line-height: 1;
    position: relative; }

.bg-blue, .btn-blue {
  background: #4267B2;
  color: #fff; }
  .bg-blue:focus, .bg-blue:hover, .btn-blue:focus, .btn-blue:hover {
    background: #263c68; }

.btn-primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  min-width: 200px;
  padding: 0.9375rem;
  max-width: 100%; }
  .btn-primary a {
    color: #fff !important; }
  .btn-primary svg {
    fill: #fff;
    width: 55px;
    margin-left: 0.625rem;
    height: 10px; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff; }

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.roundedbtn .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  min-width: 200px;
  padding: 0.9375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }
  .roundedbtn .btn-icon svg {
    width: 15px;
    fill: #fff;
    margin-right: 0.3125rem;
    height: 15px; }

.social-btns > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.outline-btn {
  border: 1px solid #ced4da;
  color: #344051;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 0.625rem; }
  .outline-btn:hover {
    background: #F8B91C;
    color: #fff; }

.svgsprite {
  display: none; }

.svgicon {
  margin: 0 5px; }
  .svgicon svg {
    fill: #6c757d;
    width: 20px;
    height: 16px; }
  .svgicon .svg-certificate {
    width: 15px; }
  .svgicon .svg-add-image {
    width: 25px; }
  .svgicon .svg-facebook-icon {
    height: 20px; }
  .svgicon.small svg {
    width: 10px;
    margin-right: 0.3125rem; }

.playbtn-2 {
  fill: white; }

.loader-sm svg {
  width: 50px;
  height: 50px; }

.loader-sm svg {
  width: 50px;
  height: 50px; }

.loader-md svg {
  width: 80px;
  height: 80px; }

.loader-lg svg {
  width: 100%;
  height: 100%; }

.loaderfull {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

.rectanglecheckbox {
  position: relative;
  margin: 0.625rem 0;
  padding: 0 15px; }
  .rectanglecheckbox-wrap {
    margin: 0 -15px; }
  .rectanglecheckbox label {
    cursor: pointer;
    padding-left: 1.875rem;
    margin: 0; }
  .rectanglecheckbox .checkboxicon {
    background-color: #fff;
    border: 1px solid #6c757d;
    cursor: pointer;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px;
    left: 15px; }
    .rectanglecheckbox .checkboxicon:after {
      background: url("./images/check.svg") no-repeat;
      content: "";
      height: 8px;
      opacity: 0;
      width: 8px;
      margin: auto;
      position: absolute;
      top: 4px;
      right: 0;
      left: 0; }
  .rectanglecheckbox input[type="checkbox"] {
    visibility: hidden;
    display: none; }
    .rectanglecheckbox input[type="checkbox"]:checked + label .checkboxicon {
      background-color: #fff;
      border-color: #4267B2; }
    .rectanglecheckbox input[type="checkbox"]:checked + label .checkboxicon:after {
      opacity: 1; }

.plainsearch {
  width: 80%; }
  .plainsearch form {
    width: 100%;
    position: relative; }
    .plainsearch form input[type="search"] {
      background: none;
      border: none;
      border-bottom: 1px solid #adb5bd;
      color: #fff;
      width: 100%;
      font-size: 2rem;
      padding: 5px 40px 5px 5px; }
    .plainsearch form input[type="submit"] {
      cursor: pointer;
      width: 30px;
      height: 30px;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.572" viewBox="0 0 16 16.572">\a       <path data-name="001-search-1" d="M16.741,15.095l-3.944-4.1a6.688,6.688,0,1,0-5.121,2.39,6.619,6.619,0,0,0,3.833-1.211L15.483,16.3a.873.873,0,1,0,1.258-1.21ZM7.675,1.746A4.946,4.946,0,1,1,2.73,6.691,4.951,4.951,0,0,1,7.675,1.746Z" transform="translate(-0.984)" fill="#fff" />\a     </svg>');
      background-repeat: no-repeat;
      background-position: center center;
      border: none;
      text-indent: -999px;
      position: absolute;
      top: 10px;
      right: 0; }
      .plainsearch form input[type="submit"]:hover {
        opacity: 0.5; }
    .plainsearch form label {
      width: 100%; }
      .plainsearch form label .screen-reader-text {
        display: none; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

#primarySearch input:-webkit-autofill,
#primarySearch input:-webkit-autofill:hover,
#primarySearch input:-webkit-autofill:focus textarea:-webkit-autofill,
#primarySearch textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
#primarySearch select:-webkit-autofill,
#primarySearch select:-webkit-autofill:hover,
#primarySearch select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff; }

.social-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.md-group label.error {
  color: #FA6541;
  font-size: 12px !important;
  position: initial;
  margin-top: 5px; }

.home .modal .svgicon svg {
  fill: #344051; }

.submit-wrap .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.modal {
  background: rgba(0, 0, 0, 0.7); }
  .modal-header {
    border: none; }
    .modal-header .close {
      opacity: 1; }
      .modal-header .close svg {
        fill: #212529; }
    .modal-header .backmodal {
      cursor: pointer; }
      .modal-header .backmodal svg {
        fill: #212529; }
  .modal-cont {
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal.fade .modal-dialog {
    -webkit-transform: initial;
    transform: initial; }
  .modal.show .modal-dialog {
    -webkit-transform: initial;
    transform: initial; }

.popupmenulogo {
  margin-bottom: 2.5rem; }
  .popupmenulogo svg {
    width: 40px;
    fill: #F8B91C; }

.popuplogo {
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0.5;
  display: none; }
  .popuplogo svg {
    width: 150px;
    fill: #F8B91C; }
  @media (min-width: 768px) {
    .popuplogo {
      display: block; } }

.popupcopyright {
  position: fixed;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  width: 100%; }
  @media (min-width: 768px) {
    .popupcopyright {
      width: calc(100% - 200px); } }
  .popupcopyright p {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    font-weight: 300; }

.popupclose {
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: fixed;
  top: 20px;
  right: 20px; }
  .popupclose svg {
    fill: #fff;
    width: 20px; }

.signinaccount {
  padding: 0 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .signinaccount .modal-body-head {
    margin: 1.25rem 0 2.5rem; }
  .signinaccount .modal-body-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%; }
    .signinaccount .modal-body-cont form, .signinaccount .modal-body-cont .modalinfo {
      width: 100%; }
      .signinaccount .modal-body-cont form .btn, .signinaccount .modal-body-cont .modalinfo .btn {
        width: 100%; }
  .signinaccount .modal-body-foot {
    margin-top: 50px; }
  .signinaccount .loginlink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .signinaccount .loginlink svg {
      width: 8px;
      margin-left: 10px;
      fill: #F8B91C;
      height: 10px; }
    .signinaccount .loginlink:hover svg {
      fill: #6c757d; }
  .signinaccount .roundedbtn {
    width: 100%; }
    .signinaccount .roundedbtn .btn {
      width: 100%;
      margin: 0 0 1.25rem;
      min-width: initial; }
  .signinaccount .modalinfo {
    margin-top: 1.25rem;
    text-align: center; }
    @media (min-width: 768px) {
      .signinaccount .modalinfo {
        margin-top: 1.875rem; } }
    .signinaccount .modalinfo > p {
      margin-top: 1.25rem; }

.centercontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .centercontent .form-group {
    margin-bottom: 0.625rem; }
  .centercontent .modal-body-head {
    margin-bottom: 1.25rem; }
  .centercontent .btn-primary {
    margin: 0 auto; }

span.wpcf7-not-valid-tip {
  font-size: 12px !important; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.03em; }

a, a:not([href]):not([tabindex]) {
  color: #F8B91C;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:not([href]):not([tabindex]):hover {
    color: #6c757d; }

.md-group {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0px; }
  .md-group input:not([type="submit"]),
  .md-group input:not([type="reset"]),
  .md-group textarea,
  .md-group select,
  .md-group select.form-control {
    border: none;
    border: 1px solid #ced4da;
    border-radius: 0px;
    background-clip: unset;
    color: transparent;
    padding: 15px;
    height: 40px; }
    .md-group input:not([type="submit"])::-webkit-input-placeholder,
    .md-group input:not([type="reset"])::-webkit-input-placeholder,
    .md-group textarea::-webkit-input-placeholder,
    .md-group select::-webkit-input-placeholder,
    .md-group select.form-control::-webkit-input-placeholder {
      color: transparent; }
    .md-group input:not([type="submit"])::-ms-input-placeholder,
    .md-group input:not([type="reset"])::-ms-input-placeholder,
    .md-group textarea::-ms-input-placeholder,
    .md-group select::-ms-input-placeholder,
    .md-group select.form-control::-ms-input-placeholder {
      color: transparent; }
    .md-group input:not([type="submit"])::placeholder,
    .md-group input:not([type="reset"])::placeholder,
    .md-group textarea::placeholder,
    .md-group select::placeholder,
    .md-group select.form-control::placeholder {
      color: transparent; }
    .md-group input:not([type="submit"]):focus,
    .md-group input:not([type="reset"]):focus,
    .md-group textarea:focus,
    .md-group select:focus,
    .md-group select.form-control:focus {
      outline: none;
      border-color: #4267B2;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #344051 !important; }
      .md-group input:not([type="submit"]):focus::-webkit-input-placeholder,
      .md-group input:not([type="reset"]):focus::-webkit-input-placeholder,
      .md-group textarea:focus::-webkit-input-placeholder,
      .md-group select:focus::-webkit-input-placeholder,
      .md-group select.form-control:focus::-webkit-input-placeholder {
        color: #dee2e6 !important; }
      .md-group input:not([type="submit"]):focus::-ms-input-placeholder,
      .md-group input:not([type="reset"]):focus::-ms-input-placeholder,
      .md-group textarea:focus::-ms-input-placeholder,
      .md-group select:focus::-ms-input-placeholder,
      .md-group select.form-control:focus::-ms-input-placeholder {
        color: #dee2e6 !important; }
      .md-group input:not([type="submit"]):focus::placeholder,
      .md-group input:not([type="reset"]):focus::placeholder,
      .md-group textarea:focus::placeholder,
      .md-group select:focus::placeholder,
      .md-group select.form-control:focus::placeholder {
        color: #dee2e6 !important; }
      .md-group input:not([type="submit"]):focus + label, .md-group input:not([type="submit"]):focus .ng2-tag-input-focus + label,
      .md-group input:not([type="reset"]):focus + label,
      .md-group input:not([type="reset"]):focus .ng2-tag-input-focus + label,
      .md-group textarea:focus + label,
      .md-group textarea:focus .ng2-tag-input-focus + label,
      .md-group select:focus + label,
      .md-group select:focus .ng2-tag-input-focus + label,
      .md-group select.form-control:focus + label,
      .md-group select.form-control:focus .ng2-tag-input-focus + label {
        top: 0;
        font-size: 0.8rem; }
    .was-validated .md-group input:not([type="submit"]):invalid, .was-validated
    .md-group input:not([type="reset"]):invalid, .was-validated
    .md-group textarea:invalid, .was-validated
    .md-group select:invalid, .was-validated
    .md-group select.form-control:invalid {
      border-bottom: 1.2px solid #FA6541; }
    .was-validated .md-group input:not([type="submit"]):invalid ~ label, .was-validated
    .md-group input:not([type="reset"]):invalid ~ label, .was-validated
    .md-group textarea:invalid ~ label, .was-validated
    .md-group select:invalid ~ label, .was-validated
    .md-group select.form-control:invalid ~ label {
      color: #FA6541; }
    .md-group input:not([type="submit"]):valid:focus, .md-group input:not([type="submit"]):invalid:focus,
    .md-group input:not([type="reset"]):valid:focus,
    .md-group input:not([type="reset"]):invalid:focus,
    .md-group textarea:valid:focus,
    .md-group textarea:invalid:focus,
    .md-group select:valid:focus,
    .md-group select:invalid:focus,
    .md-group select.form-control:valid:focus,
    .md-group select.form-control:invalid:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .was-validated .md-group input:not([type="submit"]):valid, .was-validated
    .md-group input:not([type="reset"]):valid, .was-validated
    .md-group textarea:valid, .was-validated
    .md-group select:valid, .was-validated
    .md-group select.form-control:valid {
      border-bottom: 1.2px solid #09C098; }
      .was-validated .was-validated .md-group input:not([type="submit"]):valid ~ label, .was-validated .was-validated
      .md-group input:not([type="reset"]):valid ~ label, .was-validated .was-validated
      .md-group textarea:valid ~ label, .was-validated .was-validated
      .md-group select:valid ~ label, .was-validated .was-validated
      .md-group select.form-control:valid ~ label {
        color: #09C098; }
  .md-group textarea {
    height: auto; }
  .md-group label {
    margin: 0;
    position: absolute;
    top: 1.66667rem;
    pointer-events: none;
    display: block;
    left: 0.75rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #adb5bd;
    z-index: 9; }
  .md-group.is-valid {
    border-bottom: 1.2px solid #09C098; }
    .md-group.is-valid ~ label {
      color: #09C098; }
  .md-group.is-invalid {
    border-bottom: 1.2px solid #FA6541; }
    .md-group.is-invalid ~ label {
      color: #FA6541; }
  .md-group.input-group [class*="input-group"] {
    opacity: 0;
    visibility: hidden;
    width: 0; }
  .md-group.input-group .form-control {
    width: 100%; }

.show-label label {
  color: #4267B2;
  top: -10px;
  left: 0;
  font-size: 0.93333rem; }

.show-label.input-group [class*="input-group"] {
  opacity: 1;
  visibility: visible;
  width: auto; }

.show-label.input-group .form-control {
  width: 1%; }

.show-label .form-control {
  color: #344051 !important; }
  .show-label .form-control::-webkit-input-placeholder {
    color: #dee2e6 !important; }
  .show-label .form-control::-ms-input-placeholder {
    color: #dee2e6 !important; }
  .show-label .form-control::placeholder {
    color: #dee2e6 !important; }

.input-group-text {
  border: none; }

.form-check-input {
  display: none; }
  .form-check-input ~ label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 0.13333rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .form-check-input ~ label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    content: '';
    font-family: 'fontawesome';
    color: white;
    font-size: 0.8rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .form-check-input:checked ~ label:before {
    background-color: #F8B91C;
    border-color: transparent; }
  .form-check-input:checked ~ label:after {
    opacity: 1; }

.form-check {
  padding-left: 1.86667rem; }

.stickysocials {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 99;
  display: none; }
  @media (min-width: 768px) {
    .stickysocials {
      display: block; } }

.block-socials ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.block-socials li {
  padding: 0.9375rem 0;
  position: relative;
  margin-bottom: 0.9375rem; }
  .block-socials li:after {
    height: 20px;
    width: 1px;
    content: "";
    display: block;
    background: #495057;
    margin: auto;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0; }
  .block-socials li:last-child {
    margin-bottom: 0; }
    .block-socials li:last-child:before {
      content: "";
      display: block;
      background: url(./images/bajra.png) no-repeat;
      width: 16px;
      height: 16px;
      position: absolute;
      top: calc(100% + 50px);
      left: 2px;
      right: 0;
      margin: auto; }
    .block-socials li:last-child:after {
      height: 50px; }

.block-socials a:hover svg {
  fill: #F8B91C !important; }

.jumbotron {
  height: 100%;
  width: 100%;
  position: relative; }

.homepage-slider {
  width: 100%;
  height: 100vh; }
  .homepage-slider .slider-image {
    margin: 0;
    height: 100vh; }
    .homepage-slider .slider-image:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 9;
      position: absolute;
      top: 0;
      left: 0; }
  .homepage-slider .slider-item {
    position: relative; }
  .homepage-slider .slider__caption {
    color: #fff;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.625rem;
    max-width: 550px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99; }
    @media (min-width: 768px) {
      .homepage-slider .slider__caption {
        top: 150px;
        bottom: auto; } }
    .homepage-slider .slider__caption-icon svg {
      fill: #fff;
      width: 25px;
      height: 25px;
      opacity: 0; }
    .homepage-slider .slider__caption-subtitle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase;
      margin: 0.3125rem 0 0.625rem;
      opacity: 0; }
    .homepage-slider .slider__caption-title {
      text-transform: uppercase;
      margin-bottom: 1.25rem;
      opacity: 0; }
    .homepage-slider .slider__caption-cont {
      opacity: 0;
      font-weight: 300;
      font-size: 1.06667rem; }
  .homepage-slider .slick-active .slider__caption-icon svg {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .homepage-slider .slick-active .slider__caption-subtitle {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .homepage-slider .slick-active .slider__caption-title {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .homepage-slider .slick-active .slider__caption-cont {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

@media (min-width: 768px) {
  .jumbotron-fixed-height {
    height: 620px !important; } }

@media (min-width: 768px) {
  .jumbotron-fixed-height .homepage-slider {
    height: 100% !important; } }

@media (min-width: 768px) {
  .jumbotron-fixed-height .homepage-slider div {
    height: 100% !important; } }

@media (min-width: 768px) {
  .jumbotron-fixed-height .homepage-slider .slider-image {
    height: 100% !important; } }

.slick-dots {
  display: none !important;
  position: absolute;
  bottom: 50px;
  left: 50px; }
  @media (min-width: 768px) {
    .slick-dots {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden; } }
  .slick-dots li button {
    color: #adb5bd;
    background: none;
    border: none;
    cursor: pointer; }
    .slick-dots li button:focus {
      outline: none; }
  .slick-dots li:before, .slick-dots li:after {
    background: #fff;
    width: 0;
    opacity: 0;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0; }
  .slick-dots li:after {
    right: 0;
    left: auto; }
  .slick-dots li.slick-active {
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    .slick-dots li.slick-active button {
      color: #fff; }
    .slick-dots li.slick-active:before, .slick-dots li.slick-active:after {
      width: 35%;
      -webkit-transition: width 0.3s ease 0s;
      transition: width 0.3s ease 0s;
      opacity: 1; }
    .slick-dots li.slick-active:first-child {
      padding-left: 0; }
      .slick-dots li.slick-active:first-child:before {
        display: none; }
      .slick-dots li.slick-active:first-child:after {
        width: 70%; }
    .slick-dots li.slick-active:last-child {
      padding-right: 0; }
      .slick-dots li.slick-active:last-child:before {
        width: 70%; }
      .slick-dots li.slick-active:last-child:after {
        display: none; }

.block-section {
  padding: 2.5rem 0; }
  @media (min-width: 768px) {
    .block-section {
      padding: 7.5rem 0; } }

.section-header__category {
  color: #343a40;
  text-transform: uppercase;
  margin-bottom: 0.625rem; }

.section-header__title {
  text-transform: uppercase; }

.section-footer {
  margin-bottom: 1.25rem; }

.package-single {
  padding-top: 2.5rem; }

.postcard {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .postcard {
      margin-bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .postcard__head {
      height: 320px; } }
  .postcard__head-thumbnail {
    margin: 0;
    height: 100%; }
    .postcard__head-thumbnail iframe {
      width: 100%;
      height: 100%; }
  @media (min-width: 768px) {
    .postcard__cont {
      height: 300px; } }
  .postcard .author__profile img {
    margin: -30px 0 0 30px; }
  .postcard .post-content .post-title {
    margin: 0 0 0.625rem; }
    .postcard .post-content .post-title a {
      color: #344051;
      font-size: 1.5rem;
      text-transform: uppercase; }
      .postcard .post-content .post-title a:hover {
        color: #F8B91C; }
  .postcard .post-meta {
    margin-bottom: 0.625rem; }

.postcat a {
  color: #344051;
  font-size: 0.8rem;
  text-transform: uppercase; }
  .postcat a:hover {
    color: #F8B91C; }

.author__profile {
  margin: 0; }
  .author__profile img {
    --profileimgSize: 60px;
    border: 5px solid #fff;
    border-radius: var(--profileimgSize);
    width: var(--profileimgSize);
    height: var(--profileimgSize);
    position: relative;
    z-index: 100; }

.author__name a {
  color: #FA6541;
  font-weight: 400;
  text-transform: uppercase; }

.post-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .post-actions a {
    color: #344051;
    margin-right: 0.625rem; }
    .post-actions a:hover {
      color: #F8B91C; }
      .post-actions a:hover .svgicon svg {
        fill: #F8B91C; }
  .post-actions .postlike {
    margin-right: 0.625rem; }
  .post-actions .wpulike-robeen svg {
    width: 35px; }
  .post-actions .wpulike-robeen .count-box {
    font-weight: 300; }
  .post-actions .wpulike-robeen .wp_ulike_btn:checked + svg .heart {
    fill: #F8B91C; }
  .post-actions .wp_ulike_is_liked .count-box {
    color: #F8B91C; }

@media (min-width: 768px) {
  .featured-post .postcard__head {
    height: 500px; } }

.featured-post .postcard__cont {
  height: auto; }

.card {
  border: none;
  border-top: 1px solid #ced4da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem; }
  .card.horizontal-card {
    border-radius: 0; }
    @media (min-width: 576px) {
      .card.horizontal-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .card.horizontal-card .card__head {
      margin-bottom: 1.25rem; }
      @media (min-width: 576px) {
        .card.horizontal-card .card__head {
          margin-bottom: 0;
          margin-right: 1.25rem; } }
      .card.horizontal-card .card__head-image {
        border-radius: 3px;
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden; }
        @media (min-width: 576px) {
          .card.horizontal-card .card__head-image {
            width: 100px;
            height: 100px; } }
        @media (min-width: 768px) {
          .card.horizontal-card .card__head-image {
            width: 200px;
            height: 200px; } }
    .card.horizontal-card .card-cont {
      padding-right: 1.25rem; }
    .card.horizontal-card .card__foot {
      border-top: 1px solid #ced4da;
      padding-top: 1.25rem;
      margin-top: 1.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 576px) {
        .card.horizontal-card .card__foot {
          border-left: 1px solid #ced4da;
          border-top: none;
          margin-left: auto;
          margin-top: 0;
          padding-left: 0.9375rem;
          padding-top: none;
          min-width: 260px; } }
    .card.horizontal-card .postlocation {
      margin-right: 0.625rem; }
      .card.horizontal-card .postlocation svg {
        width: 15px;
        height: 15px;
        fill: #344051; }
  .card .postcat a {
    color: #344051;
    text-transform: uppercase;
    font-size: 0.8rem; }
    .card .postcat a:hover {
      color: #F8B91C; }
  .card .posttitle a {
    color: #344051;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0.625rem 0; }
    .card .posttitle a:hover {
      color: #F8B91C; }
  .card .bigquote {
    color: #FA6541; }
  .card__foot .review-wrap {
    margin: 0.625rem 0; }
  .card:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

.imagecard {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 1.25rem; }
  .imagecard::before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0; }
  .imagecard .invisible-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102; }
  .imagecard__thumbnail {
    margin: 0;
    position: relative;
    width: 100%;
    padding-top: 120%; }
    .imagecard__thumbnail img {
      position: absolute;
      top: 0;
      left: 0; }
  .imagecard__cont {
    color: #fff;
    width: 100%;
    padding: 1.25rem;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 101; }
  .imagecard:hover .imagecard__cont {
    background: #FA6541;
    bottom: 0;
    height: 100% !important;
    padding-top: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .imagecard:hover .post-title {
    white-space: normal;
    text-shadow: initial; }
  .imagecard:hover .postcat {
    text-shadow: initial; }
  .imagecard .postcat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase; }
  .imagecard .post-title {
    text-transform: uppercase;
    font-size: 1.5rem; }

.counter {
  border: 1px solid #fff;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 1.25rem;
  margin-left: 4px; }
  .counter__number {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.addresscard {
  border: 1px solid #ced4da;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 400px;
  text-align: center; }
  .addresscard__location-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem; }
    .addresscard__location-title svg {
      width: 22px;
      height: 22px;
      margin-right: 0.625rem; }
  .addresscard__foot {
    margin-top: 1.25rem; }

.redlink {
  color: #FA6541; }
  .redlink svg {
    fill: #FA6541;
    width: 50px;
    height: 12px; }
  .redlink:hover {
    color: #344051; }
    .redlink:hover svg {
      fill: #344051; }

.logoslider {
  margin: 0 -1.25rem; }
  .logoslider .slider-thumb {
    background: #fff;
    border: 1px solid #ced4da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem;
    margin: 0 1.25rem; }

.singlecard__head-thumbnail {
  height: 400px; }

.productcard {
  border: 1px solid #ced4da;
  border-radius: 3px;
  margin-bottom: 1.875rem; }
  .productcard .card__image {
    height: 250px; }
  .productcard .bigquote {
    margin: 0;
    color: #FA6541;
    font-size: 1.5rem; }
  .productcard .flexblock {
    padding: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .productcard .flexblock {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .productcard .card__cont {
    padding: 0.9375rem; }
  .productcard .posttitle {
    font-size: 1rem;
    text-transform: uppercase; }
    .productcard .posttitle a {
      color: #344051; }
      .productcard .posttitle a:hover {
        color: #F8B91C; }
  .productcard .btn-primary {
    padding: 5px 10px;
    border-radius: 3px;
    min-width: inherit; }
    @media (min-width: 992px) {
      .productcard .btn-primary {
        min-width: 200px; } }

.section-header.text-center {
  margin-bottom: 2.5rem; }

.promotional-bar {
  background: url("./images/promotional-bar-bg.png") no-repeat;
  background-size: cover;
  text-align: center;
  position: relative; }
  .promotional-bar:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .promotional-bar .section-header {
    margin-bottom: 2.5rem; }
    .promotional-bar .section-header .promotional-bar__title {
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 1px 8px #343a40; }
    .promotional-bar .section-header p {
      color: #fff;
      text-shadow: 0 1px 8px #343a40; }

.review-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.625rem 0; }
  @media (min-width: 576px) {
    .review-wrap {
      margin: 1.25rem 0; } }

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.625rem; }
  .reviews svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #F8B91C; }

blockquote {
  margin: 2.5rem 0; }
  blockquote.blockquote {
    margin-top: 0; }

.blockquote, blockquote {
  background: url(./images/quote.png) no-repeat;
  background-size: 45px auto;
  background-position: left 8px;
  padding-left: 60px;
  font-size: 1.3rem; }
  .blockquote__head, blockquote__head {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .blockquote__head, blockquote__head {
        margin-bottom: 1.875rem; } }
    .blockquote__head-title, blockquote__head-title {
      text-transform: uppercase;
      margin: 0; }
    .blockquote__head-subtitle, blockquote__head-subtitle {
      font-size: 0.93333rem; }

.flexblockquote {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .flexblockquote {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .flexblockquote .blockquote-image {
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .flexblockquote .blockquote-image {
        padding-right: 2.5rem;
        max-width: 30%; } }
  .flexblockquote .blockquote {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .flexblockquote .blockquote {
        max-width: 70%; } }

.wp-block-quote {
  margin: 1.875rem 0; }
  .wp-block-quote p {
    color: #6c757d;
    margin: 0; }

.testimonialslider .slick-dots {
  bottom: 0;
  left: auto;
  right: 0; }
  .testimonialslider .slick-dots li:before, .testimonialslider .slick-dots li:after {
    background: #6c757d; }
  .testimonialslider .slick-dots li.slick-active button {
    color: #344051; }

.teamprofiles {
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 820px; }
  @media (min-width: 768px) {
    .teamprofiles {
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial;
      margin-top: 0; } }
  .teamprofiles li {
    cursor: pointer;
    display: none;
    position: relative;
    left: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (min-width: 768px) {
      .teamprofiles li {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding: 0 1.25rem; } }
    @media (min-width: 992px) {
      .teamprofiles li {
        padding: 0 2.5rem; } }
    .teamprofiles li:hover, .teamprofiles li.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .teamprofiles li:hover .circleimg, .teamprofiles li.show .circleimg {
        -webkit-box-shadow: 0 5px 40px #ced4da;
        box-shadow: 0 5px 40px #ced4da; }
      .teamprofiles li:hover .teamprofiles__hover, .teamprofiles li.show .teamprofiles__hover {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        @media (min-width: 768px) {
          .teamprofiles li:hover .teamprofiles__hover, .teamprofiles li.show .teamprofiles__hover {
            -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); } }
    .teamprofiles li .circleimg {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      overflow: hidden;
      margin: 30px auto 0;
      position: relative; }
      @media (min-width: 768px) {
        .teamprofiles li .circleimg {
          width: 100%;
          height: auto;
          margin: 0;
          padding-top: 100%; } }
      @media (min-width: 768px) {
        .teamprofiles li .circleimg img {
          position: absolute;
          top: 0;
          left: 0; } }
  .teamprofiles__hover {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 50px #ced4da;
    box-shadow: 0 5px 50px #ced4da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 1.25rem;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    @media (min-width: 768px) {
      .teamprofiles__hover {
        width: 350px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) scale(0.5);
        transform: translateX(-50%) scale(0.5);
        position: absolute;
        bottom: 125%;
        left: 50%; } }
    .teamprofiles__hover::before, .teamprofiles__hover::after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .teamprofiles__hover::before {
      border-color: rgba(0, 0, 0, 0);
      border-top-color: #ced4da;
      border-width: 21px;
      margin-left: -21px; }
    .teamprofiles__hover::after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 20px;
      margin-left: -20px; }
    .teamprofiles__hover-title {
      font-size: 1.2rem;
      text-transform: uppercase;
      margin: 0; }
    .teamprofiles__hover-subtitle {
      border-bottom: 1px solid #ced4da;
      color: #495057;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.8rem;
      text-transform: uppercase;
      padding-bottom: 0.625rem;
      margin-bottom: 0.625rem; }
    .teamprofiles__hover-text {
      font-size: 0.93333rem; }

@media (min-width: 768px) {
  .teamprofiles li:nth-child(9n + 6),
  .teamprofiles li:nth-child(9n + 7),
  .teamprofiles li:nth-child(9n + 8),
  .teamprofiles li:nth-child(9n + 9) {
    left: 10%; } }

@media (min-width: 768px) {
  .teamprofiles li:nth-child(9n + 9) {
    margin-right: 10%; } }

.team .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.paginator {
  border-top: 1px solid #ced4da;
  padding: 40px 0;
  margin-top: 2.5rem; }
  .paginator h2.screen-reader-text {
    display: none; }

.page-numbers.current {
  background: #FA6541;
  padding: 3px;
  color: white;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px; }

.paginator .nav-links {
  margin: 0;
  padding: 0; }

.paginator .nav-links a {
  color: gray;
  padding: 3px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px; }

.paginator .nav-links a.next, .paginator .nav-links a.prev {
  font-size: 2rem;
  padding-bottom: 10px; }

.paginator .nav-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400; }

article.page {
  padding: 1.25rem 0; }
  @media (min-width: 768px) {
    article.page {
      padding: 1.25rem 0 2.5rem; } }
  article.page .entry-title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #495057; }
  article.page .entry-content h3 {
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 1rem; }
    @media (min-width: 768px) {
      article.page .entry-content h3 {
        margin-bottom: 2.5rem;
        font-size: 2rem; } }
  @media (min-width: 768px) {
    article.page .entry-content .wp-block-image {
      margin-bottom: 2.5rem; } }
  article.page .entry-content .wp-block-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.page-template-page-templateshotels-php article.page {
  padding: 1.25rem 0 0; }

.thingstodo-info {
  padding-bottom: 2.5rem; }

.comments-area {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  .comments-area .comments-title {
    text-transform: uppercase;
    font-size: 1.5rem; }
  .comments-area .comment-list {
    border-top: 1px solid #ced4da;
    padding: 1.875rem 0 0;
    list-style: none; }
    .comments-area .comment-list .children {
      list-style: none; }

.comment-body {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .comment-body .comment-author {
    margin-right: 1.25rem; }
    .comment-body .comment-author img {
      border-radius: 50%; }
  .comment-body .author-name {
    font-size: 1.46667rem;
    color: #FA6541;
    text-transform: capitalize;
    margin: 0 0 0.625rem; }
  .comment-body .comment-edit-link {
    position: absolute;
    top: 0;
    right: 0; }

.comment-respond {
  margin-top: 2.5rem; }
  .comment-respond .comment-reply-title {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 1.25rem; }

.sidebar__title {
  text-transform: uppercase; }

.sidebar aside.btn-wrap {
  margin: 1.25rem 0; }
  .sidebar aside.btn-wrap .btn {
    min-width: inherit;
    max-width: 100%;
    margin-bottom: 0.625rem;
    margin-left: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .sidebar aside.btn-wrap .btn {
        margin: 0 0 10px; } }
    @media (min-width: 992px) {
      .sidebar aside.btn-wrap .btn {
        margin: 0;
        width: auto; } }

.sidebar .single-title {
  margin: 0; }

.sidebar > aside {
  margin-bottom: 1.875rem; }

.sidebar-widget {
  border: 1px solid #ced4da;
  padding: 1.25rem;
  margin-bottom: 1.25rem; }
  .sidebar-widget > h3 {
    font-size: 1.2rem;
    text-transform: uppercase; }
  .sidebar-widget.plainsearch {
    width: 100%;
    padding: 0;
    border: none; }
    .sidebar-widget.plainsearch form input[type="search"] {
      border: 1px solid #ced4da;
      color: #344051;
      font-size: 1rem;
      height: 50px;
      padding: 5px 40px 5px 10px; }
    .sidebar-widget.plainsearch form input[type="submit"] {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.572" viewBox="0 0 16 16.572">\a       <path data-name="001-search-1" d="M16.741,15.095l-3.944-4.1a6.688,6.688,0,1,0-5.121,2.39,6.619,6.619,0,0,0,3.833-1.211L15.483,16.3a.873.873,0,1,0,1.258-1.21ZM7.675,1.746A4.946,4.946,0,1,1,2.73,6.691,4.951,4.951,0,0,1,7.675,1.746Z" transform="translate(-0.984)" fill="#242424" />\a     </svg>');
      right: 6px; }
  .sidebar-widget .card.horizontal-card .card__foot {
    border: none;
    padding: 0; }
  .sidebar-widget .card.horizontal-card .bigquote {
    margin: 0; }
  .sidebar-widget .blockquote {
    padding: 0;
    font-size: 1rem;
    margin: 0; }
    .sidebar-widget .blockquote__head {
      padding-left: 60px;
      margin-bottom: 1.25rem; }
      .sidebar-widget .blockquote__head-title {
        font-size: 1rem; }
    .sidebar-widget .blockquote p {
      margin: 0; }

.googlemap {
  margin: 1.25rem 0; }

.sidebar-lists__title {
  font-size: 1.5rem;
  text-transform: uppercase; }

.sidebar-lists .posttitle {
  font-size: 1.5rem; }

.sidebar-lists .card.horizontal-card .card__head-image {
  width: 160px;
  height: 160px; }

.single-header .single-title {
  font-size: 2rem; }

.sidebar-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sidebar-title {
  border-bottom: 1px solid #ced4da;
  font-size: 1.5rem;
  padding-bottom: 1.25rem; }

.departure-table select {
  padding: 0.3125rem !important; }

.timetable {
  border: 1px solid #ced4da;
  border-radius: 3px; }
  .timetable__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 1.25rem;
    border-bottom: 1px solid #ced4da;
    padding: 0.625rem 0; }
    .timetable__head-title {
      font-weight: 500; }

.availabletime {
  margin: 0;
  padding: 0 1.25rem;
  list-style: none;
  height: 230px;
  overflow: auto; }
  .availabletime li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.9375rem 0;
    border-bottom: 1px solid #ced4da; }
    .availabletime li .svgicon {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .availabletime li .date {
      font-weight: 500; }
    .availabletime li span:first-child {
      color: #F8B91C; }
    .availabletime li span:last-child {
      color: #FA6541; }

.fancygallery {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .fancygallery {
      margin-bottom: 5rem; } }

.filter {
  border-bottom: 1px solid #ced4da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  overflow-x: auto;
  overflow-y: hidden; }
  .filter a {
    color: #344051;
    padding: 5px 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400; }
    .filter a:after {
      content: "";
      display: block;
      height: 3px;
      width: 0;
      background: #F8B91C;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
      @media (min-width: 768px) {
        .filter a:after {
          bottom: -1px;
          top: auto; } }
    .filter a:hover:after {
      width: 100%; }
    .filter a.current {
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .filter a.current:after {
        width: 100%; }

.grid {
  margin: 0 -10px; }
  .grid-item {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 0.625rem; }
    .grid-item:hover .fancybox:not([class*="fancybox.iframe"]) img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.fancygallery .grid-sizer,
.fancygallery .grid-item {
  width: 50%; }
  @media (min-width: 768px) {
    .fancygallery .grid-sizer,
    .fancygallery .grid-item {
      width: 33.33%; } }

.featured-videos .grid-sizer,
.featured-videos .grid-item {
  width: 50%; }

.fancybox {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .fancybox img {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .fancybox-skin {
    padding: 0 !important;
    background: none !important; }
  .fancybox-nav {
    position: fixed !important;
    width: auto !important; }
    .fancybox-nav > span {
      visibility: visible !important;
      background-position: center center !important;
      border-radius: 50%;
      background-image: url(./images/circlearrowright.png) !important;
      width: 50px !important;
      height: 50px !important;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .fancybox-prev > span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .fancybox-close {
    background-image: url(./images/close.png) !important;
    background-repeat: no-repeat;
    right: -30px !important;
    width: 20px !important;
    height: 20px !important;
    top: 0 !important; }

[class*="fancybox.iframe"] {
  position: relative; }
  [class*="fancybox.iframe"]::before {
    background: url(images/playbtn.png) no-repeat;
    content: "";
    display: block;
    width: 104px;
    height: 73px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  [class*="fancybox.iframe"] img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  [class*="fancybox.iframe"]:hover img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6); }

.fancybox-nav:hover > span {
  opacity: 1; }

.hoverslider {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 80px;
  margin-bottom: 200px;
  padding-left: 0;
  position: relative; }
  @media (min-width: 768px) {
    .hoverslider {
      margin-bottom: 120px; } }
  @media (min-width: 992px) {
    .hoverslider {
      padding-bottom: 100px;
      margin-bottom: 100px; } }
  .hoverslider li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.3125rem;
    max-width: 16.66%; }
    @media (min-width: 768px) {
      .hoverslider li {
        padding: 0.625rem; } }
    .hoverslider li .circleitem {
      --circleSize: 45px;
      border: 2px solid #fff;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%;
      width: var(--circleSize);
      height: var(--circleSize);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      position: relative; }
      @media (min-width: 768px) {
        .hoverslider li .circleitem {
          --circleSize: 80px; } }
      @media (min-width: 992px) {
        .hoverslider li .circleitem {
          --circleSize: 120px; } }
      @media (min-width: 1200px) {
        .hoverslider li .circleitem {
          --circleSize: 150px; } }
      .hoverslider li .circleitem svg {
        fill: #fff;
        width: 50%;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .hoverslider li .circleitem::after {
        background: url("images/smallarrow-down.svg") no-repeat;
        content: "";
        opacity: 0;
        color: #FA6541;
        position: absolute;
        bottom: -30px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 40px;
        height: 20px; }
    .hoverslider li.active .circleitem__cont {
      opacity: 1; }
    .hoverslider li.active .circleitem {
      border-color: #FA6541; }
    .hoverslider li.active .circleitem svg {
      fill: #FA6541; }
    .hoverslider li.active .circleitem::after {
      opacity: 1; }

.circleitem__cont {
  color: #fff;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0; }
  @media (min-width: 992px) {
    .circleitem__cont {
      max-width: 60%; } }
  .circleitem__cont p {
    text-shadow: 0 1px 8px #343a40; }
  .circleitem__cont-title {
    text-transform: uppercase;
    text-shadow: 0 1px 8px #343a40; }

/*   -- "Galleries" section (These are the styles for the Galleries section) --   */
.gallery {
  margin-bottom: 20px; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto;
  min-height: 200px; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.gallery-size-thumbnail {
  margin: 0 -10px 20px; }

.gallery-item {
  display: inline-block;
  padding: 0 10px;
  margin: 10px auto;
  text-align: center;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.gallery-caption {
  background: rgba(232, 232, 232, 0.8);
  bottom: -100%;
  color: #333333;
  left: 10px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  text-align: center;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.gallery-item:hover .gallery-caption {
  bottom: 0; }

/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
  */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 6px; }

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -12px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -12px;
  left: auto; }

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #ced4da; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #FA6541; }

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 50%;
  background: #FA6541;
  cursor: default; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.rightstickysidebar #slider-connect {
  pointer-events: none; }

.slidertagline {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.rangenumbers {
  font-size: 1rem;
  margin-bottom: 0.625rem; }

.listblock {
  margin: 2.5rem 0; }
  .listblock__title {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 2.5rem; }

.listblocklists {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .listblocklists li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1.25rem; }
    @media (min-width: 576px) {
      .listblocklists li {
        max-width: 50%; } }
  .listblocklists__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.9375rem; }

aside.listblock-widget {
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 0.625rem;
  height: 400px;
  overflow: auto;
  margin-bottom: 1.875rem; }
  aside.listblock-widget .listblocklists li {
    max-width: 100%;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 1.25rem; }

.arrow-lists {
  margin: 0;
  padding: 0; }
  .arrow-lists li {
    list-style: none;
    background: url(images/right-arrow.png) no-repeat left 6px;
    background-size: 7px auto;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem; }

.checkoutpage {
  background: #fff; }

.checkoutinfo {
  border: 1px solid #ced4da;
  padding: 0.66667em; }
  .checkoutinfo .small {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .checkoutinfo {
      padding: 2em;
      margin-left: 2em; } }

.graynote {
  color: #ced4da;
  font-size: 1.06667rem;
  margin-top: 0.66667em; }

.checkoutstepper {
  margin: 2em 0; }

.checkout__payment {
  display: none;
  margin-top: 1.33333em; }
  .checkout__payment .iconboxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 576px) {
      .checkout__payment .iconboxwrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .checkout__payment .iconboxwrap > .iconbox:first-child {
      margin-right: 1.875rem; }
    .checkout__payment .iconboxwrap .iconbox {
      margin-bottom: 1.25rem;
      width: 100%; }
      @media (min-width: 576px) {
        .checkout__payment .iconboxwrap .iconbox {
          margin-bottom: 0;
          width: auto; } }

.checkout__finished {
  display: none; }

.paypalbuy {
  display: none !important; }

.iconbox > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .iconbox > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .iconbox > a:hover {
    opacity: 1; }

.iconbox .btn {
  background: #fff;
  border: 1px solid #344051;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px; }
  @media (min-width: 576px) {
    .iconbox .btn {
      width: 200px; } }
  .iconbox .btn img {
    margin-right: 0.625rem; }
  .iconbox .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .iconbox .btn svg {
    height: 11px;
    width: 45px;
    fill: #344051; }

.iconbox .active {
  position: relative;
  opacity: 1; }
  .iconbox .active:after {
    --circlesize: 18px;
    border: 1px solid #fff;
    width: var(--circlesize);
    height: var(--circlesize);
    content: "\2713";
    margin: auto;
    background: #4267B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: var(--circlesize);
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .iconbox .active .btn {
    border-color: #4267B2;
    color: #4267B2; }
    .iconbox .active .btn:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .iconbox .active .btn svg {
      fill: #4267B2; }

.btn-outline-card svg {
  margin-left: 0.625rem; }

.cardtypeinfo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e9ecef;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.25rem 0; }
  .cardtypeinfo__title-icon {
    --circleSize: 15px;
    color: #fff;
    background: #adb5bd;
    width: var(--circleSize);
    height: var(--circleSize);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--circleSize);
    font-size: 12px;
    margin-right: 5px; }
  .cardtypeinfo__images img {
    max-width: 45px; }

.cardnumber {
  position: relative; }
  .cardnumber .cardimg {
    position: absolute;
    right: 0;
    top: 20px;
    width: 55px;
    overflow: hidden;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cardnumber img {
    max-width: 45px; }
  .cardnumber input {
    padding-right: 70px !important; }

.posrelative {
  position: relative; }
  .posrelative .cvvinfo {
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 5px; }
    .posrelative .cvvinfo__icon {
      --circleSize: 15px;
      color: #fff;
      background: #adb5bd;
      width: var(--circleSize);
      height: var(--circleSize);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: var(--circleSize);
      font-size: 12px; }
    .posrelative .cvvinfo__figure {
      border-radius: 5px;
      display: none;
      margin: 0;
      width: 200px;
      z-index: 99;
      position: absolute;
      right: 0; }
      .posrelative .cvvinfo__figure img {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .posrelative .cvvinfo:hover .cvvinfo__figure {
      display: block; }

.ui-widget-header {
  background: none;
  border: none;
  border-radius: 0; }

.ui-widget-content {
  border-radius: 0;
  border: 1px solid #E4E7E7;
  background: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: white;
  font-weight: 400;
  border: 1px solid #E4E7E7;
  text-align: center;
  color: #333;
  font-size: 12px;
  padding: 5px; }

.ui-datepicker .ui-datepicker-title {
  font-weight: 400;
  color: #333; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #F8B91C;
  color: #fff;
  border-color: #F8B91C; }

.ui-datepicker th {
  font-weight: 400;
  font-size: 12px; }

.ui-widget {
  font-family: "Roboto Slab", serif;
  padding: 10px; }

.ui-widget-header .ui-icon {
  background: url(images/arrow-right.png) no-repeat;
  left: 12px !important;
  margin: auto !important;
  top: 8px !important; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border: 1px solid #B9C1C1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-prev .ui-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 3px !important;
  top: 6px !important; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
  top: 2px !important;
  background: none;
  border-color: #F8B91C; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important; }

.inlinesocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
  padding: 0; }
  .inlinesocials li {
    margin: 5px; }
  .inlinesocials .svgicon {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .inlinesocials .svgicon svg {
      width: 15px; }
    .inlinesocials .svgicon .svg-facebook-icon {
      height: 15px; }

.profile-link {
  background: #f2f2f2;
  border-radius: 3px;
  color: #4778b8;
  display: block;
  padding: 10px;
  text-decoration: none; }
  .profile-link:focus, .profile-link:hover {
    color: #fff; }
    .profile-link:focus svg, .profile-link:hover svg {
      fill: #fff !important; }

.profile-link--bandcamp:focus,
.profile-link--bandcamp:hover {
  background: #4e9bac; }

.profile-link--delicious:focus,
.profile-link--delicious:hover {
  background: #248cff; }

.profile-link--facebook:focus,
.profile-link--facebook:hover {
  background: #3b5998; }

.profile-link--ficly:focus,
.profile-link--ficly:hover {
  background: #b51c2c; }

.profile-link--flickr:focus,
.profile-link--flickr:hover {
  background: #0063db; }

.profile-link--github:focus,
.profile-link--github:hover {
  background: #4183c4; }

.profile-link--google-plus:focus,
.profile-link--google-plus:hover {
  background: #dd4b39; }

.profile-link--instagram:focus,
.profile-link--instagram:hover {
  background: #517fa4; }

.profile-link--kickstarter:focus,
.profile-link--kickstarter:hover {
  background: #76cc1e; }

.profile-link--lanyrd:focus,
.profile-link--lanyrd:hover {
  background: #152e51; }

.profile-link--lastfm:focus,
.profile-link--lastfm:hover {
  background: #d51007; }

.profile-link--linkedin:focus,
.profile-link--linkedin:hover {
  background: #007bb6; }

.profile-link--photodrop:focus,
.profile-link--photodrop:hover {
  background: #cdb6e3; }

.profile-link--pinterest:focus,
.profile-link--pinterest:hover {
  background: #cb2027; }

.profile-link--rdio:focus,
.profile-link--rdio:hover {
  background: #0088da; }

.profile-link--soundcloud:focus,
.profile-link--soundcloud:hover {
  background: #f60; }

.profile-link--twitter:focus,
.profile-link--twitter:hover {
  background: #00aced; }

.profile-link--vimeo:focus,
.profile-link--vimeo:hover {
  background: #aad450; }

.profile-link--youtube:focus,
.profile-link--youtube:hover {
  background: #b00; }

.sharebuttons {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 99;
  top: 100%;
  border: 1px solid #ced4da;
  margin-top: 0px; }

main.single-main {
  position: relative; }

.sharebuttons .norm_row {
  position: static !important;
  float: right !important;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }

div#sfsi_holder {
  display: none; }

.sharebuttons .sfsi_wicons {
  width: 25px !important;
  height: 25px !important;
  margin: 0 5px !important;
  padding: 0 !important; }

.sharebuttons .sfcm.sfsi_wicon {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top; }

/*=============================
=            pages            =
=============================*/
.home {
  padding-top: 0 !important; }
  .home .custom-logo-link {
    display: none; }
  .home .custom-logo-second {
    display: block; }
  .home .svgicon svg {
    fill: #fff; }
  .home .block-socials li:after {
    background: #fff; }
  .home .block-socials li:last-child:before {
    background-image: url(./images/bajra-white.png); }
  .home .site-header .search-icon svg {
    fill: #fff; }
    .home .site-header .search-icon svg:hover {
      fill: #F8B91C; }
  .home .accountbtn {
    color: #fff; }
  .home .navbar-toggle .h-bar {
    background-color: #fff; }
  .home .navbar-toggle:hover .h-bar {
    background-color: #F8B91C; }

.home.scrolled .custom-logo-link {
  display: block; }

.home.scrolled .custom-logo-second {
  display: none; }

.home.scrolled .svgicon svg {
  fill: #495057; }

.home.scrolled .block-socials li:after {
  background: #495057; }

.home.scrolled .block-socials li:last-child:before {
  background-image: url(./images/bajra.png); }

.home.scrolled .site-header .search-icon svg {
  fill: #495057; }
  .home.scrolled .site-header .search-icon svg:hover {
    fill: #F8B91C; }

.home.scrolled .accountbtn {
  color: #495057; }

.home.scrolled .navbar-toggle .h-bar {
  background-color: #495057; }

.home.scrolled .navbar-toggle:hover .h-bar {
  background-color: #F8B91C; }

.home .inline-navigation a {
  color: #fff; }

.home.scrolled .inline-navigation a {
  color: #344051; }
  .home.scrolled .inline-navigation a:hover {
    color: #F8B91C; }

.destinationsingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f9fa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 1.25rem 0;
  position: relative; }
  @media (min-width: 768px) {
    .destinationsingle {
      height: 380px;
      padding: 3.75rem 0; } }
  .destinationsingle .section-thumbnail {
    position: static; }
  @media (min-width: 768px) {
    .destinationsingle__figure {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%; } }
  @media (min-width: 768px) {
    .destinationsingle .section-article {
      padding-left: 2.5rem; } }

@media (min-width: 768px) {
  .destinationsingle:nth-of-type(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.destinationsingle:nth-of-type(even) .row .destinationsingle__figure {
  left: auto;
  right: 0; }

@media (min-width: 768px) {
  .destinationsingle:nth-of-type(even) .row .section-article {
    text-align: right;
    padding-left: 0;
    padding-right: 2.5rem; } }

.testimonialslider .slick-slide img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.thingstodo-slider {
  display: none; }
  @media (min-width: 768px) {
    .thingstodo-slider {
      display: block; } }

.home-videos .section-header {
  text-align: left; }

.home-videos .promotional-bar__subtitle {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }
  .home-videos .promotional-bar__subtitle img {
    width: 30px; }

.home-videos .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 768px) {
  .featured-videos .grid > div:nth-child(2) {
    margin-top: 50px; } }

@media (min-width: 768px) {
  .featured-videos .grid > div:nth-child(3) a,
  .featured-videos .grid > div:nth-child(5) a {
    width: 70%; } }

@media (min-width: 768px) {
  .featured-videos .grid > div:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 768px) {
  .thingstodoslider {
    padding-bottom: 50px; } }

.thingstodoslider .slider-item {
  padding: 1.25rem 0.625rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (min-width: 768px) {
    .thingstodoslider .slider-item {
      padding: 1.25rem 0.625rem; } }

@media (min-width: 768px) {
  .thingstodoslider .slick-current .slider-item {
    margin-top: -30px; } }

.thingstodoslider .slick-arrow {
  background: none;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  bottom: 0; }
  .thingstodoslider .slick-arrow:focus {
    outline: none; }
  .thingstodoslider .slick-arrow:after {
    content: "";
    display: block;
    background: url(./images/longarrow.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0; }

.thingstodoslider .slick-next {
  right: 41%; }
  .thingstodoslider .slick-next:after {
    left: 100%; }

.thingstodoslider .slick-prev {
  left: 41%; }
  .thingstodoslider .slick-prev:after {
    right: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.thingstodoslider .slider-image {
  height: 200px;
  position: relative;
  margin: 0; }
  @media (min-width: 768px) {
    .thingstodoslider .slider-image {
      height: 300px; } }
  .thingstodoslider .slider-image figcaption {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 99; }
  .thingstodoslider .slider-image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0; }
  .thingstodoslider .slider-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.bookingform div.wpcf7-response-output {
  color: #fff; }

.featuredvideos .grid-item {
  height: 315px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.25rem; }

.homedestinations .imagecard__thumbnail {
  padding-top: 100%; }

.homedestinations .imagecard:hover .imagecard__cont {
  height: initial !important; }

.more {
  color: #344051; }
  .more svg {
    width: 35px;
    height: 20px; }
  .more:hover {
    color: #F8B91C; }
    .more:hover svg {
      fill: #F8B91C; }

.featuredimages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .featuredimages .galleryimage {
    margin: 0; }
  .featuredimages .grid-item {
    padding: 0.3125rem;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0; }
    @media (min-width: 576px) {
      .featuredimages .grid-item {
        max-width: 33.33%; } }
    @media (min-width: 768px) {
      .featuredimages .grid-item {
        max-width: 20%; } }
    .featuredimages .grid-item a {
      position: relative;
      padding-top: 100%; }
      .featuredimages .grid-item a img {
        position: absolute;
        top: 0;
        left: 0; }

.featureddest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px; }
  .featureddest .imagecard {
    max-width: calc(50% - 30px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 15px 30px; }

.page-template-about-page .flexblockquote .blockquote-image {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.about-directors {
  padding-top: 5rem; }

.about-partners {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom; }
  .about-partners .logoslider {
    margin-top: 2.5rem; }

.destination-category {
  margin-bottom: 5rem; }
  .destination-category .loader {
    margin-top: 3.75rem; }

.packages .section, .stories .section {
  border-bottom: none; }

.packages .card.horizontal-card .card__head-image {
  height: 250px; }

.single .postcard__cont {
  height: auto; }

.singlecard .post-subtitle {
  text-align: center;
  margin: 1.25rem 0 0.625rem; }

.singlecard .post-title {
  text-align: center;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .singlecard .post-title {
      margin-bottom: 3.75rem; } }

.singlecard__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem; }

.singlecard .author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .singlecard .author__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.singlecard .postcat a {
  font-size: 1rem; }

.single-hotel .singlecard .post-title {
  margin: 1.875rem 0; }

.contactus__title {
  text-transform: uppercase;
  font-size: 1.5rem; }

@media (min-width: 768px) {
  .contactus__sidebar {
    margin-left: 2.5rem; } }

.video-container .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .video-container .alm-reveal .grid-item {
    width: 50%; }
    @media (min-width: 768px) {
      .video-container .alm-reveal .grid-item {
        width: 33.33%; } }

.contnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #ced4da;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9; }
  .contnav li a {
    border-bottom: 2px solid transparent;
    padding: 0.3125rem;
    text-transform: uppercase;
    color: #344051;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (min-width: 768px) {
      .contnav li a {
        padding: 0.9375rem; } }
    .contnav li a:hover, .contnav li a.active {
      border-color: #F8B91C; }
  .contnav li:first-child a {
    padding-left: 0; }

.contbody {
  margin-top: 1.875rem; }
  .contbody__title {
    text-transform: uppercase;
    font-size: 1.5rem; }
  .contbody > div {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .contbody > div {
        margin-bottom: 3.75rem; } }
  .contbody ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.listwithbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.25rem; }
  .listwithbutton__btn {
    border: none;
    max-width: 80px;
    border-radius: 3px;
    margin-right: 0.9375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  .listwithbutton__cont-title {
    font-size: 1rem;
    margin: 0 0 0.625rem; }

.sidebar-lists .postcard__head {
  height: 150px; }

.packages .wp-block-image {
  height: 450px; }

article.packages .entry-content h3 {
  font-size: 1.6rem; }

.discstyle li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem; }
  .discstyle li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #344051;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0; }

.bookingform__withbg {
  background: url(images/jumboimage.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin: -17px 0 0px;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }
  @media (min-width: 768px) {
    .bookingform__withbg {
      padding-bottom: 5rem;
      padding-top: 2.5rem; } }
  .bookingform__withbg::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0; }

.bookingform .block-article {
  position: relative;
  z-index: 2; }

.bookingform .entry-content h3 {
  color: #fff;
  font-weight: 300; }

.bookingform .md-group input:not([type="submit"]):focus, .bookingform .md-group input:not([type="reset"]):focus, .bookingform .md-group textarea:focus, .bookingform .md-group select:focus, .bookingform .md-group select.form-control:focus {
  color: #fff !important; }

.bookingform form {
  position: relative;
  z-index: 2; }
  .bookingform form h4 {
    margin: 0; }
  .bookingform form p {
    color: #fff; }

.bookingform__title {
  font-size: 1.46667rem;
  color: #fff;
  font-weight: 300;
  margin: 0 0 0.625rem; }

.bookingform .form-control {
  background: none;
  color: #fff !important;
  border-color: #fff !important;
  padding: 0.3125rem !important; }
  .bookingform .form-control option {
    background: #fff;
    color: #344051; }

.bookingform .intl-phone label {
  color: #fff; }

.bookingform .intl-tel-input .form-control {
  padding-left: 47px !important; }

.bookingform .intl-tel-input .flag-dropdown .selected-flag .down-arrow {
  border-top-color: #fff; }

.bookingform .md-group label {
  color: #fff; }

.bookingform .rectanglecheckbox label {
  color: #fff; }

.bookingform .rectanglecheckbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }
  .bookingform .rectanglecheckbox-wrap .activities-checkbox {
    margin-right: 0.625rem; }
  .bookingform .rectanglecheckbox-wrap .wpcf7-list-item {
    color: #fff; }
  .bookingform .rectanglecheckbox-wrap label {
    margin: 0; }
  .bookingform .rectanglecheckbox-wrap .md-group {
    margin-bottom: 0; }

.bookingform .rectanglecheckbox .checkboxicon {
  background: none;
  border-color: #fff; }

.bookingform input:-webkit-autofill, .bookingform input:-webkit-autofill:hover, .bookingform input:-webkit-autofill:focus textarea:-webkit-autofill, .bookingform textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, .bookingform select:-webkit-autofill, .bookingform select:-webkit-autofill:hover, .bookingform select:-webkit-autofill:focus {
  -moz-text-fill-color: #fff;
  -webkit-text-fill-color: #fff; }

.bookingtouroperator {
  margin-top: 1.25rem; }

.promotional-bar .form-group {
  margin: 0; }
  .promotional-bar .form-group .btn {
    height: 41px;
    padding: 0.3125rem; }

.package-single-article .wp-block-image {
  width: 100%; }
  @media (min-width: 768px) {
    .package-single-article .wp-block-image {
      height: 470px; } }
  .package-single-article .wp-block-image img {
    border-radius: 3px; }

.summarybox {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ced4da;
  border-radius: 3px;
  margin-bottom: 1.875rem; }
  .summarybox li {
    padding: 0.625rem 0;
    margin: 0 0.625rem;
    border-top: 1px solid #ced4da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .summarybox li:first-child {
      border: none; }
    .summarybox li:last-child {
      margin: 0;
      background: #344051;
      border: none;
      padding: 0.625rem; }
      .summarybox li:last-child span {
        color: #fff; }

.checkout-main {
  margin: 2.5rem 0; }

.checkoutcont {
  margin-bottom: 2.5rem; }
  .checkoutcont__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 1.25rem; }
    .checkoutcont__head-figure {
      max-width: 100px;
      height: 100px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin-right: 1.25rem; }
    .checkoutcont__head .single-title {
      font-size: 2rem; }
    .checkoutcont__head-titles {
      -webkit-box-flex: 1;
      -ms-flex: 1 0;
      flex: 1 0; }

form select {
  padding: 0.3125rem !important; }

form .intl-phone {
  margin-top: -15px;
  margin-bottom: 30px; }

#asp-all-buttons-container-0 {
  display: none !important; }

.paymentmain__title {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 0.9375rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .paymentmain__title > a {
    font-size: 1rem;
    text-decoration: underline; }
    .paymentmain__title > a:hover {
      color: #344051;
      text-decoration: none; }

.paymentmain__address {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0; }
  @media (min-width: 768px) {
    .paymentmain__address {
      margin: 0 0 3.75rem; } }
  .paymentmain__address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    font-weight: 400; }
  .paymentmain__address-label {
    max-width: 150px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-transform: capitalize; }
  .paymentmain__address-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0; }

.payment-method-inner {
  margin-bottom: 3.75rem; }

.section {
  padding: 2.5rem 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

.colors .color {
  margin: 0.625rem;
  padding: 0.625rem; }

.form-custom {
  min-width: 150px;
  max-width: 500px;
  width: 100%; }

.full-width-form {
  width: 100%;
  padding-bottom: 0.625rem; }

.form-group {
  margin-bottom: 1.25rem; }

.input-wrap h3 {
  margin-bottom: 10px; }


//added from editor

aside.listblock-widget.default-lists {
    height: auto;
}
aside.listblock-widget.default-lists li {
	display: flex;
	justify-content: space-between;
}
aside.listblock-widget.default-lists li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 15px;
}
.productcard .posttitle a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.svgwrap {
    width: 100px;
    margin: 0 auto 20px;
}

.thankyou-block {
    padding: 20px 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
aside.listblock-widget {
	height: auto;
	max-height: 400px;
}
.page-template-page-templatesbooking-information-php .sidebar {
	position: sticky;
	top: 50px;
}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
	top: 0;
	right: 0;
  height: 39px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #aeaeae;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #aeaeae;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}

/*==============================
=            states            =
==============================*/

/*# sourceMappingURL=style.css.map */
